/src/mpv5/ui/panels/JournalPanel.form
Unknown | 850 lines | 834 code | 16 blank | 0 comment | 0 complexity | 6d636019a2b5b703538547b564bd035e MD5 | raw file
Large files files are truncated, but you can click here to view the full file
1<?xml version="1.0" encoding="UTF-8" ?> 2 3<Form version="1.7" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> 4 <NonVisualComponents> 5 <Component class="javax.swing.ButtonGroup" name="buttonGroup1"> 6 </Component> 7 <Component class="javax.swing.ButtonGroup" name="buttonGroup2"> 8 </Component> 9 </NonVisualComponents> 10 <Properties> 11 <Property name="name" type="java.lang.String" value="Form" noResource="true"/> 12 </Properties> 13 <AuxValues> 14 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/> 15 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/> 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 </AuxValues> 25 26 <Layout> 27 <DimensionLayout dim="0"> 28 <Group type="103" groupAlignment="0" attributes="0"> 29 <Component id="jPanel1" alignment="0" max="32767" attributes="0"/> 30 </Group> 31 </DimensionLayout> 32 <DimensionLayout dim="1"> 33 <Group type="103" groupAlignment="0" attributes="0"> 34 <Component id="jPanel1" alignment="0" max="32767" attributes="0"/> 35 </Group> 36 </DimensionLayout> 37 </Layout> 38 <SubComponents> 39 <Container class="javax.swing.JPanel" name="jPanel1"> 40 <Properties> 41 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 42 <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> 43 <TitledBorder title="Journal"> 44 <ResourceString PropertyName="titleX" bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.jPanel1.border.title" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 45 </TitledBorder> 46 </Border> 47 </Property> 48 <Property name="name" type="java.lang.String" value="jPanel1" noResource="true"/> 49 </Properties> 50 51 <Layout> 52 <DimensionLayout dim="0"> 53 <Group type="103" groupAlignment="0" attributes="0"> 54 <Component id="jTabbedPane1" alignment="0" max="32767" attributes="0"/> 55 </Group> 56 </DimensionLayout> 57 <DimensionLayout dim="1"> 58 <Group type="103" groupAlignment="0" attributes="0"> 59 <Component id="jTabbedPane1" alignment="0" pref="325" max="32767" attributes="0"/> 60 </Group> 61 </DimensionLayout> 62 </Layout> 63 <SubComponents> 64 <Container class="javax.swing.JTabbedPane" name="jTabbedPane1"> 65 <Properties> 66 <Property name="name" type="java.lang.String" value="jTabbedPane1" noResource="true"/> 67 </Properties> 68 69 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/> 70 <SubComponents> 71 <Container class="javax.swing.JPanel" name="jPanel5"> 72 <Properties> 73 <Property name="name" type="java.lang.String" value="jPanel5" noResource="true"/> 74 </Properties> 75 <Constraints> 76 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> 77 <JTabbedPaneConstraints tabName="Contact Overview"> 78 <Property name="tabTitle" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 79 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.jPanel5.TabConstraints.tabTitle" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 80 </Property> 81 </JTabbedPaneConstraints> 82 </Constraint> 83 </Constraints> 84 85 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> 86 <SubComponents> 87 <Container class="javax.swing.JScrollPane" name="jScrollPane2"> 88 <Properties> 89 <Property name="name" type="java.lang.String" value="jScrollPane2" noResource="true"/> 90 </Properties> 91 <AuxValues> 92 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> 93 </AuxValues> 94 <Constraints> 95 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> 96 <BorderConstraints direction="Center"/> 97 </Constraint> 98 </Constraints> 99 100 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> 101 <SubComponents> 102 <Component class="javax.swing.JTree" name="jTree1"> 103 <Properties> 104 <Property name="model" type="javax.swing.tree.TreeModel" editor="org.netbeans.modules.form.editors2.TreeModelEditor"> 105 <TreeModel code=""/> 106 </Property> 107 <Property name="name" type="java.lang.String" value="jTree1" noResource="true"/> 108 </Properties> 109 </Component> 110 </SubComponents> 111 </Container> 112 <Container class="javax.swing.JPanel" name="jPanel10"> 113 <Properties> 114 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 115 <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> 116 <TitledBorder title="Filter"> 117 <ResourceString PropertyName="titleX" bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.jPanel10.border.title" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 118 </TitledBorder> 119 </Border> 120 </Property> 121 <Property name="name" type="java.lang.String" value="jPanel10" noResource="true"/> 122 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 123 <Dimension value="[874, 45]"/> 124 </Property> 125 </Properties> 126 <Constraints> 127 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> 128 <BorderConstraints direction="North"/> 129 </Constraint> 130 </Constraints> 131 132 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/> 133 <SubComponents> 134 <Component class="javax.swing.JRadioButton" name="filternone"> 135 <Properties> 136 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> 137 <ComponentRef name="buttonGroup2"/> 138 </Property> 139 <Property name="selected" type="boolean" value="true"/> 140 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 141 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.filternone.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 142 </Property> 143 <Property name="name" type="java.lang.String" value="filternone" noResource="true"/> 144 </Properties> 145 <Events> 146 <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="filternoneItemStateChanged"/> 147 </Events> 148 </Component> 149 <Component class="javax.swing.JRadioButton" name="filterinvoice"> 150 <Properties> 151 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> 152 <ComponentRef name="buttonGroup2"/> 153 </Property> 154 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 155 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.filterinvoice.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 156 </Property> 157 <Property name="name" type="java.lang.String" value="filterinvoice" noResource="true"/> 158 </Properties> 159 <Events> 160 <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="filterinvoiceItemStateChanged"/> 161 </Events> 162 </Component> 163 <Component class="javax.swing.JRadioButton" name="filterorders"> 164 <Properties> 165 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> 166 <ComponentRef name="buttonGroup2"/> 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="JournalPanel.filterorders.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 170 </Property> 171 <Property name="name" type="java.lang.String" value="filterorders" noResource="true"/> 172 </Properties> 173 <Events> 174 <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="filterordersItemStateChanged"/> 175 </Events> 176 </Component> 177 <Component class="javax.swing.JRadioButton" name="filteroffers"> 178 <Properties> 179 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> 180 <ComponentRef name="buttonGroup2"/> 181 </Property> 182 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 183 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.filteroffers.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 184 </Property> 185 <Property name="name" type="java.lang.String" value="filteroffers" noResource="true"/> 186 </Properties> 187 <Events> 188 <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="filteroffersItemStateChanged"/> 189 </Events> 190 </Component> 191 </SubComponents> 192 </Container> 193 </SubComponents> 194 </Container> 195 <Container class="javax.swing.JPanel" name="jPanel4"> 196 <Properties> 197 <Property name="name" type="java.lang.String" value="jPanel4" noResource="true"/> 198 </Properties> 199 <Constraints> 200 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> 201 <JTabbedPaneConstraints tabName="History"> 202 <Property name="tabTitle" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 203 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.jPanel4.TabConstraints.tabTitle" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 204 </Property> 205 </JTabbedPaneConstraints> 206 </Constraint> 207 </Constraints> 208 209 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"> 210 <Property name="horizontalGap" type="int" value="2"/> 211 </Layout> 212 <SubComponents> 213 <Container class="javax.swing.JScrollPane" name="jScrollPane1"> 214 <Properties> 215 <Property name="name" type="java.lang.String" value="jScrollPane1" noResource="true"/> 216 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 217 <Dimension value="[452, 430]"/> 218 </Property> 219 </Properties> 220 <AuxValues> 221 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> 222 </AuxValues> 223 <Constraints> 224 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> 225 <BorderConstraints direction="Center"/> 226 </Constraint> 227 </Constraints> 228 229 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> 230 <SubComponents> 231 <Component class="javax.swing.JTable" name="jTable1"> 232 <Properties> 233 <Property name="autoCreateRowSorter" type="boolean" value="true"/> 234 <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> 235 <Table columnCount="0" rowCount="0"/> 236 </Property> 237 <Property name="fillsViewportHeight" type="boolean" value="true"/> 238 <Property name="name" type="java.lang.String" value="jTable1" noResource="true"/> 239 <Property name="selectionModel" type="javax.swing.ListSelectionModel" editor="org.netbeans.modules.form.editors2.JTableSelectionModelEditor"> 240 <JTableSelectionModel selectionMode="2"/> 241 </Property> 242 </Properties> 243 <Events> 244 <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jTable1MouseClicked"/> 245 </Events> 246 <AuxValues> 247 <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new mpv5.ui.misc.MPTable(this) {
 private static final long serialVersionUID = 1L;
 public Component prepareRenderer(TableCellRenderer renderer,
 int rowIndex, int vColIndex) {
 Component c = super.prepareRenderer(renderer, rowIndex, vColIndex);
 if (c instanceof JComponent) {
 JComponent jc = (JComponent)c;
 jc.setToolTipText(String.valueOf(getValueAt(rowIndex, vColIndex)));
 }
 return c;
 }
}"/> 248 </AuxValues> 249 </Component> 250 </SubComponents> 251 </Container> 252 <Container class="javax.swing.JPanel" name="jPanel2"> 253 <Properties> 254 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 255 <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> 256 <TitledBorder title="Details"> 257 <ResourceString PropertyName="titleX" bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.jPanel2.border.title" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 258 </TitledBorder> 259 </Border> 260 </Property> 261 <Property name="name" type="java.lang.String" value="jPanel2" noResource="true"/> 262 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 263 <Dimension value="[734, 200]"/> 264 </Property> 265 <Property name="requestFocusEnabled" type="boolean" value="false"/> 266 </Properties> 267 <Constraints> 268 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> 269 <BorderConstraints direction="North"/> 270 </Constraint> 271 </Constraints> 272 273 <Layout> 274 <DimensionLayout dim="0"> 275 <Group type="103" groupAlignment="0" attributes="0"> 276 <Group type="102" alignment="0" attributes="0"> 277 <Group type="103" groupAlignment="0" max="-2" attributes="0"> 278 <Component id="jPanel7" max="32767" attributes="1"/> 279 <Component id="jPanel8" alignment="0" max="32767" attributes="1"/> 280 </Group> 281 <Group type="103" groupAlignment="0" attributes="0"> 282 <Group type="102" attributes="0"> 283 <EmptySpace min="-2" pref="100" max="-2" attributes="0"/> 284 <Component id="count" min="-2" pref="67" max="-2" attributes="0"/> 285 </Group> 286 <Group type="102" alignment="0" attributes="0"> 287 <EmptySpace type="unrelated" max="-2" attributes="0"/> 288 <Component id="jButton1" min="-2" pref="86" max="-2" attributes="1"/> 289 </Group> 290 <Group type="102" alignment="0" attributes="0"> 291 <EmptySpace max="-2" attributes="0"/> 292 <Component id="jPanel6" min="-2" pref="212" max="-2" attributes="1"/> 293 </Group> 294 </Group> 295 <EmptySpace max="-2" attributes="0"/> 296 </Group> 297 </Group> 298 </DimensionLayout> 299 <DimensionLayout dim="1"> 300 <Group type="103" groupAlignment="0" attributes="0"> 301 <Group type="102" alignment="0" attributes="0"> 302 <Group type="103" groupAlignment="1" max="-2" attributes="0"> 303 <Group type="102" alignment="1" attributes="1"> 304 <Component id="jPanel6" min="0" pref="0" max="32767" attributes="1"/> 305 <EmptySpace max="-2" attributes="0"/> 306 <Component id="jButton1" min="-2" max="-2" attributes="1"/> 307 </Group> 308 <Group type="102" alignment="0" attributes="0"> 309 <Component id="jPanel8" min="-2" max="-2" attributes="0"/> 310 <EmptySpace max="-2" attributes="0"/> 311 <Component id="jPanel7" min="-2" max="-2" attributes="0"/> 312 </Group> 313 </Group> 314 <EmptySpace min="-2" pref="11" max="-2" attributes="0"/> 315 <Component id="count" min="-2" pref="22" max="-2" attributes="0"/> 316 </Group> 317 </Group> 318 </DimensionLayout> 319 </Layout> 320 <SubComponents> 321 <Container class="javax.swing.JPanel" name="jPanel7"> 322 <Properties> 323 <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 324 <Color blue="ff" green="ff" red="ff" type="rgb"/> 325 </Property> 326 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 327 <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo"> 328 <EtchetBorder/> 329 </Border> 330 </Property> 331 <Property name="name" type="java.lang.String" value="jPanel7" noResource="true"/> 332 </Properties> 333 334 <Layout> 335 <DimensionLayout dim="0"> 336 <Group type="103" groupAlignment="0" attributes="0"> 337 <Group type="102" attributes="0"> 338 <EmptySpace max="-2" attributes="0"/> 339 <Group type="103" groupAlignment="0" max="-2" attributes="0"> 340 <Component id="jLabel6" alignment="1" max="32767" attributes="1"/> 341 <Component id="jLabel8" max="32767" attributes="1"/> 342 <Component id="jLabel2" alignment="0" max="32767" attributes="1"/> 343 </Group> 344 <EmptySpace max="-2" attributes="0"/> 345 <Group type="103" groupAlignment="0" attributes="0"> 346 <Component id="groups" alignment="0" pref="258" max="32767" attributes="0"/> 347 <Component id="users" alignment="0" pref="258" max="32767" attributes="0"/> 348 <Component id="statusc" alignment="0" pref="258" max="32767" attributes="1"/> 349 </Group> 350 <EmptySpace type="unrelated" max="-2" attributes="0"/> 351 <Group type="103" groupAlignment="0" attributes="0"> 352 <Component id="expbydateend" alignment="0" min="-2" pref="210" max="-2" attributes="0"/> 353 <Component id="bydateend" alignment="0" min="-2" pref="210" max="-2" attributes="0"/> 354 <Component id="includechildgroups" alignment="0" min="-2" pref="210" max="-2" attributes="0"/> 355 </Group> 356 <EmptySpace max="-2" attributes="0"/> 357 </Group> 358 </Group> 359 </DimensionLayout> 360 <DimensionLayout dim="1"> 361 <Group type="103" groupAlignment="0" attributes="0"> 362 <Group type="102" attributes="0"> 363 <Group type="103" groupAlignment="2" attributes="0"> 364 <Component id="jLabel2" alignment="2" min="-2" max="-2" attributes="0"/> 365 <Component id="groups" alignment="2" min="-2" max="-2" attributes="0"/> 366 <Component id="includechildgroups" alignment="2" min="-2" max="-2" attributes="0"/> 367 </Group> 368 <EmptySpace max="-2" attributes="0"/> 369 <Group type="103" groupAlignment="2" attributes="0"> 370 <Component id="jLabel8" alignment="2" min="-2" max="-2" attributes="0"/> 371 <Component id="users" alignment="2" min="-2" max="-2" attributes="0"/> 372 <Component id="expbydateend" alignment="2" min="-2" max="-2" attributes="0"/> 373 </Group> 374 <EmptySpace max="-2" attributes="0"/> 375 <Group type="103" groupAlignment="2" attributes="0"> 376 <Component id="bydateend" alignment="2" min="-2" max="-2" attributes="0"/> 377 <Component id="statusc" alignment="2" min="-2" max="-2" attributes="0"/> 378 <Component id="jLabel6" alignment="2" min="-2" max="-2" attributes="0"/> 379 </Group> 380 <EmptySpace max="32767" attributes="0"/> 381 </Group> 382 </Group> 383 </DimensionLayout> 384 </Layout> 385 <SubComponents> 386 <Component class="javax.swing.JCheckBox" name="bydateend"> 387 <Properties> 388 <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 389 <Color blue="ff" green="ff" red="ff" type="rgb"/> 390 </Property> 391 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 392 <FontInfo relative="true"> 393 <Font component="bydateend" property="font" relativeSize="true" size="0"/> 394 </FontInfo> 395 </Property> 396 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 397 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.bydateend.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 398 </Property> 399 <Property name="name" type="java.lang.String" value="bydateend" noResource="true"/> 400 </Properties> 401 <Events> 402 <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="bydateendItemStateChanged"/> 403 </Events> 404 </Component> 405 <Component class="mpv5.ui.beans.MPCombobox" name="groups"> 406 <Properties> 407 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 408 <FontInfo relative="true"> 409 <Font component="groups" property="font" relativeSize="true" size="0"/> 410 </FontInfo> 411 </Property> 412 <Property name="name" type="java.lang.String" value="groups" noResource="true"/> 413 </Properties> 414 </Component> 415 <Component class="javax.swing.JLabel" name="jLabel8"> 416 <Properties> 417 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 418 <FontInfo relative="true"> 419 <Font component="jLabel8" property="font" relativeSize="true" size="0"/> 420 </FontInfo> 421 </Property> 422 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 423 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.jLabel8.text_1" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 424 </Property> 425 <Property name="name" type="java.lang.String" value="jLabel8" noResource="true"/> 426 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 427 <Dimension value="[150, 21]"/> 428 </Property> 429 </Properties> 430 </Component> 431 <Component class="mpv5.ui.beans.MPCombobox" name="statusc"> 432 <Properties> 433 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 434 <FontInfo relative="true"> 435 <Font component="statusc" property="font" relativeSize="true" size="0"/> 436 </FontInfo> 437 </Property> 438 <Property name="name" type="java.lang.String" value="statusc" noResource="true"/> 439 </Properties> 440 </Component> 441 <Component class="javax.swing.JCheckBox" name="includechildgroups"> 442 <Properties> 443 <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 444 <Color blue="ff" green="ff" red="ff" type="rgb"/> 445 </Property> 446 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 447 <FontInfo relative="true"> 448 <Font component="includechildgroups" property="font" relativeSize="true" size="0"/> 449 </FontInfo> 450 </Property> 451 <Property name="selected" type="boolean" value="true"/> 452 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 453 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.includechildgroups.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 454 </Property> 455 <Property name="name" type="java.lang.String" value="includechildgroups" noResource="true"/> 456 </Properties> 457 </Component> 458 <Component class="javax.swing.JLabel" name="jLabel2"> 459 <Properties> 460 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 461 <FontInfo relative="true"> 462 <Font component="jLabel2" property="font" relativeSize="true" size="0"/> 463 </FontInfo> 464 </Property> 465 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 466 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.jLabel2.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 467 </Property> 468 <Property name="name" type="java.lang.String" value="jLabel2" noResource="true"/> 469 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 470 <Dimension value="[150, 21]"/> 471 </Property> 472 </Properties> 473 </Component> 474 <Component class="mpv5.ui.beans.MPCombobox" name="users"> 475 <Properties> 476 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 477 <FontInfo relative="true"> 478 <Font component="users" property="font" relativeSize="true" size="0"/> 479 </FontInfo> 480 </Property> 481 <Property name="name" type="java.lang.String" value="users" noResource="true"/> 482 </Properties> 483 </Component> 484 <Component class="javax.swing.JLabel" name="jLabel6"> 485 <Properties> 486 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 487 <FontInfo relative="true"> 488 <Font component="jLabel6" property="font" relativeSize="true" size="0"/> 489 </FontInfo> 490 </Property> 491 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 492 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.jLabel6.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 493 </Property> 494 <Property name="name" type="java.lang.String" value="jLabel6" noResource="true"/> 495 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 496 <Dimension value="[150, 21]"/> 497 </Property> 498 </Properties> 499 </Component> 500 <Component class="javax.swing.JCheckBox" name="expbydateend"> 501 <Properties> 502 <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 503 <Color blue="ff" green="ff" red="ff" type="rgb"/> 504 </Property> 505 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 506 <FontInfo relative="true"> 507 <Font component="expbydateend" property="font" relativeSize="true" size="0"/> 508 </FontInfo> 509 </Property> 510 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 511 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.expbydateend.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 512 </Property> 513 <Property name="name" type="java.lang.String" value="expbydateend" noResource="true"/> 514 </Properties> 515 <Events> 516 <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="expbydateendItemStateChanged"/> 517 </Events> 518 </Component> 519 </SubComponents> 520 </Container> 521 <Container class="javax.swing.JPanel" name="jPanel8"> 522 <Properties> 523 <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 524 <Color blue="ff" green="ff" red="ff" type="rgb"/> 525 </Property> 526 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 527 <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo"> 528 <EtchetBorder/> 529 </Border> 530 </Property> 531 <Property name="name" type="java.lang.String" value="jPanel8" noResource="true"/> 532 </Properties> 533 534 <Layout> 535 <DimensionLayout dim="0"> 536 <Group type="103" groupAlignment="0" attributes="0"> 537 <Group type="102" attributes="0"> 538 <EmptySpace max="-2" attributes="0"/> 539 <Group type="103" groupAlignment="0" max="-2" attributes="0"> 540 <Component id="jLabel3" max="32767" attributes="1"/> 541 <Component id="jLabel5" alignment="0" pref="162" max="32767" attributes="1"/> 542 </Group> 543 <EmptySpace max="-2" attributes="0"/> 544 <Group type="103" groupAlignment="0" attributes="0"> 545 <Component id="jLabel4" alignment="0" min="-2" pref="269" max="-2" attributes="1"/> 546 <Component id="timeframeChooser1" alignment="0" min="-2" max="-2" attributes="1"/> 547 </Group> 548 <EmptySpace pref="134" max="32767" attributes="0"/> 549 </Group> 550 </Group> 551 </DimensionLayout> 552 <DimensionLayout dim="1"> 553 <Group type="103" groupAlignment="0" attributes="0"> 554 <Group type="102" alignment="0" attributes="0"> 555 <EmptySpace max="-2" attributes="0"/> 556 <Group type="103" groupAlignment="2" attributes="0"> 557 <Component id="jLabel3" alignment="2" min="-2" max="-2" attributes="0"/> 558 <Component id="jLabel4" alignment="2" min="-2" max="-2" attributes="0"/> 559 </Group> 560 <EmptySpace max="-2" attributes="0"/> 561 <Group type="103" groupAlignment="2" attributes="0"> 562 <Component id="timeframeChooser1" alignment="2" min="-2" max="-2" attributes="0"/> 563 <Component id="jLabel5" alignment="2" min="-2" max="-2" attributes="0"/> 564 </Group> 565 <EmptySpace max="-2" attributes="0"/> 566 </Group> 567 </Group> 568 </DimensionLayout> 569 </Layout> 570 <SubComponents> 571 <Component class="javax.swing.JLabel" name="jLabel3"> 572 <Properties> 573 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 574 <FontInfo relative="true"> 575 <Font component="jLabel3" property="font" relativeSize="true" size="0"/> 576 </FontInfo> 577 </Property> 578 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 579 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.jLabel3.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 580 </Property> 581 <Property name="name" type="java.lang.String" value="jLabel3" noResource="true"/> 582 </Properties> 583 </Component> 584 <Component class="javax.swing.JLabel" name="jLabel5"> 585 <Properties> 586 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 587 <FontInfo relative="true"> 588 <Font component="jLabel5" property="font" relativeSize="true" size="0"/> 589 </FontInfo> 590 </Property> 591 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 592 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.jLabel5.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 593 </Property> 594 <Property name="name" type="java.lang.String" value="jLabel5" noResource="true"/> 595 </Properties> 596 </Component> 597 <Component class="javax.swing.JLabel" name="jLabel4"> 598 <Properties> 599 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 600 <FontInfo relative="true"> 601 <Font component="jLabel4" property="font" relativeSize="true" size="0"/> 602 </FontInfo> 603 </Property> 604 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 605 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.jLabel4.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 606 </Property> 607 <Property name="name" type="java.lang.String" value="jLabel4" noResource="true"/> 608 </Properties> 609 </Component> 610 <Component class="mpv5.ui.beans.TimeframeChooser" name="timeframeChooser1"> 611 <Properties> 612 <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 613 <Color blue="ff" green="ff" red="ff" type="rgb"/> 614 </Property> 615 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 616 <FontInfo relative="true"> 617 <Font component="timeframeChooser1" property="font" relativeSize="true" size="0"/> 618 </FontInfo> 619 </Property> 620 <Property name="name" type="java.lang.String" value="timeframeChooser1" noResource="true"/> 621 </Properties> 622 </Component> 623 </SubComponents> 624 </Container> 625 <Container class="javax.swing.JPanel" name="jPanel6"> 626 <Properties> 627 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 628 <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> 629 <TitledBorder title="Accounts"> 630 <ResourceString PropertyName="titleX" bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.jPanel6.border.title" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 631 </TitledBorder> 632 </Border> 633 </Property> 634 <Property name="name" type="java.lang.String" value="jPanel6" noResource="true"/> 635 </Properties> 636 637 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> 638 <SubComponents> 639 <Container class="javax.swing.JScrollPane" name="jScrollPane3"> 640 <Properties> 641 <Property name="name" type="java.lang.String" value="jScrollPane3" noResource="true"/> 642 </Properties> 643 <AuxValues> 644 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> 645 </AuxValues> 646 <Constraints> 647 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> 648 <BorderConstraints direction="Center"/> 649 </Constraint> 650 </Constraints> 651 652 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> 653 <SubComponents> 654 <Component class="javax.swing.JList" name="jList1"> 655 <Properties> 656 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 657 <FontInfo relative="true"> 658 <Font bold="true" component="jList1" property="font" relativeSize="true" size="0"/> 659 </FontInfo> 660 </Property> 661 <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor"> 662 <StringArray count="0"/> 663 </Property> 664 <Property name="name" type="java.lang.String" value="jList1" noResource="true"/> 665 <Property name="selectionBackground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 666 <Color blue="ff" green="33" red="33" type="rgb"/> 667 </Property> 668 </Properties> 669 </Component> 670 </SubComponents> 671 </Container> 672 </SubComponents> 673 </Container> 674 <Component class="javax.swing.JButton" name="jButton1"> 675 <Properties> 676 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 677 <FontInfo relative="true"> 678 <Font component="jButton1" property="font" relativeSize="true" size="0"/> 679 </FontInfo> 680 </Property> 681 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 682 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="JournalPanel.jButton1.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 683 </Property> 684 …
Large files files are truncated, but you can click here to view the full file