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