PageRenderTime 15ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/src/mpv5/ui/dialogs/About.form

http://mp-rechnungs-und-kundenverwaltung.googlecode.com/
Unknown | 200 lines | 196 code | 4 blank | 0 comment | 0 complexity | 681f1c0952764dcfb114c1722364dc0f MD5 | raw file
Possible License(s): LGPL-3.0, Apache-2.0, GPL-3.0, GPL-2.0, AGPL-3.0, JSON, BSD-3-Clause
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
  3. <Properties>
  4. <Property name="defaultCloseOperation" type="int" value="2"/>
  5. <Property name="title" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  6. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="About.title" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  7. </Property>
  8. <Property name="resizable" type="boolean" value="false"/>
  9. </Properties>
  10. <SyntheticProperties>
  11. <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  12. </SyntheticProperties>
  13. <AuxValues>
  14. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
  15. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  16. <AuxValue name="FormSettings_formBundle" type="java.lang.String" value="mpv5/resources/languages/Panels"/>
  17. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  18. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  19. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
  20. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  21. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  22. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  23. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  24. <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,21,0,0,1,-46"/>
  25. </AuxValues>
  26. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
  27. <SubComponents>
  28. <Container class="javax.swing.JPanel" name="jPanel1">
  29. <Properties>
  30. <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
  31. <Color blue="33" green="33" id="OptionPane.errorDialog.border.background" palette="3" red="99" type="palette"/>
  32. </Property>
  33. </Properties>
  34. <AuxValues>
  35. <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value=" new javax.swing.JPanel(){&#xa; public void paintComponent(Graphics g) {&#xa; g.drawImage(image, 0, 0, this);&#xa; super.paintComponent(g);&#xa; }&#xa;}"/>
  36. </AuxValues>
  37. <Constraints>
  38. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  39. <BorderConstraints direction="Center"/>
  40. </Constraint>
  41. </Constraints>
  42. <Layout>
  43. <DimensionLayout dim="0">
  44. <Group type="103" groupAlignment="0" attributes="0">
  45. <Group type="102" attributes="0">
  46. <Group type="103" groupAlignment="0" attributes="0">
  47. <Group type="102" attributes="0">
  48. <EmptySpace max="-2" attributes="0"/>
  49. <Component id="info" min="-2" pref="177" max="-2" attributes="1"/>
  50. <EmptySpace pref="92" max="32767" attributes="0"/>
  51. <Component id="title" min="-2" pref="177" max="-2" attributes="0"/>
  52. </Group>
  53. <Group type="102" attributes="0">
  54. <Group type="103" groupAlignment="0" attributes="0">
  55. <Group type="102" alignment="0" attributes="0">
  56. <EmptySpace min="-2" pref="71" max="-2" attributes="0"/>
  57. <Group type="103" groupAlignment="0" attributes="0">
  58. <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
  59. <Component id="website" max="32767" attributes="0"/>
  60. </Group>
  61. <EmptySpace max="-2" attributes="0"/>
  62. </Group>
  63. <Group type="102" alignment="0" attributes="0">
  64. <EmptySpace max="-2" attributes="0"/>
  65. <Component id="db_version" min="-2" pref="177" max="-2" attributes="1"/>
  66. <EmptySpace min="-2" pref="106" max="-2" attributes="0"/>
  67. </Group>
  68. </Group>
  69. <Group type="103" groupAlignment="0" max="-2" attributes="0">
  70. <Component id="jLabel1" max="32767" attributes="0"/>
  71. <Component id="jScrollPane1" pref="163" max="32767" attributes="1"/>
  72. </Group>
  73. </Group>
  74. </Group>
  75. <EmptySpace max="-2" attributes="0"/>
  76. </Group>
  77. </Group>
  78. </DimensionLayout>
  79. <DimensionLayout dim="1">
  80. <Group type="103" groupAlignment="0" attributes="0">
  81. <Group type="102" attributes="0">
  82. <EmptySpace max="-2" attributes="0"/>
  83. <Group type="103" groupAlignment="3" attributes="0">
  84. <Component id="info" alignment="3" min="-2" max="-2" attributes="0"/>
  85. <Component id="title" alignment="3" min="-2" max="-2" attributes="0"/>
  86. </Group>
  87. <EmptySpace max="-2" attributes="0"/>
  88. <Group type="103" groupAlignment="3" attributes="0">
  89. <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
  90. <Component id="db_version" alignment="3" min="-2" max="-2" attributes="0"/>
  91. </Group>
  92. <EmptySpace max="-2" attributes="0"/>
  93. <Group type="103" groupAlignment="0" attributes="0">
  94. <Group type="102" alignment="1" attributes="0">
  95. <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
  96. <EmptySpace max="-2" attributes="0"/>
  97. <Component id="website" min="-2" max="-2" attributes="0"/>
  98. <EmptySpace min="-2" pref="2" max="-2" attributes="0"/>
  99. </Group>
  100. <Component id="jScrollPane1" pref="215" max="32767" attributes="0"/>
  101. </Group>
  102. <EmptySpace max="-2" attributes="0"/>
  103. </Group>
  104. </Group>
  105. </DimensionLayout>
  106. </Layout>
  107. <SubComponents>
  108. <Component class="javax.swing.JLabel" name="info">
  109. <Properties>
  110. <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
  111. <Font name="DejaVu Sans" size="11" style="0"/>
  112. </Property>
  113. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  114. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="About.info.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  115. </Property>
  116. </Properties>
  117. </Component>
  118. <Component class="javax.swing.JLabel" name="title">
  119. <Properties>
  120. <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
  121. <Font name="DejaVu Sans" size="11" style="0"/>
  122. </Property>
  123. <Property name="horizontalAlignment" type="int" value="4"/>
  124. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  125. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="About.title.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  126. </Property>
  127. </Properties>
  128. </Component>
  129. <Component class="javax.swing.JLabel" name="jLabel1">
  130. <Properties>
  131. <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
  132. <Font name="DejaVu Sans" size="11" style="0"/>
  133. </Property>
  134. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  135. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="About.jLabel1.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  136. </Property>
  137. </Properties>
  138. </Component>
  139. <Container class="javax.swing.JScrollPane" name="jScrollPane1">
  140. <AuxValues>
  141. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  142. </AuxValues>
  143. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  144. <SubComponents>
  145. <Component class="javax.swing.JList" name="jList1">
  146. <Properties>
  147. <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
  148. <Font name="DejaVu Sans" size="11" style="0"/>
  149. </Property>
  150. <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
  151. <Color blue="33" green="0" red="0" type="rgb"/>
  152. </Property>
  153. <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor">
  154. <StringArray count="0"/>
  155. </Property>
  156. </Properties>
  157. </Component>
  158. </SubComponents>
  159. </Container>
  160. <Component class="javax.swing.JLabel" name="jLabel2">
  161. <Properties>
  162. <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
  163. <Font name="DejaVu Sans" size="11" style="0"/>
  164. </Property>
  165. <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
  166. <Color blue="cc" green="ff" red="ff" type="rgb"/>
  167. </Property>
  168. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  169. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="About.jLabel2.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  170. </Property>
  171. </Properties>
  172. </Component>
  173. <Component class="javax.swing.JLabel" name="website">
  174. <Properties>
  175. <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
  176. <Color blue="cc" green="ff" red="ff" type="rgb"/>
  177. </Property>
  178. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  179. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="About.website.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  180. </Property>
  181. </Properties>
  182. </Component>
  183. <Component class="javax.swing.JLabel" name="db_version">
  184. <Properties>
  185. <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
  186. <Font name="DejaVu Sans" size="11" style="0"/>
  187. </Property>
  188. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  189. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="About.db_version.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  190. </Property>
  191. </Properties>
  192. </Component>
  193. </SubComponents>
  194. </Container>
  195. </SubComponents>
  196. </Form>