51f448d2bab75ac6b23d91d86bbcacb002744312
[habeas.git] / src / habeas / ClarificationDetailsDialog.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="Clarification 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" alignment="0" attributes="0">
29 <EmptySpace max="32767" attributes="0"/>
30 <Group type="103" groupAlignment="1" attributes="0">
31 <Group type="102" attributes="0">
32 <Component id="buttonApply" min="-2" pref="106" max="-2" attributes="0"/>
33 <EmptySpace max="-2" attributes="0"/>
34 <Component id="buttonCancel" min="-2" pref="106" max="-2" attributes="0"/>
35 </Group>
36 <Group type="103" groupAlignment="0" max="-2" attributes="0">
37 <Component id="checkClarificationPending" max="32767" attributes="0"/>
38 <Component id="jLabel1" max="32767" attributes="0"/>
39 <Component id="jScrollPane1" pref="369" max="32767" attributes="0"/>
40 </Group>
41 </Group>
42 <EmptySpace pref="21" max="32767" attributes="0"/>
43 </Group>
44 </Group>
45 </DimensionLayout>
46 <DimensionLayout dim="1">
47 <Group type="103" groupAlignment="0" attributes="0">
48 <Group type="102" alignment="0" attributes="0">
49 <EmptySpace max="-2" attributes="0"/>
50 <Component id="checkClarificationPending" min="-2" max="-2" attributes="0"/>
51 <EmptySpace type="unrelated" max="-2" attributes="0"/>
52 <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
53 <EmptySpace max="-2" attributes="0"/>
54 <Component id="jScrollPane1" min="-2" pref="96" max="-2" attributes="0"/>
55 <EmptySpace pref="17" max="32767" attributes="0"/>
56 <Group type="103" groupAlignment="3" attributes="0">
57 <Component id="buttonApply" alignment="3" min="-2" max="-2" attributes="0"/>
58 <Component id="buttonCancel" alignment="3" min="-2" max="-2" attributes="0"/>
59 </Group>
60 <EmptySpace max="-2" attributes="0"/>
61 </Group>
62 </Group>
63 </DimensionLayout>
64 </Layout>
65 <SubComponents>
66 <Component class="javax.swing.JCheckBox" name="checkClarificationPending">
67 <Properties>
68 <Property name="text" type="java.lang.String" value="Clarification Pending"/>
69 </Properties>
70 </Component>
71 <Component class="javax.swing.JLabel" name="jLabel1">
72 <Properties>
73 <Property name="text" type="java.lang.String" value="Clarification Remarks"/>
74 </Properties>
75 </Component>
76 <Container class="javax.swing.JScrollPane" name="jScrollPane1">
77 <AuxValues>
78 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
79 </AuxValues>
80
81 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
82 <SubComponents>
83 <Component class="javax.swing.JTextArea" name="textClarificationRemarks">
84 <Properties>
85 <Property name="columns" type="int" value="20"/>
86 <Property name="rows" type="int" value="5"/>
87 </Properties>
88 </Component>
89 </SubComponents>
90 </Container>
91 <Component class="javax.swing.JButton" name="buttonApply">
92 <Properties>
93 <Property name="mnemonic" type="int" value="97"/>
94 <Property name="text" type="java.lang.String" value="Apply"/>
95 </Properties>
96 <Events>
97 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonApplyActionPerformed"/>
98 </Events>
99 </Component>
100 <Component class="javax.swing.JButton" name="buttonCancel">
101 <Properties>
102 <Property name="mnemonic" type="int" value="99"/>
103 <Property name="text" type="java.lang.String" value="Cancel"/>
104 </Properties>
105 <Events>
106 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonCancelActionPerformed"/>
107 </Events>
108 </Component>
109 </SubComponents>
110 </Form>