regpage.xml 2.3 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Windows>
  3. <!-- 完成 -->
  4. <VerticalLayout >
  5. <VerticalLayout name="reg_title" width="480" height="32" roundcorner="5,5" bkimage=""></VerticalLayout>
  6. <VerticalLayout bkimage="form\reg_bg.png" >
  7. <Control height="10" />
  8. <Label font="9" textcolor="#FFFFFF" align="center" name="install_info" text="" height="20" />
  9. <Label font="5" name="machineCode" textcolor="#FFFFFF" text="" padding="40,15,30,0" />
  10. <HorizontalLayout height="44" padding="40,6,0,0">
  11. <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" />
  12. <Control width="10" />
  13. <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'" />
  14. </HorizontalLayout>
  15. <Label name="installKey" font="5" textcolor="#FFFFFF" text="" padding="40,0,30,0" />
  16. <HorizontalLayout height="78" padding="40,6,2,0">
  17. <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" />
  18. </HorizontalLayout>
  19. <Label font="1" name="regPrompt" text="" textcolor="#878787" padding="40,10,0,0"/>
  20. <Label font="1" name="reg_space" normaltextcolor="lightcolor" padding="40,10,0,0"/>
  21. <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"/>
  22. </VerticalLayout>
  23. </VerticalLayout>
  24. </Windows>