about.xml 609 B

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