XMLFile.xml 6.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--mininfo="600,400" -->
  3. <Window size="760,540" roundcorner="4,4,4,4" caption="0,0,0,32" showshadow="true" shadowcorner="6,6,6,6" shadowcolor="0xFF000000" shadowsize="6" shadowdarkness="50">
  4. <Font id="0" name="FontBtn" sname="Segoe UI" size="16" />
  5. <Font id="3" name="FontBtn" sname="Segoe UI" size="16" underline="true" />
  6. <Font id="2" name="FontLable" sname="Segoe UI" size="9" />
  7. <Font id="1" name="title" sname="Segoe UI" size="30" />
  8. <VerticalLayout>
  9. <!--主页 -->
  10. <VerticalLayout name="LayoutHome" visible="true" width="760" height="600" float="true" bkcolor="0xFFFFFFFF">
  11. <VerticalLayout inset="0,0,0,0" bkimage="MainUI.png" bkcolor="0xff1B263A" bkcolor2="0xff273C62" bkcolor3="0xff273C62" width="760" height="320">
  12. <Control padding="350,120,0,0" visible="false" height="80" width="80" minwidth="80" minheight="80" bkimage="Logo.png" />
  13. <Label font="1" padding="290,20,0,0" visible="false" height="30" width="760" text="PDF Reader Pro" textcolor="0xFFFFFFFF" />
  14. </VerticalLayout>
  15. <HorizontalLayout height="64" padding="0,32,0,0" width="760">
  16. <Container />
  17. <Button name="Btninstall" font="0" text="install" width="300" height="64" textcolor="0xFFFFFFFF" bkcolor="0xff273C62" hotbkcolor="0xff31538D" pushedbkcolor="0xff1B2944" />
  18. <Container />
  19. </HorizontalLayout>
  20. <HorizontalLayout padding="0,30,0,0" width="760" visible="true">
  21. <Container />
  22. <Text name="TxtByClickInstall" font="0" autocalcwidth="true" floatalign="center" text="By clicking “Install”,you agree to the" textcolor="0xFF000000" />
  23. <Button name="BtnTermsService" padding="0,-30,0,0" text="Terms of Service." font="3" autocalcwidth="true" textcolor="0XFF477EDE" hotbordercolor="0xFF004AFF" cursor="Hand" />
  24. <Text name="TxtAnd" text=" and " font="0" autocalcwidth="true" textcolor="0xFF000000" />
  25. <Button name="BtnPrivacyPolicy" padding="0,-30,0,0" text=" Privacy Policy" font="3" autocalcwidth="true" textcolor="0XFF477EDE" hotbordercolor="0xFF004AFF" cursor="Hand" />
  26. <Text name="TextShowContentLink" visible="false" padding="0,16,0,0" autocalcwidth="true" floatalign="center" font="0" text="By clicking “Install”,you agree to the {a https://www.baidu.com} Privacy Policy{/a} and {a https://www.csdn.net} Terms of Service{/a}" textcolor="0xFF000000" showhtml="true" />
  27. <Container />
  28. </HorizontalLayout>
  29. <HorizontalLayout padding="0,0,0,0" width="760" visible="true">
  30. <Container />
  31. <HorizontalLayout autocalcwidth="true" floatalign="center">
  32. <Container />
  33. <CheckBox name="CheckInstallSetting" selected="true" autocalcwidth="true" height="30" font="0" text="Installation settings" textcolor="0xFF333333" hotbkcolor="0x01000000" cursor="hand" />
  34. <Button name="Lbicon" text="▲" font="2" autocalcwidth="true" valign="top" padding="4,6,0,0" cursor="hand" />
  35. <Container />
  36. </HorizontalLayout>
  37. <Container />
  38. </HorizontalLayout>
  39. <HorizontalLayout visible="true" padding="40,0,0,0" width="680" bkcolor="0xFFEAECF2" height="1" />
  40. <HorizontalLayout padding="40,15,0,0" width="760" autocalcheight="true">
  41. <Label name="InstallationfolderTitle" font="0" height="30" autocalcwidth="true" padding="0,0,8,0" text="Installation folder" textcolor="0xFF000000" />
  42. <RichEdit name="EdFilepath" autohscroll="true" readonly="true" text="" font="0" textpadding="4,6,4,0" height="32" bordercolor="0xFFDFDFDF" bordersize="1,1,1,1" />
  43. <HorizontalLayout visible="false" width="32" height="32" bordercolor="0xFFDFDFDF" bordersize="0,1,1,1">
  44. <Button name="BtnIconSelectFolder" padding="10,8,0,0" width="16" height="16" bkimage="arrow.png" hotforeimage="file='arrow.png' source='0,0,30,20'" maxheight="16" />
  45. </HorizontalLayout>
  46. <Button name="BtnTextSelectFolder" visible="true" font="0" text="Select a Folder" padding="14,0,20,0" maxwidth="140" width="140" height="32" hotbkcolor="0xFFC0C0C0" textcolor="0xFF000000" bkcolor="0xFFE1E1E1" pushedbkcolor="0xFF969696" bordercolor="0x29000000" bordersize="1" />
  47. </HorizontalLayout>
  48. </VerticalLayout>
  49. <!--安装中 -->
  50. <VerticalLayout name="LayoutInstalling" visible="false" width="760" height="540" float="true" bkcolor="0xFFFFFFFF">
  51. <Control name="ConNoNetWork" visible="false" width="760" height="432" minwidth="760" minheight="432" bkimage="NoNetwork.png" />
  52. <TabLayout name="tab_switch" minwidth="760" minheight="432" width="760" height="432" bkcolor="0xFF2C3F62" />
  53. <Progress name="InstallingProgress" padding="40,32,0,0" width="670" height="12" forecolor="0xFF477EDE" bkcolor="0xFFE2E3E6" />
  54. <HorizontalLayout padding="40,16,0,0">
  55. <Label name="installNotWork" visible="true" font="0" width="620" height="30" text="网络错误,请检查网络并重试" textcolor="0xFF000000" />
  56. <Label name="installingValue" font="0" height="30" align="right" padding="0,0,50,0" text="0%" textcolor="0xFF000000" />
  57. </HorizontalLayout>
  58. </VerticalLayout>
  59. <!--完成 -->
  60. <VerticalLayout name="LayoutInstalled" visible="false" width="760" height="540" float="true" bkcolor="0xFFFFFFFF">
  61. <VerticalLayout inset="0,0,0,0" bkimage="MainUI.png" bkcolor="0xff1B263A" bkcolor2="0xff273C62" bkcolor3="0xff273C62" width="760" height="320">
  62. <Control padding="350,120,0,0" visible="false" height="80" width="80" minwidth="80" minheight="80" bkimage="Logo.png" />
  63. <Label font="1" padding="290,20,0,0" visible="false" height="30" width="760" text="PDF Reader Pro" textcolor="0xFFFFFFFF" />
  64. </VerticalLayout>
  65. <HorizontalLayout width="760" height="64" padding="0,45,0,0">
  66. <Container />
  67. <Button name="BtnOpenApp" font="0" text="Open app" width="300" height="64" textcolor="0xFFFFFFFF" bkcolor="0xff273C62" hotbkcolor="0xff31538D" pushedbkcolor="0xff1B2944" />
  68. <Container />
  69. </HorizontalLayout>
  70. <HorizontalLayout padding="10,32,10,0" width="760" visible="true">
  71. <HorizontalLayout />
  72. <Label name="LbInstalledPath" font="0" width="720" align="center" text="C:\\" />
  73. <HorizontalLayout />
  74. </HorizontalLayout>
  75. </VerticalLayout>
  76. <!--标题栏 -->
  77. <HorizontalLayout height="32" width="760">
  78. <Container />
  79. <HorizontalLayout autocalcwidth="true">
  80. <Container />
  81. <HorizontalLayout autocalcwidth="true">
  82. <Container />
  83. <Button name="Btnminsize" height="32" width="32" visible="true" hotbkcolor="0x39F0F0F0" pushedbkcolor="0x69E1E1E1" normalimage="minimize.png" hotimage="minimize.png" pushedimage="minimize.png" />
  84. <Button name="BtnClose" height="32" width="32" hotbkcolor="0xFFFF0000" pushedbkcolor="0xFFFF5757" normalimage="close.png" hotimage="close.png" pushedimage="close.png" />
  85. </HorizontalLayout>
  86. </HorizontalLayout>
  87. </HorizontalLayout>
  88. </VerticalLayout>
  89. </Window>