| 123456789101112131415161718 |
- <?xml version="1.0" encoding="utf-8"?>
- <Windows>
- <!-- 许可 -->
- <VerticalLayout visible="false" name="licenseshow" float="true" bkimage="file='form\license_bg.png'" pos="5,35,475,375">
-
- <Container height="10" />
- <!-- <Label name="licensename" text="《四维看看本地版用户许可协议》" font="5" align="center" textcolor="0xffffffff"/>-->
- <RichEdit width="465" height="260" name="editLicense" autovscroll="true" vscrollbar="true" readonly="true" textcolor="0xffffffff" inset="12,12,2,12" bordersize="1" />
-
- <HorizontalLayout height="34">
- <Control />
- <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="" />
- <Control width="20" />
- </HorizontalLayout>
-
- </VerticalLayout>
- </Windows>
|