Merge origin/master
[habeas.git] / src / habeas / DispatchDetailsDialog.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="Dispatch 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 <Component id="checkNoticeSent" max="32767" attributes="0"/>
32 <Component id="checkNoticeDelivered" max="32767" attributes="0"/>
33 <Group type="102" attributes="0">
34 <Group type="103" groupAlignment="1" attributes="0">
35 <Component id="jLabel3" max="32767" attributes="0"/>
36 <Component id="jLabel2" max="32767" attributes="0"/>
37 <Component id="jLabel1" pref="137" max="32767" attributes="0"/>
38 </Group>
39 <EmptySpace max="-2" attributes="0"/>
40 <Group type="103" groupAlignment="0" attributes="0">
41 <Component id="dateSending" pref="330" max="32767" attributes="0"/>
42 <Component id="textRPADReference" max="32767" attributes="0"/>
43 <Component id="dateDelivery" max="32767" attributes="0"/>
44 </Group>
45 </Group>
46 <Group type="102" alignment="1" attributes="0">
47 <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
48 <Component id="buttonApply" min="-2" pref="102" max="-2" attributes="0"/>
49 <EmptySpace max="-2" attributes="0"/>
50 <Component id="buttonCancel" min="-2" pref="102" max="-2" attributes="0"/>
51 </Group>
52 </Group>
53 <EmptySpace max="-2" attributes="0"/>
54 </Group>
55 </Group>
56 </DimensionLayout>
57 <DimensionLayout dim="1">
58 <Group type="103" groupAlignment="0" attributes="0">
59 <Group type="102" alignment="0" attributes="0">
60 <EmptySpace max="-2" attributes="0"/>
61 <Component id="checkNoticeSent" min="-2" max="-2" attributes="0"/>
62 <EmptySpace max="-2" attributes="0"/>
63 <Group type="103" groupAlignment="3" attributes="0">
64 <Component id="dateSending" alignment="3" min="-2" max="-2" attributes="0"/>
65 <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
66 </Group>
67 <EmptySpace type="unrelated" max="-2" attributes="0"/>
68 <Group type="103" groupAlignment="3" attributes="0">
69 <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
70 <Component id="textRPADReference" alignment="3" min="-2" max="-2" attributes="0"/>
71 </Group>
72 <EmptySpace type="unrelated" max="-2" attributes="0"/>
73 <Component id="checkNoticeDelivered" min="-2" max="-2" attributes="0"/>
74 <EmptySpace type="unrelated" max="-2" attributes="0"/>
75 <Group type="103" groupAlignment="3" attributes="0">
76 <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
77 <Component id="dateDelivery" alignment="3" min="-2" max="-2" attributes="0"/>
78 </Group>
79 <EmptySpace pref="17" max="32767" attributes="0"/>
80 <Group type="103" groupAlignment="3" attributes="0">
81 <Component id="buttonApply" alignment="3" min="-2" max="-2" attributes="0"/>
82 <Component id="buttonCancel" alignment="3" min="-2" max="-2" attributes="0"/>
83 </Group>
84 <EmptySpace max="-2" attributes="0"/>
85 </Group>
86 </Group>
87 </DimensionLayout>
88 </Layout>
89 <SubComponents>
90 <Component class="javax.swing.JCheckBox" name="checkNoticeSent">
91 <Properties>
92 <Property name="text" type="java.lang.String" value="Notice Sent"/>
93 </Properties>
94 </Component>
95 <Component class="org.jdesktop.swingx.JXDatePicker" name="dateSending">
96 </Component>
97 <Component class="javax.swing.JLabel" name="jLabel1">
98 <Properties>
99 <Property name="text" type="java.lang.String" value="Date of sending"/>
100 </Properties>
101 </Component>
102 <Component class="javax.swing.JLabel" name="jLabel2">
103 <Properties>
104 <Property name="text" type="java.lang.String" value="RPAD reference"/>
105 </Properties>
106 </Component>
107 <Component class="javax.swing.JTextField" name="textRPADReference">
108 </Component>
109 <Component class="javax.swing.JCheckBox" name="checkNoticeDelivered">
110 <Properties>
111 <Property name="text" type="java.lang.String" value="Notice delivered"/>
112 </Properties>
113 </Component>
114 <Component class="javax.swing.JLabel" name="jLabel3">
115 <Properties>
116 <Property name="text" type="java.lang.String" value="Date of delivery"/>
117 </Properties>
118 </Component>
119 <Component class="org.jdesktop.swingx.JXDatePicker" name="dateDelivery">
120 </Component>
121 <Component class="javax.swing.JButton" name="buttonApply">
122 <Properties>
123 <Property name="mnemonic" type="int" value="65"/>
124 <Property name="text" type="java.lang.String" value="Apply"/>
125 </Properties>
126 <Events>
127 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonApplyActionPerformed"/>
128 </Events>
129 </Component>
130 <Component class="javax.swing.JButton" name="buttonCancel">
131 <Properties>
132 <Property name="mnemonic" type="int" value="99"/>
133 <Property name="text" type="java.lang.String" value="Cancel"/>
134 </Properties>
135 <Events>
136 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonCancelActionPerformed"/>
137 </Events>
138 </Component>
139 </SubComponents>
140 </Form>