install.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334
  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. <Font id="10" name="微软雅黑" size="10" bold="false" />
  14. <Font id="11" name="微软雅黑" size="11" bold="false" />
  15. <Include source="default.xml" />
  16. <VerticalLayout >
  17. <TabLayout name="wizardTab" >
  18. <Include source="regpage.xml" />
  19. <Include source="configpage.xml" />
  20. <Include source="installingpage.xml" />
  21. <Include source="finishpage.xml" />
  22. <Include source="uninstallpage.xml" />
  23. <Include source="uninstallingpage.xml" />
  24. <Include source="uninstallfinishpage.xml" />
  25. </TabLayout>
  26. <HorizontalLayout float="true" inset="0,5,5,0" pos="0,0,480,26" background="#FF000000">
  27. <Container />
  28. <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'" />
  29. <Control width="5" />
  30. <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'" />
  31. </HorizontalLayout>
  32. </VerticalLayout>
  33. </Window>