| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="UTF-8"?>
- <Window size="520,410" caption="0,0,0,36" roundcorner="4,4" >
- <Font shared="true" id="0" name="微软雅黑" size="20" />
- <VerticalLayout bkimage="file='Dialog_BG2.png' corner='4,48,4,4'" >
- <HorizontalLayout height="44">
- <Label name="login_version" text="" height="44" valign="center" padding="10,0,0,0" textcolor="#FFFFFFFF"/>
- <Control />
- <Button name="closebtn" width="42" height="18" padding="0,6,0,0" tooltip="关闭收银软件" normalimage="file='frame_btn_close_normal.bmp' mask='#FFFF00FF'" hotimage="file='frame_btn_close_hot.bmp' mask='#FFFF00FF'" pushedimage="file='frame_btn_close_down.bmp' mask='#FFFF00FF'"/>
- </HorizontalLayout>
-
- <HorizontalLayout height="80">
- <Control></Control>
- <HorizontalLayout bkimage="file='logo_guanwang.png'" width="202" height="43" padding="0,18,0,0"></HorizontalLayout>
- <Control></Control>
- </HorizontalLayout>
-
- <VerticalLayout name="login_input" height="200">
- <HorizontalLayout height="50">
- <Label text="账号:" float="true" pos="123,12,228,40"/>
- <Combo name="accountcombo" float="true" pos="183, 12, 398, 38" tooltip="请点击这里选择您的登录账号" normalimage="file='Setting_Combox_Normal.png' corner='2,2,24,2'" hotimage="file='Setting_Combox_Hover.png' corner='2,2,24,2'" pushedimage="Setting_Combox_Click.png' corner='2,2,24,2'" textpadding="10,1,1,1" >
- </Combo>
- <Edit name="accountedit" float="true" pos="183,12,368,38" normalimage="file='Chat_InputBox_BG.png' corner='4,4,4,4'" hotimage="file='Chat_InputBox_BG_Hover.png' corner='4,4,4,4'" />
- </HorizontalLayout>
-
- <HorizontalLayout height="50">
- <Control></Control>
- <Label text="密码:" width="60" />
- <Edit name="pwdedit" width="215" height="32" password="true" padding="0,12,0,12" normalimage="file='Chat_InputBox_BG.png' corner='4,4,4,4'" hotimage="file='Chat_InputBox_BG_Hover.png' corner='4,4,4,4'" />
- <Control></Control>
- </HorizontalLayout>
-
- <HorizontalLayout height="32">
- <Control></Control>
- <CheckBox name="login_auto_login" padding="0,7,0,7" width="16" height="16" normalimage="file='Setting_CheckBox_Normal.png'" hotimage="file='Setting_CheckBox_Hover.png'" selectedimage="file='Setting_CheckBox_Click.png'"/>
- <Label text="自动登录" width="75" padding="10,0,0,0"/>
- <CheckBox name="login_remember_password" padding="56,7,0,7" width="16" height="16" normalimage="file='Setting_CheckBox_Normal.png'" hotimage="file='Setting_CheckBox_Hover.png'" selectedimage="file='Setting_CheckBox_Click.png'"/>
- <Label text="记住密码" width="75" padding="10,0,0,0"/>
- <Control></Control>
- </HorizontalLayout>
-
- <HorizontalLayout height="50">
- <Control></Control>
- <Button name="loginBtn" text="登录" height="38" width="270" padding="0,15,0,0" tooltip="点击这里登录" normalimage="file='Btn_White.png' corner='5,5,5,5'" hotimage="file='Btn_White_Hover.png' corner='5,5,5,5'" pushedimage="file='Btn_White_Click.png' corner='5,5,5,5'" />
- <Control></Control>
- </HorizontalLayout>
- </VerticalLayout>
-
- <VerticalLayout name="login_loading" height="200">
- <Label text="登录中..." align="center" padding="0,150,0,0" font="0"></Label>
- </VerticalLayout>
-
- <HorizontalLayout height="50">
- <Control></Control>
- <Label name="loginresult" width="400" height="50" multiline="true" text="" visible="false" textcolor="#FF0000" align="center" />
- <Control></Control>
- </HorizontalLayout>
-
- <HorizontalLayout padding="0,0,0,15">
- <Control></Control>
- <Button name="guanwang" text="{u}www.zhipuzi.com{/u}" showhtml="true" width="200" align="center"/>
- <Control></Control>
- </HorizontalLayout>
- </VerticalLayout>
- </Window>
|