~ubuntu-branches/ubuntu/wily/geotranz/wily

« back to all changes in this revision

Viewing changes to .pc/005-openjdk-forms.patch/GEOTRANS3/java_gui/geotrans3/gui/FormatOptionsDlg.form

  • Committer: Bazaar Package Importer
  • Author(s): Roberto Lumbreras
  • Date: 2011-03-06 21:06:09 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110306210609-tsvzx88vdmpgc7u4
Tags: 3.1-1
* New upstream version.
* Added debian/make-orig-tar-bz2 to repackage the upstream .tgz easily.
* Dropped 005-openjdk-forms.patch, it didn't work well in all systems.
* Renamed libgeotranz3 to libgeotranz3.1 because of ABI changes.
* Added symbols64 file for alpha, s390 and 64bit architectures.
  (Closes: #609504)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" ?>
2
 
 
3
 
<Form version="1.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
4
 
  <Properties>
5
 
    <Property name="title" type="java.lang.String" value="Format"/>
6
 
    <Property name="name" type="java.lang.String" value="" noResource="true"/>
7
 
    <Property name="resizable" type="boolean" value="false"/>
8
 
  </Properties>
9
 
  <SyntheticProperties>
10
 
    <SyntheticProperty name="formSizePolicy" type="int" value="2"/>
11
 
  </SyntheticProperties>
12
 
  <Events>
13
 
    <EventHandler event="windowClosing" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="dialogWindowClosing"/>
14
 
  </Events>
15
 
  <AuxValues>
16
 
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
17
 
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
18
 
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
19
 
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
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
 
    <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,74,0,0,1,121"/>
24
 
  </AuxValues>
25
 
 
26
 
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
27
 
  <SubComponents>
28
 
    <Container class="javax.swing.JPanel" name="applyFormatPanel">
29
 
      <Constraints>
30
 
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
31
 
          <BorderConstraints direction="North"/>
32
 
        </Constraint>
33
 
      </Constraints>
34
 
 
35
 
      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridLayout">
36
 
        <Property name="columns" type="int" value="1"/>
37
 
        <Property name="horizontalGap" type="int" value="20"/>
38
 
        <Property name="rows" type="int" value="2"/>
39
 
        <Property name="verticalGap" type="int" value="5"/>
40
 
      </Layout>
41
 
      <SubComponents>
42
 
        <Component class="javax.swing.JLabel" name="formatLabel">
43
 
          <Properties>
44
 
            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
45
 
              <Font name="Dialog" size="14" style="3"/>
46
 
            </Property>
47
 
            <Property name="horizontalAlignment" type="int" value="0"/>
48
 
            <Property name="text" type="java.lang.String" value="Current Format:"/>
49
 
          </Properties>
50
 
        </Component>
51
 
        <Component class="javax.swing.JLabel" name="newFormatLabel">
52
 
          <Properties>
53
 
            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
54
 
              <Font name="Dialog" size="14" style="3"/>
55
 
            </Property>
56
 
            <Property name="horizontalAlignment" type="int" value="0"/>
57
 
            <Property name="text" type="java.lang.String" value="New  Format:"/>
58
 
          </Properties>
59
 
        </Component>
60
 
        <Component class="javax.swing.JTextField" name="formatTextField">
61
 
          <Properties>
62
 
            <Property name="editable" type="boolean" value="false"/>
63
 
            <Property name="horizontalAlignment" type="int" value="0"/>
64
 
            <Property name="text" type="java.lang.String" value="260 30 20.0E"/>
65
 
          </Properties>
66
 
        </Component>
67
 
        <Component class="javax.swing.JTextField" name="newFormatTextField">
68
 
          <Properties>
69
 
            <Property name="editable" type="boolean" value="false"/>
70
 
            <Property name="horizontalAlignment" type="int" value="0"/>
71
 
            <Property name="text" type="java.lang.String" value="260 30 20.00"/>
72
 
          </Properties>
73
 
        </Component>
74
 
      </SubComponents>
75
 
    </Container>
76
 
    <Container class="javax.swing.JTabbedPane" name="optionsTabbedPane">
77
 
      <Properties>
78
 
        <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
79
 
          <Font name="Dialog" size="10" style="1"/>
80
 
        </Property>
81
 
      </Properties>
82
 
      <Constraints>
83
 
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
84
 
          <BorderConstraints direction="Center"/>
85
 
        </Constraint>
86
 
      </Constraints>
87
 
 
88
 
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/>
89
 
      <SubComponents>
90
 
        <Container class="javax.swing.JPanel" name="numberFormatPanel">
91
 
          <Properties>
92
 
            <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
93
 
              <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
94
 
                <EtchetBorder/>
95
 
              </Border>
96
 
            </Property>
97
 
          </Properties>
98
 
          <Constraints>
99
 
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
100
 
              <JTabbedPaneConstraints tabName="Number Format" toolTip="">
101
 
                <Property name="tabTitle" type="java.lang.String" value="Number Format"/>
102
 
                <Property name="tabToolTip" type="java.lang.String" value=""/>
103
 
              </JTabbedPaneConstraints>
104
 
            </Constraint>
105
 
          </Constraints>
106
 
 
107
 
          <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
108
 
          <SubComponents>
109
 
            <Container class="javax.swing.JPanel" name="unitsPanel">
110
 
              <Properties>
111
 
                <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
112
 
                  <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
113
 
                    <EmptyBorder bottom="0" left="10" right="0" top="0"/>
114
 
                  </Border>
115
 
                </Property>
116
 
                <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
117
 
                  <Dimension value="[170, 86]"/>
118
 
                </Property>
119
 
                <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
120
 
                  <Dimension value="[170, 86]"/>
121
 
                </Property>
122
 
              </Properties>
123
 
              <Constraints>
124
 
                <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
125
 
                  <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="6" insetsLeft="0" insetsBottom="3" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/>
126
 
                </Constraint>
127
 
              </Constraints>
128
 
 
129
 
              <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
130
 
              <SubComponents>
131
 
                <Component class="javax.swing.JLabel" name="geodeticUnitsLabel">
132
 
                  <Properties>
133
 
                    <Property name="text" type="java.lang.String" value="Geodetic Units"/>
134
 
                  </Properties>
135
 
                  <Constraints>
136
 
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
137
 
                      <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
138
 
                    </Constraint>
139
 
                  </Constraints>
140
 
                </Component>
141
 
                <Component class="javax.swing.JRadioButton" name="dmsUnitsRadioButton">
142
 
                  <Properties>
143
 
                    <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
144
 
                      <Font name="Dialog" size="10" style="0"/>
145
 
                    </Property>
146
 
                    <Property name="selected" type="boolean" value="true"/>
147
 
                    <Property name="text" type="java.lang.String" value="Degrees / Minutes / Seconds"/>
148
 
                    <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
149
 
                      <Connection component="dmsUnitsRadioButton" name="model" type="property"/>
150
 
                    </Property>
151
 
                  </Properties>
152
 
                  <Events>
153
 
                    <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="unitsActionPerformed"/>
154
 
                  </Events>
155
 
                  <Constraints>
156
 
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
157
 
                      <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
158
 
                    </Constraint>
159
 
                  </Constraints>
160
 
                </Component>
161
 
                <Component class="javax.swing.JRadioButton" name="dmUnitsRadioButton">
162
 
                  <Properties>
163
 
                    <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
164
 
                      <Font name="Dialog" size="10" style="0"/>
165
 
                    </Property>
166
 
                    <Property name="text" type="java.lang.String" value="Degrees / Minutes "/>
167
 
                    <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
168
 
                      <Connection component="dmUnitsRadioButton" name="model" type="property"/>
169
 
                    </Property>
170
 
                  </Properties>
171
 
                  <Events>
172
 
                    <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="unitsActionPerformed"/>
173
 
                  </Events>
174
 
                  <Constraints>
175
 
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
176
 
                      <GridBagConstraints gridX="0" gridY="2" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
177
 
                    </Constraint>
178
 
                  </Constraints>
179
 
                </Component>
180
 
                <Component class="javax.swing.JRadioButton" name="dUnitsRadioButton">
181
 
                  <Properties>
182
 
                    <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
183
 
                      <Font name="Dialog" size="10" style="0"/>
184
 
                    </Property>
185
 
                    <Property name="text" type="java.lang.String" value="Degrees "/>
186
 
                    <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
187
 
                      <Connection component="dUnitsRadioButton" name="model" type="property"/>
188
 
                    </Property>
189
 
                  </Properties>
190
 
                  <Events>
191
 
                    <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="unitsActionPerformed"/>
192
 
                  </Events>
193
 
                  <Constraints>
194
 
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
195
 
                      <GridBagConstraints gridX="0" gridY="3" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
196
 
                    </Constraint>
197
 
                  </Constraints>
198
 
                </Component>
199
 
              </SubComponents>
200
 
            </Container>
201
 
            <Container class="javax.swing.JPanel" name="separatorPanel">
202
 
              <Properties>
203
 
                <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
204
 
                  <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
205
 
                    <EmptyBorder bottom="0" left="10" right="0" top="0"/>
206
 
                  </Border>
207
 
                </Property>
208
 
                <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
209
 
                  <Dimension value="[150, 86]"/>
210
 
                </Property>
211
 
                <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
212
 
                  <Dimension value="[125, 86]"/>
213
 
                </Property>
214
 
              </Properties>
215
 
              <Constraints>
216
 
                <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
217
 
                  <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="6" insetsLeft="5" insetsBottom="3" insetsRight="6" anchor="12" weightX="0.0" weightY="0.0"/>
218
 
                </Constraint>
219
 
              </Constraints>
220
 
 
221
 
              <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
222
 
              <SubComponents>
223
 
                <Component class="javax.swing.JLabel" name="geodeticSeparatorLabel">
224
 
                  <Properties>
225
 
                    <Property name="text" type="java.lang.String" value="Geodetic Separator"/>
226
 
                  </Properties>
227
 
                  <Constraints>
228
 
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
229
 
                      <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
230
 
                    </Constraint>
231
 
                  </Constraints>
232
 
                </Component>
233
 
                <Component class="javax.swing.JRadioButton" name="spaceSeparatorRadioButton">
234
 
                  <Properties>
235
 
                    <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
236
 
                      <Font name="Dialog" size="10" style="0"/>
237
 
                    </Property>
238
 
                    <Property name="selected" type="boolean" value="true"/>
239
 
                    <Property name="text" type="java.lang.String" value="DD MM SS"/>
240
 
                    <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
241
 
                      <Connection component="spaceSeparatorRadioButton" name="model" type="property"/>
242
 
                    </Property>
243
 
                  </Properties>
244
 
                  <Events>
245
 
                    <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="separatorActionPerformed"/>
246
 
                  </Events>
247
 
                  <Constraints>
248
 
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
249
 
                      <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
250
 
                    </Constraint>
251
 
                  </Constraints>
252
 
                </Component>
253
 
                <Component class="javax.swing.JRadioButton" name="slashSeparatorRadioButton">
254
 
                  <Properties>
255
 
                    <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
256
 
                      <Font name="Dialog" size="10" style="0"/>
257
 
                    </Property>
258
 
                    <Property name="text" type="java.lang.String" value="DD/MM/SS"/>
259
 
                    <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
260
 
                      <Connection component="slashSeparatorRadioButton" name="model" type="property"/>
261
 
                    </Property>
262
 
                  </Properties>
263
 
                  <Events>
264
 
                    <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="separatorActionPerformed"/>
265
 
                  </Events>
266
 
                  <Constraints>
267
 
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
268
 
                      <GridBagConstraints gridX="0" gridY="2" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
269
 
                    </Constraint>
270
 
                  </Constraints>
271
 
                </Component>
272
 
                <Component class="javax.swing.JRadioButton" name="colonSeparatorRadioButton">
273
 
                  <Properties>
274
 
                    <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
275
 
                      <Font name="Dialog" size="10" style="0"/>
276
 
                    </Property>
277
 
                    <Property name="text" type="java.lang.String" value="DD:MM:SS"/>
278
 
                    <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
279
 
                      <Connection component="colonSeparatorRadioButton" name="model" type="property"/>
280
 
                    </Property>
281
 
                  </Properties>
282
 
                  <Events>
283
 
                    <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="separatorActionPerformed"/>
284
 
                  </Events>
285
 
                  <Constraints>
286
 
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
287
 
                      <GridBagConstraints gridX="0" gridY="3" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
288
 
                    </Constraint>
289
 
                  </Constraints>
290
 
                </Component>
291
 
              </SubComponents>
292
 
            </Container>
293
 
            <Container class="javax.swing.JPanel" name="signHemiPanel">
294
 
              <Properties>
295
 
                <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
296
 
                  <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
297
 
                    <EmptyBorder bottom="0" left="10" right="0" top="0"/>
298
 
                  </Border>
299
 
                </Property>
300
 
                <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
301
 
                  <Dimension value="[149, 68]"/>
302
 
                </Property>
303
 
                <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
304
 
                  <Dimension value="[119, 68]"/>
305
 
                </Property>
306
 
              </Properties>
307
 
              <Constraints>
308
 
                <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
309
 
                  <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="3" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/>
310
 
                </Constraint>
311
 
              </Constraints>
312
 
 
313
 
              <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
314
 
              <SubComponents>
315
 
                <Component class="javax.swing.JLabel" name="signHemiLabel">
316
 
                  <Properties>
317
 
                    <Property name="horizontalAlignment" type="int" value="2"/>
318
 
                    <Property name="text" type="java.lang.String" value="Sign /  Hemisphere"/>
319
 
                    <Property name="horizontalTextPosition" type="int" value="2"/>
320
 
                  </Properties>
321
 
                  <Constraints>
322
 
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
323
 
                      <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/>
324
 
                    </Constraint>
325
 
                  </Constraints>
326
 
                </Component>
327
 
                <Component class="javax.swing.JRadioButton" name="signRadioButton">
328
 
                  <Properties>
329
 
                    <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
330
 
                      <Font name="Dialog" size="10" style="0"/>
331
 
                    </Property>
332
 
                    <Property name="text" type="java.lang.String" value="+ / -"/>
333
 
                    <Property name="horizontalAlignment" type="int" value="2"/>
334
 
                    <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
335
 
                      <Connection component="signRadioButton" name="model" type="property"/>
336
 
                    </Property>
337
 
                  </Properties>
338
 
                  <Events>
339
 
                    <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="signHemiActionPerformed"/>
340
 
                  </Events>
341
 
                  <Constraints>
342
 
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
343
 
                      <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="17" weightX="0.0" weightY="0.0"/>
344
 
                    </Constraint>
345
 
                  </Constraints>
346
 
                </Component>
347
 
                <Component class="javax.swing.JRadioButton" name="hemiRadioButton">
348
 
                  <Properties>
349
 
                    <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
350
 
                      <Font name="Dialog" size="10" style="0"/>
351
 
                    </Property>
352
 
                    <Property name="selected" type="boolean" value="true"/>
353
 
                    <Property name="text" type="java.lang.String" value="N / S, E / W"/>
354
 
                    <Property name="horizontalAlignment" type="int" value="2"/>
355
 
                    <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
356
 
                      <Connection component="hemiRadioButton" name="model" type="property"/>
357
 
                    </Property>
358
 
                  </Properties>
359
 
                  <Events>
360
 
                    <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="signHemiActionPerformed"/>
361
 
                  </Events>
362
 
                  <Constraints>
363
 
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
364
 
                      <GridBagConstraints gridX="0" gridY="2" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="16" weightX="0.0" weightY="0.0"/>
365
 
                    </Constraint>
366
 
                  </Constraints>
367
 
                </Component>
368
 
              </SubComponents>
369
 
            </Container>
370
 
            <Container class="javax.swing.JPanel" name="rangePanel">
371
 
              <Properties>
372
 
                <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
373
 
                  <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
374
 
                    <EmptyBorder bottom="0" left="10" right="0" top="0"/>
375
 
                  </Border>
376
 
                </Property>
377
 
                <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
378
 
                  <Dimension value="[119, 88]"/>
379
 
                </Property>
380
 
                <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
381
 
                  <Dimension value="[110, 68]"/>
382
 
                </Property>
383
 
              </Properties>
384
 
              <Constraints>
385
 
                <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
386
 
                  <GridBagConstraints gridX="1" gridY="1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="5" insetsBottom="3" insetsRight="20" anchor="14" weightX="0.0" weightY="0.0"/>
387
 
                </Constraint>
388
 
              </Constraints>
389
 
 
390
 
              <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
391
 
              <SubComponents>
392
 
                <Component class="javax.swing.JLabel" name="longRangeLabel">
393
 
                  <Properties>
394
 
                    <Property name="text" type="java.lang.String" value="Longitude Range"/>
395
 
                  </Properties>
396
 
                  <Constraints>
397
 
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
398
 
                      <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/>
399
 
                    </Constraint>
400
 
                  </Constraints>
401
 
                </Component>
402
 
                <Component class="javax.swing.JRadioButton" name="_180_180RangeRadioButton">
403
 
                  <Properties>
404
 
                    <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
405
 
                      <Font name="Dialog" size="10" style="0"/>
406
 
                    </Property>
407
 
                    <Property name="selected" type="boolean" value="true"/>
408
 
                    <Property name="text" type="java.lang.String" value="( -180, 180 )"/>
409
 
                    <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
410
 
                      <Connection component="_180_180RangeRadioButton" name="model" type="property"/>
411
 
                    </Property>
412
 
                  </Properties>
413
 
                  <Events>
414
 
                    <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="rangeActionPerformed"/>
415
 
                  </Events>
416
 
                  <Constraints>
417
 
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
418
 
                      <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="17" weightX="0.0" weightY="0.0"/>
419
 
                    </Constraint>
420
 
                  </Constraints>
421
 
                </Component>
422
 
                <Component class="javax.swing.JRadioButton" name="_0_360RangeRadioButton">
423
 
                  <Properties>
424
 
                    <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
425
 
                      <Font name="Dialog" size="10" style="0"/>
426
 
                    </Property>
427
 
                    <Property name="text" type="java.lang.String" value="( 0, 360 )"/>
428
 
                    <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
429
 
                      <Connection component="_0_360RangeRadioButton" name="model" type="property"/>
430
 
                    </Property>
431
 
                  </Properties>
432
 
                  <Events>
433
 
                    <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="rangeActionPerformed"/>
434
 
                  </Events>
435
 
                  <Constraints>
436
 
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
437
 
                      <GridBagConstraints gridX="0" gridY="2" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="16" weightX="0.0" weightY="0.0"/>
438
 
                    </Constraint>
439
 
                  </Constraints>
440
 
                </Component>
441
 
              </SubComponents>
442
 
            </Container>
443
 
            <Component class="javax.swing.JCheckBox" name="leadingZerosCheckBox">
444
 
              <Properties>
445
 
                <Property name="text" type="java.lang.String" value="Leading Zeros"/>
446
 
              </Properties>
447
 
              <Events>
448
 
                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="leadingZerosCheckBoxActionPerformed"/>
449
 
              </Events>
450
 
              <Constraints>
451
 
                <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
452
 
                  <GridBagConstraints gridX="0" gridY="2" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="11" insetsBottom="6" insetsRight="0" anchor="16" weightX="0.0" weightY="0.0"/>
453
 
                </Constraint>
454
 
              </Constraints>
455
 
            </Component>
456
 
          </SubComponents>
457
 
        </Container>
458
 
        <Container class="javax.swing.JPanel" name="precisionPanel">
459
 
          <Properties>
460
 
            <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
461
 
              <Border info="org.netbeans.modules.form.compat2.border.CompoundBorderInfo">
462
 
                <CompoundBorder>
463
 
                  <Border PropertyName="outside" info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
464
 
                    <EtchetBorder/>
465
 
                  </Border>
466
 
                  <Border PropertyName="inside" info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
467
 
                    <EmptyBorder bottom="0" left="10" right="0" top="0"/>
468
 
                  </Border>
469
 
                </CompoundBorder>
470
 
              </Border>
471
 
            </Property>
472
 
          </Properties>
473
 
          <Constraints>
474
 
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
475
 
              <JTabbedPaneConstraints tabName="Precision" toolTip="">
476
 
                <Property name="tabTitle" type="java.lang.String" value="Precision"/>
477
 
                <Property name="tabToolTip" type="java.lang.String" value=""/>
478
 
              </JTabbedPaneConstraints>
479
 
            </Constraint>
480
 
          </Constraints>
481
 
 
482
 
          <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridLayout">
483
 
            <Property name="columns" type="int" value="1"/>
484
 
            <Property name="rows" type="int" value="9"/>
485
 
          </Layout>
486
 
          <SubComponents>
487
 
            <Component class="javax.swing.JRadioButton" name="_100000mPrecisionRadioButton">
488
 
              <Properties>
489
 
                <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
490
 
                  <Font name="Dialog" size="10" style="0"/>
491
 
                </Property>
492
 
                <Property name="text" type="java.lang.String" value="100,000m  1 Degree"/>
493
 
                <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
494
 
                  <Connection component="_100000mPrecisionRadioButton" name="model" type="property"/>
495
 
                </Property>
496
 
              </Properties>
497
 
              <Events>
498
 
                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="precisionActionPerformed"/>
499
 
              </Events>
500
 
            </Component>
501
 
            <Component class="javax.swing.JRadioButton" name="_10000mPrecisionRadioButton">
502
 
              <Properties>
503
 
                <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
504
 
                  <Font name="Dialog" size="10" style="0"/>
505
 
                </Property>
506
 
                <Property name="text" type="java.lang.String" value="10,000m    10 Minutes"/>
507
 
                <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
508
 
                  <Connection component="_10000mPrecisionRadioButton" name="model" type="property"/>
509
 
                </Property>
510
 
              </Properties>
511
 
              <Events>
512
 
                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="precisionActionPerformed"/>
513
 
              </Events>
514
 
            </Component>
515
 
            <Component class="javax.swing.JRadioButton" name="_1000mPrecisionRadioButton">
516
 
              <Properties>
517
 
                <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
518
 
                  <Font name="Dialog" size="10" style="0"/>
519
 
                </Property>
520
 
                <Property name="text" type="java.lang.String" value="1000m       1 Minute"/>
521
 
                <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
522
 
                  <Connection component="_1000mPrecisionRadioButton" name="model" type="property"/>
523
 
                </Property>
524
 
              </Properties>
525
 
              <Events>
526
 
                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="precisionActionPerformed"/>
527
 
              </Events>
528
 
            </Component>
529
 
            <Component class="javax.swing.JRadioButton" name="_100mPrecisionRadioButton">
530
 
              <Properties>
531
 
                <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
532
 
                  <Font name="Dialog" size="10" style="0"/>
533
 
                </Property>
534
 
                <Property name="text" type="java.lang.String" value="100m         10 Seconds"/>
535
 
                <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
536
 
                  <Connection component="_100mPrecisionRadioButton" name="model" type="property"/>
537
 
                </Property>
538
 
              </Properties>
539
 
              <Events>
540
 
                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="precisionActionPerformed"/>
541
 
              </Events>
542
 
            </Component>
543
 
            <Component class="javax.swing.JRadioButton" name="_10mPrecisionRadioButton">
544
 
              <Properties>
545
 
                <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
546
 
                  <Font name="Dialog" size="10" style="0"/>
547
 
                </Property>
548
 
                <Property name="text" type="java.lang.String" value="10m           1 Second"/>
549
 
                <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
550
 
                  <Connection component="_10mPrecisionRadioButton" name="model" type="property"/>
551
 
                </Property>
552
 
              </Properties>
553
 
              <Events>
554
 
                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="precisionActionPerformed"/>
555
 
              </Events>
556
 
            </Component>
557
 
            <Component class="javax.swing.JRadioButton" name="_1mPrecisionRadioButton">
558
 
              <Properties>
559
 
                <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
560
 
                  <Font name="Dialog" size="10" style="0"/>
561
 
                </Property>
562
 
                <Property name="selected" type="boolean" value="true"/>
563
 
                <Property name="text" type="java.lang.String" value="1m             0.1 Second"/>
564
 
                <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
565
 
                  <Connection component="_1mPrecisionRadioButton" name="model" type="property"/>
566
 
                </Property>
567
 
              </Properties>
568
 
              <Events>
569
 
                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="precisionActionPerformed"/>
570
 
              </Events>
571
 
            </Component>
572
 
            <Component class="javax.swing.JRadioButton" name="__1mPrecisionRadioButton">
573
 
              <Properties>
574
 
                <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
575
 
                  <Font name="Dialog" size="10" style="0"/>
576
 
                </Property>
577
 
                <Property name="text" type="java.lang.String" value="0.1m          0.01 Second"/>
578
 
                <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
579
 
                  <Connection component="__1mPrecisionRadioButton" name="model" type="property"/>
580
 
                </Property>
581
 
              </Properties>
582
 
              <Events>
583
 
                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="precisionActionPerformed"/>
584
 
              </Events>
585
 
            </Component>
586
 
            <Component class="javax.swing.JRadioButton" name="__01mPrecisionRadioButton">
587
 
              <Properties>
588
 
                <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
589
 
                  <Font name="Dialog" size="10" style="0"/>
590
 
                </Property>
591
 
                <Property name="text" type="java.lang.String" value="0.01m        0.001 Second"/>
592
 
                <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
593
 
                  <Connection component="__01mPrecisionRadioButton" name="model" type="property"/>
594
 
                </Property>
595
 
              </Properties>
596
 
              <Events>
597
 
                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="precisionActionPerformed"/>
598
 
              </Events>
599
 
            </Component>
600
 
            <Component class="javax.swing.JRadioButton" name="__001mPrecisionRadioButton">
601
 
              <Properties>
602
 
                <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
603
 
                  <Font name="Dialog" size="10" style="0"/>
604
 
                </Property>
605
 
                <Property name="text" type="java.lang.String" value="0.001m      0.0001 Second"/>
606
 
                <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
607
 
                  <Connection component="__001mPrecisionRadioButton" name="model" type="property"/>
608
 
                </Property>
609
 
              </Properties>
610
 
              <Events>
611
 
                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="precisionActionPerformed"/>
612
 
              </Events>
613
 
            </Component>
614
 
          </SubComponents>
615
 
        </Container>
616
 
      </SubComponents>
617
 
    </Container>
618
 
    <Container class="javax.swing.JPanel" name="buttonsPanel">
619
 
      <Properties>
620
 
        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
621
 
          <Dimension value="[204, 41]"/>
622
 
        </Property>
623
 
        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
624
 
          <Dimension value="[204, 41]"/>
625
 
        </Property>
626
 
      </Properties>
627
 
      <Constraints>
628
 
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
629
 
          <BorderConstraints direction="South"/>
630
 
        </Constraint>
631
 
      </Constraints>
632
 
 
633
 
      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
634
 
      <SubComponents>
635
 
        <Component class="javax.swing.JButton" name="okButton">
636
 
          <Properties>
637
 
            <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
638
 
              <Connection code="java.awt.event.KeyEvent.VK_O" type="code"/>
639
 
            </Property>
640
 
            <Property name="text" type="java.lang.String" value="OK"/>
641
 
            <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
642
 
              <Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
643
 
                <BevelBorder/>
644
 
              </Border>
645
 
            </Property>
646
 
          </Properties>
647
 
          <Events>
648
 
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="okActionPerformed"/>
649
 
          </Events>
650
 
          <Constraints>
651
 
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
652
 
              <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="2" ipadX="55" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="25" anchor="17" weightX="0.0" weightY="0.0"/>
653
 
            </Constraint>
654
 
          </Constraints>
655
 
        </Component>
656
 
        <Component class="javax.swing.JButton" name="cancelButton">
657
 
          <Properties>
658
 
            <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
659
 
              <Connection code="java.awt.event.KeyEvent.VK_C" type="code"/>
660
 
            </Property>
661
 
            <Property name="text" type="java.lang.String" value="Cancel"/>
662
 
            <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
663
 
              <Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
664
 
                <BevelBorder/>
665
 
              </Border>
666
 
            </Property>
667
 
          </Properties>
668
 
          <Events>
669
 
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cancelActionPerformed"/>
670
 
          </Events>
671
 
          <Constraints>
672
 
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
673
 
              <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="2" ipadX="30" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
674
 
            </Constraint>
675
 
          </Constraints>
676
 
        </Component>
677
 
        <Component class="javax.swing.JButton" name="applyButton">
678
 
          <Properties>
679
 
            <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
680
 
              <Connection code="java.awt.event.KeyEvent.VK_A" type="code"/>
681
 
            </Property>
682
 
            <Property name="text" type="java.lang.String" value="Apply"/>
683
 
            <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
684
 
              <Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
685
 
                <BevelBorder/>
686
 
              </Border>
687
 
            </Property>
688
 
            <Property name="selected" type="boolean" value="true"/>
689
 
          </Properties>
690
 
          <Events>
691
 
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="applyActionPerformed"/>
692
 
          </Events>
693
 
          <Constraints>
694
 
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
695
 
              <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="2" ipadX="30" ipadY="0" insetsTop="0" insetsLeft="25" insetsBottom="0" insetsRight="0" anchor="13" weightX="0.0" weightY="0.0"/>
696
 
            </Constraint>
697
 
          </Constraints>
698
 
        </Component>
699
 
      </SubComponents>
700
 
    </Container>
701
 
  </SubComponents>
702
 
</Form>