3fc7e02a70beae071624a7274a03a190a053c2bd
[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" attributes="0">
35 <Component id="buttonGenerate" min="-2" pref="121" max="-2" attributes="0"/>
36 <EmptySpace pref="28" max="32767" attributes="0"/>
37 <Component id="buttonClose" min="-2" pref="120" max="-2" attributes="0"/>
38 </Group>
39 </Group>
40 <EmptySpace max="-2" attributes="0"/>
41 </Group>
42 </Group>
43 </DimensionLayout>
44 <DimensionLayout dim="1">
45 <Group type="103" groupAlignment="0" attributes="0">
46 <Group type="102" alignment="0" attributes="0">
47 <EmptySpace min="-2" pref="13" max="-2" attributes="0"/>
48 <Group type="103" groupAlignment="3" attributes="0">
49 <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
50 <Component id="comboClients" alignment="3" min="-2" max="-2" attributes="0"/>
51 </Group>
52 <EmptySpace pref="45" max="32767" attributes="0"/>
53 <Group type="103" groupAlignment="3" attributes="0">
54 <Component id="buttonGenerate" alignment="3" min="-2" max="-2" attributes="0"/>
55 <Component id="buttonClose" alignment="3" min="-2" max="-2" attributes="0"/>
56 </Group>
57 <EmptySpace max="-2" attributes="0"/>
58 </Group>
59 </Group>
60 </DimensionLayout>
61 </Layout>
62 <SubComponents>
63 <Component class="javax.swing.JLabel" name="jLabel1">
64 <Properties>
65 <Property name="text" type="java.lang.String" value="For client"/>
66 </Properties>
67 </Component>
68 <Component class="javax.swing.JComboBox" name="comboClients">
69 <Properties>
70 <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
71 <StringArray count="0"/>
72 </Property>
73 </Properties>
74 <AuxValues>
75 <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;DBItem&gt;"/>
76 </AuxValues>
77 </Component>
78 <Component class="javax.swing.JButton" name="buttonGenerate">
79 <Properties>
80 <Property name="mnemonic" type="int" value="103"/>
81 <Property name="text" type="java.lang.String" value="Generate"/>
82 </Properties>
83 <Events>
84 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonGenerateActionPerformed"/>
85 </Events>
86 </Component>
87 <Component class="javax.swing.JButton" name="buttonClose">
88 <Properties>
89 <Property name="mnemonic" type="int" value="67"/>
90 <Property name="text" type="java.lang.String" value="Close"/>
91 </Properties>
92 <Events>
93 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonCloseActionPerformed"/>
94 </Events>
95 </Component>
96 </SubComponents>
97 </Form>