ExtendedInstallProgressGui.form 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Form version="1.3" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
  3. <Properties>
  4. <Property name="defaultCloseOperation" type="int" value="3"/>
  5. <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  6. <Dimension value="[852, 331]"/>
  7. </Property>
  8. <Property name="resizable" type="boolean" value="false"/>
  9. </Properties>
  10. <SyntheticProperties>
  11. <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  12. <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
  13. </SyntheticProperties>
  14. <Events>
  15. <EventHandler event="componentMoved" listener="java.awt.event.ComponentListener" parameters="java.awt.event.ComponentEvent" handler="formComponentMoved"/>
  16. </Events>
  17. <AuxValues>
  18. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  19. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  20. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  21. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  22. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  23. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  24. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  25. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  26. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  27. </AuxValues>
  28. <Layout>
  29. <DimensionLayout dim="0">
  30. <Group type="103" groupAlignment="0" attributes="0">
  31. <Group type="102" alignment="0" attributes="0">
  32. <EmptySpace max="-2" attributes="0"/>
  33. <Group type="103" groupAlignment="0" attributes="0">
  34. <Component id="ptotal" max="32767" attributes="0"/>
  35. <Group type="102" alignment="1" attributes="0">
  36. <Component id="jSeparator3" min="-2" pref="50" max="-2" attributes="0"/>
  37. <EmptySpace max="-2" attributes="0"/>
  38. <Component id="lblVID" min="-2" max="-2" attributes="0"/>
  39. <EmptySpace max="-2" attributes="0"/>
  40. <Component id="jSeparator4" max="32767" attributes="0"/>
  41. </Group>
  42. <Group type="102" alignment="0" attributes="0">
  43. <Group type="103" groupAlignment="1" attributes="0">
  44. <Component id="lblMsg" alignment="0" max="32767" attributes="0"/>
  45. <Component id="btnExit" alignment="0" max="32767" attributes="0"/>
  46. <Component id="jScrollPane1" alignment="0" max="32767" attributes="0"/>
  47. <Group type="102" alignment="1" attributes="0">
  48. <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
  49. <EmptySpace max="32767" attributes="0"/>
  50. <Component id="pFilename" min="-2" pref="763" max="-2" attributes="0"/>
  51. </Group>
  52. </Group>
  53. <EmptySpace max="-2" attributes="0"/>
  54. <Component id="pbarPacks" min="-2" pref="35" max="-2" attributes="0"/>
  55. </Group>
  56. </Group>
  57. <EmptySpace max="-2" attributes="0"/>
  58. </Group>
  59. </Group>
  60. </DimensionLayout>
  61. <DimensionLayout dim="1">
  62. <Group type="103" groupAlignment="0" attributes="0">
  63. <Group type="102" alignment="1" attributes="0">
  64. <EmptySpace max="-2" attributes="0"/>
  65. <Component id="ptotal" min="-2" pref="31" max="-2" attributes="0"/>
  66. <EmptySpace max="-2" attributes="0"/>
  67. <Group type="103" groupAlignment="0" attributes="0">
  68. <Group type="102" attributes="0">
  69. <Group type="103" groupAlignment="0" attributes="0">
  70. <Component id="pFilename" max="32767" attributes="0"/>
  71. <Component id="jLabel1" max="32767" attributes="0"/>
  72. </Group>
  73. <EmptySpace max="-2" attributes="0"/>
  74. <Component id="lblMsg" min="-2" max="-2" attributes="0"/>
  75. <EmptySpace type="separate" max="-2" attributes="0"/>
  76. <Component id="jScrollPane1" min="-2" pref="153" max="-2" attributes="0"/>
  77. <EmptySpace max="-2" attributes="0"/>
  78. <Component id="btnExit" min="-2" max="-2" attributes="0"/>
  79. </Group>
  80. <Component id="pbarPacks" min="-2" pref="252" max="-2" attributes="0"/>
  81. </Group>
  82. <EmptySpace max="-2" attributes="0"/>
  83. <Group type="103" groupAlignment="1" attributes="0">
  84. <Component id="lblVID" min="-2" max="-2" attributes="0"/>
  85. <Component id="jSeparator3" min="-2" pref="10" max="-2" attributes="0"/>
  86. <Component id="jSeparator4" min="-2" pref="10" max="-2" attributes="0"/>
  87. </Group>
  88. <EmptySpace max="-2" attributes="0"/>
  89. </Group>
  90. </Group>
  91. </DimensionLayout>
  92. </Layout>
  93. <SubComponents>
  94. <Container class="javax.swing.JScrollPane" name="jScrollPane1">
  95. <AuxValues>
  96. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  97. </AuxValues>
  98. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  99. <SubComponents>
  100. <Component class="javax.swing.JTextArea" name="tempLog">
  101. <Properties>
  102. <Property name="columns" type="int" value="20"/>
  103. <Property name="rows" type="int" value="5"/>
  104. </Properties>
  105. </Component>
  106. </SubComponents>
  107. </Container>
  108. <Component class="javax.swing.JLabel" name="lblMsg">
  109. <Properties>
  110. <Property name="text" type="java.lang.String" value="Starte Installixierung"/>
  111. </Properties>
  112. </Component>
  113. <Component class="javax.swing.JProgressBar" name="ptotal">
  114. </Component>
  115. <Component class="javax.swing.JButton" name="btnExit">
  116. <Properties>
  117. <Property name="text" type="java.lang.String" value="Beenden"/>
  118. </Properties>
  119. <Events>
  120. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnExitActionPerformed"/>
  121. </Events>
  122. </Component>
  123. <Component class="javax.swing.JLabel" name="lblVID">
  124. <Properties>
  125. <Property name="text" type="java.lang.String" value="izSetup 1.0.0 (c) 2012 iZc"/>
  126. </Properties>
  127. </Component>
  128. <Component class="javax.swing.JProgressBar" name="pbarPacks">
  129. <Properties>
  130. <Property name="minimum" type="int" value="10"/>
  131. <Property name="orientation" type="int" value="1"/>
  132. <Property name="value" type="int" value="3"/>
  133. </Properties>
  134. </Component>
  135. <Component class="javax.swing.JSeparator" name="jSeparator3">
  136. </Component>
  137. <Component class="javax.swing.JSeparator" name="jSeparator4">
  138. </Component>
  139. <Component class="javax.swing.JProgressBar" name="pFilename">
  140. </Component>
  141. <Component class="javax.swing.JLabel" name="jLabel1">
  142. <Properties>
  143. <Property name="text" type="java.lang.String" value=" "/>
  144. </Properties>
  145. </Component>
  146. </SubComponents>
  147. </Form>