install.xml 1.4 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Window size="570,410" sizebox="0,0,0,0" caption="0,0,0,810" bktrans="true">
  3. <Font id="0" name="微软雅黑" size="12" bold="false" default="true"/>
  4. <Font id="1" name="微软雅黑" size="12" bold="true" />
  5. <Font id="2" name="微软雅黑" size="24" bold="false" />
  6. <Font id="3" name="微软雅黑" size="16" bold="false" />
  7. <Font id="4" name="宋体" size="32" bold="false" />
  8. <Font id="5" name="微软雅黑" size="14" bold="false" />
  9. <Include source="default.xml" />
  10. <VerticalLayout>
  11. <TabLayout name="wizardTab" >
  12. <Include source="configpage.xml" />
  13. <Include source="installingpage.xml" />
  14. <Include source="finishpage.xml" />
  15. <Include source="uninstallpage.xml" />
  16. <Include source="uninstallingpage.xml" />
  17. <Include source="uninstallfinishpage.xml" />
  18. </TabLayout>
  19. <HorizontalLayout float="true" pos="0,8,562,34" >
  20. <Container />
  21. <Button name="btnFinishedMin" width="32" height="26" normalimage="file='min1.png' source='0,0,32,26'" hotimage="file='min1.png' source='0,26,32,52'" pushedimage="file='min1.png' source='0,52,32,78'" />
  22. <Button name="btnClose" width="29" height="26" normalimage="file='close1.png' source='0,0,29,26'" hotimage="file='close1.png' source='0,26,29,52'" pushedimage="file='close1.png' source='0,52,29,78'" />
  23. </HorizontalLayout>
  24. </VerticalLayout>
  25. </Window>