PageRenderTime 40ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/src/mpv5/ui/panels/HistoryPanel.form

http://mp-rechnungs-und-kundenverwaltung.googlecode.com/
Unknown | 251 lines | 245 code | 6 blank | 0 comment | 0 complexity | f596b42a1419cf69d98c1d91ab376648 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.1" encoding="UTF-8" ?>
  2. <Form version="1.4" 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="Global History">
  36. <ResourceString PropertyName="titleX" bundle="mpv5/resources/languages/Panels.properties" key="HistoryPanel.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. <Component id="jToolBar2" alignment="0" pref="606" max="32767" attributes="1"/>
  46. <Component id="jToolBar1" alignment="0" pref="606" max="32767" attributes="1"/>
  47. <Component id="jScrollPane1" alignment="0" pref="606" max="32767" attributes="0"/>
  48. </Group>
  49. </DimensionLayout>
  50. <DimensionLayout dim="1">
  51. <Group type="103" groupAlignment="0" attributes="0">
  52. <Group type="102" alignment="0" attributes="0">
  53. <Component id="jToolBar2" min="-2" pref="25" max="-2" attributes="0"/>
  54. <EmptySpace max="-2" attributes="0"/>
  55. <Component id="jToolBar1" min="-2" pref="26" max="-2" attributes="0"/>
  56. <EmptySpace max="-2" attributes="0"/>
  57. <Component id="jScrollPane1" pref="258" max="32767" attributes="0"/>
  58. </Group>
  59. </Group>
  60. </DimensionLayout>
  61. </Layout>
  62. <SubComponents>
  63. <Container class="javax.swing.JToolBar" name="jToolBar1">
  64. <Properties>
  65. <Property name="floatable" type="boolean" value="false"/>
  66. <Property name="rollover" type="boolean" value="true"/>
  67. <Property name="name" type="java.lang.String" value="jToolBar1" noResource="true"/>
  68. </Properties>
  69. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
  70. <SubComponents>
  71. <Component class="javax.swing.JLabel" name="jLabel1">
  72. <Properties>
  73. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  74. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="HistoryPanel.jLabel1.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  75. </Property>
  76. <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  77. <Dimension value="[333, 20]"/>
  78. </Property>
  79. <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  80. <Dimension value="[100, 20]"/>
  81. </Property>
  82. <Property name="name" type="java.lang.String" value="jLabel1" noResource="true"/>
  83. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  84. <Dimension value="[120, 20]"/>
  85. </Property>
  86. </Properties>
  87. </Component>
  88. <Component class="javax.swing.JComboBox" name="users">
  89. <Properties>
  90. <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
  91. <StringArray count="0"/>
  92. </Property>
  93. <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  94. <Dimension value="[333, 20]"/>
  95. </Property>
  96. <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  97. <Dimension value="[100, 20]"/>
  98. </Property>
  99. <Property name="name" type="java.lang.String" value="users" noResource="true"/>
  100. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  101. <Dimension value="[120, 20]"/>
  102. </Property>
  103. </Properties>
  104. <Events>
  105. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="usersActionPerformed"/>
  106. </Events>
  107. </Component>
  108. <Component class="javax.swing.JLabel" name="jLabel2">
  109. <Properties>
  110. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  111. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="HistoryPanel.jLabel2.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  112. </Property>
  113. <Property name="horizontalTextPosition" type="int" value="0"/>
  114. <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  115. <Dimension value="[333, 20]"/>
  116. </Property>
  117. <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  118. <Dimension value="[100, 20]"/>
  119. </Property>
  120. <Property name="name" type="java.lang.String" value="jLabel2" noResource="true"/>
  121. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  122. <Dimension value="[120, 20]"/>
  123. </Property>
  124. </Properties>
  125. </Component>
  126. <Component class="javax.swing.JComboBox" name="groups">
  127. <Properties>
  128. <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
  129. <StringArray count="0"/>
  130. </Property>
  131. <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  132. <Dimension value="[333, 20]"/>
  133. </Property>
  134. <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  135. <Dimension value="[100, 20]"/>
  136. </Property>
  137. <Property name="name" type="java.lang.String" value="groups" noResource="true"/>
  138. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  139. <Dimension value="[120, 20]"/>
  140. </Property>
  141. </Properties>
  142. <Events>
  143. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="groupsActionPerformed"/>
  144. </Events>
  145. </Component>
  146. <Component class="javax.swing.JToolBar$Separator" name="jSeparator6">
  147. <Properties>
  148. <Property name="name" type="java.lang.String" value="jSeparator6" noResource="true"/>
  149. </Properties>
  150. </Component>
  151. <Component class="javax.swing.JButton" name="jButton1">
  152. <Properties>
  153. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  154. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="HistoryPanel.jButton1.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  155. </Property>
  156. <Property name="focusable" type="boolean" value="false"/>
  157. <Property name="horizontalTextPosition" type="int" value="0"/>
  158. <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  159. <Dimension value="[333, 20]"/>
  160. </Property>
  161. <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  162. <Dimension value="[100, 20]"/>
  163. </Property>
  164. <Property name="name" type="java.lang.String" value="jButton1" noResource="true"/>
  165. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  166. <Dimension value="[120, 20]"/>
  167. </Property>
  168. <Property name="verticalTextPosition" type="int" value="3"/>
  169. </Properties>
  170. <Events>
  171. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
  172. </Events>
  173. </Component>
  174. <Component class="mpv5.ui.beans.PrinitingComboBox" name="prinitingComboBox1">
  175. <Properties>
  176. <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  177. <Dimension value="[333, 20]"/>
  178. </Property>
  179. <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  180. <Dimension value="[100, 20]"/>
  181. </Property>
  182. <Property name="name" type="java.lang.String" value="prinitingComboBox1" noResource="true"/>
  183. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  184. <Dimension value="[120, 20]"/>
  185. </Property>
  186. </Properties>
  187. </Component>
  188. </SubComponents>
  189. </Container>
  190. <Container class="javax.swing.JScrollPane" name="jScrollPane1">
  191. <Properties>
  192. <Property name="name" type="java.lang.String" value="jScrollPane1" noResource="true"/>
  193. </Properties>
  194. <AuxValues>
  195. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  196. </AuxValues>
  197. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  198. <SubComponents>
  199. <Component class="javax.swing.JTable" name="jTable1">
  200. <Properties>
  201. <Property name="autoCreateRowSorter" type="boolean" value="true"/>
  202. <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
  203. <Table columnCount="0" rowCount="4"/>
  204. </Property>
  205. <Property name="name" type="java.lang.String" value="jTable1" noResource="true"/>
  206. </Properties>
  207. <AuxValues>
  208. <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; }"/>
  209. </AuxValues>
  210. </Component>
  211. </SubComponents>
  212. </Container>
  213. <Container class="javax.swing.JToolBar" name="jToolBar2">
  214. <Properties>
  215. <Property name="floatable" type="boolean" value="false"/>
  216. <Property name="rollover" type="boolean" value="true"/>
  217. <Property name="name" type="java.lang.String" value="jToolBar2" noResource="true"/>
  218. </Properties>
  219. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
  220. <SubComponents>
  221. <Component class="javax.swing.JLabel" name="jLabel3">
  222. <Properties>
  223. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  224. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="HistoryPanel.jLabel3.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  225. </Property>
  226. <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  227. <Dimension value="[333, 20]"/>
  228. </Property>
  229. <Property name="name" type="java.lang.String" value="jLabel3" noResource="true"/>
  230. <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
  231. <Dimension value="[100, 20]"/>
  232. </Property>
  233. </Properties>
  234. </Component>
  235. <Component class="mpv5.ui.beans.TimeframeChooser" name="timeframeChooser1">
  236. <Properties>
  237. <Property name="name" type="java.lang.String" value="timeframeChooser1" noResource="true"/>
  238. </Properties>
  239. </Component>
  240. </SubComponents>
  241. </Container>
  242. </SubComponents>
  243. </Container>
  244. </SubComponents>
  245. </Form>