﻿<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Window size="360,280" caption="0,0,0,248" roundcorner="3,3">
  <Font name="微软雅黑" size="13" bold="false" italic="false" underline="false" />
  <Font name="微软雅黑" size="16" bold="true"/>
  <Font name="微软雅黑" size="14"/>
  <VerticalLayout name="VLayout_Main">
    <!-- 标题了 -->
    <VerticalLayout name="VLayout_Title" height="39" bkimage="file='../Frame/frame_backt_01.png'">
      <Button name="Button_Exit" width="10" height="10" float="true" pos="341,10,351,20"
                               normalimage="file=&apos;..\Frame\frame_button_exit.png&apos; source=&apos;0,0,10,10&apos;"
                               hotimage="file=&apos;..\Frame\frame_button_exit.png&apos; source=&apos;0,10,10,20&apos;"
                               pushedimage="file=&apos;..\Frame\frame_button_exit.png&apos; source=&apos;0,20,10,30&apos;" />
      <Label text="提示" font="0" float="true" pos="15,13,41,30" textcolor="#ffffffff"/>
    </VerticalLayout>
    <!-- 字体显示区域 -->
    <VerticalLayout name="VLayout_body" height="321" bkcolor="#ffffffff">
      <Label width="32" height="32" float="true" pos="153,30,185,62" bkimage="..\FrameMessageBox\frame_messagebox_icon1.png"/>
      <Label name="Lab_FailName" width="180" height="16" float="true" pos="85,104,265,120" font="1" align="center" text="网费自动充值失败" textcolor="#ff000000"/>
      <Label name="Lab_FailInfo" width="180" height="15" float="true" pos="85,133,265,148" font="2" align="center" text="请联系吧台进行充值" textcolor="#ff979797"/>
      <Button name="Btn_Sure" width="72" height="40" float="true" pos="145,177,217,217" text="确定" font="1" textcolor="#ffffffff" textpadding="0,-7,0,0"
                              normalimage="file=&apos;..\FrameMessageBox\btn_sure.png&apos; source=&apos;0,0,72,40&apos;"
                              hotimage="file=&apos;..\FrameMessageBox\btn_sure.png&apos; source=&apos;72,0,144,40&apos;"
                              pushedimage="file=&apos;..\FrameMessageBox\btn_sure.png&apos; source=&apos;144,0,216,40&apos;"/>
    </VerticalLayout> 
    
  </VerticalLayout>
</Window>

