| 1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="utf-8"?>
- <Windows>
- <!-- 完成 -->
- <VerticalLayout >
- <VerticalLayout name="reg_title" width="480" height="32" roundcorner="5,5" bkimage=""></VerticalLayout>
- <VerticalLayout bkimage="form\reg_bg.png" >
- <Control height="10" />
- <Label font="9" textcolor="#FFFFFF" align="center" name="install_info" text="" height="20" />
- <Label font="5" name="machineCode" textcolor="#FFFFFF" text="" padding="40,15,30,0" />
- <HorizontalLayout height="44" padding="40,6,0,0">
- <RichEdit name="reg_machine_info" text="" readonly="true" width="310" height="34" textcolor="#FFFFFF" inset="5,5,5,5" bkimage="public\edit\edit1.png" autovscroll="true" autohscroll="false" bordervisible="true" bordersize="1" bordercolor="#1affffff" focusbordercolor="#1affffff" wantreturn="false" wantctrlreturn="false" multiline="true" />
- <Control width="10" />
- <Button name="btnCopyMachineinfo" padding="8,2,0,0" width="72" height="30" font="6" text="" textcolor="#00C8AF" bkcolor="#252526" normalimage="file='form/confim_uninstall_normal.png' " hotimage="file='form/confim_uninstall_hotimage.png'" pushedimage="file='form/button/confim_uninstall_normal.png'" />
- </HorizontalLayout>
- <Label name="installKey" font="5" textcolor="#FFFFFF" text="" padding="40,0,30,0" />
- <HorizontalLayout height="78" padding="40,6,2,0">
- <RichEdit name="reg_reg_info" text="" width="400" height="78" textcolor="#FFFFFF" inset="5,5,5,5" bkimage="public\edit\edit1.png" autovscroll="true" autohscroll="false" bordervisible="true" bordersize="1" bordercolor="#1affffff" focusbordercolor="#1affffff" wantreturn="false" wantctrlreturn="false" multiline="true" />
- </HorizontalLayout>
- <Label font="1" name="regPrompt" text="" textcolor="#878787" padding="40,10,0,0"/>
- <Label font="1" name="reg_space" normaltextcolor="lightcolor" padding="40,10,0,0"/>
- <Button name="btnRegConfirm" font="6" padding="210,10,0,0" text="" textcolor="#FFFFFF" normalimage="file='form/cancel_uninstall_normal.png' " hotimage="file='form/cancel_uninstall_hotimage.png'" pushedimage="file='form/cancel_uninstall_normal.png'" width="85" height="30"/>
- </VerticalLayout>
- </VerticalLayout>
- </Windows>
|