|
26 | 26 | <VBox name="enter_panel" width="240" height="auto" margin="20,10,20,0" bkimage="user_password.png"> |
27 | 27 | <HBox height="41" padding="14,1,10,0"> |
28 | 28 | <Control name="usericon" width="16" height="16" valign="center" normalimage="user_1.png" disabledimage="user_2.png"/> |
29 | | - <RichEdit class="simple prompt" name="username" width="stretch" height="auto" margin="10,0,10,0" valign="center" font="2" prompttext="请输入手机号"/> |
| 29 | + <RichEdit class="simple prompt" name="username" width="stretch" height="auto" margin="10,0,10,0" valign="center" font="1" prompttextid="STRID_LOGIN_FORM_INPUT_MOBILE"/> |
30 | 30 | </HBox> |
31 | 31 | <HBox name="nick_name_panel" height="40" padding="14,1,0,0" visible="false" margin="0,0,0,0"> |
32 | 32 | <Control name="nick_name_icon" width="16" height="16" valign="center" normalimage="nickname.png" disabledimage="nickname.png"/> |
33 | 33 | <RichEdit class="simple prompt" name="nickname" width="stretch" height="auto" margin="10,0,10,0" valign="center" font="2" prompttextid="STRID_LOGIN_FORM_NICKNAME"/> |
34 | 34 | </HBox> |
35 | 35 | <HBox height="41" padding="14,1,5,0"> |
36 | 36 | <Control name="passwordicon" width="16" height="16" valign="center" normalimage="password_1.png" disabledimage="password_2.png"/> |
37 | | - <RichEdit class="simple prompt" name="password" width="110" height="auto" margin="10,0,5,0" valign="center" font="2" prompttext="请输入验证码"/> |
38 | | - <Button name="btn_get_code" width="70" height="30" margin="5,5,5,0" font="0" normaltextcolor="white" text="获取验证码" |
39 | | - normalimage="login0.png" hotimage="login1.png" pushedimage="login2.png"/> |
| 37 | + <RichEdit class="simple prompt" name="password" width="110" height="auto" margin="10,0,5,0" valign="center" font="1" prompttextid="STRID_LOGIN_FORM_INPUT_SMS_CODE"/> |
| 38 | + <Button name="btn_get_code" width="70" height="30" margin="5,5,5,0" font="0" normaltextcolor="white" textid="STRID_LOGIN_FORM_GET_CODE" |
| 39 | + normalimage="login0.png" hotimage="login1.png" pushedimage="login2.png" disabledimage="file='cancel0.png'"/> |
40 | 40 | </HBox> |
41 | 41 | </VBox> |
42 | 42 | </VBox> |
|
51 | 51 | <Event type="select" receiver="chkbox_remember_username" applyattribute="selected="true""/> |
52 | 52 | <Event type="unselect" receiver="chkbox_remember_username" applyattribute="selected="false""/> |
53 | 53 | </CheckBox> |
54 | | - <Control /> |
55 | 54 | <!--Button name="forget_password" cursortype="hand" font="1" normaltextcolor="link_gray" textid="STRID_LOGIN_FORGET_PASSWORD" /--> |
56 | 55 | </HBox> |
57 | 56 |
|
|
0 commit comments