licensepage.xml 1.0 KB

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Windows>
  3. <!-- 许可 -->
  4. <VerticalLayout visible="false" name="licenseshow" float="true" bkimage="file='form\license_bg.png'" pos="5,35,475,375">
  5. <Container height="10" />
  6. <!-- <Label name="licensename" text="《四维看看本地版用户许可协议》" font="5" align="center" textcolor="0xffffffff"/>-->
  7. <RichEdit width="465" height="260" name="editLicense" autovscroll="true" vscrollbar="true" readonly="true" textcolor="0xffffffff" inset="12,12,2,12" bordersize="1" />
  8. <HorizontalLayout height="34">
  9. <Control />
  10. <Button name="btnAgree" width="80" height="30" normalimage="form\btn_installation_normal.png" hotimage="form\btn_installation_hovered.png" pushedimage="form\btn_installation_pressed.png" disabledimage="form\btn_installation_disable.png" font="6" textcolor="0xffffffff" disabledtextcolor="0xffffffff" margin="0,10,0,0" text="" />
  11. <Control width="20" />
  12. </HorizontalLayout>
  13. </VerticalLayout>
  14. </Windows>