install.xml 2.1 KB

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