licensepage.xml 1.1 KB

12345678910111213141516171819
  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. <Container height="4" />
  8. <RichEdit width="465" height="260" name="editLicense" autovscroll="true" vscrollbar="true" readonly="true" textcolor="0xffffffff" inset="12,12,2,12" bordersize="1" />
  9. <HorizontalLayout height="34">
  10. <Control />
  11. <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="我知道了" />
  12. <Control width="20" />
  13. </HorizontalLayout>
  14. </VerticalLayout>
  15. </Windows>