| 123456789101112131415161718 |
- <?xml version="1.0" encoding="UTF-8"?>
- <Window>
- <Font id="0" name="微软雅黑" size="16" />
- <VerticalLayout bkcolor="#FFFFFFFF" padding="0,20,20,20" inset="15,15,15,15">
- <Control height="180" />
- <HorizontalLayout align="center" height="50" padding="0,0,0,30">
- <Control></Control>
- <Control bkimage="file='logo_50.png'" width="50" height="50" align="center"></Control>
- <Control></Control>
- </HorizontalLayout>
-
- <Label text="智铺子收银插件" align="center">
- </Label>
-
- <Label name="about_version" text="版本号:1.0.0.1" align="center">
- </Label>
- </VerticalLayout>
- </Window>
|