Merge origin/master
[habeas.git] / src / habeas / StationerySettingsDialog.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="Stationery Settings"/>
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" attributes="0">
32 <Group type="103" groupAlignment="1" attributes="0">
33 <Component id="jLabel2" alignment="0" pref="209" max="32767" attributes="0"/>
34 <Component id="jLabel1" alignment="0" max="32767" attributes="0"/>
35 </Group>
36 <EmptySpace min="-2" pref="220" max="-2" attributes="0"/>
37 </Group>
38 <Group type="102" attributes="0">
39 <Group type="103" groupAlignment="1" attributes="0">
40 <Component id="jScrollPane2" alignment="0" max="32767" attributes="0"/>
41 <Component id="jScrollPane1" max="32767" attributes="0"/>
42 </Group>
43 <EmptySpace max="-2" attributes="0"/>
44 </Group>
45 <Group type="102" alignment="0" attributes="0">
46 <Component id="jLabel3" min="-2" pref="140" max="-2" attributes="0"/>
47 <EmptySpace max="-2" attributes="0"/>
48 <Component id="textSignatory" max="32767" attributes="0"/>
49 <EmptySpace max="-2" attributes="0"/>
50 </Group>
51 </Group>
52 </Group>
53 <Group type="102" alignment="1" attributes="0">
54 <EmptySpace max="32767" attributes="0"/>
55 <Component id="buttonApply" min="-2" pref="106" max="-2" attributes="0"/>
56 <EmptySpace max="-2" attributes="0"/>
57 <Component id="buttonClose" min="-2" pref="101" max="-2" attributes="0"/>
58 <EmptySpace max="-2" attributes="0"/>
59 </Group>
60 </Group>
61 </DimensionLayout>
62 <DimensionLayout dim="1">
63 <Group type="103" groupAlignment="0" attributes="0">
64 <Group type="102" alignment="0" attributes="0">
65 <EmptySpace max="-2" attributes="0"/>
66 <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
67 <EmptySpace max="-2" attributes="0"/>
68 <Component id="jScrollPane2" min="-2" pref="77" max="-2" attributes="0"/>
69 <EmptySpace max="-2" attributes="0"/>
70 <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
71 <EmptySpace max="-2" attributes="0"/>
72 <Component id="jScrollPane1" min="-2" pref="77" max="-2" attributes="0"/>
73 <EmptySpace type="unrelated" max="-2" attributes="0"/>
74 <Group type="103" groupAlignment="3" attributes="0">
75 <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
76 <Component id="textSignatory" alignment="3" min="-2" max="-2" attributes="0"/>
77 </Group>
78 <EmptySpace pref="16" max="32767" attributes="0"/>
79 <Group type="103" groupAlignment="3" attributes="0">
80 <Component id="buttonApply" alignment="3" min="-2" max="-2" attributes="0"/>
81 <Component id="buttonClose" alignment="3" min="-2" max="-2" attributes="0"/>
82 </Group>
83 <EmptySpace max="-2" attributes="0"/>
84 </Group>
85 </Group>
86 </DimensionLayout>
87 </Layout>
88 <SubComponents>
89 <Component class="javax.swing.JLabel" name="jLabel1">
90 <Properties>
91 <Property name="text" type="java.lang.String" value="Letter Left Header"/>
92 </Properties>
93 </Component>
94 <Container class="javax.swing.JScrollPane" name="jScrollPane2">
95 <AuxValues>
96 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
97 </AuxValues>
98
99 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
100 <SubComponents>
101 <Component class="javax.swing.JTextArea" name="textLeftHeader">
102 <Properties>
103 <Property name="columns" type="int" value="20"/>
104 <Property name="rows" type="int" value="5"/>
105 </Properties>
106 </Component>
107 </SubComponents>
108 </Container>
109 <Component class="javax.swing.JLabel" name="jLabel2">
110 <Properties>
111 <Property name="text" type="java.lang.String" value="Letter Right Header"/>
112 </Properties>
113 </Component>
114 <Container class="javax.swing.JScrollPane" name="jScrollPane1">
115 <AuxValues>
116 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
117 </AuxValues>
118
119 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
120 <SubComponents>
121 <Component class="javax.swing.JTextArea" name="textRightHeader">
122 <Properties>
123 <Property name="columns" type="int" value="20"/>
124 <Property name="rows" type="int" value="5"/>
125 </Properties>
126 </Component>
127 </SubComponents>
128 </Container>
129 <Component class="javax.swing.JLabel" name="jLabel3">
130 <Properties>
131 <Property name="text" type="java.lang.String" value="Signatory Name"/>
132 </Properties>
133 </Component>
134 <Component class="javax.swing.JTextField" name="textSignatory">
135 </Component>
136 <Component class="javax.swing.JButton" name="buttonApply">
137 <Properties>
138 <Property name="mnemonic" type="int" value="65"/>
139 <Property name="text" type="java.lang.String" value="Apply"/>
140 </Properties>
141 <Events>
142 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonApplyActionPerformed"/>
143 </Events>
144 </Component>
145 <Component class="javax.swing.JButton" name="buttonClose">
146 <Properties>
147 <Property name="mnemonic" type="int" value="99"/>
148 <Property name="text" type="java.lang.String" value="Close"/>
149 </Properties>
150 <Events>
151 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonCloseActionPerformed"/>
152 </Events>
153 </Component>
154 </SubComponents>
155 </Form>