12345678910111213141516171819 |
- <?xml version="1.0" encoding="utf-8"?>
- <Windows>
- <!-- 许可 -->
- <VerticalLayout visible="false" name="licenseshow" float="true" bkimage="file='license_bg.png' corner='12,12,12,12'" pos="10,35,560,405">
-
- <Container height="10" />
- <Label name="licensename" text="《用户许可协议》" font="5" align="center" textcolor="0xFF000000"/>
- <Container height="4" />
-
- <RichEdit width="540" height="295" name="editLicense" autovscroll="true" vscrollbar="true" readonly="true" textcolor="0xFF000000" inset="12,12,2,12" bordersize="1" />
-
- <HorizontalLayout height="34">
- <Container />
- <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" />
- <Container />
- </HorizontalLayout>
-
- </VerticalLayout>
- </Windows>
|