install.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Window size="480,390" sizebox="0,0,0,0" caption="0,0,0,0" showshadow="true" shadowimage="bk_shadow.png" shadowsize="14" shadowcorner="0,0,0,0">
  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. <Font id="6" name="微软雅黑" size="14" bold="true" />
  10. <Font id="7" name="微软雅黑" size="13" bold="false" />
  11. <Font id="8" name="微软雅黑" size="18" bold="false" />
  12. <Font id="9" name="微软雅黑" size="16" bold="true" />
  13. <Include source="default.xml" />
  14. <VerticalLayout >
  15. <TabLayout name="wizardTab" >
  16. <Include source="regpage.xml" />
  17. <Include source="configpage.xml" />
  18. <Include source="installingpage.xml" />
  19. <Include source="finishpage.xml" />
  20. <Include source="uninstallpage.xml" />
  21. <Include source="uninstallingpage.xml" />
  22. <Include source="uninstallfinishpage.xml" />
  23. </TabLayout>
  24. <HorizontalLayout float="true" inset="0,5,5,0" pos="0,0,480,26" background="#FF000000">
  25. <Container />
  26. <Button name="btnFinishedMin" width="20" height="20" normalimage="file='public\button\btn_wnd_white_min.png' dest='4,4,16,16'" hotimage="file='public\button\btn_wnd_white_min_hovered.png'" pushedimage="file='public\button\btn_wnd_white_min_pushed.png'" />
  27. <Control width="5" />
  28. <Button name="btnClose" width="20" height="20" normalimage="file='public\button\btn_wnd_white_close.png' dest='4,4,16,16'" hotimage="file='public\button\btn_wnd_close_hovered.png'" pushedimage="file='public\button\btn_wnd_close_pushed.png'" />
  29. </HorizontalLayout>
  30. </VerticalLayout>
  31. </Window>