/src/mpv5/ui/panels/ContactsList.form

http://mp-rechnungs-und-kundenverwaltung.googlecode.com/ · Unknown · 603 lines · 596 code · 7 blank · 0 comment · 0 complexity · dd5773b2b877ce71aa7cdc89748112a0 MD5 · raw file

  1. <?xml version="1.1" encoding="UTF-8" ?>
  2. <Form version="1.6" 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="jPanel1" 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="jPanel1" alignment="0" max="32767" attributes="0"/>
  27. </Group>
  28. </DimensionLayout>
  29. </Layout>
  30. <SubComponents>
  31. <Container class="javax.swing.JPanel" name="jPanel1">
  32. <Properties>
  33. <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
  34. <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
  35. <TitledBorder title="Contacts List">
  36. <ResourceString PropertyName="titleX" bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.jPanel1.border.title" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  37. </TitledBorder>
  38. </Border>
  39. </Property>
  40. <Property name="name" type="java.lang.String" value="jPanel1" noResource="true"/>
  41. </Properties>
  42. <Layout>
  43. <DimensionLayout dim="0">
  44. <Group type="103" groupAlignment="0" attributes="0">
  45. <Group type="102" alignment="0" attributes="0">
  46. <Component id="jPanel3" pref="773" max="32767" attributes="1"/>
  47. <EmptySpace pref="45" max="32767" attributes="0"/>
  48. </Group>
  49. <Group type="102" alignment="0" attributes="0">
  50. <Component id="jPanel2" min="-2" max="-2" attributes="1"/>
  51. <EmptySpace max="-2" attributes="0"/>
  52. </Group>
  53. <Group type="102" alignment="0" attributes="0">
  54. <Component id="prinitingComboBox1" min="-2" max="-2" attributes="0"/>
  55. <EmptySpace max="-2" attributes="0"/>
  56. </Group>
  57. <Component id="jScrollPane1" alignment="0" pref="818" max="32767" attributes="0"/>
  58. </Group>
  59. </DimensionLayout>
  60. <DimensionLayout dim="1">
  61. <Group type="103" groupAlignment="0" attributes="0">
  62. <Group type="102" alignment="0" attributes="0">
  63. <Component id="jPanel3" min="-2" pref="33" max="-2" attributes="0"/>
  64. <EmptySpace max="-2" attributes="0"/>
  65. <Component id="jPanel2" min="-2" max="-2" attributes="3"/>
  66. <EmptySpace max="-2" attributes="0"/>
  67. <Component id="jScrollPane1" pref="27" max="32767" attributes="0"/>
  68. <EmptySpace max="-2" attributes="0"/>
  69. <Component id="prinitingComboBox1" min="-2" pref="17" max="-2" attributes="0"/>
  70. </Group>
  71. </Group>
  72. </DimensionLayout>
  73. </Layout>
  74. <SubComponents>
  75. <Container class="javax.swing.JScrollPane" name="jScrollPane1">
  76. <Properties>
  77. <Property name="horizontalScrollBarPolicy" type="int" value="32"/>
  78. <Property name="name" type="java.lang.String" value="jScrollPane1" noResource="true"/>
  79. </Properties>
  80. <AuxValues>
  81. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  82. </AuxValues>
  83. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  84. <SubComponents>
  85. <Component class="javax.swing.JTable" name="listTable">
  86. <Properties>
  87. <Property name="autoCreateRowSorter" type="boolean" value="true"/>
  88. <Property name="autoResizeMode" type="int" value="0"/>
  89. <Property name="dragEnabled" type="boolean" value="true"/>
  90. <Property name="fillsViewportHeight" type="boolean" value="true"/>
  91. <Property name="name" type="java.lang.String" value="listTable" noResource="true"/>
  92. <Property name="showVerticalLines" type="boolean" value="false"/>
  93. </Properties>
  94. <Events>
  95. <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="listTableMouseClicked"/>
  96. </Events>
  97. <AuxValues>
  98. <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new mpv5.ui.misc.MPTable(this) {&#xa; public Component prepareRenderer(TableCellRenderer renderer,&#xa; int rowIndex, int vColIndex) {&#xa; Component c = super.prepareRenderer(renderer, rowIndex, vColIndex);&#xa; if (c instanceof JComponent) {&#xa; JComponent jc = (JComponent)c;&#xa; jc.setToolTipText(String.valueOf(getValueAt(rowIndex, vColIndex)));&#xa; }&#xa; return c;&#xa; }&#xa;}"/>
  99. </AuxValues>
  100. </Component>
  101. </SubComponents>
  102. </Container>
  103. <Container class="javax.swing.JPanel" name="jPanel2">
  104. <Properties>
  105. <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
  106. <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
  107. <TitledBorder title="Filter">
  108. <ResourceString PropertyName="titleX" bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.jPanel2.border.title" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  109. </TitledBorder>
  110. </Border>
  111. </Property>
  112. <Property name="name" type="java.lang.String" value="jPanel2" noResource="true"/>
  113. </Properties>
  114. <Layout>
  115. <DimensionLayout dim="0">
  116. <Group type="103" groupAlignment="0" attributes="0">
  117. <Group type="102" attributes="0">
  118. <Group type="103" groupAlignment="0" attributes="0">
  119. <Group type="102" attributes="0">
  120. <Component id="jLabel3" min="-2" max="-2" attributes="0"/>
  121. <EmptySpace max="-2" attributes="0"/>
  122. <Component id="jTextField1" min="-2" pref="287" max="-2" attributes="0"/>
  123. <EmptySpace max="-2" attributes="0"/>
  124. <Component id="jButton3" min="-2" pref="67" max="-2" attributes="0"/>
  125. <EmptySpace max="-2" attributes="0"/>
  126. <Component id="jButton2" min="-2" pref="67" max="-2" attributes="0"/>
  127. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  128. <Component id="jLabel2" min="-2" pref="123" max="-2" attributes="0"/>
  129. </Group>
  130. <Component id="jToolBar2" min="-2" max="-2" attributes="1"/>
  131. </Group>
  132. <EmptySpace max="-2" attributes="0"/>
  133. <Group type="103" groupAlignment="1" attributes="0">
  134. <Component id="count" pref="110" max="32767" attributes="1"/>
  135. <Component id="jButton6" alignment="1" pref="110" max="32767" attributes="0"/>
  136. </Group>
  137. <EmptySpace max="-2" attributes="0"/>
  138. </Group>
  139. </Group>
  140. </DimensionLayout>
  141. <DimensionLayout dim="1">
  142. <Group type="103" groupAlignment="0" attributes="0">
  143. <Group type="102" attributes="0">
  144. <Group type="103" groupAlignment="0" max="-2" attributes="0">
  145. <Component id="jButton6" min="0" pref="0" max="32767" attributes="1"/>
  146. <Component id="jToolBar2" alignment="0" pref="25" max="32767" attributes="1"/>
  147. </Group>
  148. <EmptySpace min="-2" pref="10" max="-2" attributes="0"/>
  149. <Group type="103" groupAlignment="2" attributes="0">
  150. <Component id="count" alignment="2" min="-2" pref="24" max="-2" attributes="0"/>
  151. <Component id="jLabel2" alignment="2" min="-2" pref="24" max="-2" attributes="0"/>
  152. <Component id="jButton2" alignment="2" min="-2" max="-2" attributes="0"/>
  153. <Component id="jButton3" alignment="2" min="-2" max="-2" attributes="0"/>
  154. <Component id="jTextField1" alignment="2" min="-2" max="-2" attributes="0"/>
  155. <Component id="jLabel3" alignment="2" min="-2" pref="25" max="-2" attributes="0"/>
  156. </Group>
  157. </Group>
  158. </Group>
  159. </DimensionLayout>
  160. </Layout>
  161. <SubComponents>
  162. <Component class="javax.swing.JLabel" name="jLabel2">
  163. <Properties>
  164. <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
  165. <FontInfo relative="true">
  166. <Font component="jLabel2" property="font" relativeSize="true" size="0"/>
  167. </FontInfo>
  168. </Property>
  169. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  170. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.jLabel2.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  171. </Property>
  172. <Property name="name" type="java.lang.String" value="jLabel2" noResource="true"/>
  173. </Properties>
  174. </Component>
  175. <Component class="javax.swing.JLabel" name="count">
  176. <Properties>
  177. <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
  178. <FontInfo relative="true">
  179. <Font bold="true" component="count" property="font" relativeSize="true" size="0"/>
  180. </FontInfo>
  181. </Property>
  182. <Property name="horizontalAlignment" type="int" value="0"/>
  183. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  184. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.count.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  185. </Property>
  186. <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
  187. <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
  188. <EtchetBorder/>
  189. </Border>
  190. </Property>
  191. <Property name="name" type="java.lang.String" value="count" noResource="true"/>
  192. </Properties>
  193. </Component>
  194. <Component class="javax.swing.JLabel" name="jLabel3">
  195. <Properties>
  196. <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
  197. <FontInfo relative="true">
  198. <Font component="jLabel3" property="font" relativeSize="true" size="0"/>
  199. </FontInfo>
  200. </Property>
  201. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  202. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.jLabel3.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  203. </Property>
  204. <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  205. <Dimension value="[100, 14]"/>
  206. </Property>
  207. <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  208. <Dimension value="[100, 14]"/>
  209. </Property>
  210. <Property name="name" type="java.lang.String" value="jLabel3" noResource="true"/>
  211. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  212. <Dimension value="[100, 14]"/>
  213. </Property>
  214. </Properties>
  215. </Component>
  216. <Component class="javax.swing.JTextField" name="jTextField1">
  217. <Properties>
  218. <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
  219. <FontInfo relative="true">
  220. <Font component="jTextField1" property="font" relativeSize="true" size="0"/>
  221. </FontInfo>
  222. </Property>
  223. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  224. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.jTextField1.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  225. </Property>
  226. <Property name="name" type="java.lang.String" value="jTextField1" noResource="true"/>
  227. </Properties>
  228. <Events>
  229. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jTextField1ActionPerformed"/>
  230. </Events>
  231. </Component>
  232. <Component class="javax.swing.JButton" name="jButton2">
  233. <Properties>
  234. <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
  235. <FontInfo relative="true">
  236. <Font component="jButton2" property="font" relativeSize="true" size="0"/>
  237. </FontInfo>
  238. </Property>
  239. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  240. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.jButton2.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  241. </Property>
  242. <Property name="name" type="java.lang.String" value="jButton2" noResource="true"/>
  243. </Properties>
  244. <Events>
  245. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/>
  246. </Events>
  247. </Component>
  248. <Component class="javax.swing.JButton" name="jButton3">
  249. <Properties>
  250. <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
  251. <FontInfo relative="true">
  252. <Font component="jButton3" property="font" relativeSize="true" size="0"/>
  253. </FontInfo>
  254. </Property>
  255. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  256. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.jButton3.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  257. </Property>
  258. <Property name="name" type="java.lang.String" value="jButton3" noResource="true"/>
  259. </Properties>
  260. <Events>
  261. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton3ActionPerformed"/>
  262. </Events>
  263. </Component>
  264. <Container class="javax.swing.JToolBar" name="jToolBar2">
  265. <Properties>
  266. <Property name="floatable" type="boolean" value="false"/>
  267. <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  268. <Dimension value="[457, 33]"/>
  269. </Property>
  270. <Property name="name" type="java.lang.String" value="jToolBar2" noResource="true"/>
  271. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  272. <Dimension value="[670, 23]"/>
  273. </Property>
  274. </Properties>
  275. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
  276. <SubComponents>
  277. <Component class="javax.swing.JLabel" name="jLabel1">
  278. <Properties>
  279. <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
  280. <FontInfo relative="true">
  281. <Font component="jLabel1" property="font" relativeSize="true" size="0"/>
  282. </FontInfo>
  283. </Property>
  284. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  285. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.jLabel1.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  286. </Property>
  287. <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  288. <Dimension value="[100, 14]"/>
  289. </Property>
  290. <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  291. <Dimension value="[100, 14]"/>
  292. </Property>
  293. <Property name="name" type="java.lang.String" value="jLabel1" noResource="true"/>
  294. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  295. <Dimension value="[100, 14]"/>
  296. </Property>
  297. </Properties>
  298. </Component>
  299. <Component class="javax.swing.JCheckBox" name="jCheckBox1">
  300. <Properties>
  301. <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
  302. <FontInfo relative="true">
  303. <Font component="jCheckBox1" property="font" relativeSize="true" size="0"/>
  304. </FontInfo>
  305. </Property>
  306. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  307. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.jCheckBox1.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  308. </Property>
  309. <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
  310. <Insets value="[2, 6, 2, 6]"/>
  311. </Property>
  312. <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  313. <Dimension value="[333, 33]"/>
  314. </Property>
  315. <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  316. <Dimension value="[100, 20]"/>
  317. </Property>
  318. <Property name="name" type="java.lang.String" value="jCheckBox1" noResource="true"/>
  319. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  320. <Dimension value="[100, 20]"/>
  321. </Property>
  322. </Properties>
  323. <Events>
  324. <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="ItemStateChanged"/>
  325. </Events>
  326. </Component>
  327. <Component class="javax.swing.JCheckBox" name="jCheckBox2">
  328. <Properties>
  329. <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
  330. <FontInfo relative="true">
  331. <Font component="jCheckBox2" property="font" relativeSize="true" size="0"/>
  332. </FontInfo>
  333. </Property>
  334. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  335. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.jCheckBox2.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  336. </Property>
  337. <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
  338. <Insets value="[2, 6, 2, 6]"/>
  339. </Property>
  340. <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  341. <Dimension value="[333, 33]"/>
  342. </Property>
  343. <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  344. <Dimension value="[100, 20]"/>
  345. </Property>
  346. <Property name="name" type="java.lang.String" value="jCheckBox2" noResource="true"/>
  347. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  348. <Dimension value="[100, 20]"/>
  349. </Property>
  350. </Properties>
  351. <Events>
  352. <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="ItemStateChanged"/>
  353. </Events>
  354. </Component>
  355. <Component class="javax.swing.JCheckBox" name="jCheckBox3">
  356. <Properties>
  357. <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
  358. <FontInfo relative="true">
  359. <Font component="jCheckBox3" property="font" relativeSize="true" size="0"/>
  360. </FontInfo>
  361. </Property>
  362. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  363. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.jCheckBox3.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  364. </Property>
  365. <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
  366. <Insets value="[2, 6, 2, 6]"/>
  367. </Property>
  368. <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  369. <Dimension value="[333, 33]"/>
  370. </Property>
  371. <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  372. <Dimension value="[100, 20]"/>
  373. </Property>
  374. <Property name="name" type="java.lang.String" value="jCheckBox3" noResource="true"/>
  375. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  376. <Dimension value="[100, 20]"/>
  377. </Property>
  378. </Properties>
  379. <Events>
  380. <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="ItemStateChanged"/>
  381. </Events>
  382. </Component>
  383. <Component class="javax.swing.JCheckBox" name="jCheckBox4">
  384. <Properties>
  385. <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
  386. <FontInfo relative="true">
  387. <Font component="jCheckBox4" property="font" relativeSize="true" size="0"/>
  388. </FontInfo>
  389. </Property>
  390. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  391. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.jCheckBox4.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  392. </Property>
  393. <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
  394. <Insets value="[2, 6, 2, 6]"/>
  395. </Property>
  396. <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  397. <Dimension value="[333, 33]"/>
  398. </Property>
  399. <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  400. <Dimension value="[100, 20]"/>
  401. </Property>
  402. <Property name="name" type="java.lang.String" value="jCheckBox4" noResource="true"/>
  403. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  404. <Dimension value="[100, 20]"/>
  405. </Property>
  406. </Properties>
  407. <Events>
  408. <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="ItemStateChanged"/>
  409. </Events>
  410. </Component>
  411. <Component class="javax.swing.JCheckBox" name="excButton">
  412. <Properties>
  413. <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
  414. <FontInfo relative="true">
  415. <Font bold="true" component="excButton" property="font" relativeSize="true" size="0"/>
  416. </FontInfo>
  417. </Property>
  418. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  419. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.excButton.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  420. </Property>
  421. <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  422. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.excButton.toolTipText" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  423. </Property>
  424. <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
  425. <Insets value="[2, 6, 2, 6]"/>
  426. </Property>
  427. <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  428. <Dimension value="[333, 33]"/>
  429. </Property>
  430. <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  431. <Dimension value="[100, 20]"/>
  432. </Property>
  433. <Property name="name" type="java.lang.String" value="excButton" noResource="true"/>
  434. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  435. <Dimension value="[100, 20]"/>
  436. </Property>
  437. </Properties>
  438. <Events>
  439. <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="excButtonItemStateChanged"/>
  440. </Events>
  441. </Component>
  442. </SubComponents>
  443. </Container>
  444. <Component class="javax.swing.JButton" name="jButton6">
  445. <Properties>
  446. <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
  447. <FontInfo relative="true">
  448. <Font component="jButton6" property="font" relativeSize="true" size="0"/>
  449. </FontInfo>
  450. </Property>
  451. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  452. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.jButton6.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  453. </Property>
  454. <Property name="name" type="java.lang.String" value="jButton6" noResource="true"/>
  455. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  456. <Dimension value="[100, 23]"/>
  457. </Property>
  458. </Properties>
  459. <Events>
  460. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton6ActionPerformed"/>
  461. </Events>
  462. </Component>
  463. </SubComponents>
  464. </Container>
  465. <Component class="mpv5.ui.beans.PrinitingComboBox" name="prinitingComboBox1">
  466. <Properties>
  467. <Property name="name" type="java.lang.String" value="prinitingComboBox1" noResource="true"/>
  468. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  469. <Dimension value="[200, 20]"/>
  470. </Property>
  471. </Properties>
  472. </Component>
  473. <Container class="javax.swing.JPanel" name="jPanel3">
  474. <Properties>
  475. <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
  476. <Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo">
  477. <LineBorder roundedCorners="true">
  478. <Color PropertyName="color" blue="e3" green="e3" red="e8" type="rgb"/>
  479. </LineBorder>
  480. </Border>
  481. </Property>
  482. <Property name="name" type="java.lang.String" value="jPanel3" noResource="true"/>
  483. </Properties>
  484. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout">
  485. <Property name="alignment" type="int" value="0"/>
  486. </Layout>
  487. <SubComponents>
  488. <Component class="javax.swing.JLabel" name="jLabel4">
  489. <Properties>
  490. <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
  491. <FontInfo relative="true">
  492. <Font bold="true" component="jLabel4" property="font" relativeSize="true" size="0"/>
  493. </FontInfo>
  494. </Property>
  495. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  496. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.jLabel4.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  497. </Property>
  498. <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  499. <Dimension value="[200, 20]"/>
  500. </Property>
  501. <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  502. <Dimension value="[50, 20]"/>
  503. </Property>
  504. <Property name="name" type="java.lang.String" value="jLabel4" noResource="true"/>
  505. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  506. <Dimension value="[150, 20]"/>
  507. </Property>
  508. </Properties>
  509. </Component>
  510. <Component class="javax.swing.JButton" name="jButton5">
  511. <Properties>
  512. <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
  513. <FontInfo relative="true">
  514. <Font component="jButton5" property="font" relativeSize="true" size="0"/>
  515. </FontInfo>
  516. </Property>
  517. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  518. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.jButton5.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  519. </Property>
  520. <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
  521. <Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo">
  522. <LineBorder roundedCorners="true">
  523. <Color PropertyName="color" blue="99" green="99" red="99" type="rgb"/>
  524. </LineBorder>
  525. </Border>
  526. </Property>
  527. <Property name="contentAreaFilled" type="boolean" value="false"/>
  528. <Property name="name" type="java.lang.String" value="jButton5" noResource="true"/>
  529. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  530. <Dimension value="[120, 23]"/>
  531. </Property>
  532. </Properties>
  533. <Events>
  534. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton5ActionPerformed"/>
  535. </Events>
  536. </Component>
  537. <Component class="javax.swing.JButton" name="jButton1">
  538. <Properties>
  539. <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
  540. <FontInfo relative="true">
  541. <Font component="jButton1" property="font" relativeSize="true" size="0"/>
  542. </FontInfo>
  543. </Property>
  544. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  545. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.jButton1.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  546. </Property>
  547. <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
  548. <Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo">
  549. <LineBorder roundedCorners="true">
  550. <Color PropertyName="color" blue="99" green="99" red="99" type="rgb"/>
  551. </LineBorder>
  552. </Border>
  553. </Property>
  554. <Property name="contentAreaFilled" type="boolean" value="false"/>
  555. <Property name="name" type="java.lang.String" value="jButton1" noResource="true"/>
  556. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  557. <Dimension value="[120, 23]"/>
  558. </Property>
  559. </Properties>
  560. <Events>
  561. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
  562. </Events>
  563. </Component>
  564. <Component class="javax.swing.JButton" name="jButton4">
  565. <Properties>
  566. <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
  567. <FontInfo relative="true">
  568. <Font component="jButton4" property="font" relativeSize="true" size="0"/>
  569. </FontInfo>
  570. </Property>
  571. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  572. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ContactsList.jButton4.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  573. </Property>
  574. <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
  575. <Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo">
  576. <LineBorder roundedCorners="true">
  577. <Color PropertyName="color" blue="99" green="99" red="99" type="rgb"/>
  578. </LineBorder>
  579. </Border>
  580. </Property>
  581. <Property name="contentAreaFilled" type="boolean" value="false"/>
  582. <Property name="name" type="java.lang.String" value="jButton4" noResource="true"/>
  583. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  584. <Dimension value="[120, 23]"/>
  585. </Property>
  586. </Properties>
  587. <Events>
  588. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton4ActionPerformed"/>
  589. </Events>
  590. </Component>
  591. </SubComponents>
  592. </Container>
  593. </SubComponents>
  594. </Container>
  595. </SubComponents>
  596. </Form>