Visual Color Imbalance Detector: Reconstructed project directories and files
[VistaCID.git] / org / tjworld / vista / CID / CID.form
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <Form version="1.0" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
4   <NonVisualComponents>
5     <Menu class="javax.swing.JMenuBar" name="mbMain">
6       <Properties>
7         <Property name="focusCycleRoot" type="boolean" value="true"/>
8       </Properties>
9       <SubComponents>
10         <Menu class="javax.swing.JMenu" name="mProfile">
11           <Properties>
12             <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
13               <Connection type="value" value="java.awt.event.KeyEvent.VK_P" valueType="int"/>
14             </Property>
15             <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
16               <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mProName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
17             </Property>
18             <Property name="name" type="java.lang.String" value="mPro"/>
19           </Properties>
20           <SubComponents>
21             <MenuItem class="javax.swing.JMenuItem" name="mProfileNew">
22               <Properties>
23                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
24                   <Connection code="aNew" type="code"/>
25                 </Property>
26                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
27                   <Connection code="((ToolIconPair)vToolIcons.get(IC_NEW)).dimmed" type="code"/>
28                 </Property>
29                 <Property name="name" type="java.lang.String" value="ActNew"/>
30               </Properties>
31             </MenuItem>
32             <MenuItem class="javax.swing.JMenuItem" name="mProfileOpen">
33               <Properties>
34                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
35                   <Connection code="aOpen" type="code"/>
36                 </Property>
37                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
38                   <Connection code="((ToolIconPair)vToolIcons.get(IC_OPEN_FILE)).dimmed" type="code"/>
39                 </Property>
40                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
41                   <Connection code="((ToolIconPair)vToolIcons.get(IC_OPEN_FILE)).active" type="code"/>
42                 </Property>
43                 <Property name="name" type="java.lang.String" value="ActOpen"/>
44               </Properties>
45             </MenuItem>
46             <MenuItem class="javax.swing.JMenuItem" name="mProfileSave">
47               <Properties>
48                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
49                   <Connection code="aSave" type="code"/>
50                 </Property>
51                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
52                   <Connection code="((ToolIconPair)vToolIcons.get(IC_SAVE)).dimmed" type="code"/>
53                 </Property>
54                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
55                   <Connection code="((ToolIconPair)vToolIcons.get(IC_SAVE)).active" type="code"/>
56                 </Property>
57                 <Property name="name" type="java.lang.String" value="ActSave"/>
58               </Properties>
59             </MenuItem>
60             <MenuItem class="javax.swing.JMenuItem" name="mProfileSaveAs">
61               <Properties>
62                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
63                   <Connection code="aSaveAs" type="code"/>
64                 </Property>
65                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
66                   <Connection code="((ToolIconPair)vToolIcons.get(IC_SAVE_AS)).dimmed" type="code"/>
67                 </Property>
68                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
69                   <Connection code="((ToolIconPair)vToolIcons.get(IC_SAVE_AS)).active" type="code"/>
70                 </Property>
71                 <Property name="name" type="java.lang.String" value="ActSaveAs"/>
72               </Properties>
73             </MenuItem>
74             <MenuItem class="javax.swing.JMenuItem" name="mProfileDelete">
75               <Properties>
76                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
77                   <Connection code="aDelete" type="code"/>
78                 </Property>
79                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
80                   <Connection code="((ToolIconPair)vToolIcons.get(IC_PROFILE_DELETE)).dimmed" type="code"/>
81                 </Property>
82                 <Property name="name" type="java.lang.String" value="ActDel"/>
83               </Properties>
84             </MenuItem>
85             <MenuItem class="javax.swing.JSeparator" name="mProfileSeparator1">
86             </MenuItem>
87             <MenuItem class="javax.swing.JMenuItem" name="mProfileToVista">
88               <Properties>
89                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
90                   <Connection code="aSendToVistaDB" type="code"/>
91                 </Property>
92                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
93                   <Connection code="((ToolIconPair)vToolIcons.get(IC_SEND_TO_VISTA_DB)).dimmed" type="code"/>
94                 </Property>
95                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
96                   <Connection code="((ToolIconPair)vToolIcons.get(IC_SEND_TO_VISTA_DB)).active" type="code"/>
97                 </Property>
98                 <Property name="name" type="java.lang.String" value="ActSendToVista"/>
99               </Properties>
100             </MenuItem>
101             <MenuItem class="javax.swing.JSeparator" name="mProfileSeparator2">
102             </MenuItem>
103             <MenuItem class="javax.swing.JMenuItem" name="mProfileFromCookie">
104               <Properties>
105                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
106                   <Connection code="aFromCookie" type="code"/>
107                 </Property>
108                 <Property name="name" type="java.lang.String" value="ActFrCook"/>
109               </Properties>
110             </MenuItem>
111             <MenuItem class="javax.swing.JMenuItem" name="mProfileToCookie">
112               <Properties>
113                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
114                   <Connection code="aToCookie" type="code"/>
115                 </Property>
116                 <Property name="name" type="java.lang.String" value="ActToCook"/>
117               </Properties>
118             </MenuItem>
119             <MenuItem class="javax.swing.JMenuItem" name="mProfileCreateFilter">
120               <Properties>
121                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
122                   <Connection code="aCreateFilter" type="code"/>
123                 </Property>
124                 <Property name="name" type="java.lang.String" value="ActCreFlt"/>
125               </Properties>
126             </MenuItem>
127             <MenuItem class="javax.swing.JMenuItem" name="mProfileWeb">
128               <Properties>
129                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
130                   <Connection code="aToVistaPage" type="code"/>
131                 </Property>
132                 <Property name="name" type="java.lang.String" value="ActToVistaPage"/>
133               </Properties>
134             </MenuItem>
135             <MenuItem class="javax.swing.JSeparator" name="mProfileSeparator3">
136             </MenuItem>
137             <MenuItem class="javax.swing.JMenuItem" name="mProfilePrint">
138               <Properties>
139                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
140                   <Connection code="aPrint" type="code"/>
141                 </Property>
142                 <Property name="name" type="java.lang.String" value="ActPrint"/>
143               </Properties>
144             </MenuItem>
145             <MenuItem class="javax.swing.JMenuItem" name="mProfilePageSetup">
146               <Properties>
147                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
148                   <Connection code="aPageSetup" type="code"/>
149                 </Property>
150                 <Property name="name" type="java.lang.String" value="ActPageSet"/>
151               </Properties>
152             </MenuItem>
153             <MenuItem class="javax.swing.JSeparator" name="mProfileSeparator4">
154             </MenuItem>
155             <MenuItem class="javax.swing.JMenuItem" name="mProfileProperties">
156               <Properties>
157                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
158                   <Connection code="aProperties" type="code"/>
159                 </Property>
160                 <Property name="name" type="java.lang.String" value="ActProProps"/>
161               </Properties>
162             </MenuItem>
163           </SubComponents>
164         </Menu>
165         <Menu class="javax.swing.JMenu" name="mModel">
166           <Properties>
167             <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
168               <Connection type="value" value="java.awt.event.KeyEvent.VK_M" valueType="int"/>
169             </Property>
170             <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
171               <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mModName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
172             </Property>
173             <Property name="name" type="java.lang.String" value="mMod"/>
174           </Properties>
175           <SubComponents>
176             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mModel1">
177               <Properties>
178                 <Property name="selected" type="boolean" value="true"/>
179                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
180                   <Connection code="mbgModelAlgorithm" type="code"/>
181                 </Property>
182                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
183                   <Connection code="a1_Up" type="code"/>
184                 </Property>
185                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
186                   <Connection code="((ToolIconPair)vToolIcons.get(IC_1UP)).dimmed" type="code"/>
187                 </Property>
188                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
189                   <Connection code="((ToolIconPair)vToolIcons.get(IC_1UP)).active" type="code"/>
190                 </Property>
191                 <Property name="name" type="java.lang.String" value="Act1Up"/>
192               </Properties>
193             </MenuItem>
194             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mModel2">
195               <Properties>
196                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
197                   <Connection code="mbgModelAlgorithm" type="code"/>
198                 </Property>
199                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
200                   <Connection code="a2_Up" type="code"/>
201                 </Property>
202                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
203                   <Connection code="((ToolIconPair)vToolIcons.get(IC_2UP)).dimmed" type="code"/>
204                 </Property>
205                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
206                   <Connection code="((ToolIconPair)vToolIcons.get(IC_2UP)).active" type="code"/>
207                 </Property>
208                 <Property name="name" type="java.lang.String" value="Act2Up"/>
209               </Properties>
210             </MenuItem>
211             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mModelAlternate">
212               <Properties>
213                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
214                   <Connection code="mbgModelAlgorithm" type="code"/>
215                 </Property>
216                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
217                   <Connection code="aAlternate" type="code"/>
218                 </Property>
219                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
220                   <Connection code="((ToolIconPair)vToolIcons.get(IC_ALTERNATE)).dimmed" type="code"/>
221                 </Property>
222                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
223                   <Connection code="((ToolIconPair)vToolIcons.get(IC_ALTERNATE)).active" type="code"/>
224                 </Property>
225                 <Property name="name" type="java.lang.String" value="ActAlt"/>
226               </Properties>
227             </MenuItem>
228             <MenuItem class="javax.swing.JSeparator" name="jSeparator9">
229             </MenuItem>
230             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mModelBothEyes">
231               <Properties>
232                 <Property name="selected" type="boolean" value="true"/>
233                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
234                   <Connection code="mbgModelEyes" type="code"/>
235                 </Property>
236                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
237                   <Connection code="aBothEyes" type="code"/>
238                 </Property>
239                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
240                   <Connection code="((ToolIconPair)vToolIcons.get(IC_BOTH_EYES)).dimmed" type="code"/>
241                 </Property>
242                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
243                   <Connection code="((ToolIconPair)vToolIcons.get(IC_BOTH_EYES)).active" type="code"/>
244                 </Property>
245                 <Property name="name" type="java.lang.String" value="ActBothEyes"/>
246               </Properties>
247             </MenuItem>
248             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mModelEyesSeparate">
249               <Properties>
250                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
251                   <Connection code="mbgModelEyes" type="code"/>
252                 </Property>
253                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
254                   <Connection code="aSeparateEyes" type="code"/>
255                 </Property>
256                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
257                   <Connection code="((ToolIconPair)vToolIcons.get(IC_SEPARATE_EYES)).dimmed" type="code"/>
258                 </Property>
259                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
260                   <Connection code="((ToolIconPair)vToolIcons.get(IC_SEPARATE_EYES)).active" type="code"/>
261                 </Property>
262                 <Property name="name" type="java.lang.String" value="ActSepEyes"/>
263               </Properties>
264             </MenuItem>
265           </SubComponents>
266         </Menu>
267         <Menu class="javax.swing.JMenu" name="mTemplate">
268           <Properties>
269             <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
270               <Connection type="value" value="java.awt.event.KeyEvent.VK_T" valueType="int"/>
271             </Property>
272             <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
273               <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mTemplName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
274             </Property>
275             <Property name="name" type="java.lang.String" value="mTempl"/>
276           </Properties>
277           <SubComponents>
278             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mTemplateReading">
279               <Properties>
280                 <Property name="selected" type="boolean" value="true"/>
281                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
282                   <Connection code="mbgTemplate" type="code"/>
283                 </Property>
284                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
285                   <Connection code="aReading" type="code"/>
286                 </Property>
287                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
288                   <Connection code="((ToolIconPair)vToolIcons.get(IC_READING)).dimmed" type="code"/>
289                 </Property>
290                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
291                   <Connection code="((ToolIconPair)vToolIcons.get(IC_READING)).active" type="code"/>
292                 </Property>
293                 <Property name="name" type="java.lang.String" value="ActRead"/>
294               </Properties>
295             </MenuItem>
296             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mTemplatePattern">
297               <Properties>
298                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
299                   <Connection code="mbgTemplate" type="code"/>
300                 </Property>
301                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
302                   <Connection code="aPatterns" type="code"/>
303                 </Property>
304                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
305                   <Connection code="((ToolIconPair)vToolIcons.get(IC_PATTERNS)).dimmed" type="code"/>
306                 </Property>
307                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
308                   <Connection code="((ToolIconPair)vToolIcons.get(IC_PATTERNS)).active" type="code"/>
309                 </Property>
310                 <Property name="name" type="java.lang.String" value="ActPat"/>
311               </Properties>
312             </MenuItem>
313             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mTemplateImage">
314               <Properties>
315                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
316                   <Connection code="mbgTemplate" type="code"/>
317                 </Property>
318                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
319                   <Connection code="aImages" type="code"/>
320                 </Property>
321                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
322                   <Connection code="((ToolIconPair)vToolIcons.get(IC_IMAGES)).dimmed" type="code"/>
323                 </Property>
324                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
325                   <Connection code="((ToolIconPair)vToolIcons.get(IC_IMAGES)).active" type="code"/>
326                 </Property>
327                 <Property name="name" type="java.lang.String" value="ActPat"/>
328               </Properties>
329             </MenuItem>
330           </SubComponents>
331         </Menu>
332         <Menu class="javax.swing.JMenu" name="mColour">
333           <Properties>
334             <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
335               <Connection type="value" value="java.awt.event.KeyEvent.VK_C" valueType="int"/>
336             </Property>
337             <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
338               <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mColourName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
339             </Property>
340             <Property name="name" type="java.lang.String" value="mColour"/>
341           </Properties>
342           <SubComponents>
343             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mColourRGB">
344               <Properties>
345                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
346                   <Connection code="mbgColourModel" type="code"/>
347                 </Property>
348                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
349                   <Connection code="aRGB" type="code"/>
350                 </Property>
351                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
352                   <Connection code="((ToolIconPair)vToolIcons.get(IC_RGB)).dimmed" type="code"/>
353                 </Property>
354                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
355                   <Connection code="((ToolIconPair)vToolIcons.get(IC_RGB)).active" type="code"/>
356                 </Property>
357                 <Property name="name" type="java.lang.String" value="ActRGB"/>
358               </Properties>
359             </MenuItem>
360             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mColourHSB">
361               <Properties>
362                 <Property name="selected" type="boolean" value="true"/>
363                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
364                   <Connection code="mbgColourModel" type="code"/>
365                 </Property>
366                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
367                   <Connection code="aHSB" type="code"/>
368                 </Property>
369                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
370                   <Connection code="((ToolIconPair)vToolIcons.get(IC_HSB)).dimmed" type="code"/>
371                 </Property>
372                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
373                   <Connection code="((ToolIconPair)vToolIcons.get(IC_HSB)).active" type="code"/>
374                 </Property>
375                 <Property name="name" type="java.lang.String" value="ActHSB"/>
376               </Properties>
377             </MenuItem>
378             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mColourCYMK">
379               <Properties>
380                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
381                   <Connection code="mbgColourModel" type="code"/>
382                 </Property>
383                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
384                   <Connection code="aCYMK" type="code"/>
385                 </Property>
386                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
387                   <Connection code="((ToolIconPair)vToolIcons.get(IC_CYMK)).dimmed" type="code"/>
388                 </Property>
389                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
390                   <Connection code="((ToolIconPair)vToolIcons.get(IC_CYMK)).active" type="code"/>
391                 </Property>
392                 <Property name="name" type="java.lang.String" value="ActCYMK"/>
393               </Properties>
394             </MenuItem>
395             <MenuItem class="javax.swing.JSeparator" name="jSeparator7">
396             </MenuItem>
397             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mColourWheel">
398               <Properties>
399                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
400                   <Connection code="mbgColourView" type="code"/>
401                 </Property>
402                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
403                   <Connection code="aWheel" type="code"/>
404                 </Property>
405                 <Property name="name" type="java.lang.String" value="ActWheel"/>
406               </Properties>
407             </MenuItem>
408             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mColourTriangle">
409               <Properties>
410                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
411                   <Connection code="mbgColourView" type="code"/>
412                 </Property>
413                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
414                   <Connection code="aTriangle" type="code"/>
415                 </Property>
416                 <Property name="name" type="java.lang.String" value="ActTri"/>
417               </Properties>
418             </MenuItem>
419             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mColourCube">
420               <Properties>
421                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
422                   <Connection code="mbgColourView" type="code"/>
423                 </Property>
424                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
425                   <Connection code="aQube" type="code"/>
426                 </Property>
427                 <Property name="name" type="java.lang.String" value="ActQube"/>
428               </Properties>
429             </MenuItem>
430             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mColourSystemChooser">
431               <Properties>
432                 <Property name="selected" type="boolean" value="true"/>
433                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
434                   <Connection code="mbgColourView" type="code"/>
435                 </Property>
436                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
437                   <Connection code="aColorChooser" type="code"/>
438                 </Property>
439                 <Property name="name" type="java.lang.String" value="ActSysCol"/>
440               </Properties>
441             </MenuItem>
442             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mColourSwatch">
443               <Properties>
444                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
445                   <Connection code="mbgColourView" type="code"/>
446                 </Property>
447                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
448                   <Connection code="aSwatches" type="code"/>
449                 </Property>
450                 <Property name="name" type="java.lang.String" value="ActSwatch"/>
451               </Properties>
452             </MenuItem>
453           </SubComponents>
454         </Menu>
455         <Menu class="javax.swing.JMenu" name="mDirector">
456           <Properties>
457             <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
458               <Connection type="value" value="java.awt.event.KeyEvent.VK_D" valueType="int"/>
459             </Property>
460             <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
461               <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mDirName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
462             </Property>
463             <Property name="name" type="java.lang.String" value="mDir"/>
464           </Properties>
465           <SubComponents>
466             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mDirectorManual">
467               <Properties>
468                 <Property name="selected" type="boolean" value="true"/>
469                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
470                   <Connection code="mbgDirection" type="code"/>
471                 </Property>
472                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
473                   <Connection code="aManual" type="code"/>
474                 </Property>
475                 <Property name="name" type="java.lang.String" value="ActManual"/>
476               </Properties>
477             </MenuItem>
478             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mDirectorAuto">
479               <Properties>
480                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
481                   <Connection code="mbgDirection" type="code"/>
482                 </Property>
483                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
484                   <Connection code="aAuto" type="code"/>
485                 </Property>
486                 <Property name="name" type="java.lang.String" value="ActAuto"/>
487               </Properties>
488             </MenuItem>
489             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mDirectorDirect">
490               <Properties>
491                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
492                   <Connection code="mbgDirection" type="code"/>
493                 </Property>
494                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
495                   <Connection code="aDirected" type="code"/>
496                 </Property>
497                 <Property name="name" type="java.lang.String" value="ActDirect"/>
498               </Properties>
499             </MenuItem>
500             <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mDirectorScript">
501               <Properties>
502                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
503                   <Connection code="mbgDirection" type="code"/>
504                 </Property>
505                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
506                   <Connection code="aScript" type="code"/>
507                 </Property>
508                 <Property name="name" type="java.lang.String" value="ActScript"/>
509               </Properties>
510             </MenuItem>
511           </SubComponents>
512         </Menu>
513         <Menu class="javax.swing.JMenu" name="mOptions">
514           <Properties>
515             <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
516               <Connection type="value" value="java.awt.event.KeyEvent.VK_O" valueType="int"/>
517             </Property>
518             <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
519               <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
520             </Property>
521             <Property name="name" type="java.lang.String" value="mOpt"/>
522           </Properties>
523           <SubComponents>
524             <Menu class="javax.swing.JMenu" name="mOptionsReading">
525               <Properties>
526                 <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
527                   <Connection type="value" value="java.awt.event.KeyEvent.VK_R" valueType="int"/>
528                 </Property>
529                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
530                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptReadName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
531                 </Property>
532                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
533                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptReadTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
534                 </Property>
535                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
536                   <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CONFIG_READING)).dimmed" type="code"/>
537                 </Property>
538                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
539                   <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CONFIG_READING)).active" type="code"/>
540                 </Property>
541                 <Property name="name" type="java.lang.String" value="mOptRead"/>
542               </Properties>
543               <SubComponents>
544                 <MenuItem class="javax.swing.JMenuItem" name="mReadingChoose">
545                   <Properties>
546                     <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
547                       <Connection type="value" value="java.awt.event.KeyEvent.VK_O" valueType="int"/>
548                     </Property>
549                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
550                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptReadChosName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
551                     </Property>
552                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
553                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptReadChosTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
554                     </Property>
555                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
556                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CHOOSE)).dimmed" type="code"/>
557                     </Property>
558                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
559                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CHOOSE)).active" type="code"/>
560                     </Property>
561                     <Property name="name" type="java.lang.String" value="mOptReadChos"/>
562                   </Properties>
563                 </MenuItem>
564                 <MenuItem class="javax.swing.JMenuItem" name="mReadingCustomize">
565                   <Properties>
566                     <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
567                       <Connection type="value" value="java.awt.event.KeyEvent.VK_C" valueType="int"/>
568                     </Property>
569                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
570                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptTemplCustName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
571                     </Property>
572                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
573                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptTemplCustTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
574                     </Property>
575                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
576                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CUSTOMIZE)).dimmed" type="code"/>
577                     </Property>
578                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
579                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CUSTOMIZE)).active" type="code"/>
580                     </Property>
581                     <Property name="name" type="java.lang.String" value="mOptTemplCust"/>
582                   </Properties>
583                 </MenuItem>
584                 <MenuItem class="javax.swing.JMenuItem" name="mReadingPreferences">
585                   <Properties>
586                     <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
587                       <Connection type="value" value="java.awt.event.KeyEvent.VK_R" valueType="int"/>
588                     </Property>
589                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
590                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptReadPrefsName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
591                     </Property>
592                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
593                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptReadPrefsTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
594                     </Property>
595                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
596                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_PREFERENCES)).dimmed" type="code"/>
597                     </Property>
598                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
599                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_PREFERENCES)).active" type="code"/>
600                     </Property>
601                     <Property name="name" type="java.lang.String" value="mOptReadPrefs"/>
602                   </Properties>
603                 </MenuItem>
604               </SubComponents>
605             </Menu>
606             <Menu class="javax.swing.JMenu" name="mOptionsPatterns">
607               <Properties>
608                 <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
609                   <Connection type="value" value="java.awt.event.KeyEvent.VK_P" valueType="int"/>
610                 </Property>
611                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
612                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptPatName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
613                 </Property>
614                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
615                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptPatTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
616                 </Property>
617                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
618                   <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CONFIG_PATTERNS)).dimmed" type="code"/>
619                 </Property>
620                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
621                   <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CONFIG_PATTERNS)).active" type="code"/>
622                 </Property>
623                 <Property name="name" type="java.lang.String" value="mOptPat"/>
624               </Properties>
625               <SubComponents>
626                 <MenuItem class="javax.swing.JMenuItem" name="mPatternsChoose">
627                   <Properties>
628                     <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
629                       <Connection type="value" value="java.awt.event.KeyEvent.VK_O" valueType="int"/>
630                     </Property>
631                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
632                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptPatChosName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
633                     </Property>
634                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
635                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptPatChosTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
636                     </Property>
637                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
638                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CHOOSE)).dimmed" type="code"/>
639                     </Property>
640                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
641                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CHOOSE)).active" type="code"/>
642                     </Property>
643                     <Property name="name" type="java.lang.String" value="mOptPatChos"/>
644                   </Properties>
645                 </MenuItem>
646                 <MenuItem class="javax.swing.JMenuItem" name="mPatternsCustomize">
647                   <Properties>
648                     <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
649                       <Connection type="value" value="java.awt.event.KeyEvent.VK_C" valueType="int"/>
650                     </Property>
651                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
652                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptTemplCustName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
653                     </Property>
654                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
655                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptTemplCustTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
656                     </Property>
657                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
658                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CUSTOMIZE)).dimmed" type="code"/>
659                     </Property>
660                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
661                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CUSTOMIZE)).active" type="code"/>
662                     </Property>
663                     <Property name="name" type="java.lang.String" value="mOptTemplCust"/>
664                   </Properties>
665                 </MenuItem>
666                 <MenuItem class="javax.swing.JMenuItem" name="mPatternsPreferences">
667                   <Properties>
668                     <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
669                       <Connection type="value" value="java.awt.event.KeyEvent.VK_R" valueType="int"/>
670                     </Property>
671                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
672                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptPatPrefsName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
673                     </Property>
674                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
675                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptPatPrefsTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
676                     </Property>
677                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
678                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_PREFERENCES)).dimmed" type="code"/>
679                     </Property>
680                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
681                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_PREFERENCES)).active" type="code"/>
682                     </Property>
683                     <Property name="name" type="java.lang.String" value="mOptPatPrefs"/>
684                   </Properties>
685                 </MenuItem>
686               </SubComponents>
687             </Menu>
688             <Menu class="javax.swing.JMenu" name="mOptionsImages">
689               <Properties>
690                 <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
691                   <Connection type="value" value="java.awt.event.KeyEvent.VK_I" valueType="int"/>
692                 </Property>
693                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
694                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptImgName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
695                 </Property>
696                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
697                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptImgTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
698                 </Property>
699                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
700                   <Connection code="((ToolIconPair)vToolIcons.get(IC_IMAGES)).active" type="code"/>
701                 </Property>
702                 <Property name="name" type="java.lang.String" value="mOptImg"/>
703               </Properties>
704               <SubComponents>
705                 <MenuItem class="javax.swing.JMenuItem" name="mImgChoose">
706                   <Properties>
707                     <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
708                       <Connection type="value" value="java.awt.event.KeyEvent.VK_O" valueType="int"/>
709                     </Property>
710                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
711                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptImgChosName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
712                     </Property>
713                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
714                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptImgChosTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
715                     </Property>
716                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
717                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CHOOSE)).dimmed" type="code"/>
718                     </Property>
719                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
720                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CHOOSE)).active" type="code"/>
721                     </Property>
722                     <Property name="name" type="java.lang.String" value="mOptSwatChos"/>
723                   </Properties>
724                 </MenuItem>
725                 <MenuItem class="javax.swing.JMenuItem" name="mImgCustomize">
726                   <Properties>
727                     <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
728                       <Connection type="value" value="java.awt.event.KeyEvent.VK_C" valueType="int"/>
729                     </Property>
730                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
731                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptTemplCustName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
732                     </Property>
733                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
734                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptTemplCustTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
735                     </Property>
736                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
737                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CUSTOMIZE)).dimmed" type="code"/>
738                     </Property>
739                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
740                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CUSTOMIZE)).active" type="code"/>
741                     </Property>
742                     <Property name="name" type="java.lang.String" value="mOptTemplCust"/>
743                   </Properties>
744                 </MenuItem>
745                 <MenuItem class="javax.swing.JMenuItem" name="mImgPreferences">
746                   <Properties>
747                     <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
748                       <Connection type="value" value="java.awt.event.KeyEvent.VK_R" valueType="int"/>
749                     </Property>
750                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
751                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptImgPrefsName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
752                     </Property>
753                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
754                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptImgPrefsTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
755                     </Property>
756                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
757                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_PREFERENCES)).dimmed" type="code"/>
758                     </Property>
759                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
760                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_PREFERENCES)).active" type="code"/>
761                     </Property>
762                     <Property name="name" type="java.lang.String" value="mOptSwatPrefs"/>
763                   </Properties>
764                 </MenuItem>
765               </SubComponents>
766             </Menu>
767             <Menu class="javax.swing.JMenu" name="mOptionsSwatches">
768               <Properties>
769                 <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
770                   <Connection type="value" value="java.awt.event.KeyEvent.VK_W" valueType="int"/>
771                 </Property>
772                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
773                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptSwatName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
774                 </Property>
775                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
776                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptSwatTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
777                 </Property>
778                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
779                   <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CONFIG_READING)).dimmed" type="code"/>
780                 </Property>
781                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
782                   <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CONFIG_SWATCHES)).active" type="code"/>
783                 </Property>
784                 <Property name="name" type="java.lang.String" value="mOptSwat"/>
785               </Properties>
786               <SubComponents>
787                 <MenuItem class="javax.swing.JMenuItem" name="mSwatchesChoose">
788                   <Properties>
789                     <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
790                       <Connection type="value" value="java.awt.event.KeyEvent.VK_O" valueType="int"/>
791                     </Property>
792                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
793                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptSwatChosName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
794                     </Property>
795                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
796                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptSwatChosTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
797                     </Property>
798                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
799                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CHOOSE)).dimmed" type="code"/>
800                     </Property>
801                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
802                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CHOOSE)).active" type="code"/>
803                     </Property>
804                     <Property name="name" type="java.lang.String" value="mOptSwatChos"/>
805                   </Properties>
806                 </MenuItem>
807                 <MenuItem class="javax.swing.JMenuItem" name="mSwatchesCustomize">
808                   <Properties>
809                     <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
810                       <Connection type="value" value="java.awt.event.KeyEvent.VK_C" valueType="int"/>
811                     </Property>
812                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
813                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptTemplCustName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
814                     </Property>
815                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
816                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptTemplCustTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
817                     </Property>
818                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
819                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CUSTOMIZE)).dimmed" type="code"/>
820                     </Property>
821                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
822                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CUSTOMIZE)).active" type="code"/>
823                     </Property>
824                     <Property name="name" type="java.lang.String" value="mOptTemplCust"/>
825                   </Properties>
826                 </MenuItem>
827                 <MenuItem class="javax.swing.JMenuItem" name="mSwatchesPreferences">
828                   <Properties>
829                     <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
830                       <Connection type="value" value="java.awt.event.KeyEvent.VK_R" valueType="int"/>
831                     </Property>
832                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
833                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptSwatPrefsName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
834                     </Property>
835                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
836                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptSwatPrefsTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
837                     </Property>
838                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
839                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_PREFERENCES)).dimmed" type="code"/>
840                     </Property>
841                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
842                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_PREFERENCES)).active" type="code"/>
843                     </Property>
844                     <Property name="name" type="java.lang.String" value="mOptSwatPrefs"/>
845                   </Properties>
846                 </MenuItem>
847               </SubComponents>
848             </Menu>
849             <Menu class="javax.swing.JMenu" name="mOptionsDirected">
850               <Properties>
851                 <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
852                   <Connection type="value" value="java.awt.event.KeyEvent.VK_I" valueType="int"/>
853                 </Property>
854                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
855                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptDirName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
856                 </Property>
857                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
858                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptDirTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
859                 </Property>
860                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
861                   <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CONFIG_DIRECTED)).dimmed" type="code"/>
862                 </Property>
863                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
864                   <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CONFIG_DIRECTED)).active" type="code"/>
865                 </Property>
866                 <Property name="name" type="java.lang.String" value="mOptDir"/>
867               </Properties>
868               <SubComponents>
869                 <MenuItem class="javax.swing.JMenuItem" name="mDirectedConnect">
870                   <Properties>
871                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
872                       <Connection code="aConnect" type="code"/>
873                     </Property>
874                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
875                       <Connection code="((ToolIconPair)vToolIcons.get(IC_CONNECT)).dimmed" type="code"/>
876                     </Property>
877                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
878                       <Connection code="((ToolIconPair)vToolIcons.get(IC_CONNECT)).active" type="code"/>
879                     </Property>
880                     <Property name="name" type="java.lang.String" value="ActConnect"/>
881                   </Properties>
882                 </MenuItem>
883                 <MenuItem class="javax.swing.JMenuItem" name="mDirectedDisconnect">
884                   <Properties>
885                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
886                       <Connection code="aDisconnect" type="code"/>
887                     </Property>
888                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
889                       <Connection code="((ToolIconPair)vToolIcons.get(IC_DISCONNECT)).dimmed" type="code"/>
890                     </Property>
891                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
892                       <Connection code="((ToolIconPair)vToolIcons.get(IC_DISCONNECT)).active" type="code"/>
893                     </Property>
894                     <Property name="name" type="java.lang.String" value="ActDisc"/>
895                   </Properties>
896                 </MenuItem>
897                 <MenuItem class="javax.swing.JMenuItem" name="mDirectedPreferences">
898                   <Properties>
899                     <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
900                       <Connection type="value" value="java.awt.event.KeyEvent.VK_R" valueType="int"/>
901                     </Property>
902                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
903                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptDirPrefsName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
904                     </Property>
905                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
906                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptDirPrefsTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
907                     </Property>
908                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
909                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_PREFERENCES)).dimmed" type="code"/>
910                     </Property>
911                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
912                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_PREFERENCES)).active" type="code"/>
913                     </Property>
914                     <Property name="name" type="java.lang.String" value="mOptDirPrefs"/>
915                   </Properties>
916                 </MenuItem>
917               </SubComponents>
918             </Menu>
919             <Menu class="javax.swing.JMenu" name="mOptionsScripted">
920               <Properties>
921                 <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
922                   <Connection type="value" value="java.awt.event.KeyEvent.VK_C" valueType="int"/>
923                 </Property>
924                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
925                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptScrName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
926                 </Property>
927                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
928                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptScrTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
929                 </Property>
930                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
931                   <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CONFIG_SCRIPT)).dimmed" type="code"/>
932                 </Property>
933                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
934                   <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CONFIG_SCRIPT)).active" type="code"/>
935                 </Property>
936                 <Property name="name" type="java.lang.String" value="mOptScr"/>
937               </Properties>
938               <SubComponents>
939                 <MenuItem class="javax.swing.JMenuItem" name="mOptionsScriptedChoose">
940                   <Properties>
941                     <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
942                       <Connection type="value" value="java.awt.event.KeyEvent.VK_O" valueType="int"/>
943                     </Property>
944                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
945                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptScrChosName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
946                     </Property>
947                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
948                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptScrChosTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
949                     </Property>
950                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
951                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CHOOSE)).dimmed" type="code"/>
952                     </Property>
953                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
954                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CHOOSE)).active" type="code"/>
955                     </Property>
956                     <Property name="name" type="java.lang.String" value="mOptScrChos"/>
957                   </Properties>
958                 </MenuItem>
959                 <MenuItem class="javax.swing.JMenuItem" name="mOptionsScriptedPlay">
960                   <Properties>
961                     <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
962                       <Connection type="value" value="java.awt.event.KeyEvent.VK_Y" valueType="int"/>
963                     </Property>
964                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
965                       <Connection code="aPlay" type="code"/>
966                     </Property>
967                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
968                       <Connection code="((ToolIconPair)vToolIcons.get(IC_PLAY)).dimmed" type="code"/>
969                     </Property>
970                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
971                       <Connection code="((ToolIconPair)vToolIcons.get(IC_PLAY)).active" type="code"/>
972                     </Property>
973                     <Property name="name" type="java.lang.String" value="ActPlay"/>
974                   </Properties>
975                 </MenuItem>
976                 <MenuItem class="javax.swing.JMenuItem" name="mOptionsScriptedRecord">
977                   <Properties>
978                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
979                       <Connection code="aRecord" type="code"/>
980                     </Property>
981                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
982                       <Connection code="((ToolIconPair)vToolIcons.get(IC_RECORD)).dimmed" type="code"/>
983                     </Property>
984                     <Property name="name" type="java.lang.String" value="ActRec"/>
985                   </Properties>
986                 </MenuItem>
987                 <MenuItem class="javax.swing.JMenuItem" name="mOptionsScriptedPause">
988                   <Properties>
989                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
990                       <Connection code="aPause" type="code"/>
991                     </Property>
992                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
993                       <Connection code="((ToolIconPair)vToolIcons.get(IC_PAUSE)).dimmed" type="code"/>
994                     </Property>
995                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
996                       <Connection code="((ToolIconPair)vToolIcons.get(IC_PAUSE)).active" type="code"/>
997                     </Property>
998                     <Property name="name" type="java.lang.String" value="ActPause"/>
999                   </Properties>
1000                 </MenuItem>
1001                 <MenuItem class="javax.swing.JMenuItem" name="mOptionsScriptedStop">
1002                   <Properties>
1003                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1004                       <Connection code="aStop" type="code"/>
1005                     </Property>
1006                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1007                       <Connection code="((ToolIconPair)vToolIcons.get(IC_STOP)).dimmed" type="code"/>
1008                     </Property>
1009                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1010                       <Connection code="((ToolIconPair)vToolIcons.get(IC_STOP)).active" type="code"/>
1011                     </Property>
1012                     <Property name="name" type="java.lang.String" value="ActStop"/>
1013                   </Properties>
1014                 </MenuItem>
1015                 <MenuItem class="javax.swing.JMenuItem" name="mOptionsScriptedPreferences">
1016                   <Properties>
1017                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1018                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptScrPrefsName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1019                     </Property>
1020                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1021                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptScrPrefsTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1022                     </Property>
1023                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1024                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_PREFERENCES)).dimmed" type="code"/>
1025                     </Property>
1026                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1027                       <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_PREFERENCES)).active" type="code"/>
1028                     </Property>
1029                     <Property name="name" type="java.lang.String" value="mOptScrPrefs"/>
1030                   </Properties>
1031                 </MenuItem>
1032               </SubComponents>
1033             </Menu>
1034             <Menu class="javax.swing.JMenu" name="mOptionsFilter">
1035               <Properties>
1036                 <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1037                   <Connection type="value" value="java.awt.event.KeyEvent.VK_F" valueType="int"/>
1038                 </Property>
1039                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1040                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptFltName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1041                 </Property>
1042                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1043                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptFltTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1044                 </Property>
1045                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1046                   <Connection code="((ToolIconPair)vToolIcons.get(IC_FILTER_WINDOW)).active" type="code"/>
1047                 </Property>
1048                 <Property name="name" type="java.lang.String" value="mOptFlt"/>
1049               </Properties>
1050               <SubComponents>
1051                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mFilterTemplate">
1052                   <Properties>
1053                     <Property name="selected" type="boolean" value="true"/>
1054                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1055                       <Connection code="mbgFilter" type="code"/>
1056                     </Property>
1057                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1058                       <Connection code="aFilterTemplate" type="code"/>
1059                     </Property>
1060                     <Property name="name" type="java.lang.String" value="ActFltTmpl"/>
1061                   </Properties>
1062                 </MenuItem>
1063                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mFilterWindow">
1064                   <Properties>
1065                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1066                       <Connection code="mbgFilter" type="code"/>
1067                     </Property>
1068                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1069                       <Connection code="aFilterWindow" type="code"/>
1070                     </Property>
1071                     <Property name="name" type="java.lang.String" value="ActFltWin"/>
1072                   </Properties>
1073                 </MenuItem>
1074                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mFilterScreen">
1075                   <Properties>
1076                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1077                       <Connection code="mbgFilter" type="code"/>
1078                     </Property>
1079                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1080                       <Connection code="aFilterScreen" type="code"/>
1081                     </Property>
1082                     <Property name="name" type="java.lang.String" value="ActFltScr"/>
1083                   </Properties>
1084                 </MenuItem>
1085               </SubComponents>
1086             </Menu>
1087             <Menu class="javax.swing.JMenu" name="mOptionsLanguage">
1088               <Properties>
1089                 <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1090                   <Connection type="value" value="java.awt.event.KeyEvent.VK_L" valueType="int"/>
1091                 </Property>
1092                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1093                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptLangName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1094                 </Property>
1095                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1096                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptLangTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1097                 </Property>
1098                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1099                   <Connection code="((ToolIconPair)vToolIcons.get(IC_LANGUAGE)).dimmed" type="code"/>
1100                 </Property>
1101                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1102                   <Connection code="((ToolIconPair)vToolIcons.get(IC_LANGUAGE)).active" type="code"/>
1103                 </Property>
1104                 <Property name="name" type="java.lang.String" value="mOptLang"/>
1105               </Properties>
1106               <SubComponents>
1107                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mLanguageDefault">
1108                   <Properties>
1109                     <Property name="selected" type="boolean" value="true"/>
1110                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1111                       <Connection code="mbgLanguage" type="code"/>
1112                     </Property>
1113                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1114                       <Connection code="aLanguageDefault" type="code"/>
1115                     </Property>
1116                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1117                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_DEFAULT)).dimmed" type="code"/>
1118                     </Property>
1119                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1120                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_DEFAULT)).active" type="code"/>
1121                     </Property>
1122                     <Property name="name" type="java.lang.String" value="ActLangDef"/>
1123                   </Properties>
1124                 </MenuItem>
1125                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mLanguageBritish">
1126                   <Properties>
1127                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1128                       <Connection code="mbgLanguage" type="code"/>
1129                     </Property>
1130                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1131                       <Connection code="aLanguageBritish" type="code"/>
1132                     </Property>
1133                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1134                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_BRITISH)).dimmed" type="code"/>
1135                     </Property>
1136                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1137                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_BRITISH)).active" type="code"/>
1138                     </Property>
1139                     <Property name="name" type="java.lang.String" value="ActLangBrit"/>
1140                   </Properties>
1141                 </MenuItem>
1142                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mLanguageFrench">
1143                   <Properties>
1144                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1145                       <Connection code="mbgLanguage" type="code"/>
1146                     </Property>
1147                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1148                       <Connection code="aLanguageFrench" type="code"/>
1149                     </Property>
1150                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1151                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_FRENCH)).dimmed" type="code"/>
1152                     </Property>
1153                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1154                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_FRENCH)).active" type="code"/>
1155                     </Property>
1156                     <Property name="name" type="java.lang.String" value="ActLangFr"/>
1157                   </Properties>
1158                 </MenuItem>
1159                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mLanguageSpanish">
1160                   <Properties>
1161                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1162                       <Connection code="mbgLanguage" type="code"/>
1163                     </Property>
1164                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1165                       <Connection code="aLanguageSpanish" type="code"/>
1166                     </Property>
1167                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1168                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_SPANISH)).dimmed" type="code"/>
1169                     </Property>
1170                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1171                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_SPANISH)).active" type="code"/>
1172                     </Property>
1173                     <Property name="name" type="java.lang.String" value="ActLangSpan"/>
1174                   </Properties>
1175                 </MenuItem>
1176                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mLanguageGerman">
1177                   <Properties>
1178                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1179                       <Connection code="mbgLanguage" type="code"/>
1180                     </Property>
1181                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1182                       <Connection code="aLanguageGerman" type="code"/>
1183                     </Property>
1184                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1185                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_GERMAN)).dimmed" type="code"/>
1186                     </Property>
1187                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1188                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_GERMAN)).active" type="code"/>
1189                     </Property>
1190                     <Property name="name" type="java.lang.String" value="ActLangGer"/>
1191                   </Properties>
1192                 </MenuItem>
1193                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mLanguageArabicEgypt">
1194                   <Properties>
1195                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1196                       <Connection code="mbgLanguage" type="code"/>
1197                     </Property>
1198                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1199                       <Connection code="aLanguageArabicEgypt" type="code"/>
1200                     </Property>
1201                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1202                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_AR_EG)).dimmed" type="code"/>
1203                     </Property>
1204                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1205                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_AR_EG)).active" type="code"/>
1206                     </Property>
1207                     <Property name="name" type="java.lang.String" value="ActLangArEG"/>
1208                   </Properties>
1209                 </MenuItem>
1210                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mLanguageFarsiIran">
1211                   <Properties>
1212                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1213                       <Connection code="mbgLanguage" type="code"/>
1214                     </Property>
1215                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1216                       <Connection code="aLanguageFarsiIran" type="code"/>
1217                     </Property>
1218                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1219                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_FA_IR)).dimmed" type="code"/>
1220                     </Property>
1221                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1222                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_FA_IR)).active" type="code"/>
1223                     </Property>
1224                     <Property name="name" type="java.lang.String" value="ActLangFaIR"/>
1225                   </Properties>
1226                 </MenuItem>
1227                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mLanguageHindiIndia">
1228                   <Properties>
1229                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1230                       <Connection code="mbgLanguage" type="code"/>
1231                     </Property>
1232                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1233                       <Connection code="aLanguageHindiIndia" type="code"/>
1234                     </Property>
1235                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1236                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_HI_IN)).dimmed" type="code"/>
1237                     </Property>
1238                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1239                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_HI_IN)).active" type="code"/>
1240                     </Property>
1241                     <Property name="name" type="java.lang.String" value="ActLangHiIN"/>
1242                   </Properties>
1243                 </MenuItem>
1244                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mLanguageIndonesian">
1245                   <Properties>
1246                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1247                       <Connection code="mbgLanguage" type="code"/>
1248                     </Property>
1249                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1250                       <Connection code="aLanguageIndonesian" type="code"/>
1251                     </Property>
1252                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1253                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_IN)).dimmed" type="code"/>
1254                     </Property>
1255                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1256                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_IN)).active" type="code"/>
1257                     </Property>
1258                     <Property name="name" type="java.lang.String" value="ActLangIndonesian"/>
1259                   </Properties>
1260                 </MenuItem>
1261                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mLanguageJapanese">
1262                   <Properties>
1263                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1264                       <Connection code="mbgLanguage" type="code"/>
1265                     </Property>
1266                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1267                       <Connection code="aLanguageJapanese" type="code"/>
1268                     </Property>
1269                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1270                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_JA)).dimmed" type="code"/>
1271                     </Property>
1272                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1273                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_JA)).active" type="code"/>
1274                     </Property>
1275                     <Property name="name" type="java.lang.String" value="ActLangJapanese"/>
1276                   </Properties>
1277                 </MenuItem>
1278                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mLanguageDutch">
1279                   <Properties>
1280                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1281                       <Connection code="mbgLanguage" type="code"/>
1282                     </Property>
1283                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1284                       <Connection code="aLanguageDutch" type="code"/>
1285                     </Property>
1286                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1287                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_NL)).dimmed" type="code"/>
1288                     </Property>
1289                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1290                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_NL)).active" type="code"/>
1291                     </Property>
1292                     <Property name="name" type="java.lang.String" value="ActLangDutch"/>
1293                   </Properties>
1294                 </MenuItem>
1295                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mLanguagePashto">
1296                   <Properties>
1297                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1298                       <Connection code="mbgLanguage" type="code"/>
1299                     </Property>
1300                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1301                       <Connection code="aLanguagePashto" type="code"/>
1302                     </Property>
1303                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1304                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_PS)).dimmed" type="code"/>
1305                     </Property>
1306                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1307                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_PS)).active" type="code"/>
1308                     </Property>
1309                     <Property name="name" type="java.lang.String" value="ActLangPashto"/>
1310                   </Properties>
1311                 </MenuItem>
1312                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mLanguagePortuguese">
1313                   <Properties>
1314                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1315                       <Connection code="mbgLanguage" type="code"/>
1316                     </Property>
1317                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1318                       <Connection code="aLanguagePortuguese" type="code"/>
1319                     </Property>
1320                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1321                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_PT)).dimmed" type="code"/>
1322                     </Property>
1323                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1324                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_PT)).active" type="code"/>
1325                     </Property>
1326                     <Property name="name" type="java.lang.String" value="ActLangPortuguese"/>
1327                   </Properties>
1328                 </MenuItem>
1329                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mLanguageRussian">
1330                   <Properties>
1331                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1332                       <Connection code="mbgLanguage" type="code"/>
1333                     </Property>
1334                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1335                       <Connection code="aLanguageRussian" type="code"/>
1336                     </Property>
1337                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1338                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_RU)).dimmed" type="code"/>
1339                     </Property>
1340                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1341                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_RU)).active" type="code"/>
1342                     </Property>
1343                     <Property name="name" type="java.lang.String" value="ActLangRussian"/>
1344                   </Properties>
1345                 </MenuItem>
1346                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mLanguageSwedish">
1347                   <Properties>
1348                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1349                       <Connection code="mbgLanguage" type="code"/>
1350                     </Property>
1351                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1352                       <Connection code="aLanguageSwedish" type="code"/>
1353                     </Property>
1354                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1355                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_SV)).dimmed" type="code"/>
1356                     </Property>
1357                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1358                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_SV)).active" type="code"/>
1359                     </Property>
1360                     <Property name="name" type="java.lang.String" value="ActLangSwedish"/>
1361                   </Properties>
1362                 </MenuItem>
1363                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mLanguageUrdu">
1364                   <Properties>
1365                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1366                       <Connection code="mbgLanguage" type="code"/>
1367                     </Property>
1368                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1369                       <Connection code="aLanguageUrdu" type="code"/>
1370                     </Property>
1371                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1372                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_UR)).dimmed" type="code"/>
1373                     </Property>
1374                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1375                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_UR)).active" type="code"/>
1376                     </Property>
1377                     <Property name="name" type="java.lang.String" value="ActLangUrdu"/>
1378                   </Properties>
1379                 </MenuItem>
1380                 <MenuItem class="javax.swing.JRadioButtonMenuItem" name="mLanguageChinese">
1381                   <Properties>
1382                     <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1383                       <Connection code="mbgLanguage" type="code"/>
1384                     </Property>
1385                     <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1386                       <Connection code="aLanguageChinese" type="code"/>
1387                     </Property>
1388                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1389                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_ZH)).dimmed" type="code"/>
1390                     </Property>
1391                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1392                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_ZH)).active" type="code"/>
1393                     </Property>
1394                     <Property name="name" type="java.lang.String" value="ActLangChinese"/>
1395                   </Properties>
1396                 </MenuItem>
1397               </SubComponents>
1398             </Menu>
1399             <Menu class="javax.swing.JMenu" name="mOptionsToolbar">
1400               <Properties>
1401                 <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1402                   <Connection type="value" value="java.awt.event.KeyEvent.VK_T" valueType="int"/>
1403                 </Property>
1404                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1405                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptTbarName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1406                 </Property>
1407                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1408                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptTbarTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1409                 </Property>
1410                 <Property name="icon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
1411                   <Image iconType="3" name="/org/tjworld/vista/cid/media/toolbars.gif"/>
1412                 </Property>
1413                 <Property name="name" type="java.lang.String" value="mOptTbar"/>
1414               </Properties>
1415               <SubComponents>
1416                 <MenuItem class="javax.swing.JCheckBoxMenuItem" name="mToolbarToolBar">
1417                   <Properties>
1418                     <Property name="selected" type="boolean" value="true"/>
1419                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1420                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mTbarTbarName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1421                     </Property>
1422                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1423                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mTbarTbarTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1424                     </Property>
1425                     <Property name="icon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
1426                       <Image iconType="3" name="/org/tjworld/vista/cid/media/toolbars.gif"/>
1427                     </Property>
1428                     <Property name="name" type="java.lang.String" value="mTbarTbar"/>
1429                   </Properties>
1430
1431                   <Events>
1432                     <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mToolbarToolBarActionPerformed"/>
1433                   </Events>
1434                 </MenuItem>
1435                 <MenuItem class="javax.swing.JSeparator" name="jSeparator1">
1436                 </MenuItem>
1437                 <MenuItem class="javax.swing.JCheckBoxMenuItem" name="mToolbarProfile">
1438                   <Properties>
1439                     <Property name="selected" type="boolean" value="true"/>
1440                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1441                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActProName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1442                     </Property>
1443                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1444                       <Connection code="((ToolIconPair)vToolIcons.get(IC_NEW)).active" type="code"/>
1445                     </Property>
1446                     <Property name="name" type="java.lang.String" value="ActPro"/>
1447                   </Properties>
1448
1449                   <Events>
1450                     <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mToolbarProfileActionPerformed"/>
1451                   </Events>
1452                 </MenuItem>
1453                 <MenuItem class="javax.swing.JCheckBoxMenuItem" name="mToolbarModel">
1454                   <Properties>
1455                     <Property name="selected" type="boolean" value="true"/>
1456                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1457                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mModName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1458                     </Property>
1459                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1460                       <Connection code="((ToolIconPair)vToolIcons.get(IC_1UP)).active" type="code"/>
1461                     </Property>
1462                     <Property name="name" type="java.lang.String" value="mMod"/>
1463                   </Properties>
1464
1465                   <Events>
1466                     <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mToolbarModelActionPerformed"/>
1467                   </Events>
1468                 </MenuItem>
1469                 <MenuItem class="javax.swing.JCheckBoxMenuItem" name="mToolbarEyes">
1470                   <Properties>
1471                     <Property name="selected" type="boolean" value="true"/>
1472                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1473                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mEyesName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1474                     </Property>
1475                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1476                       <Connection code="((ToolIconPair)vToolIcons.get(IC_BOTH_EYES)).active" type="code"/>
1477                     </Property>
1478                     <Property name="name" type="java.lang.String" value="mEyes"/>
1479                   </Properties>
1480
1481                   <Events>
1482                     <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mToolbarEyesActionPerformed"/>
1483                   </Events>
1484                 </MenuItem>
1485                 <MenuItem class="javax.swing.JCheckBoxMenuItem" name="mToolbarTemplate">
1486                   <Properties>
1487                     <Property name="selected" type="boolean" value="true"/>
1488                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1489                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mTemplName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1490                     </Property>
1491                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1492                       <Connection code="((ToolIconPair)vToolIcons.get(IC_READING)).active" type="code"/>
1493                     </Property>
1494                     <Property name="name" type="java.lang.String" value="mTempl"/>
1495                   </Properties>
1496
1497                   <Events>
1498                     <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mToolbarTemplateActionPerformed"/>
1499                   </Events>
1500                 </MenuItem>
1501                 <MenuItem class="javax.swing.JCheckBoxMenuItem" name="mToolbarColourModel">
1502                   <Properties>
1503                     <Property name="selected" type="boolean" value="true"/>
1504                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1505                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mColourModelName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1506                     </Property>
1507                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1508                       <Connection code="((ToolIconPair)vToolIcons.get(IC_RGB)).active" type="code"/>
1509                     </Property>
1510                     <Property name="name" type="java.lang.String" value="mColourModel"/>
1511                   </Properties>
1512
1513                   <Events>
1514                     <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mToolbarColourModelActionPerformed"/>
1515                   </Events>
1516                 </MenuItem>
1517                 <MenuItem class="javax.swing.JCheckBoxMenuItem" name="mToolbarColourView">
1518                   <Properties>
1519                     <Property name="selected" type="boolean" value="true"/>
1520                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1521                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mColourViewName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1522                     </Property>
1523                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1524                       <Connection code="((ToolIconPair)vToolIcons.get(IC_WHEEL)).active" type="code"/>
1525                     </Property>
1526                     <Property name="name" type="java.lang.String" value="mColourView"/>
1527                   </Properties>
1528
1529                   <Events>
1530                     <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mToolbarColourViewActionPerformed"/>
1531                   </Events>
1532                 </MenuItem>
1533                 <MenuItem class="javax.swing.JCheckBoxMenuItem" name="mToolbarDirector">
1534                   <Properties>
1535                     <Property name="selected" type="boolean" value="true"/>
1536                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1537                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mDirName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1538                     </Property>
1539                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1540                       <Connection code="((ToolIconPair)vToolIcons.get(IC_MANUAL)).active" type="code"/>
1541                     </Property>
1542                     <Property name="name" type="java.lang.String" value="mDir"/>
1543                   </Properties>
1544
1545                   <Events>
1546                     <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mToolbarDirectorActionPerformed"/>
1547                   </Events>
1548                 </MenuItem>
1549                 <MenuItem class="javax.swing.JCheckBoxMenuItem" name="mToolbarConnection">
1550                   <Properties>
1551                     <Property name="selected" type="boolean" value="true"/>
1552                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1553                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mConnectName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1554                     </Property>
1555                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1556                       <Connection code="((ToolIconPair)vToolIcons.get(IC_CONNECT)).active" type="code"/>
1557                     </Property>
1558                     <Property name="name" type="java.lang.String" value="mConnect"/>
1559                   </Properties>
1560
1561                   <Events>
1562                     <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mToolbarConnectionActionPerformed"/>
1563                   </Events>
1564                 </MenuItem>
1565                 <MenuItem class="javax.swing.JCheckBoxMenuItem" name="mToolbarScript">
1566                   <Properties>
1567                     <Property name="selected" type="boolean" value="true"/>
1568                     <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1569                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActScriptName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1570                     </Property>
1571                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1572                       <Connection code="((ToolIconPair)vToolIcons.get(IC_PLAY)).active" type="code"/>
1573                     </Property>
1574                     <Property name="name" type="java.lang.String" value="ActScript"/>
1575                   </Properties>
1576
1577                   <Events>
1578                     <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mToolbarScriptActionPerformed"/>
1579                   </Events>
1580                 </MenuItem>
1581               </SubComponents>
1582             </Menu>
1583             <Menu class="javax.swing.JMenu" name="mOptionsLandF">
1584               <Properties>
1585                 <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1586                   <Connection type="value" value="java.awt.event.KeyEvent.VK_AMPERSAND" valueType="int"/>
1587                 </Property>
1588                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1589                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptLFName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1590                 </Property>
1591                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1592                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptLFTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1593                 </Property>
1594                 <Property name="icon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
1595                   <Image iconType="3" name="/org/tjworld/vista/cid/media/lookfeel.gif"/>
1596                 </Property>
1597                 <Property name="name" type="java.lang.String" value="mOptLF"/>
1598               </Properties>
1599             </Menu>
1600             <MenuItem class="javax.swing.JMenuItem" name="mOptionsVistaDB">
1601               <Properties>
1602                 <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1603                   <Connection type="value" value="java.awt.event.KeyEvent.VK_V" valueType="int"/>
1604                 </Property>
1605                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1606                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptVistaDBName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1607                 </Property>
1608                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1609                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptVistaDBTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1610                 </Property>
1611                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1612                   <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CONFIG_VISTA_DB)).dimmed" type="code"/>
1613                 </Property>
1614                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1615                   <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_CONFIG_VISTA_DB)).active" type="code"/>
1616                 </Property>
1617                 <Property name="name" type="java.lang.String" value="mOptVistaDB"/>
1618               </Properties>
1619             </MenuItem>
1620             <MenuItem class="javax.swing.JSeparator" name="mOptionsSeparator2">
1621             </MenuItem>
1622             <MenuItem class="javax.swing.JCheckBoxMenuItem" name="mOptionsVistaWeb">
1623               <Properties>
1624                 <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1625                   <Connection type="value" value="java.awt.event.KeyEvent.VK_W" valueType="int"/>
1626                 </Property>
1627                 <Property name="selected" type="boolean" value="true"/>
1628                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1629                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptDynName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1630                 </Property>
1631                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1632                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptDynTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1633                 </Property>
1634                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1635                   <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_DYNAMIC_VISTA)).dimmed" type="code"/>
1636                 </Property>
1637                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1638                   <Connection code="((ToolIconPair)vToolIcons.get(IC_OPTION_DYNAMIC_VISTA)).active" type="code"/>
1639                 </Property>
1640                 <Property name="name" type="java.lang.String" value="mOptDyn"/>
1641               </Properties>
1642             </MenuItem>
1643           </SubComponents>
1644         </Menu>
1645         <Menu class="javax.swing.JMenu" name="mHelp">
1646           <Properties>
1647             <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1648               <Connection type="value" value="java.awt.event.KeyEvent.VK_H" valueType="int"/>
1649             </Property>
1650             <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1651               <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mHelpName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1652             </Property>
1653             <Property name="name" type="java.lang.String" value="mHelp"/>
1654           </Properties>
1655           <SubComponents>
1656             <MenuItem class="javax.swing.JMenuItem" name="mHelpContents">
1657               <Properties>
1658                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1659                   <Connection code="aHelpContents" type="code"/>
1660                 </Property>
1661                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1662                   <Connection code="((ToolIconPair)vToolIcons.get(IC_HELP)).dimmed" type="code"/>
1663                 </Property>
1664                 <Property name="name" type="java.lang.String" value="ActHelpCon"/>
1665               </Properties>
1666             </MenuItem>
1667             <MenuItem class="javax.swing.JMenuItem" name="mHelpIndex">
1668               <Properties>
1669                 <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1670                   <Connection type="value" value="java.awt.event.KeyEvent.VK_I" valueType="int"/>
1671                 </Property>
1672                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1673                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mHelpIdxName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1674                 </Property>
1675                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1676                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mHelpIdxTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1677                 </Property>
1678                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1679                   <Connection code="((ToolIconPair)vToolIcons.get(IC_HELP_INDEX)).dimmed" type="code"/>
1680                 </Property>
1681                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1682                   <Connection code="((ToolIconPair)vToolIcons.get(IC_HELP_INDEX)).active" type="code"/>
1683                 </Property>
1684                 <Property name="name" type="java.lang.String" value="ActHelpIdx"/>
1685               </Properties>
1686
1687               <Events>
1688                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mHelpIndexActionPerformed"/>
1689               </Events>
1690             </MenuItem>
1691             <MenuItem class="javax.swing.JMenuItem" name="mHelpSearch">
1692               <Properties>
1693                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1694                   <Connection code="aHelpSearch" type="code"/>
1695                 </Property>
1696                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1697                   <Connection code="((ToolIconPair)vToolIcons.get(IC_HELP_SEARCH)).dimmed" type="code"/>
1698                 </Property>
1699                 <Property name="name" type="java.lang.String" value="ActHelpSrc"/>
1700               </Properties>
1701             </MenuItem>
1702             <MenuItem class="javax.swing.JMenuItem" name="mHelpWebLink">
1703               <Properties>
1704                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1705                   <Connection code="aHelpWeb" type="code"/>
1706                 </Property>
1707                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1708                   <Connection code="((ToolIconPair)vToolIcons.get(IC_HELP_WEB)).dimmed" type="code"/>
1709                 </Property>
1710                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1711                   <Connection code="((ToolIconPair)vToolIcons.get(IC_HELP_WEB)).active" type="code"/>
1712                 </Property>
1713                 <Property name="name" type="java.lang.String" value="ActHelpWeb"/>
1714               </Properties>
1715             </MenuItem>
1716             <MenuItem class="javax.swing.JSeparator" name="mHelpSeparator1">
1717             </MenuItem>
1718             <MenuItem class="javax.swing.JCheckBoxMenuItem" name="mHelpExplain">
1719               <Properties>
1720                 <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1721                   <Connection type="value" value="java.awt.event.KeyEvent.VK_X" valueType="int"/>
1722                 </Property>
1723                 <Property name="selected" type="boolean" value="true"/>
1724                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1725                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mHelpExpName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1726                 </Property>
1727                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1728                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mHelpExpTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1729                 </Property>
1730                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1731                   <Connection code="((ToolIconPair)vToolIcons.get(IC_HELP_EXPLAIN)).dimmed" type="code"/>
1732                 </Property>
1733                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1734                   <Connection code="((ToolIconPair)vToolIcons.get(IC_HELP_EXPLAIN)).active" type="code"/>
1735                 </Property>
1736                 <Property name="name" type="java.lang.String" value="ActHelpExp"/>
1737               </Properties>
1738             </MenuItem>
1739             <MenuItem class="javax.swing.JCheckBoxMenuItem" name="mHelpDock">
1740               <Properties>
1741                 <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1742                   <Connection type="value" value="java.awt.event.KeyEvent.VK_D" valueType="int"/>
1743                 </Property>
1744                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1745                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mHelpDockName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1746                 </Property>
1747                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1748                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mHelpDockTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1749                 </Property>
1750                 <Property name="icon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
1751                   <Image iconType="3" name="/org/tjworld/vista/cid/media/undocked.gif"/>
1752                 </Property>
1753                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
1754                   <Image iconType="3" name="/org/tjworld/vista/cid/media/docked.gif"/>
1755                 </Property>
1756               </Properties>
1757
1758               <Events>
1759                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mHelpDockActionPerformed"/>
1760               </Events>
1761             </MenuItem>
1762             <MenuItem class="javax.swing.JCheckBoxMenuItem" name="mHelpFilter">
1763               <Properties>
1764                 <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1765                   <Connection type="value" value="java.awt.event.KeyEvent.VK_V" valueType="int"/>
1766                 </Property>
1767                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1768                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mHelpFilterName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1769                 </Property>
1770                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1771                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mHelpFilterTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1772                 </Property>
1773                 <Property name="icon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
1774                   <Image iconType="3" name="/org/tjworld/vista/cid/media/helpFilter.gif"/>
1775                 </Property>
1776               </Properties>
1777
1778               <Events>
1779                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mHelpFilterActionPerformed"/>
1780               </Events>
1781             </MenuItem>
1782             <MenuItem class="javax.swing.JSeparator" name="mHelpSeparator2">
1783             </MenuItem>
1784             <MenuItem class="javax.swing.JMenuItem" name="mHelpAbout">
1785               <Properties>
1786                 <Property name="mnemonic" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1787                   <Connection type="value" value="java.awt.event.KeyEvent.VK_A" valueType="int"/>
1788                 </Property>
1789                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1790                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mHelpAbtName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1791                 </Property>
1792                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1793                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mHelpAbtTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1794                 </Property>
1795                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1796                   <Connection code="((ToolIconPair)vToolIcons.get(IC_HELP_ABOUT)).dimmed" type="code"/>
1797                 </Property>
1798                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1799                   <Connection code="((ToolIconPair)vToolIcons.get(IC_HELP_ABOUT)).active" type="code"/>
1800                 </Property>
1801                 <Property name="name" type="java.lang.String" value="ActHelpAbt"/>
1802               </Properties>
1803
1804               <Events>
1805                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mHelpAboutActionPerformed"/>
1806               </Events>
1807             </MenuItem>
1808           </SubComponents>
1809         </Menu>
1810       </SubComponents>
1811     </Menu>
1812     <Component class="javax.swing.ButtonGroup" name="btnGroupFilter">
1813     </Component>
1814     <Component class="javax.swing.ButtonGroup" name="btnGroupTemplate">
1815     </Component>
1816   </NonVisualComponents>
1817   <Properties>
1818     <Property name="title" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1819       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="tVistaAppTitle" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1820     </Property>
1821     <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
1822       <Font name="Dialog" size="12" style="0"/>
1823     </Property>
1824     <Property name="iconImage" type="java.awt.Image" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1825       <Connection code="icVista.getImage()" type="code"/>
1826     </Property>
1827     <Property name="name" type="java.lang.String" value="tVistaApp"/>
1828   </Properties>
1829   <SyntheticProperties>
1830     <SyntheticProperty name="menuBar" type="java.lang.String" value="mbMain"/>
1831     <SyntheticProperty name="formSize" 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,0,-56,0,0,1,44"/>
1832     <SyntheticProperty name="formPosition" type="java.awt.Point" value="-84,-19,0,5,115,114,0,14,106,97,118,97,46,97,119,116,46,80,111,105,110,116,-74,-60,-118,114,52,126,-56,38,2,0,2,73,0,1,120,73,0,1,121,120,112,0,0,0,0,0,0,0,0"/>
1833     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
1834     <SyntheticProperty name="generatePosition" type="boolean" value="true"/>
1835     <SyntheticProperty name="generateSize" type="boolean" value="true"/>
1836     <SyntheticProperty name="generateCenter" type="boolean" value="true"/>
1837   </SyntheticProperties>
1838
1839   <Events>
1840     <EventHandler event="componentMoved" listener="java.awt.event.ComponentListener" parameters="java.awt.event.ComponentEvent" handler="formComponentMoved"/>
1841     <EventHandler event="propertyChange" listener="java.beans.PropertyChangeListener" parameters="java.beans.PropertyChangeEvent" handler="formPropertyChange"/>
1842     <EventHandler event="windowClosing" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="exitForm"/>
1843   </Events>
1844
1845   <AuxValues>
1846     <AuxValue name="RADVisualFormContainer_MenuComponent" type="java.lang.String" value="mbMain"/>
1847   </AuxValues>
1848
1849   <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
1850   <SubComponents>
1851     <Container class="javax.swing.JToolBar" name="toolBar">
1852       <Properties>
1853         <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1854           <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="tToolBarTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1855         </Property>
1856         <Property name="name" type="java.lang.String" value="tToolBar"/>
1857       </Properties>
1858
1859       <Events>
1860         <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarMousePressed"/>
1861         <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarMouseReleased"/>
1862       </Events>
1863       <Constraints>
1864         <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
1865           <BorderConstraints direction="North"/>
1866         </Constraint>
1867       </Constraints>
1868
1869       <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
1870       <SubComponents>
1871         <Container class="javax.swing.JPanel" name="pProfile">
1872
1873           <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
1874           <SubComponents>
1875             <Component class="javax.swing.JButton" name="btnNew">
1876               <Properties>
1877                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1878                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActNewTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1879                 </Property>
1880                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1881                   <Connection code="aNew" type="code"/>
1882                 </Property>
1883                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1884                   <Connection code="((ToolIconPair)vToolIcons.get(IC_NEW)).dimmed" type="code"/>
1885                 </Property>
1886                 <Property name="name" type="java.lang.String" value="ActNew"/>
1887               </Properties>
1888
1889               <Events>
1890                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
1891                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
1892               </Events>
1893
1894               <AuxValues>
1895                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
1896               </AuxValues>
1897             </Component>
1898             <Component class="javax.swing.JButton" name="btnOpenFile">
1899               <Properties>
1900                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1901                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActOpenTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1902                 </Property>
1903                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1904                   <Connection code="aOpen" type="code"/>
1905                 </Property>
1906                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1907                   <Connection code="((ToolIconPair)vToolIcons.get(IC_OPEN_FILE)).dimmed" type="code"/>
1908                 </Property>
1909                 <Property name="name" type="java.lang.String" value="ActOpen"/>
1910               </Properties>
1911
1912               <Events>
1913                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
1914                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
1915               </Events>
1916
1917               <AuxValues>
1918                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
1919               </AuxValues>
1920             </Component>
1921             <Component class="javax.swing.JButton" name="btnSave">
1922               <Properties>
1923                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1924                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActSaveTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1925                 </Property>
1926                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1927                   <Connection code="aSave" type="code"/>
1928                 </Property>
1929                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1930                   <Connection code="((ToolIconPair)vToolIcons.get(IC_SAVE)).dimmed" type="code"/>
1931                 </Property>
1932                 <Property name="name" type="java.lang.String" value="ActSave"/>
1933               </Properties>
1934
1935               <Events>
1936                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
1937                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
1938               </Events>
1939
1940               <AuxValues>
1941                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
1942               </AuxValues>
1943             </Component>
1944             <Component class="javax.swing.JButton" name="btnSendToVistaDB">
1945               <Properties>
1946                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1947                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActSendToVistaTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1948                 </Property>
1949                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1950                   <Connection code="aSendToVistaDB" type="code"/>
1951                 </Property>
1952                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1953                   <Connection code="((ToolIconPair)vToolIcons.get(IC_SEND_TO_VISTA_DB)).dimmed" type="code"/>
1954                 </Property>
1955                 <Property name="name" type="java.lang.String" value="ActSendToVista"/>
1956               </Properties>
1957
1958               <Events>
1959                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
1960                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
1961               </Events>
1962
1963               <AuxValues>
1964                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
1965               </AuxValues>
1966             </Component>
1967           </SubComponents>
1968         </Container>
1969         <Container class="javax.swing.JPanel" name="pModel">
1970
1971           <AuxValues>
1972             <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value="toolBar.addSeparator();"/>
1973           </AuxValues>
1974
1975           <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
1976           <SubComponents>
1977             <Component class="javax.swing.JToggleButton" name="btn1Up">
1978               <Properties>
1979                 <Property name="selected" type="boolean" value="true"/>
1980                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
1981                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="Act1UpTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
1982                 </Property>
1983                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1984                   <Connection code="tbgModelAlgorithm" type="code"/>
1985                 </Property>
1986                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1987                   <Connection code="a1_Up" type="code"/>
1988                 </Property>
1989                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1990                   <Connection code="((ToolIconPair)vToolIcons.get(IC_1UP)).dimmed" type="code"/>
1991                 </Property>
1992                 <Property name="name" type="java.lang.String" value="Act1Up"/>
1993                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
1994                   <Image iconType="3" name="/org/tjworld/vista/cid/media/sel1up.gif"/>
1995                 </Property>
1996               </Properties>
1997
1998               <Events>
1999                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2000                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2001               </Events>
2002
2003               <AuxValues>
2004                 <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value=""/>
2005                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2006               </AuxValues>
2007             </Component>
2008             <Component class="javax.swing.JToggleButton" name="btn2Up">
2009               <Properties>
2010                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2011                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="Act2UpTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2012                 </Property>
2013                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2014                   <Connection code="tbgModelAlgorithm" type="code"/>
2015                 </Property>
2016                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2017                   <Connection code="a2_Up" type="code"/>
2018                 </Property>
2019                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2020                   <Connection code="((ToolIconPair)vToolIcons.get(IC_2UP)).dimmed" type="code"/>
2021                 </Property>
2022                 <Property name="name" type="java.lang.String" value="Act2Up"/>
2023                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2024                   <Image iconType="3" name="/org/tjworld/vista/cid/media/sel2up.gif"/>
2025                 </Property>
2026               </Properties>
2027
2028               <Events>
2029                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2030                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2031               </Events>
2032
2033               <AuxValues>
2034                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2035               </AuxValues>
2036             </Component>
2037             <Component class="javax.swing.JToggleButton" name="btnAlternate">
2038               <Properties>
2039                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2040                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActAltTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2041                 </Property>
2042                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2043                   <Connection code="tbgModelAlgorithm" type="code"/>
2044                 </Property>
2045                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2046                   <Connection code="aAlternate" type="code"/>
2047                 </Property>
2048                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2049                   <Connection code="((ToolIconPair)vToolIcons.get(IC_ALTERNATE)).dimmed" type="code"/>
2050                 </Property>
2051                 <Property name="name" type="java.lang.String" value="ActAlt"/>
2052                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2053                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selalternate.gif"/>
2054                 </Property>
2055               </Properties>
2056
2057               <Events>
2058                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2059                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2060               </Events>
2061
2062               <AuxValues>
2063                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2064               </AuxValues>
2065             </Component>
2066           </SubComponents>
2067         </Container>
2068         <Container class="javax.swing.JPanel" name="pEyes">
2069
2070           <AuxValues>
2071             <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value="toolBar.addSeparator();"/>
2072           </AuxValues>
2073
2074           <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
2075           <SubComponents>
2076             <Component class="javax.swing.JToggleButton" name="btnEyes2">
2077               <Properties>
2078                 <Property name="selected" type="boolean" value="true"/>
2079                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2080                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActBothEyesTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2081                 </Property>
2082                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2083                   <Connection code="tbgModelEyes" type="code"/>
2084                 </Property>
2085                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2086                   <Connection code="aBothEyes" type="code"/>
2087                 </Property>
2088                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2089                   <Connection code="((ToolIconPair)vToolIcons.get(IC_BOTH_EYES)).dimmed" type="code"/>
2090                 </Property>
2091                 <Property name="name" type="java.lang.String" value="ActBothEyes"/>
2092                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2093                   <Image iconType="3" name="/org/tjworld/vista/cid/media/seleyes2.gif"/>
2094                 </Property>
2095               </Properties>
2096
2097               <Events>
2098                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2099                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2100               </Events>
2101
2102               <AuxValues>
2103                 <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value=""/>
2104                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2105               </AuxValues>
2106             </Component>
2107             <Component class="javax.swing.JToggleButton" name="btnEyes1">
2108               <Properties>
2109                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2110                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActSepEyesTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2111                 </Property>
2112                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2113                   <Connection code="tbgModelEyes" type="code"/>
2114                 </Property>
2115                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2116                   <Connection code="aSeparateEyes" type="code"/>
2117                 </Property>
2118                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2119                   <Connection code="((ToolIconPair)vToolIcons.get(IC_SEPARATE_EYES)).dimmed" type="code"/>
2120                 </Property>
2121                 <Property name="name" type="java.lang.String" value="ActSepEyes"/>
2122                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2123                   <Image iconType="3" name="/org/tjworld/vista/cid/media/seleyes1.gif"/>
2124                 </Property>
2125               </Properties>
2126
2127               <Events>
2128                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2129                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2130               </Events>
2131
2132               <AuxValues>
2133                 <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value=""/>
2134                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2135               </AuxValues>
2136             </Component>
2137           </SubComponents>
2138         </Container>
2139         <Container class="javax.swing.JPanel" name="pTemplate">
2140
2141           <AuxValues>
2142             <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value="toolBar.addSeparator();"/>
2143           </AuxValues>
2144
2145           <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
2146           <SubComponents>
2147             <Component class="javax.swing.JToggleButton" name="btnReading">
2148               <Properties>
2149                 <Property name="selected" type="boolean" value="true"/>
2150                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2151                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActReadTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2152                 </Property>
2153                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2154                   <Connection code="tbgTemplate" type="code"/>
2155                 </Property>
2156                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2157                   <Connection code="aReading" type="code"/>
2158                 </Property>
2159                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2160                   <Connection code="((ToolIconPair)vToolIcons.get(IC_READING)).dimmed" type="code"/>
2161                 </Property>
2162                 <Property name="name" type="java.lang.String" value="ActRead"/>
2163                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2164                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selreading.gif"/>
2165                 </Property>
2166               </Properties>
2167
2168               <Events>
2169                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2170                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2171               </Events>
2172
2173               <AuxValues>
2174                 <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value=""/>
2175                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2176               </AuxValues>
2177             </Component>
2178             <Component class="javax.swing.JToggleButton" name="btnPatterns">
2179               <Properties>
2180                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2181                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActPatTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2182                 </Property>
2183                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2184                   <Connection code="tbgTemplate" type="code"/>
2185                 </Property>
2186                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2187                   <Connection code="aPatterns" type="code"/>
2188                 </Property>
2189                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2190                   <Connection code="((ToolIconPair)vToolIcons.get(IC_PATTERNS)).dimmed" type="code"/>
2191                 </Property>
2192                 <Property name="name" type="java.lang.String" value="ActPat"/>
2193                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2194                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selpatterns.gif"/>
2195                 </Property>
2196               </Properties>
2197
2198               <Events>
2199                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2200                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2201               </Events>
2202
2203               <AuxValues>
2204                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2205               </AuxValues>
2206             </Component>
2207             <Component class="javax.swing.JToggleButton" name="btnImages">
2208               <Properties>
2209                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2210                   <Connection code="tbgTemplate" type="code"/>
2211                 </Property>
2212                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2213                   <Connection code="aImages" type="code"/>
2214                 </Property>
2215                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2216                   <Connection code="((ToolIconPair)vToolIcons.get(IC_IMAGES)).dimmed" type="code"/>
2217                 </Property>
2218                 <Property name="name" type="java.lang.String" value="ActImages"/>
2219                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2220                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selimages.gif"/>
2221                 </Property>
2222               </Properties>
2223
2224               <Events>
2225                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2226                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2227               </Events>
2228
2229               <AuxValues>
2230                 <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value=""/>
2231                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2232               </AuxValues>
2233             </Component>
2234           </SubComponents>
2235         </Container>
2236         <Container class="javax.swing.JPanel" name="pColourModel">
2237
2238           <AuxValues>
2239             <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value="toolBar.addSeparator();"/>
2240           </AuxValues>
2241
2242           <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
2243           <SubComponents>
2244             <Component class="javax.swing.JToggleButton" name="btnRGB">
2245               <Properties>
2246                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2247                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActRGBTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2248                 </Property>
2249                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2250                   <Connection code="tbgColourModel" type="code"/>
2251                 </Property>
2252                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2253                   <Connection code="aRGB" type="code"/>
2254                 </Property>
2255                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2256                   <Connection code="((ToolIconPair)vToolIcons.get(IC_RGB)).dimmed" type="code"/>
2257                 </Property>
2258                 <Property name="name" type="java.lang.String" value="ActRGB"/>
2259                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2260                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selrgb.gif"/>
2261                 </Property>
2262               </Properties>
2263
2264               <Events>
2265                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2266                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2267               </Events>
2268
2269               <AuxValues>
2270                 <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value=""/>
2271                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2272               </AuxValues>
2273             </Component>
2274             <Component class="javax.swing.JToggleButton" name="btnHSB">
2275               <Properties>
2276                 <Property name="selected" type="boolean" value="true"/>
2277                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2278                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActHSBTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2279                 </Property>
2280                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2281                   <Connection code="tbgColourModel" type="code"/>
2282                 </Property>
2283                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2284                   <Connection code="aHSB" type="code"/>
2285                 </Property>
2286                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2287                   <Connection code="((ToolIconPair)vToolIcons.get(IC_HSB)).dimmed" type="code"/>
2288                 </Property>
2289                 <Property name="name" type="java.lang.String" value="ActHSB"/>
2290                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2291                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selhsb.gif"/>
2292                 </Property>
2293               </Properties>
2294
2295               <Events>
2296                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2297                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2298               </Events>
2299
2300               <AuxValues>
2301                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2302               </AuxValues>
2303             </Component>
2304             <Component class="javax.swing.JToggleButton" name="btnCYMK">
2305               <Properties>
2306                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2307                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActCYMKTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2308                 </Property>
2309                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2310                   <Connection code="tbgColourModel" type="code"/>
2311                 </Property>
2312                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2313                   <Connection code="aCYMK" type="code"/>
2314                 </Property>
2315                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2316                   <Connection code="((ToolIconPair)vToolIcons.get(IC_CYMK)).dimmed" type="code"/>
2317                 </Property>
2318                 <Property name="name" type="java.lang.String" value="ActCYMK"/>
2319                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2320                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selcymk.gif"/>
2321                 </Property>
2322               </Properties>
2323
2324               <Events>
2325                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2326                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2327               </Events>
2328
2329               <AuxValues>
2330                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2331               </AuxValues>
2332             </Component>
2333           </SubComponents>
2334         </Container>
2335         <Container class="javax.swing.JPanel" name="pColourView">
2336
2337           <AuxValues>
2338             <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value="toolBar.addSeparator();"/>
2339           </AuxValues>
2340
2341           <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
2342           <SubComponents>
2343             <Component class="javax.swing.JToggleButton" name="btnWheel">
2344               <Properties>
2345                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2346                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActWheelTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2347                 </Property>
2348                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2349                   <Connection code="tbgColourView" type="code"/>
2350                 </Property>
2351                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2352                   <Connection code="aWheel" type="code"/>
2353                 </Property>
2354                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2355                   <Connection code="((ToolIconPair)vToolIcons.get(IC_WHEEL)).dimmed" type="code"/>
2356                 </Property>
2357                 <Property name="name" type="java.lang.String" value="ActWheel"/>
2358                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2359                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selwheel.gif"/>
2360                 </Property>
2361               </Properties>
2362
2363               <Events>
2364                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2365                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2366               </Events>
2367
2368               <AuxValues>
2369                 <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value=""/>
2370                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2371               </AuxValues>
2372             </Component>
2373             <Component class="javax.swing.JToggleButton" name="btnTriangle">
2374               <Properties>
2375                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2376                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActTriTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2377                 </Property>
2378                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2379                   <Connection code="tbgColourView" type="code"/>
2380                 </Property>
2381                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2382                   <Connection code="aTriangle" type="code"/>
2383                 </Property>
2384                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2385                   <Connection code="((ToolIconPair)vToolIcons.get(IC_TRIANGLE)).dimmed" type="code"/>
2386                 </Property>
2387                 <Property name="name" type="java.lang.String" value="ActTri"/>
2388                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2389                   <Image iconType="3" name="/org/tjworld/vista/cid/media/seltriangle.gif"/>
2390                 </Property>
2391               </Properties>
2392
2393               <Events>
2394                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2395                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2396               </Events>
2397
2398               <AuxValues>
2399                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2400               </AuxValues>
2401             </Component>
2402             <Component class="javax.swing.JToggleButton" name="btnQube">
2403               <Properties>
2404                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2405                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActQubeTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2406                 </Property>
2407                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2408                   <Connection code="tbgColourView" type="code"/>
2409                 </Property>
2410                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2411                   <Connection code="aQube" type="code"/>
2412                 </Property>
2413                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2414                   <Connection code="((ToolIconPair)vToolIcons.get(IC_QUBE)).dimmed" type="code"/>
2415                 </Property>
2416                 <Property name="name" type="java.lang.String" value="ActQube"/>
2417                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2418                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selqube.gif"/>
2419                 </Property>
2420               </Properties>
2421
2422               <Events>
2423                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2424                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2425               </Events>
2426
2427               <AuxValues>
2428                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2429               </AuxValues>
2430             </Component>
2431             <Component class="javax.swing.JToggleButton" name="btnSystemChooser">
2432               <Properties>
2433                 <Property name="selected" type="boolean" value="true"/>
2434                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2435                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActSysColTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2436                 </Property>
2437                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2438                   <Connection code="tbgColourView" type="code"/>
2439                 </Property>
2440                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2441                   <Connection code="aColorChooser" type="code"/>
2442                 </Property>
2443                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2444                   <Connection code="((ToolIconPair)vToolIcons.get(IC_COLOR_CHOOSER)).dimmed" type="code"/>
2445                 </Property>
2446                 <Property name="name" type="java.lang.String" value="ActSysCol"/>
2447                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2448                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selsysColour.gif"/>
2449                 </Property>
2450               </Properties>
2451
2452               <Events>
2453                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2454                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2455               </Events>
2456
2457               <AuxValues>
2458                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2459               </AuxValues>
2460             </Component>
2461             <Component class="javax.swing.JToggleButton" name="btnSwatches">
2462               <Properties>
2463                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2464                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActSwatchTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2465                 </Property>
2466                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2467                   <Connection code="tbgColourView" type="code"/>
2468                 </Property>
2469                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2470                   <Connection code="aSwatches" type="code"/>
2471                 </Property>
2472                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2473                   <Connection code="((ToolIconPair)vToolIcons.get(IC_SWATCHES)).dimmed" type="code"/>
2474                 </Property>
2475                 <Property name="name" type="java.lang.String" value="ActSwatch"/>
2476                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2477                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selswatches.gif"/>
2478                 </Property>
2479               </Properties>
2480
2481               <Events>
2482                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2483                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2484               </Events>
2485
2486               <AuxValues>
2487                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2488               </AuxValues>
2489             </Component>
2490           </SubComponents>
2491         </Container>
2492         <Container class="javax.swing.JPanel" name="pDirector">
2493
2494           <AuxValues>
2495             <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value="toolBar.addSeparator();"/>
2496           </AuxValues>
2497
2498           <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
2499           <SubComponents>
2500             <Component class="javax.swing.JToggleButton" name="btnManual">
2501               <Properties>
2502                 <Property name="selected" type="boolean" value="true"/>
2503                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2504                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActManualTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2505                 </Property>
2506                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2507                   <Connection code="tbgDirection" type="code"/>
2508                 </Property>
2509                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2510                   <Connection code="aManual" type="code"/>
2511                 </Property>
2512                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2513                   <Connection code="((ToolIconPair)vToolIcons.get(IC_MANUAL)).dimmed" type="code"/>
2514                 </Property>
2515                 <Property name="name" type="java.lang.String" value="ActManual"/>
2516                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2517                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selmanual.gif"/>
2518                 </Property>
2519               </Properties>
2520
2521               <Events>
2522                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2523                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2524               </Events>
2525
2526               <AuxValues>
2527                 <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value=""/>
2528                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2529               </AuxValues>
2530             </Component>
2531             <Component class="javax.swing.JToggleButton" name="btnAuto">
2532               <Properties>
2533                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2534                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActAutoTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2535                 </Property>
2536                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2537                   <Connection code="tbgDirection" type="code"/>
2538                 </Property>
2539                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2540                   <Connection code="aAuto" type="code"/>
2541                 </Property>
2542                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2543                   <Connection code="((ToolIconPair)vToolIcons.get(IC_AUTO)).dimmed" type="code"/>
2544                 </Property>
2545                 <Property name="name" type="java.lang.String" value="ActAuto"/>
2546                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2547                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selauto.gif"/>
2548                 </Property>
2549               </Properties>
2550
2551               <Events>
2552                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2553                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2554               </Events>
2555
2556               <AuxValues>
2557                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2558               </AuxValues>
2559             </Component>
2560             <Component class="javax.swing.JToggleButton" name="btnDirected">
2561               <Properties>
2562                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2563                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActDirectTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2564                 </Property>
2565                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2566                   <Connection code="tbgDirection" type="code"/>
2567                 </Property>
2568                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2569                   <Connection code="aDirected" type="code"/>
2570                 </Property>
2571                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2572                   <Connection code="((ToolIconPair)vToolIcons.get(IC_DIRECTED)).dimmed" type="code"/>
2573                 </Property>
2574                 <Property name="name" type="java.lang.String" value="ActDirect"/>
2575                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2576                   <Image iconType="3" name="/org/tjworld/vista/cid/media/seldirected.gif"/>
2577                 </Property>
2578               </Properties>
2579
2580               <Events>
2581                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2582                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2583               </Events>
2584
2585               <AuxValues>
2586                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2587               </AuxValues>
2588             </Component>
2589             <Component class="javax.swing.JToggleButton" name="btnScript">
2590               <Properties>
2591                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2592                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActScriptTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2593                 </Property>
2594                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2595                   <Connection code="tbgDirection" type="code"/>
2596                 </Property>
2597                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2598                   <Connection code="aScript" type="code"/>
2599                 </Property>
2600                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2601                   <Connection code="((ToolIconPair)vToolIcons.get(IC_SCRIPT)).dimmed" type="code"/>
2602                 </Property>
2603                 <Property name="name" type="java.lang.String" value="ActScript"/>
2604                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2605                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selscript.gif"/>
2606                 </Property>
2607               </Properties>
2608
2609               <Events>
2610                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2611                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2612               </Events>
2613
2614               <AuxValues>
2615                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2616               </AuxValues>
2617             </Component>
2618           </SubComponents>
2619         </Container>
2620         <Container class="javax.swing.JPanel" name="pConnection">
2621
2622           <AuxValues>
2623             <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value="toolBar.addSeparator();"/>
2624           </AuxValues>
2625
2626           <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
2627           <SubComponents>
2628             <Component class="javax.swing.JToggleButton" name="btnConnect">
2629               <Properties>
2630                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2631                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActConnectTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2632                 </Property>
2633                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2634                   <Connection code="tbgConnection" type="code"/>
2635                 </Property>
2636                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2637                   <Connection code="aConnect" type="code"/>
2638                 </Property>
2639                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2640                   <Connection code="((ToolIconPair)vToolIcons.get(IC_CONNECT)).dimmed" type="code"/>
2641                 </Property>
2642                 <Property name="name" type="java.lang.String" value="ActConnect"/>
2643                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2644                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selconnect.gif"/>
2645                 </Property>
2646               </Properties>
2647
2648               <Events>
2649                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2650                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2651               </Events>
2652
2653               <AuxValues>
2654                 <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value=""/>
2655                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2656               </AuxValues>
2657             </Component>
2658             <Component class="javax.swing.JToggleButton" name="btnDisconnect">
2659               <Properties>
2660                 <Property name="selected" type="boolean" value="true"/>
2661                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2662                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActDiscTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2663                 </Property>
2664                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2665                   <Connection code="tbgConnection" type="code"/>
2666                 </Property>
2667                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2668                   <Connection code="aDisconnect" type="code"/>
2669                 </Property>
2670                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2671                   <Connection code="((ToolIconPair)vToolIcons.get(IC_DISCONNECT)).dimmed" type="code"/>
2672                 </Property>
2673                 <Property name="name" type="java.lang.String" value="ActDisc"/>
2674                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2675                   <Image iconType="3" name="/org/tjworld/vista/cid/media/seldisconnect.gif"/>
2676                 </Property>
2677               </Properties>
2678
2679               <Events>
2680                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2681                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2682               </Events>
2683
2684               <AuxValues>
2685                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2686               </AuxValues>
2687             </Component>
2688           </SubComponents>
2689         </Container>
2690         <Container class="javax.swing.JPanel" name="pScript">
2691
2692           <AuxValues>
2693             <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value="toolBar.addSeparator();"/>
2694           </AuxValues>
2695
2696           <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
2697           <SubComponents>
2698             <Component class="javax.swing.JToggleButton" name="btnPlay">
2699               <Properties>
2700                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2701                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActPlayTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2702                 </Property>
2703                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2704                   <Connection code="tbgPlayback" type="code"/>
2705                 </Property>
2706                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2707                   <Connection code="aPlay" type="code"/>
2708                 </Property>
2709                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2710                   <Connection code="((ToolIconPair)vToolIcons.get(IC_PLAY)).dimmed" type="code"/>
2711                 </Property>
2712                 <Property name="name" type="java.lang.String" value="ActPlay"/>
2713                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2714                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selplay.gif"/>
2715                 </Property>
2716               </Properties>
2717
2718               <Events>
2719                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2720                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2721               </Events>
2722
2723               <AuxValues>
2724                 <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value=""/>
2725                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2726               </AuxValues>
2727             </Component>
2728             <Component class="javax.swing.JToggleButton" name="btnRecord">
2729               <Properties>
2730                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2731                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActRecTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2732                 </Property>
2733                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2734                   <Connection code="tbgPlayback" type="code"/>
2735                 </Property>
2736                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2737                   <Connection code="aRecord" type="code"/>
2738                 </Property>
2739                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2740                   <Connection code="((ToolIconPair)vToolIcons.get(IC_RECORD)).dimmed" type="code"/>
2741                 </Property>
2742                 <Property name="name" type="java.lang.String" value="ActRec"/>
2743                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2744                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selrecord.gif"/>
2745                 </Property>
2746               </Properties>
2747
2748               <AuxValues>
2749                 <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value=""/>
2750                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2751               </AuxValues>
2752             </Component>
2753             <Component class="javax.swing.JToggleButton" name="btnPause">
2754               <Properties>
2755                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2756                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActPauseTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2757                 </Property>
2758                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2759                   <Connection code="tbgPlayback" type="code"/>
2760                 </Property>
2761                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2762                   <Connection code="aPause" type="code"/>
2763                 </Property>
2764                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2765                   <Connection code="((ToolIconPair)vToolIcons.get(IC_PAUSE)).dimmed" type="code"/>
2766                 </Property>
2767                 <Property name="name" type="java.lang.String" value="ActPause"/>
2768                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2769                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selpause.gif"/>
2770                 </Property>
2771               </Properties>
2772
2773               <Events>
2774                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2775                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2776               </Events>
2777
2778               <AuxValues>
2779                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2780               </AuxValues>
2781             </Component>
2782             <Component class="javax.swing.JToggleButton" name="btnStop">
2783               <Properties>
2784                 <Property name="selected" type="boolean" value="true"/>
2785                 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2786                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="ActStopTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2787                 </Property>
2788                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2789                   <Connection code="tbgPlayback" type="code"/>
2790                 </Property>
2791                 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2792                   <Connection code="aStop" type="code"/>
2793                 </Property>
2794                 <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
2795                   <Connection code="((ToolIconPair)vToolIcons.get(IC_STOP)).dimmed" type="code"/>
2796                 </Property>
2797                 <Property name="name" type="java.lang.String" value="ActStop"/>
2798                 <Property name="selectedIcon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2799                   <Image iconType="3" name="/org/tjworld/vista/cid/media/selstop.gif"/>
2800                 </Property>
2801               </Properties>
2802
2803               <Events>
2804                 <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseExited"/>
2805                 <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="toolBarBtnMouseEntered"/>
2806               </Events>
2807
2808               <AuxValues>
2809                 <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
2810               </AuxValues>
2811             </Component>
2812           </SubComponents>
2813         </Container>
2814       </SubComponents>
2815     </Container>
2816     <Container class="javax.swing.JPanel" name="workPanel">
2817       <Constraints>
2818         <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
2819           <BorderConstraints direction="Center"/>
2820         </Constraint>
2821       </Constraints>
2822
2823       <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
2824       <SubComponents>
2825         <Container class="javax.swing.JSplitPane" name="spTemplate">
2826           <Properties>
2827             <Property name="dividerLocation" type="int" value="450"/>
2828             <Property name="resizeWeight" type="double" value="0.5"/>
2829             <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
2830               <Dimension value="[300, 343]"/>
2831             </Property>
2832             <Property name="oneTouchExpandable" type="boolean" value="true"/>
2833           </Properties>
2834           <Constraints>
2835             <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
2836               <GridBagConstraints anchor="11" fill="1" gridHeight="1" gridWidth="1" gridX="0" gridY="0" insetsBottom="0" insetsLeft="0" insetsRight="0" insetsTop="0" ipadX="0" ipadY="0" weightX="0.25" weightY="0.5"/>
2837             </Constraint>
2838           </Constraints>
2839
2840           <Layout class="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout"/>
2841           <SubComponents>
2842             <Container class="javax.swing.JSplitPane" name="spColour">
2843               <Properties>
2844                 <Property name="dividerLocation" type="int" value="213"/>
2845                 <Property name="lastDividerLocation" type="int" value="208"/>
2846                 <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
2847                   <Dimension value="[213, 258]"/>
2848                 </Property>
2849                 <Property name="oneTouchExpandable" type="boolean" value="true"/>
2850                 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
2851                   <Dimension value="[400, 343]"/>
2852                 </Property>
2853               </Properties>
2854               <Constraints>
2855                 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout$JSplitPaneConstraintsDescription">
2856                   <JSplitPaneConstraints position="left"/>
2857                 </Constraint>
2858               </Constraints>
2859
2860               <Layout class="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout"/>
2861               <SubComponents>
2862                 <Container class="javax.swing.JPanel" name="colourPanel">
2863                   <Properties>
2864                     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
2865                       <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
2866                         <TitledBorder title="Colour Controls">
2867                           <Border PropertyName="innerBorder" info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
2868                             <EtchetBorder/>
2869                           </Border>
2870                           <ResourceString PropertyName="titleX" bundle="org/tjworld/vista/cid/CIDresources.properties" key="tColourCntrlTitle" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2871                         </TitledBorder>
2872                       </Border>
2873                     </Property>
2874                     <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
2875                       <Dimension value="[208, 256]"/>
2876                     </Property>
2877                   </Properties>
2878                   <Constraints>
2879                     <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout$JSplitPaneConstraintsDescription">
2880                       <JSplitPaneConstraints position="left"/>
2881                     </Constraint>
2882                   </Constraints>
2883
2884                   <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
2885                   <SubComponents>
2886                     <Container class="javax.swing.JPanel" name="colourSelectorPanel">
2887                       <Constraints>
2888                         <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
2889                           <BorderConstraints direction="North"/>
2890                         </Constraint>
2891                       </Constraints>
2892
2893                       <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridLayout">
2894                         <Property name="rows" type="int" value="2"/>
2895                         <Property name="columns" type="int" value="1"/>
2896                       </Layout>
2897                       <SubComponents>
2898                         <Container class="javax.swing.JPanel" name="filterSelector">
2899
2900                           <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
2901                           <SubComponents>
2902                             <Component class="org.tjworld.components.JIconRadioButton" name="jIconRadioButton1">
2903                               <Properties>
2904                                 <Property name="icon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2905                                   <Image iconType="3" name="/org/tjworld/vista/cid/media/tFilterB21.gif"/>
2906                                 </Property>
2907                                 <Property name="text" type="java.lang.String" value="1"/>
2908                                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
2909                                   <ComponentRef name="btnGroupFilter"/>
2910                                 </Property>
2911                               </Properties>
2912                             </Component>
2913                             <Component class="org.tjworld.components.JIconRadioButton" name="jIconRadioButton2">
2914                               <Properties>
2915                                 <Property name="icon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
2916                                   <Image iconType="3" name="/org/tjworld/vista/cid/media/tFilterB22.gif"/>
2917                                 </Property>
2918                                 <Property name="text" type="java.lang.String" value="2"/>
2919                                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
2920                                   <ComponentRef name="btnGroupFilter"/>
2921                                 </Property>
2922                               </Properties>
2923                             </Component>
2924                             <Component class="org.tjworld.components.JIconRadioButton" name="jIconRadioButton3">
2925                               <Properties>
2926                                 <Property name="text" type="java.lang.String" value="3"/>
2927                                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
2928                                   <ComponentRef name="btnGroupFilter"/>
2929                                 </Property>
2930                               </Properties>
2931                             </Component>
2932                             <Component class="org.tjworld.components.JIconRadioButton" name="jIconRadioButton4">
2933                               <Properties>
2934                                 <Property name="text" type="java.lang.String" value="4"/>
2935                                 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
2936                                   <ComponentRef name="btnGroupFilter"/>
2937                                 </Property>
2938                               </Properties>
2939                             </Component>
2940                           </SubComponents>
2941                         </Container>
2942                         <Component class="javax.swing.JComboBox" name="filterHistory">
2943                         </Component>
2944                       </SubComponents>
2945                     </Container>
2946                     <Component class="javax.swing.JColorChooser" name="sysColorChooser">
2947                       <Properties>
2948                         <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
2949                           <Dimension value="[128, 192]"/>
2950                         </Property>
2951                       </Properties>
2952                       <Constraints>
2953                         <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
2954                           <BorderConstraints direction="Center"/>
2955                         </Constraint>
2956                       </Constraints>
2957                     </Component>
2958                     <Container class="javax.swing.JPanel" name="tintPanel">
2959                       <Properties>
2960                         <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
2961                           <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
2962                             <TitledBorder title="Tint %">
2963                               <Border PropertyName="innerBorder" info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
2964                                 <EtchetBorder/>
2965                               </Border>
2966                               <ResourceString PropertyName="titleX" bundle="org/tjworld/vista/cid/CIDresources.properties" key="tTintTitle" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2967                             </TitledBorder>
2968                           </Border>
2969                         </Property>
2970                         <Property name="name" type="java.lang.String" value="tTint"/>
2971                       </Properties>
2972                       <Constraints>
2973                         <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
2974                           <BorderConstraints direction="South"/>
2975                         </Constraint>
2976                       </Constraints>
2977
2978                       <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/>
2979                       <SubComponents>
2980                         <Component class="javax.swing.JSlider" name="sliderTint">
2981                           <Properties>
2982                             <Property name="majorTickSpacing" type="int" value="10"/>
2983                             <Property name="minorTickSpacing" type="int" value="5"/>
2984                             <Property name="paintTicks" type="boolean" value="true"/>
2985                             <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
2986                               <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="tTintTip" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
2987                             </Property>
2988                             <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
2989                               <Dimension value="[50, 27]"/>
2990                             </Property>
2991                             <Property name="name" type="java.lang.String" value="tTint"/>
2992                             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
2993                               <Dimension value="[128, 27]"/>
2994                             </Property>
2995                           </Properties>
2996
2997                           <Events>
2998                             <EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="sliderTintStateChanged"/>
2999                             <EventHandler event="keyPressed" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="sliderTintKeyPressed"/>
3000                           </Events>
3001
3002                           <AuxValues>
3003                             <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
3004                           </AuxValues>
3005                         </Component>
3006                       </SubComponents>
3007                     </Container>
3008                   </SubComponents>
3009                 </Container>
3010                 <Container class="javax.swing.JLayeredPane" name="filterLayerPane">
3011                   <Properties>
3012                     <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
3013                       <Dimension value="[48, 48]"/>
3014                     </Property>
3015                     <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
3016                       <Dimension value="[256, 343]"/>
3017                     </Property>
3018                   </Properties>
3019
3020                   <Events>
3021                     <EventHandler event="componentResized" listener="java.awt.event.ComponentListener" parameters="java.awt.event.ComponentEvent" handler="filterLayerPaneComponentResized"/>
3022                   </Events>
3023
3024                   <AuxValues>
3025                     <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="// filterLayerPane.setLayout(new GridLayout(0,1));"/>
3026                   </AuxValues>
3027                   <Constraints>
3028                     <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout$JSplitPaneConstraintsDescription">
3029                       <JSplitPaneConstraints position="right"/>
3030                     </Constraint>
3031                   </Constraints>
3032
3033                   <Layout class="org.netbeans.modules.form.compat2.layouts.support.JLayeredPaneSupportLayout"/>
3034                   <SubComponents>
3035                     <Container class="javax.swing.JPanel" name="templatePanel">
3036                       <Properties>
3037                         <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
3038                           <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
3039                             <TitledBorder title="Template">
3040                               <Border PropertyName="innerBorder" info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
3041                                 <EtchetBorder/>
3042                               </Border>
3043                               <ResourceString PropertyName="titleX" bundle="org/tjworld/vista/cid/CIDresources.properties" key="tTemplTitle" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
3044                             </TitledBorder>
3045                           </Border>
3046                         </Property>
3047                         <Property name="name" type="java.lang.String" value="tTempl"/>
3048                         <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
3049                           <Dimension value="[343, 343]"/>
3050                         </Property>
3051                       </Properties>
3052
3053                       <Events>
3054                         <EventHandler event="componentResized" listener="java.awt.event.ComponentListener" parameters="java.awt.event.ComponentEvent" handler="templatePanelComponentResized"/>
3055                       </Events>
3056                       <Constraints>
3057                         <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JLayeredPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JLayeredPaneSupportLayout$JLayeredPaneConstraintsDescription">
3058                           <JLayeredPaneConstraints height="-1" layer="0" position="-1" width="-1" x="0" y="0"/>
3059                         </Constraint>
3060                       </Constraints>
3061
3062                       <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
3063                       <SubComponents>
3064                         <Component class="javax.swing.JTextPane" name="jTextPane3">
3065                           <Properties>
3066                             <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
3067                               <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
3068                                 <EtchetBorder/>
3069                               </Border>
3070                             </Property>
3071                             <Property name="editable" type="boolean" value="false"/>
3072                             <Property name="text" type="java.lang.String" value="This is the default Reading template. When fully implemented it will be filled by randomly generated words so the Subject cannot predict, from familiarity or pattern, the sequence of words.&#xa;The Subject is timed reading the words, and the words-per-minute reading rate is determined. This is done repeatedly for the set of Profiles the Subject finds most comfortable, as well as for the control Profile which is usually simple black text on a white background.&#xa;"/>
3073                             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
3074                               <Insets value="[8, 8, 8, 8]"/>
3075                             </Property>
3076                             <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
3077                               <Dimension value="[16, 16]"/>
3078                             </Property>
3079                             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
3080                               <Dimension value="[256, 256]"/>
3081                             </Property>
3082                           </Properties>
3083
3084                           <Events>
3085                             <EventHandler event="componentResized" listener="java.awt.event.ComponentListener" parameters="java.awt.event.ComponentEvent" handler="jTextPane3ComponentResized"/>
3086                           </Events>
3087                           <Constraints>
3088                             <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
3089                               <BorderConstraints direction="Center"/>
3090                             </Constraint>
3091                           </Constraints>
3092                         </Component>
3093                       </SubComponents>
3094                     </Container>
3095                   </SubComponents>
3096                 </Container>
3097               </SubComponents>
3098             </Container>
3099             <Container class="javax.swing.JPanel" name="templateControlPanel">
3100               <Properties>
3101                 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
3102                   <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
3103                     <TitledBorder title="Template Controls">
3104                       <Border PropertyName="innerBorder" info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
3105                         <EtchetBorder/>
3106                       </Border>
3107                       <ResourceString PropertyName="titleX" bundle="org/tjworld/vista/cid/CIDresources.properties" key="tTemplCntrlTitle" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
3108                     </TitledBorder>
3109                   </Border>
3110                 </Property>
3111                 <Property name="name" type="java.lang.String" value="tTemplCntrl"/>
3112               </Properties>
3113               <Constraints>
3114                 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout$JSplitPaneConstraintsDescription">
3115                   <JSplitPaneConstraints position="right"/>
3116                 </Constraint>
3117               </Constraints>
3118
3119               <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
3120               <SubComponents>
3121                 <Container class="javax.swing.JPanel" name="templateSelectorPanel">
3122                   <Constraints>
3123                     <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
3124                       <BorderConstraints direction="North"/>
3125                     </Constraint>
3126                   </Constraints>
3127
3128                   <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridLayout">
3129                     <Property name="rows" type="int" value="2"/>
3130                     <Property name="columns" type="int" value="1"/>
3131                   </Layout>
3132                   <SubComponents>
3133                     <Container class="javax.swing.JPanel" name="templateSelector">
3134
3135                       <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
3136                       <SubComponents>
3137                         <Component class="org.tjworld.components.JIconRadioButton" name="jIconRadioButton6">
3138                           <Properties>
3139                             <Property name="icon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
3140                               <Image iconType="3" name="/org/tjworld/vista/cid/media/tFilterBA1.gif"/>
3141                             </Property>
3142                             <Property name="text" type="java.lang.String" value="1"/>
3143                             <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
3144                               <ComponentRef name="btnGroupTemplate"/>
3145                             </Property>
3146                           </Properties>
3147                         </Component>
3148                         <Component class="org.tjworld.components.JIconRadioButton" name="jIconRadioButton7">
3149                           <Properties>
3150                             <Property name="icon" type="javax.swing.Icon" editor="org.openide.explorer.propertysheet.editors.IconEditor">
3151                               <Image iconType="3" name="/org/tjworld/vista/cid/media/tFilterBA2.gif"/>
3152                             </Property>
3153                             <Property name="text" type="java.lang.String" value="2"/>
3154                             <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
3155                               <ComponentRef name="btnGroupTemplate"/>
3156                             </Property>
3157                           </Properties>
3158                         </Component>
3159                         <Component class="org.tjworld.components.JIconRadioButton" name="jIconRadioButton8">
3160                           <Properties>
3161                             <Property name="text" type="java.lang.String" value="3"/>
3162                             <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
3163                               <ComponentRef name="btnGroupTemplate"/>
3164                             </Property>
3165                           </Properties>
3166                         </Component>
3167                         <Component class="org.tjworld.components.JIconRadioButton" name="jIconRadioButton9">
3168                           <Properties>
3169                             <Property name="text" type="java.lang.String" value="4"/>
3170                             <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
3171                               <ComponentRef name="btnGroupTemplate"/>
3172                             </Property>
3173                           </Properties>
3174                         </Component>
3175                       </SubComponents>
3176                     </Container>
3177                     <Component class="javax.swing.JComboBox" name="templateHistory">
3178                     </Component>
3179                   </SubComponents>
3180                 </Container>
3181                 <Container class="javax.swing.JPanel" name="ratingPanel">
3182                   <Properties>
3183                     <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
3184                       <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
3185                         <TitledBorder title="Rating">
3186                           <Border PropertyName="innerBorder" info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
3187                             <EtchetBorder/>
3188                           </Border>
3189                           <ResourceString PropertyName="titleX" bundle="org/tjworld/vista/cid/CIDresources.properties" key="tRatingTitle" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
3190                         </TitledBorder>
3191                       </Border>
3192                     </Property>
3193                   </Properties>
3194                   <Constraints>
3195                     <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
3196                       <BorderConstraints direction="South"/>
3197                     </Constraint>
3198                   </Constraints>
3199
3200                   <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/>
3201                   <SubComponents>
3202                     <Component class="javax.swing.JSlider" name="sliderRating">
3203                       <Properties>
3204                         <Property name="paintTicks" type="boolean" value="true"/>
3205                         <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
3206                           <Dimension value="[100, 27]"/>
3207                         </Property>
3208                       </Properties>
3209                     </Component>
3210                   </SubComponents>
3211                 </Container>
3212               </SubComponents>
3213             </Container>
3214           </SubComponents>
3215         </Container>
3216         <Container class="javax.swing.JPanel" name="statusLine">
3217           <Constraints>
3218             <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
3219               <GridBagConstraints anchor="11" fill="1" gridHeight="1" gridWidth="1" gridX="0" gridY="1" insetsBottom="0" insetsLeft="0" insetsRight="0" insetsTop="0" ipadX="0" ipadY="0" weightX="0.25" weightY="0.0"/>
3220             </Constraint>
3221           </Constraints>
3222
3223           <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
3224           <SubComponents>
3225             <Component class="javax.swing.JLabel" name="statusMessage">
3226               <Properties>
3227                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
3228                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="msgVistaBuild" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
3229                 </Property>
3230                 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
3231                   <Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
3232                     <BevelBorder bevelType="1"/>
3233                   </Border>
3234                 </Property>
3235                 <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
3236                   <Dimension value="[256, 21]"/>
3237                 </Property>
3238                 <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
3239                   <Dimension value="[128, 21]"/>
3240                 </Property>
3241                 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
3242                   <Dimension value="[256, 21]"/>
3243                 </Property>
3244               </Properties>
3245             </Component>
3246             <Component class="javax.swing.JProgressBar" name="statusRed">
3247               <Properties>
3248                 <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
3249                   <Font name="Dialog" size="11" style="1"/>
3250                 </Property>
3251                 <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
3252                   <Color blue="0" green="0" id="red" palette="0" red="ff" type="palette"/>
3253                 </Property>
3254                 <Property name="maximum" type="int" value="255"/>
3255                 <Property name="value" type="int" value="128"/>
3256                 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
3257                   <Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
3258                     <BevelBorder bevelType="1"/>
3259                   </Border>
3260                 </Property>
3261                 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
3262                   <Dimension value="[64, 21]"/>
3263                 </Property>
3264                 <Property name="string" type="java.lang.String" value="128"/>
3265                 <Property name="stringPainted" type="boolean" value="true"/>
3266               </Properties>
3267             </Component>
3268             <Component class="javax.swing.JProgressBar" name="statusGreen">
3269               <Properties>
3270                 <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
3271                   <Font name="Dialog" size="11" style="1"/>
3272                 </Property>
3273                 <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
3274                   <Color blue="0" green="ff" id="green" palette="0" red="0" type="palette"/>
3275                 </Property>
3276                 <Property name="maximum" type="int" value="255"/>
3277                 <Property name="value" type="int" value="128"/>
3278                 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
3279                   <Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
3280                     <BevelBorder bevelType="1"/>
3281                   </Border>
3282                 </Property>
3283                 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
3284                   <Dimension value="[64, 21]"/>
3285                 </Property>
3286                 <Property name="string" type="java.lang.String" value="128"/>
3287                 <Property name="stringPainted" type="boolean" value="true"/>
3288               </Properties>
3289             </Component>
3290             <Component class="javax.swing.JProgressBar" name="statusBlue">
3291               <Properties>
3292                 <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
3293                   <Font name="Dialog" size="11" style="1"/>
3294                 </Property>
3295                 <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
3296                   <Color blue="ff" green="0" id="blue" palette="0" red="0" type="palette"/>
3297                 </Property>
3298                 <Property name="maximum" type="int" value="255"/>
3299                 <Property name="value" type="int" value="128"/>
3300                 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
3301                   <Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
3302                     <BevelBorder bevelType="1"/>
3303                   </Border>
3304                 </Property>
3305                 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
3306                   <Dimension value="[64, 21]"/>
3307                 </Property>
3308                 <Property name="string" type="java.lang.String" value="128"/>
3309                 <Property name="stringPainted" type="boolean" value="true"/>
3310               </Properties>
3311             </Component>
3312             <Component class="javax.swing.JProgressBar" name="statusTint">
3313               <Properties>
3314                 <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
3315                   <Font name="Dialog" size="11" style="1"/>
3316                 </Property>
3317                 <Property name="value" type="int" value="50"/>
3318                 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
3319                   <Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
3320                     <BevelBorder bevelType="1"/>
3321                   </Border>
3322                 </Property>
3323                 <Property name="stringPainted" type="boolean" value="true"/>
3324               </Properties>
3325             </Component>
3326             <Container class="javax.swing.JPanel" name="statusIconPanel">
3327               <Properties>
3328                 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
3329                   <Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
3330                     <BevelBorder bevelType="1"/>
3331                   </Border>
3332                 </Property>
3333               </Properties>
3334
3335               <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
3336               <SubComponents>
3337                 <Component class="javax.swing.JButton" name="statusIconModel">
3338                   <Properties>
3339                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
3340                       <Connection code="((ToolIconPair)vToolIcons.get(IC_1UP)).active" type="code"/>
3341                     </Property>
3342                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
3343                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="tTemplMod" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
3344                     </Property>
3345                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
3346                       <Connection code="((ToolIconPair)vToolIcons.get(IC_1UP)).active" type="code"/>
3347                     </Property>
3348                   </Properties>
3349                 </Component>
3350                 <Component class="javax.swing.JButton" name="statusIconEyes">
3351                   <Properties>
3352                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
3353                       <Connection code="((ToolIconPair)vToolIcons.get(IC_BOTH_EYES)).active" type="code"/>
3354                     </Property>
3355                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
3356                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="tEyeMod" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
3357                     </Property>
3358                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
3359                       <Connection code="((ToolIconPair)vToolIcons.get(IC_BOTH_EYES)).active" type="code"/>
3360                     </Property>
3361                   </Properties>
3362                 </Component>
3363                 <Component class="javax.swing.JButton" name="statusIconTemplate">
3364                   <Properties>
3365                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
3366                       <Connection code="((ToolIconPair)vToolIcons.get(IC_READING)).active" type="code"/>
3367                     </Property>
3368                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
3369                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="tTemplMod" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
3370                     </Property>
3371                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
3372                       <Connection code="((ToolIconPair)vToolIcons.get(IC_READING)).active" type="code"/>
3373                     </Property>
3374                   </Properties>
3375                 </Component>
3376                 <Component class="javax.swing.JButton" name="statusIconColourModel">
3377                   <Properties>
3378                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
3379                       <Connection code="((ToolIconPair)vToolIcons.get(IC_HSB)).active" type="code"/>
3380                     </Property>
3381                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
3382                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="tColMod" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
3383                     </Property>
3384                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
3385                       <Connection code="((ToolIconPair)vToolIcons.get(IC_HSB)).active" type="code"/>
3386                     </Property>
3387                   </Properties>
3388                 </Component>
3389                 <Component class="javax.swing.JButton" name="statusIconColourView">
3390                   <Properties>
3391                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
3392                       <Connection code="((ToolIconPair)vToolIcons.get(IC_COLOR_CHOOSER)).active" type="code"/>
3393                     </Property>
3394                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
3395                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="tColView" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
3396                     </Property>
3397                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
3398                       <Connection code="((ToolIconPair)vToolIcons.get(IC_COLOR_CHOOSER)).active" type="code"/>
3399                     </Property>
3400                   </Properties>
3401                 </Component>
3402                 <Component class="javax.swing.JButton" name="statusIconDirector">
3403                   <Properties>
3404                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
3405                       <Connection code="((ToolIconPair)vToolIcons.get(IC_MANUAL)).active" type="code"/>
3406                     </Property>
3407                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
3408                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="tDirector" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
3409                     </Property>
3410                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
3411                       <Connection code="((ToolIconPair)vToolIcons.get(IC_MANUAL)).active" type="code"/>
3412                     </Property>
3413                   </Properties>
3414                 </Component>
3415                 <Component class="javax.swing.JButton" name="statusIconFilter">
3416                   <Properties>
3417                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
3418                       <Connection code="((ToolIconPair)vToolIcons.get(IC_FILTER_TEMPLATE)).active" type="code"/>
3419                     </Property>
3420                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
3421                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptFltName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
3422                     </Property>
3423                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
3424                       <Connection code="((ToolIconPair)vToolIcons.get(IC_FILTER_TEMPLATE)).active" type="code"/>
3425                     </Property>
3426                   </Properties>
3427                 </Component>
3428                 <Component class="javax.swing.JButton" name="statusIconLanguage">
3429                   <Properties>
3430                     <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
3431                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_BRITISH)).active" type="code"/>
3432                     </Property>
3433                     <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
3434                       <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="mOptLangName" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
3435                     </Property>
3436                     <Property name="disabledIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
3437                       <Connection code="((ToolIconPair)vToolIcons.get(IC_LANG_BRITISH)).active" type="code"/>
3438                     </Property>
3439                   </Properties>
3440                 </Component>
3441               </SubComponents>
3442             </Container>
3443             <Component class="javax.swing.JLabel" name="statusState">
3444               <Properties>
3445                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
3446                   <ResourceString bundle="org/tjworld/vista/cid/CIDresources.properties" key="msgStatRdy" replaceFormat="cIDresources.getString(&quot;{key}&quot;)"/>
3447                 </Property>
3448                 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
3449                   <Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
3450                     <BevelBorder bevelType="1"/>
3451                   </Border>
3452                 </Property>
3453                 <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
3454                   <Dimension value="[39, 21]"/>
3455                 </Property>
3456                 <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
3457                   <Dimension value="[39, 21]"/>
3458                 </Property>
3459                 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
3460                   <Dimension value="[39, 21]"/>
3461                 </Property>
3462               </Properties>
3463             </Component>
3464           </SubComponents>
3465         </Container>
3466       </SubComponents>
3467     </Container>
3468   </SubComponents>
3469 </Form>