licensepage.xml 948 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Windows>
  3. <!-- 许可 -->
  4. <VerticalLayout visible="false" name="licenseshow" float="true" bkimage="file='license_bg.png' corner='12,12,12,12'" pos="10,35,560,405">
  5. <Container height="10" />
  6. <Label name="licensename" text="《用户许可协议》" font="5" align="center" textcolor="0xFF000000"/>
  7. <Container height="4" />
  8. <RichEdit width="540" height="295" name="editLicense" autovscroll="true" vscrollbar="true" readonly="true" textcolor="0xFF000000" inset="12,12,2,12" bordersize="1" />
  9. <HorizontalLayout height="34">
  10. <Container />
  11. <Button name="btnAgree" normalimage="file='ok.png' source='0,0,68,26'" pushedimage="file='ok.png' source='0,26,68,52'" hotimage="file='ok.png' source='0,52,68,78'" width="68" height="26" />
  12. <Container />
  13. </HorizontalLayout>
  14. </VerticalLayout>
  15. </Windows>