Manage Legal Notices - Bill Details
[habeas.git] / src / habeas / BillDetailsDialog.form
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <Form version="1.5" 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="Bill Details"/>
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" attributes="0">
29 <EmptySpace max="-2" attributes="0"/>
30 <Group type="103" groupAlignment="0" attributes="0">
31 <Group type="102" alignment="0" attributes="0">
32 <Group type="103" groupAlignment="1" max="-2" attributes="0">
33 <Component id="jLabel3" pref="136" max="32767" attributes="0"/>
34 <Component id="jLabel2" max="32767" attributes="0"/>
35 <Component id="jLabel1" max="32767" attributes="0"/>
36 </Group>
37 <EmptySpace type="separate" max="-2" attributes="0"/>
38 <Group type="103" groupAlignment="0" attributes="0">
39 <Component id="comboBillStatus" pref="301" max="32767" attributes="0"/>
40 <Component id="dateBill" max="32767" attributes="0"/>
41 <Component id="valBillAmount" alignment="0" max="32767" attributes="0"/>
42 </Group>
43 </Group>
44 <Group type="102" alignment="1" attributes="0">
45 <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
46 <Component id="buttonApply" min="-2" pref="104" max="-2" attributes="0"/>
47 <EmptySpace max="-2" attributes="0"/>
48 <Component id="buttonCancel" min="-2" pref="105" max="-2" attributes="0"/>
49 </Group>
50 </Group>
51 <EmptySpace max="-2" attributes="0"/>
52 </Group>
53 </Group>
54 </DimensionLayout>
55 <DimensionLayout dim="1">
56 <Group type="103" groupAlignment="0" attributes="0">
57 <Group type="102" alignment="0" attributes="0">
58 <EmptySpace max="-2" attributes="0"/>
59 <Group type="103" groupAlignment="3" attributes="0">
60 <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
61 <Component id="comboBillStatus" alignment="3" min="-2" max="-2" attributes="0"/>
62 </Group>
63 <EmptySpace type="unrelated" max="-2" attributes="0"/>
64 <Group type="103" groupAlignment="3" attributes="0">
65 <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
66 <Component id="dateBill" alignment="3" min="-2" max="-2" attributes="0"/>
67 </Group>
68 <EmptySpace type="unrelated" max="-2" attributes="0"/>
69 <Group type="103" groupAlignment="3" attributes="0">
70 <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
71 <Component id="valBillAmount" alignment="3" min="-2" max="-2" attributes="0"/>
72 </Group>
73 <EmptySpace pref="19" max="32767" attributes="0"/>
74 <Group type="103" groupAlignment="3" attributes="0">
75 <Component id="buttonApply" alignment="3" min="-2" max="-2" attributes="0"/>
76 <Component id="buttonCancel" alignment="3" min="-2" max="-2" attributes="0"/>
77 </Group>
78 <EmptySpace max="-2" attributes="0"/>
79 </Group>
80 </Group>
81 </DimensionLayout>
82 </Layout>
83 <SubComponents>
84 <Component class="javax.swing.JLabel" name="jLabel1">
85 <Properties>
86 <Property name="text" type="java.lang.String" value="Bill Status"/>
87 </Properties>
88 </Component>
89 <Component class="javax.swing.JComboBox" name="comboBillStatus">
90 <Properties>
91 <Property name="editable" type="boolean" value="true"/>
92 <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
93 <StringArray count="4">
94 <StringItem index="0" value="PENDING"/>
95 <StringItem index="1" value="RAISED"/>
96 <StringItem index="2" value="AWAITING PAYMENT"/>
97 <StringItem index="3" value="PAID"/>
98 </StringArray>
99 </Property>
100 </Properties>
101 <AuxValues>
102 <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/>
103 </AuxValues>
104 </Component>
105 <Component class="javax.swing.JLabel" name="jLabel2">
106 <Properties>
107 <Property name="text" type="java.lang.String" value="Bill Date"/>
108 </Properties>
109 </Component>
110 <Component class="javax.swing.JLabel" name="jLabel3">
111 <Properties>
112 <Property name="text" type="java.lang.String" value="Bill Amount"/>
113 </Properties>
114 </Component>
115 <Component class="org.jdesktop.swingx.JXDatePicker" name="dateBill">
116 </Component>
117 <Component class="javax.swing.JFormattedTextField" name="valBillAmount">
118 <Properties>
119 <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor">
120 <Format subtype="1" type="0"/>
121 </Property>
122 </Properties>
123 </Component>
124 <Component class="javax.swing.JButton" name="buttonApply">
125 <Properties>
126 <Property name="mnemonic" type="int" value="65"/>
127 <Property name="text" type="java.lang.String" value="Apply"/>
128 </Properties>
129 <Events>
130 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonApplyActionPerformed"/>
131 </Events>
132 </Component>
133 <Component class="javax.swing.JButton" name="buttonCancel">
134 <Properties>
135 <Property name="mnemonic" type="int" value="67"/>
136 <Property name="text" type="java.lang.String" value="Cancel"/>
137 </Properties>
138 <Events>
139 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonCancelActionPerformed"/>
140 </Events>
141 </Component>
142 </SubComponents>
143 </Form>