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

/src/mpv5/ui/panels/ProductPanelContactSub.form

http://mp-rechnungs-und-kundenverwaltung.googlecode.com/
Unknown | 169 lines | 166 code | 3 blank | 0 comment | 0 complexity | b135124300f0c9f1d33920868da39b9e 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.JPanelFormInfo">
  3. <Properties>
  4. <Property name="name" type="java.lang.String" value="Form" noResource="true"/>
  5. </Properties>
  6. <AuxValues>
  7. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
  8. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/>
  9. <AuxValue name="FormSettings_formBundle" type="java.lang.String" value="mpv5/resources/languages/Panels"/>
  10. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  11. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  12. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
  13. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  14. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  15. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  16. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  17. </AuxValues>
  18. <Layout>
  19. <DimensionLayout dim="0">
  20. <Group type="103" groupAlignment="0" attributes="0">
  21. <Component id="jPanel6" alignment="0" max="32767" attributes="0"/>
  22. </Group>
  23. </DimensionLayout>
  24. <DimensionLayout dim="1">
  25. <Group type="103" groupAlignment="0" attributes="0">
  26. <Component id="jPanel6" min="-2" max="-2" attributes="0"/>
  27. </Group>
  28. </DimensionLayout>
  29. </Layout>
  30. <SubComponents>
  31. <Container class="javax.swing.JPanel" name="jPanel6">
  32. <Properties>
  33. <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
  34. <Color blue="df" green="df" red="e6" type="rgb"/>
  35. </Property>
  36. <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
  37. <Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo">
  38. <LineBorder roundedCorners="true">
  39. <Color PropertyName="color" blue="cc" green="cc" red="cc" type="rgb"/>
  40. </LineBorder>
  41. </Border>
  42. </Property>
  43. <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
  44. <Color blue="cc" green="cc" red="cc" type="rgb"/>
  45. </Property>
  46. <Property name="name" type="java.lang.String" value="jPanel6" noResource="true"/>
  47. </Properties>
  48. <Layout>
  49. <DimensionLayout dim="0">
  50. <Group type="103" groupAlignment="0" attributes="0">
  51. <Group type="102" alignment="0" attributes="0">
  52. <EmptySpace max="-2" attributes="0"/>
  53. <Component id="contactname" min="-2" pref="239" max="-2" attributes="0"/>
  54. <EmptySpace max="-2" attributes="0"/>
  55. <Component id="contactcity" min="-2" pref="131" max="-2" attributes="0"/>
  56. <EmptySpace max="-2" attributes="0"/>
  57. <Component id="contactcompany" min="-2" pref="131" max="-2" attributes="0"/>
  58. <EmptySpace max="-2" attributes="0"/>
  59. <Component id="contactid" min="-2" pref="131" max="-2" attributes="0"/>
  60. <EmptySpace max="-2" attributes="0"/>
  61. <Component id="jRadioButton1" min="-2" max="-2" attributes="0"/>
  62. <EmptySpace max="-2" attributes="0"/>
  63. <Component id="jButton1" min="-2" pref="24" max="-2" attributes="0"/>
  64. <EmptySpace max="-2" attributes="0"/>
  65. <Component id="jButton2" min="-2" pref="27" max="-2" attributes="0"/>
  66. <EmptySpace max="32767" attributes="0"/>
  67. </Group>
  68. </Group>
  69. </DimensionLayout>
  70. <DimensionLayout dim="1">
  71. <Group type="103" groupAlignment="0" attributes="0">
  72. <Group type="103" groupAlignment="2" attributes="0">
  73. <Component id="contactcity" alignment="2" min="-2" max="-2" attributes="0"/>
  74. <Component id="contactcompany" alignment="2" min="-2" max="-2" attributes="0"/>
  75. <Component id="contactid" alignment="2" min="-2" max="-2" attributes="0"/>
  76. <Component id="jRadioButton1" alignment="2" min="-2" max="-2" attributes="0"/>
  77. <Component id="contactname" alignment="2" min="-2" max="-2" attributes="0"/>
  78. <Component id="jButton1" alignment="2" min="-2" max="-2" attributes="0"/>
  79. <Component id="jButton2" alignment="2" min="-2" max="-2" attributes="0"/>
  80. </Group>
  81. </Group>
  82. </DimensionLayout>
  83. </Layout>
  84. <SubComponents>
  85. <Component class="javax.swing.JTextField" name="contactid">
  86. <Properties>
  87. <Property name="editable" type="boolean" value="false"/>
  88. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  89. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ProductPanel.contactid.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  90. </Property>
  91. <Property name="name" type="java.lang.String" value="contactid" noResource="true"/>
  92. </Properties>
  93. </Component>
  94. <Component class="javax.swing.JTextField" name="contactcity">
  95. <Properties>
  96. <Property name="editable" type="boolean" value="false"/>
  97. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  98. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ProductPanel.contactcity.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  99. </Property>
  100. <Property name="name" type="java.lang.String" value="contactcity" noResource="true"/>
  101. </Properties>
  102. </Component>
  103. <Component class="javax.swing.JTextField" name="contactcompany">
  104. <Properties>
  105. <Property name="editable" type="boolean" value="false"/>
  106. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  107. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ProductPanel.contactcompany.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  108. </Property>
  109. <Property name="name" type="java.lang.String" value="contactcompany" noResource="true"/>
  110. </Properties>
  111. </Component>
  112. <Component class="mpv5.ui.beans.LabeledCombobox" name="contactname">
  113. <Properties>
  114. <Property name="_Label" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  115. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ProductPanel.contactname._Label" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  116. </Property>
  117. <Property name="name" type="java.lang.String" value="contactname" noResource="true"/>
  118. </Properties>
  119. </Component>
  120. <Component class="javax.swing.JRadioButton" name="jRadioButton1">
  121. <Properties>
  122. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  123. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ProductPanelContactSub.jRadioButton1.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  124. </Property>
  125. <Property name="name" type="java.lang.String" value="jRadioButton1" noResource="true"/>
  126. <Property name="opaque" type="boolean" value="false"/>
  127. </Properties>
  128. </Component>
  129. <Component class="javax.swing.JButton" name="jButton1">
  130. <Properties>
  131. <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
  132. <Image iconType="3" name="/mpv5/resources/images/16/add.png"/>
  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="ProductPanelContactSub.jButton1.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  136. </Property>
  137. <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
  138. <Insets value="[1, 1, 1, 1]"/>
  139. </Property>
  140. <Property name="name" type="java.lang.String" value="jButton1" noResource="true"/>
  141. </Properties>
  142. <Events>
  143. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
  144. </Events>
  145. </Component>
  146. <Component class="javax.swing.JButton" name="jButton2">
  147. <Properties>
  148. <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
  149. <Image iconType="3" name="/mpv5/resources/images/16/remove.png"/>
  150. </Property>
  151. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  152. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ProductPanelContactSub.jButton2.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  153. </Property>
  154. <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
  155. <Insets value="[1, 1, 1, 1]"/>
  156. </Property>
  157. <Property name="name" type="java.lang.String" value="jButton2" noResource="true"/>
  158. </Properties>
  159. <Events>
  160. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/>
  161. </Events>
  162. </Component>
  163. </SubComponents>
  164. </Container>
  165. </SubComponents>
  166. </Form>