3cf03b5c9d564475eb91fc5a81ccaa4ebb5de52c
[habeas.git] / src / habeas / GenerateRaisedBillsDialog.form
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
4 <Properties>
5 <Property name="defaultCloseOperation" type="int" value="2"/>
6 <Property name="title" type="java.lang.String" value="Generate Raised Bills"/>
7 <Property name="locationByPlatform" type="boolean" value="true"/>
8 </Properties>
9 <SyntheticProperties>
10 <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
11 <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
12 </SyntheticProperties>
13 <AuxValues>
14 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
15 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
16 <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
17 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
18 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
19 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
20 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
21 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
22 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
23 </AuxValues>
24
25 <Layout>
26 <DimensionLayout dim="0">
27 <Group type="103" groupAlignment="0" attributes="0">
28 <Group type="102" alignment="0" attributes="0">
29 <EmptySpace max="-2" attributes="0"/>
30 <Component id="jLabel1" min="-2" pref="113" max="-2" attributes="0"/>
31 <EmptySpace type="separate" max="-2" attributes="0"/>
32 <Group type="103" groupAlignment="0" attributes="0">
33 <Component id="comboClients" max="32767" attributes="0"/>
34 <Group type="102" alignment="0" attributes="0">
35 <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
36 <Component id="buttonGenerate" min="-2" pref="121" max="-2" attributes="0"/>
37 <EmptySpace max="-2" attributes="0"/>
38 <Component id="buttonMarkAsAwaiting" min="-2" pref="117" max="-2" attributes="0"/>
39 <EmptySpace max="-2" attributes="0"/>
40 <Component id="buttonClose" min="-2" pref="120" max="-2" attributes="0"/>
41 </Group>
42 </Group>
43 <EmptySpace max="-2" attributes="0"/>
44 </Group>
45 </Group>
46 </DimensionLayout>
47 <DimensionLayout dim="1">
48 <Group type="103" groupAlignment="0" attributes="0">
49 <Group type="102" alignment="0" attributes="0">
50 <EmptySpace min="-2" pref="13" max="-2" attributes="0"/>
51 <Group type="103" groupAlignment="3" attributes="0">
52 <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
53 <Component id="comboClients" alignment="3" min="-2" max="-2" attributes="0"/>
54 </Group>
55 <EmptySpace pref="45" max="32767" attributes="0"/>
56 <Group type="103" groupAlignment="3" attributes="0">
57 <Component id="buttonGenerate" alignment="3" min="-2" max="-2" attributes="0"/>
58 <Component id="buttonClose" alignment="3" min="-2" max="-2" attributes="0"/>
59 <Component id="buttonMarkAsAwaiting" alignment="3" min="-2" max="-2" attributes="0"/>
60 </Group>
61 <EmptySpace max="-2" attributes="0"/>
62 </Group>
63 </Group>
64 </DimensionLayout>
65 </Layout>
66 <SubComponents>
67 <Component class="javax.swing.JLabel" name="jLabel1">
68 <Properties>
69 <Property name="text" type="java.lang.String" value="For client"/>
70 </Properties>
71 </Component>
72 <Component class="javax.swing.JComboBox" name="comboClients">
73 <Properties>
74 <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
75 <StringArray count="0"/>
76 </Property>
77 </Properties>
78 <AuxValues>
79 <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;DBItem&gt;"/>
80 </AuxValues>
81 </Component>
82 <Component class="javax.swing.JButton" name="buttonGenerate">
83 <Properties>
84 <Property name="mnemonic" type="int" value="103"/>
85 <Property name="text" type="java.lang.String" value="Generate"/>
86 </Properties>
87 <Events>
88 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonGenerateActionPerformed"/>
89 </Events>
90 </Component>
91 <Component class="javax.swing.JButton" name="buttonClose">
92 <Properties>
93 <Property name="mnemonic" type="int" value="67"/>
94 <Property name="text" type="java.lang.String" value="Close"/>
95 </Properties>
96 <Events>
97 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonCloseActionPerformed"/>
98 </Events>
99 </Component>
100 <Component class="javax.swing.JButton" name="buttonMarkAsAwaiting">
101 <Properties>
102 <Property name="mnemonic" type="int" value="77"/>
103 <Property name="text" type="java.lang.String" value="Mark Raised"/>
104 </Properties>
105 <Events>
106 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonMarkAsAwaitingActionPerformed"/>
107 </Events>
108 </Component>
109 </SubComponents>
110 </Form>