Merge origin/master
[habeas.git] / src / habeas / DescriptionDialog.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="Description"/>
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 <Component id="jLabel1" min="-2" pref="167" max="-2" attributes="0"/>
33 <EmptySpace max="-2" attributes="0"/>
34 <Component id="textReferenceNumber" max="32767" attributes="0"/>
35 </Group>
36 <Group type="102" alignment="0" attributes="0">
37 <Group type="103" groupAlignment="1" max="-2" attributes="0">
38 <Component id="jLabel3" alignment="0" max="32767" attributes="0"/>
39 <Component id="jLabel2" alignment="0" pref="167" max="32767" attributes="0"/>
40 </Group>
41 <EmptySpace max="-2" attributes="0"/>
42 <Group type="103" groupAlignment="0" attributes="0">
43 <Component id="textEntrustmentDate" max="32767" attributes="0"/>
44 <Component id="jScrollPane1" pref="315" max="32767" attributes="0"/>
45 </Group>
46 </Group>
47 <Group type="102" alignment="1" attributes="0">
48 <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
49 <Component id="buttonUpdate" min="-2" pref="100" max="-2" attributes="0"/>
50 <EmptySpace max="-2" attributes="0"/>
51 <Component id="buttonCancel" min="-2" pref="97" max="-2" attributes="0"/>
52 </Group>
53 </Group>
54 <EmptySpace max="-2" attributes="0"/>
55 </Group>
56 </Group>
57 </DimensionLayout>
58 <DimensionLayout dim="1">
59 <Group type="103" groupAlignment="0" attributes="0">
60 <Group type="102" alignment="0" attributes="0">
61 <EmptySpace max="-2" attributes="0"/>
62 <Group type="103" groupAlignment="3" attributes="0">
63 <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
64 <Component id="textReferenceNumber" alignment="3" min="-2" max="-2" attributes="0"/>
65 </Group>
66 <EmptySpace max="-2" attributes="0"/>
67 <Group type="103" groupAlignment="3" attributes="0">
68 <Component id="textEntrustmentDate" alignment="3" min="-2" max="-2" attributes="0"/>
69 <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
70 </Group>
71 <EmptySpace type="unrelated" max="-2" attributes="0"/>
72 <Group type="103" groupAlignment="0" attributes="0">
73 <Group type="102" attributes="0">
74 <Component id="jLabel3" min="-2" max="-2" attributes="0"/>
75 <EmptySpace min="0" pref="52" max="32767" attributes="0"/>
76 </Group>
77 <Component id="jScrollPane1" pref="0" max="32767" attributes="0"/>
78 </Group>
79 <EmptySpace type="separate" max="-2" attributes="0"/>
80 <Group type="103" groupAlignment="3" attributes="0">
81 <Component id="buttonUpdate" 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.JLabel" name="jLabel1">
91 <Properties>
92 <Property name="text" type="java.lang.String" value="Reference Number"/>
93 </Properties>
94 </Component>
95 <Component class="javax.swing.JTextField" name="textReferenceNumber">
96 <Properties>
97 <Property name="editable" type="boolean" value="false"/>
98 </Properties>
99 </Component>
100 <Component class="javax.swing.JLabel" name="jLabel2">
101 <Properties>
102 <Property name="text" type="java.lang.String" value="Entrustment Date"/>
103 </Properties>
104 </Component>
105 <Component class="javax.swing.JTextField" name="textEntrustmentDate">
106 <Properties>
107 <Property name="editable" type="boolean" value="false"/>
108 </Properties>
109 </Component>
110 <Component class="javax.swing.JLabel" name="jLabel3">
111 <Properties>
112 <Property name="text" type="java.lang.String" value="Description"/>
113 </Properties>
114 </Component>
115 <Container class="javax.swing.JScrollPane" name="jScrollPane1">
116 <AuxValues>
117 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
118 </AuxValues>
119
120 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
121 <SubComponents>
122 <Component class="javax.swing.JTextArea" name="textDescription">
123 <Properties>
124 <Property name="columns" type="int" value="20"/>
125 <Property name="rows" type="int" value="5"/>
126 </Properties>
127 </Component>
128 </SubComponents>
129 </Container>
130 <Component class="javax.swing.JButton" name="buttonUpdate">
131 <Properties>
132 <Property name="mnemonic" type="int" value="85"/>
133 <Property name="text" type="java.lang.String" value="Update"/>
134 </Properties>
135 <Events>
136 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonUpdateActionPerformed"/>
137 </Events>
138 </Component>
139 <Component class="javax.swing.JButton" name="buttonCancel">
140 <Properties>
141 <Property name="mnemonic" type="int" value="67"/>
142 <Property name="text" type="java.lang.String" value="Cancel"/>
143 </Properties>
144 <Events>
145 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonCancelActionPerformed"/>
146 </Events>
147 </Component>
148 </SubComponents>
149 </Form>