Warning: Can't use blame annotator:
svn blame failed on trunk/src/scriptbuilder/gui/ScriptBuilderFrame.form: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator-scriptbuilder/trunk/src/scriptbuilder/gui/ScriptBuilderFrame.form @ 151

Revision 151, 84.5 KB checked in by sdanthin, 6 years ago (diff)

ScriptBuilderFrame?.form changed units menu title

RevLine 
1<?xml version="1.0" encoding="UTF-8" ?>
2
3<Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
4  <NonVisualComponents>
5    <Container class="javax.swing.JPopupMenu" name="incidentPopupMenu">
6
7      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
8        <Property name="useNullLayout" type="boolean" value="true"/>
9      </Layout>
10      <SubComponents>
11        <MenuItem class="javax.swing.JMenuItem" name="popupDeleteIncident">
12          <Properties>
13            <Property name="text" type="java.lang.String" value="Delete Incident..."/>
14          </Properties>
15          <Events>
16            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="popupDeleteIncidentActionPerformed"/>
17          </Events>
18        </MenuItem>
19      </SubComponents>
20    </Container>
21    <Container class="javax.swing.JPopupMenu" name="eventPopupMenu">
22
23      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
24        <Property name="useNullLayout" type="boolean" value="true"/>
25      </Layout>
26      <SubComponents>
27        <MenuItem class="javax.swing.JMenuItem" name="cadEvent">
28          <Properties>
29            <Property name="text" type="java.lang.String" value="CAD Event"/>
30          </Properties>
31          <Events>
32            <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="cadEventMousePressed"/>
33            <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="cadEventMouseReleased"/>
34            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cadEventActionPerformed"/>
35          </Events>
36        </MenuItem>
37        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem2">
38          <Properties>
39            <Property name="text" type="java.lang.String" value="Paramics Event"/>
40          </Properties>
41        </MenuItem>
42        <MenuItem class="javax.swing.JMenuItem" name="radioEvent">
43          <Properties>
44            <Property name="text" type="java.lang.String" value="Radio Event"/>
45          </Properties>
46          <Events>
47            <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="radioEventMousePressed"/>
48          </Events>
49        </MenuItem>
50        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem4">
51          <Properties>
52            <Property name="text" type="java.lang.String" value="Telephone Event"/>
53          </Properties>
54        </MenuItem>
55        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem5">
56          <Properties>
57            <Property name="text" type="java.lang.String" value="Video Event"/>
58          </Properties>
59        </MenuItem>
60        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem6">
61          <Properties>
62            <Property name="text" type="java.lang.String" value="Evaluation Event"/>
63          </Properties>
64        </MenuItem>
65      </SubComponents>
66    </Container>
67    <Container class="javax.swing.JFrame" name="cadEventFrame">
68      <Properties>
69        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
70          <Dimension value="[400, 300]"/>
71        </Property>
72      </Properties>
73
74      <Layout>
75        <DimensionLayout dim="0">
76          <Group type="103" groupAlignment="0" attributes="0">
77              <Group type="102" attributes="0">
78                  <EmptySpace max="-2" attributes="0"/>
79                  <Component id="labelCADEntry" min="-2" pref="68" max="-2" attributes="0"/>
80                  <EmptySpace max="32767" attributes="0"/>
81              </Group>
82          </Group>
83        </DimensionLayout>
84        <DimensionLayout dim="1">
85          <Group type="103" groupAlignment="0" attributes="0">
86              <Group type="102" alignment="0" attributes="0">
87                  <EmptySpace max="-2" attributes="0"/>
88                  <Component id="labelCADEntry" min="-2" max="-2" attributes="0"/>
89                  <EmptySpace pref="1357" max="32767" attributes="0"/>
90              </Group>
91          </Group>
92        </DimensionLayout>
93      </Layout>
94      <SubComponents>
95        <Component class="javax.swing.JLabel" name="labelCADEntry">
96          <Properties>
97            <Property name="text" type="java.lang.String" value="CAD Entry"/>
98          </Properties>
99        </Component>
100      </SubComponents>
101    </Container>
102    <Container class="javax.swing.JFrame" name="radioEventFrame">
103      <Properties>
104        <Property name="title" type="java.lang.String" value="Add Radio Event"/>
105        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
106          <Dimension value="[400, 300]"/>
107        </Property>
108      </Properties>
109
110      <Layout>
111        <DimensionLayout dim="0">
112          <Group type="103" groupAlignment="0" attributes="0">
113              <Group type="102" alignment="1" attributes="0">
114                  <EmptySpace max="-2" attributes="0"/>
115                  <Group type="103" groupAlignment="1" attributes="0">
116                      <Component id="radioMessageScrollPane" alignment="0" pref="380" max="32767" attributes="0"/>
117                      <Group type="102" alignment="0" attributes="0">
118                          <Component id="labelRadioType" min="-2" max="-2" attributes="0"/>
119                          <EmptySpace type="unrelated" max="-2" attributes="0"/>
120                          <Component id="radioTypeComboBox" pref="312" max="32767" attributes="0"/>
121                      </Group>
122                      <Component id="labelRadioMessage" alignment="0" min="-2" max="-2" attributes="0"/>
123                      <Group type="102" alignment="0" attributes="0">
124                          <Component id="cancelButton" min="-2" max="-2" attributes="0"/>
125                          <EmptySpace pref="246" max="32767" attributes="0"/>
126                          <Component id="okButton" min="-2" pref="69" max="-2" attributes="0"/>
127                      </Group>
128                  </Group>
129                  <EmptySpace max="-2" attributes="0"/>
130              </Group>
131          </Group>
132        </DimensionLayout>
133        <DimensionLayout dim="1">
134          <Group type="103" groupAlignment="0" attributes="0">
135              <Group type="102" alignment="0" attributes="0">
136                  <EmptySpace max="-2" attributes="0"/>
137                  <Group type="103" groupAlignment="3" attributes="0">
138                      <Component id="labelRadioType" alignment="3" min="-2" max="-2" attributes="0"/>
139                      <Component id="radioTypeComboBox" alignment="3" min="-2" max="-2" attributes="0"/>
140                  </Group>
141                  <EmptySpace type="unrelated" max="-2" attributes="0"/>
142                  <Component id="labelRadioMessage" min="-2" max="-2" attributes="0"/>
143                  <EmptySpace max="-2" attributes="0"/>
144                  <Component id="radioMessageScrollPane" pref="198" max="32767" attributes="0"/>
145                  <EmptySpace max="-2" attributes="0"/>
146                  <Group type="103" groupAlignment="3" attributes="0">
147                      <Component id="okButton" alignment="3" min="-2" max="-2" attributes="0"/>
148                      <Component id="cancelButton" alignment="3" min="-2" max="-2" attributes="0"/>
149                  </Group>
150                  <EmptySpace max="-2" attributes="0"/>
151              </Group>
152          </Group>
153        </DimensionLayout>
154      </Layout>
155      <SubComponents>
156        <Component class="javax.swing.JLabel" name="labelRadioType">
157          <Properties>
158            <Property name="text" type="java.lang.String" value="Radio Type:"/>
159          </Properties>
160        </Component>
161        <Component class="javax.swing.JLabel" name="labelRadioMessage">
162          <Properties>
163            <Property name="text" type="java.lang.String" value="Radio Message:"/>
164          </Properties>
165        </Component>
166        <Component class="javax.swing.JComboBox" name="radioTypeComboBox">
167          <Properties>
168            <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
169              <StringArray count="2">
170                <StringItem index="0" value="TMT"/>
171                <StringItem index="1" value="Maintanence"/>
172              </StringArray>
173            </Property>
174          </Properties>
175        </Component>
176        <Container class="javax.swing.JScrollPane" name="radioMessageScrollPane">
177          <Properties>
178            <Property name="verticalScrollBarPolicy" type="int" value="22"/>
179          </Properties>
180          <AuxValues>
181            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
182          </AuxValues>
183
184          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
185          <SubComponents>
186            <Component class="javax.swing.JTextArea" name="radioMessage">
187              <Properties>
188                <Property name="columns" type="int" value="20"/>
189                <Property name="lineWrap" type="boolean" value="true"/>
190                <Property name="rows" type="int" value="5"/>
191                <Property name="wrapStyleWord" type="boolean" value="true"/>
192              </Properties>
193            </Component>
194          </SubComponents>
195        </Container>
196        <Component class="javax.swing.JButton" name="okButton">
197          <Properties>
198            <Property name="text" type="java.lang.String" value="OK"/>
199          </Properties>
200          <Events>
201            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="okButtonActionPerformed"/>
202          </Events>
203        </Component>
204        <Component class="javax.swing.JButton" name="cancelButton">
205          <Properties>
206            <Property name="text" type="java.lang.String" value="Cancel"/>
207          </Properties>
208          <Events>
209            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cancelButtonActionPerformed"/>
210          </Events>
211        </Component>
212      </SubComponents>
213    </Container>
214    <Container class="javax.swing.JPopupMenu" name="eventListPopupMenu">
215
216      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
217        <Property name="useNullLayout" type="boolean" value="true"/>
218      </Layout>
219      <SubComponents>
220        <MenuItem class="javax.swing.JMenuItem" name="editEventList">
221          <Properties>
222            <Property name="text" type="java.lang.String" value="Edit..."/>
223          </Properties>
224          <Events>
225            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="editEventListActionPerformed"/>
226          </Events>
227        </MenuItem>
228        <MenuItem class="javax.swing.JMenuItem" name="deleteEventList">
229          <Properties>
230            <Property name="text" type="java.lang.String" value="Delete..."/>
231          </Properties>
232        </MenuItem>
233      </SubComponents>
234    </Container>
235    <Container class="javax.swing.JFrame" name="incidentFrame">
236      <Properties>
237        <Property name="title" type="java.lang.String" value="Incident"/>
238        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
239          <Dimension value="[400, 400]"/>
240        </Property>
241      </Properties>
242
243      <Layout>
244        <DimensionLayout dim="0">
245          <Group type="103" groupAlignment="0" attributes="0">
246              <Group type="102" attributes="0">
247                  <EmptySpace max="-2" attributes="0"/>
248                  <Group type="103" groupAlignment="0" attributes="0">
249                      <Component id="incidentPropertiesScrollPane" alignment="0" pref="322" max="32767" attributes="0"/>
250                      <Group type="102" alignment="0" attributes="0">
251                          <Group type="103" groupAlignment="0" attributes="0">
252                              <Component id="labelIncidentNumber" alignment="0" min="-2" max="-2" attributes="0"/>
253                              <Component id="labelIncidentName" alignment="0" min="-2" max="-2" attributes="0"/>
254                              <Component id="labelIncidentColor" alignment="0" min="-2" max="-2" attributes="0"/>
255                          </Group>
256                          <EmptySpace min="-2" pref="66" max="-2" attributes="0"/>
257                          <Group type="103" groupAlignment="0" attributes="0">
258                              <Component id="addIncidentName" pref="199" max="32767" attributes="0"/>
259                              <Component id="addIncidentNumber" alignment="0" pref="199" max="32767" attributes="0"/>
260                              <Group type="102" alignment="1" attributes="0">
261                                  <Component id="incidentColorField" pref="97" max="32767" attributes="0"/>
262                                  <EmptySpace max="-2" attributes="0"/>
263                                  <Component id="btnChooseColor" min="-2" pref="93" max="-2" attributes="0"/>
264                              </Group>
265                          </Group>
266                      </Group>
267                      <Group type="102" alignment="0" attributes="0">
268                          <Component id="incidentCancelButton" min="-2" max="-2" attributes="0"/>
269                          <EmptySpace pref="188" max="32767" attributes="0"/>
270                          <Component id="incidentOkButton" min="-2" pref="69" max="-2" attributes="0"/>
271                      </Group>
272                      <Group type="102" alignment="0" attributes="0">
273                          <Group type="103" groupAlignment="0" attributes="0">
274                              <Component id="labelIncidentStart" min="-2" max="-2" attributes="0"/>
275                              <Component id="labelIncidentLength" alignment="0" min="-2" max="-2" attributes="0"/>
276                          </Group>
277                          <EmptySpace min="-2" pref="18" max="-2" attributes="0"/>
278                          <Group type="103" groupAlignment="0" attributes="0">
279                              <Group type="102" attributes="0">
280                                  <EmptySpace min="6" pref="6" max="-2" attributes="0"/>
281                                  <Component id="txtIncidentLength" max="32767" attributes="0"/>
282                                  <EmptySpace min="22" pref="22" max="-2" attributes="0"/>
283                              </Group>
284                              <Component id="addIncidentStart" pref="158" max="32767" attributes="0"/>
285                          </Group>
286                      </Group>
287                      <Group type="102" alignment="0" attributes="0">
288                          <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
289                          <EmptySpace min="-2" pref="93" max="-2" attributes="0"/>
290                          <Component id="addIncidentType" max="32767" attributes="0"/>
291                      </Group>
292                      <Group type="102" attributes="0">
293                          <Component id="labelIncidentDescription" min="-2" max="-2" attributes="0"/>
294                          <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
295                      </Group>
296                      <Group type="102" alignment="0" attributes="0">
297                          <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
298                          <EmptySpace min="-2" pref="69" max="-2" attributes="0"/>
299                          <Component id="addIncidentLocation" max="32767" attributes="0"/>
300                      </Group>
301                  </Group>
302                  <EmptySpace max="-2" attributes="0"/>
303              </Group>
304          </Group>
305        </DimensionLayout>
306        <DimensionLayout dim="1">
307          <Group type="103" groupAlignment="0" attributes="0">
308              <Group type="102" alignment="0" attributes="0">
309                  <EmptySpace max="-2" attributes="0"/>
310                  <Group type="103" groupAlignment="3" attributes="0">
311                      <Component id="labelIncidentNumber" alignment="3" min="-2" max="-2" attributes="0"/>
312                      <Component id="addIncidentNumber" alignment="3" min="-2" max="-2" attributes="0"/>
313                  </Group>
314                  <EmptySpace max="-2" attributes="0"/>
315                  <Group type="103" groupAlignment="3" attributes="0">
316                      <Component id="labelIncidentName" alignment="3" min="-2" max="-2" attributes="0"/>
317                      <Component id="addIncidentName" alignment="3" min="-2" max="-2" attributes="0"/>
318                  </Group>
319                  <EmptySpace max="-2" attributes="0"/>
320                  <Group type="103" groupAlignment="3" attributes="0">
321                      <Component id="labelIncidentColor" alignment="3" min="-2" max="-2" attributes="0"/>
322                      <Component id="btnChooseColor" alignment="3" min="-2" max="-2" attributes="0"/>
323                      <Component id="incidentColorField" alignment="3" min="-2" max="-2" attributes="0"/>
324                  </Group>
325                  <EmptySpace max="-2" attributes="0"/>
326                  <Group type="103" groupAlignment="3" attributes="0">
327                      <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
328                      <Component id="addIncidentLocation" alignment="3" min="-2" max="-2" attributes="0"/>
329                  </Group>
330                  <EmptySpace max="-2" attributes="0"/>
331                  <Group type="103" groupAlignment="3" attributes="0">
332                      <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
333                      <Component id="addIncidentType" alignment="3" min="-2" max="-2" attributes="0"/>
334                  </Group>
335                  <EmptySpace max="-2" attributes="0"/>
336                  <Component id="labelIncidentDescription" min="-2" max="-2" attributes="0"/>
337                  <EmptySpace max="-2" attributes="0"/>
338                  <Component id="incidentPropertiesScrollPane" pref="130" max="32767" attributes="0"/>
339                  <EmptySpace max="-2" attributes="0"/>
340                  <Group type="103" groupAlignment="3" attributes="0">
341                      <Component id="addIncidentStart" alignment="3" min="-2" max="-2" attributes="0"/>
342                      <Component id="labelIncidentStart" alignment="3" min="-2" max="-2" attributes="0"/>
343                  </Group>
344                  <EmptySpace max="-2" attributes="0"/>
345                  <Group type="103" groupAlignment="3" attributes="0">
346                      <Component id="labelIncidentLength" alignment="3" min="-2" max="-2" attributes="0"/>
347                      <Component id="txtIncidentLength" alignment="3" min="-2" max="-2" attributes="0"/>
348                  </Group>
349                  <EmptySpace max="-2" attributes="0"/>
350                  <Group type="103" groupAlignment="3" attributes="0">
351                      <Component id="incidentCancelButton" alignment="3" min="-2" max="-2" attributes="0"/>
352                      <Component id="incidentOkButton" alignment="3" min="-2" max="-2" attributes="0"/>
353                  </Group>
354                  <EmptySpace max="-2" attributes="0"/>
355              </Group>
356          </Group>
357        </DimensionLayout>
358      </Layout>
359      <SubComponents>
360        <Component class="javax.swing.JLabel" name="labelIncidentNumber">
361          <Properties>
362            <Property name="text" type="java.lang.String" value="Incident Number: "/>
363          </Properties>
364        </Component>
365        <Component class="javax.swing.JLabel" name="labelIncidentName">
366          <Properties>
367            <Property name="text" type="java.lang.String" value="Incident Name:"/>
368          </Properties>
369        </Component>
370        <Component class="javax.swing.JLabel" name="labelIncidentColor">
371          <Properties>
372            <Property name="text" type="java.lang.String" value="Incident Color: "/>
373          </Properties>
374        </Component>
375        <Component class="javax.swing.JLabel" name="labelIncidentDescription">
376          <Properties>
377            <Property name="text" type="java.lang.String" value="Incident Description:"/>
378          </Properties>
379        </Component>
380        <Container class="javax.swing.JScrollPane" name="incidentPropertiesScrollPane">
381          <Properties>
382            <Property name="horizontalScrollBarPolicy" type="int" value="31"/>
383            <Property name="verticalScrollBarPolicy" type="int" value="22"/>
384          </Properties>
385          <AuxValues>
386            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
387          </AuxValues>
388
389          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
390          <SubComponents>
391            <Component class="javax.swing.JTextArea" name="addIncidentDescription">
392              <Properties>
393                <Property name="columns" type="int" value="20"/>
394                <Property name="lineWrap" type="boolean" value="true"/>
395                <Property name="rows" type="int" value="5"/>
396                <Property name="wrapStyleWord" type="boolean" value="true"/>
397              </Properties>
398            </Component>
399          </SubComponents>
400        </Container>
401        <Component class="javax.swing.JButton" name="incidentOkButton">
402          <Properties>
403            <Property name="text" type="java.lang.String" value="OK"/>
404          </Properties>
405          <Events>
406            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="incidentOkButtonActionPerformed"/>
407          </Events>
408        </Component>
409        <Component class="javax.swing.JButton" name="incidentCancelButton">
410          <Properties>
411            <Property name="text" type="java.lang.String" value="Cancel"/>
412          </Properties>
413          <Events>
414            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="incidentCancelButtonActionPerformed"/>
415          </Events>
416        </Component>
417        <Component class="javax.swing.JSpinner" name="addIncidentNumber">
418          <Properties>
419            <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
420              <SpinnerModel initial="101" minimum="101" numberType="java.lang.Integer" stepSize="1" type="number"/>
421            </Property>
422          </Properties>
423        </Component>
424        <Component class="javax.swing.JTextField" name="addIncidentName">
425          <Events>
426            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="addIncidentNameActionPerformed"/>
427          </Events>
428        </Component>
429        <Component class="javax.swing.JLabel" name="labelIncidentLength">
430          <Properties>
431            <Property name="text" type="java.lang.String" value="Incident Length in Minutes: "/>
432          </Properties>
433        </Component>
434        <Component class="javax.swing.JLabel" name="labelIncidentStart">
435          <Properties>
436            <Property name="text" type="java.lang.String" value="Incident Start Time in Minutes:"/>
437          </Properties>
438        </Component>
439        <Component class="javax.swing.JSpinner" name="addIncidentStart">
440          <Properties>
441            <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
442              <SpinnerModel initial="0" minimum="0" numberType="java.lang.Integer" stepSize="1" type="number"/>
443            </Property>
444          </Properties>
445        </Component>
446        <Component class="javax.swing.JButton" name="btnChooseColor">
447          <Properties>
448            <Property name="text" type="java.lang.String" value="Choose..."/>
449          </Properties>
450          <Events>
451            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnChooseColorActionPerformed"/>
452          </Events>
453        </Component>
454        <Component class="javax.swing.JTextField" name="incidentColorField">
455          <Properties>
456            <Property name="editable" type="boolean" value="false"/>
457            <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
458              <Color blue="0" green="0" red="0" type="rgb"/>
459            </Property>
460          </Properties>
461        </Component>
462        <Component class="javax.swing.JLabel" name="txtIncidentLength">
463          <Properties>
464            <Property name="horizontalAlignment" type="int" value="4"/>
465            <Property name="text" type="java.lang.String" value="0"/>
466            <Property name="toolTipText" type="java.lang.String" value=""/>
467          </Properties>
468        </Component>
469        <Component class="javax.swing.JLabel" name="jLabel1">
470          <Properties>
471            <Property name="text" type="java.lang.String" value="Incident Location:"/>
472          </Properties>
473        </Component>
474        <Component class="javax.swing.JTextField" name="addIncidentLocation">
475          <Events>
476            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="addIncidentLocationActionPerformed"/>
477          </Events>
478        </Component>
479        <Component class="javax.swing.JLabel" name="jLabel2">
480          <Properties>
481            <Property name="text" type="java.lang.String" value="Incident Type:"/>
482          </Properties>
483        </Component>
484        <Component class="javax.swing.JTextField" name="addIncidentType">
485        </Component>
486      </SubComponents>
487    </Container>
488    <Container class="javax.swing.JFrame" name="addNoiseFrame">
489      <Properties>
490        <Property name="title" type="java.lang.String" value="Generate Noise"/>
491        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
492          <Dimension value="[395, 315]"/>
493        </Property>
494        <Property name="resizable" type="boolean" value="false"/>
495      </Properties>
496
497      <Layout>
498        <DimensionLayout dim="0">
499          <Group type="103" groupAlignment="0" attributes="0">
500              <Group type="102" alignment="1" attributes="0">
501                  <EmptySpace pref="21" max="32767" attributes="0"/>
502                  <Group type="103" groupAlignment="1" attributes="0">
503                      <Component id="txtNoiseDescription" alignment="0" max="32767" attributes="1"/>
504                      <Group type="103" alignment="1" groupAlignment="1" max="-2" attributes="0">
505                          <Group type="102" alignment="0" attributes="1">
506                              <Component id="btnCancelNoise" min="-2" max="-2" attributes="0"/>
507                              <EmptySpace max="32767" attributes="0"/>
508                              <Component id="btnGenerateNoise" min="-2" max="-2" attributes="0"/>
509                          </Group>
510                          <Group type="102" alignment="0" attributes="0">
511                              <Group type="103" groupAlignment="0" attributes="0">
512                                  <Group type="103" alignment="0" groupAlignment="1" attributes="0">
513                                      <Component id="labelBackgroundNoise" alignment="1" min="-2" max="-2" attributes="0"/>
514                                      <Component id="labelLaneClosures" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
515                                      <Component id="labelTMCALLogs" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
516                                      <Component id="labelRadioChatter" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
517                                  </Group>
518                                  <Component id="labelMinorEvents" alignment="0" min="-2" pref="81" max="-2" attributes="0"/>
519                              </Group>
520                              <EmptySpace min="-2" pref="4" max="-2" attributes="0"/>
521                              <Group type="103" groupAlignment="0" max="-2" attributes="0">
522                                  <Component id="radioChatterSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
523                                  <Component id="laneClosuresSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
524                                  <Component id="TMCALSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
525                                  <Component id="minorEventsSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
526                                  <Component id="backgroundNoiseSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
527                                  <Group type="102" alignment="1" attributes="1">
528                                      <Component id="labelLeastFreq" min="-2" max="-2" attributes="0"/>
529                                      <EmptySpace max="32767" attributes="0"/>
530                                      <Component id="labelMostFreq" min="-2" max="-2" attributes="0"/>
531                                  </Group>
532                              </Group>
533                          </Group>
534                      </Group>
535                  </Group>
536                  <EmptySpace min="-2" pref="20" max="-2" attributes="0"/>
537              </Group>
538          </Group>
539        </DimensionLayout>
540        <DimensionLayout dim="1">
541          <Group type="103" groupAlignment="0" attributes="0">
542              <Group type="102" alignment="1" attributes="0">
543                  <EmptySpace max="-2" attributes="0"/>
544                  <Component id="txtNoiseDescription" pref="39" max="32767" attributes="0"/>
545                  <EmptySpace max="-2" attributes="0"/>
546                  <Group type="103" groupAlignment="1" attributes="0">
547                      <Component id="labelMostFreq" min="-2" max="-2" attributes="0"/>
548                      <Component id="labelLeastFreq" min="-2" max="-2" attributes="0"/>
549                  </Group>
550                  <EmptySpace max="-2" attributes="0"/>
551                  <Group type="103" groupAlignment="1" attributes="0">
552                      <Component id="labelRadioChatter" min="-2" pref="30" max="-2" attributes="1"/>
553                      <Component id="radioChatterSlider" alignment="1" min="-2" pref="30" max="-2" attributes="1"/>
554                  </Group>
555                  <EmptySpace max="-2" attributes="0"/>
556                  <Group type="103" groupAlignment="1" attributes="0">
557                      <Component id="labelLaneClosures" min="-2" pref="28" max="-2" attributes="1"/>
558                      <Component id="laneClosuresSlider" alignment="1" min="-2" pref="28" max="-2" attributes="1"/>
559                  </Group>
560                  <EmptySpace max="-2" attributes="0"/>
561                  <Group type="103" groupAlignment="1" max="-2" attributes="0">
562                      <Component id="labelTMCALLogs" min="-2" max="-2" attributes="1"/>
563                      <Component id="TMCALSlider" alignment="1" min="-2" max="-2" attributes="1"/>
564                  </Group>
565                  <EmptySpace max="-2" attributes="0"/>
566                  <Group type="103" groupAlignment="1" attributes="0">
567                      <Component id="backgroundNoiseSlider" min="-2" pref="29" max="-2" attributes="1"/>
568                      <Component id="labelBackgroundNoise" min="-2" pref="29" max="-2" attributes="1"/>
569                  </Group>
570                  <EmptySpace max="-2" attributes="0"/>
571                  <Group type="103" groupAlignment="0" attributes="0">
572                      <Component id="minorEventsSlider" min="-2" max="-2" attributes="1"/>
573                      <Component id="labelMinorEvents" min="-2" max="-2" attributes="1"/>
574                  </Group>
575                  <EmptySpace type="separate" max="-2" attributes="0"/>
576                  <Group type="103" groupAlignment="0" attributes="0">
577                      <Component id="btnCancelNoise" min="-2" max="-2" attributes="0"/>
578                      <Component id="btnGenerateNoise" min="-2" max="-2" attributes="0"/>
579                  </Group>
580                  <EmptySpace max="-2" attributes="0"/>
581              </Group>
582          </Group>
583        </DimensionLayout>
584      </Layout>
585      <SubComponents>
586        <Component class="javax.swing.JLabel" name="labelRadioChatter">
587          <Properties>
588            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
589              <Font name="Tahoma" size="12" style="0"/>
590            </Property>
591            <Property name="text" type="java.lang.String" value="Radio Chatter: "/>
592          </Properties>
593        </Component>
594        <Component class="javax.swing.JSlider" name="radioChatterSlider">
595        </Component>
596        <Component class="javax.swing.JSlider" name="laneClosuresSlider">
597        </Component>
598        <Component class="javax.swing.JLabel" name="labelLaneClosures">
599          <Properties>
600            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
601              <Font name="Tahoma" size="12" style="0"/>
602            </Property>
603            <Property name="text" type="java.lang.String" value="Lane Closures:"/>
604          </Properties>
605        </Component>
606        <Component class="javax.swing.JSlider" name="TMCALSlider">
607        </Component>
608        <Component class="javax.swing.JLabel" name="labelTMCALLogs">
609          <Properties>
610            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
611              <Font name="Tahoma" size="12" style="0"/>
612            </Property>
613            <Property name="text" type="java.lang.String" value="TMCAL Logs:"/>
614          </Properties>
615        </Component>
616        <Component class="javax.swing.JTextArea" name="txtNoiseDescription">
617          <Properties>
618            <Property name="editable" type="boolean" value="false"/>
619            <Property name="columns" type="int" value="20"/>
620            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
621              <Font name="Tahoma" size="12" style="0"/>
622            </Property>
623            <Property name="lineWrap" type="boolean" value="true"/>
624            <Property name="rows" type="int" value="5"/>
625            <Property name="text" type="java.lang.String" value="Noise events will be randomly generated for the simulation with frequencies based on the control selections made below"/>
626            <Property name="wrapStyleWord" type="boolean" value="true"/>
627            <Property name="autoscrolls" type="boolean" value="false"/>
628            <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
629              <Border info="null"/>
630            </Property>
631            <Property name="disabledTextColor" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
632              <Color blue="0" green="0" red="0" type="rgb"/>
633            </Property>
634            <Property name="focusable" type="boolean" value="false"/>
635            <Property name="opaque" type="boolean" value="false"/>
636          </Properties>
637        </Component>
638        <Component class="javax.swing.JSlider" name="backgroundNoiseSlider">
639        </Component>
640        <Component class="javax.swing.JLabel" name="labelBackgroundNoise">
641          <Properties>
642            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
643              <Font name="Tahoma" size="12" style="0"/>
644            </Property>
645            <Property name="text" type="java.lang.String" value="Background Noise: "/>
646          </Properties>
647        </Component>
648        <Component class="javax.swing.JSlider" name="minorEventsSlider">
649        </Component>
650        <Component class="javax.swing.JLabel" name="labelMinorEvents">
651          <Properties>
652            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
653              <Font name="Tahoma" size="12" style="0"/>
654            </Property>
655            <Property name="text" type="java.lang.String" value="Minor Events:"/>
656          </Properties>
657        </Component>
658        <Component class="javax.swing.JButton" name="btnCancelNoise">
659          <Properties>
660            <Property name="text" type="java.lang.String" value="Cancel"/>
661          </Properties>
662          <Events>
663            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnCancelNoiseActionPerformed"/>
664          </Events>
665        </Component>
666        <Component class="javax.swing.JButton" name="btnGenerateNoise">
667          <Properties>
668            <Property name="text" type="java.lang.String" value="Generate"/>
669          </Properties>
670          <Events>
671            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnGenerateNoiseActionPerformed"/>
672          </Events>
673        </Component>
674        <Component class="javax.swing.JLabel" name="labelLeastFreq">
675          <Properties>
676            <Property name="text" type="java.lang.String" value="Least Frequent"/>
677          </Properties>
678        </Component>
679        <Component class="javax.swing.JLabel" name="labelMostFreq">
680          <Properties>
681            <Property name="text" type="java.lang.String" value="Most Frequent"/>
682          </Properties>
683        </Component>
684      </SubComponents>
685    </Container>
686    <Component class="javax.swing.JColorChooser" name="incidentColorChooser">
687    </Component>
688    <Menu class="javax.swing.JMenuBar" name="scriptBuilderMenuBar">
689      <Events>
690        <EventHandler event="ancestorAdded" listener="javax.swing.event.AncestorListener" parameters="javax.swing.event.AncestorEvent" handler="scriptBuilderMenuBarAncestorAdded"/>
691      </Events>
692      <SubComponents>
693        <Menu class="javax.swing.JMenu" name="fileMenu">
694          <Properties>
695            <Property name="text" type="java.lang.String" value="File"/>
696            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
697              <Insets value="[0, 10, 0, 10]"/>
698            </Property>
699          </Properties>
700          <Events>
701            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileMenuActionPerformed"/>
702          </Events>
703          <SubComponents>
704            <MenuItem class="javax.swing.JMenuItem" name="fileNew">
705              <Properties>
706                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
707                  <KeyStroke key="Shift+Ctrl+N"/>
708                </Property>
709                <Property name="text" type="java.lang.String" value="New"/>
710              </Properties>
711              <Events>
712                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileNewActionPerformed"/>
713              </Events>
714            </MenuItem>
715            <MenuItem class="javax.swing.JPopupMenu$Separator" name="jSeparator1">
716            </MenuItem>
717            <MenuItem class="javax.swing.JMenuItem" name="fileOpen">
718              <Properties>
719                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
720                  <KeyStroke key="Shift+Ctrl+O"/>
721                </Property>
722                <Property name="text" type="java.lang.String" value="Open..."/>
723              </Properties>
724              <Events>
725                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileOpenActionPerformed"/>
726              </Events>
727            </MenuItem>
728            <MenuItem class="javax.swing.JPopupMenu$Separator" name="jSeparator2">
729            </MenuItem>
730            <MenuItem class="javax.swing.JMenuItem" name="fileSave">
731              <Properties>
732                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
733                  <KeyStroke key="Ctrl+S"/>
734                </Property>
735                <Property name="text" type="java.lang.String" value="Save"/>
736              </Properties>
737              <Events>
738                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileSaveActionPerformed"/>
739              </Events>
740            </MenuItem>
741            <MenuItem class="javax.swing.JMenuItem" name="fileSaveAs">
742              <Properties>
743                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
744                  <KeyStroke key="Shift+Ctrl+S"/>
745                </Property>
746                <Property name="text" type="java.lang.String" value="Save as..."/>
747              </Properties>
748              <Events>
749                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileSaveAsActionPerformed"/>
750              </Events>
751            </MenuItem>
752          </SubComponents>
753        </Menu>
754        <Menu class="javax.swing.JMenu" name="generateMenu">
755          <Properties>
756            <Property name="label" type="java.lang.String" value="Generate"/>
757            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
758              <Insets value="[0, 10, 0, 10]"/>
759            </Property>
760          </Properties>
761          <SubComponents>
762            <MenuItem class="javax.swing.JMenuItem" name="generateNotebooks">
763              <Properties>
764                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
765                  <KeyStroke key="Ctrl+Alt+N"/>
766                </Property>
767                <Property name="text" type="java.lang.String" value="Generate Notebooks..."/>
768              </Properties>
769              <Events>
770                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateNotebooksActionPerformed"/>
771              </Events>
772            </MenuItem>
773            <MenuItem class="javax.swing.JMenuItem" name="generateWebNotebook">
774              <Properties>
775                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
776                  <KeyStroke key="Ctrl+Alt+W"/>
777                </Property>
778                <Property name="text" type="java.lang.String" value="Generate Web Notebook..."/>
779              </Properties>
780              <Events>
781                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateWebNotebookActionPerformed"/>
782              </Events>
783            </MenuItem>
784            <MenuItem class="javax.swing.JMenuItem" name="generateScorecards">
785              <Properties>
786                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
787                  <KeyStroke key="Ctrl+Alt+S"/>
788                </Property>
789                <Property name="text" type="java.lang.String" value="Generate Scorecards..."/>
790              </Properties>
791              <Events>
792                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateScorecardsActionPerformed"/>
793              </Events>
794            </MenuItem>
795            <MenuItem class="javax.swing.JMenuItem" name="generateOrganizationChart">
796              <Properties>
797                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
798                  <KeyStroke key="Ctrl+Alt+O"/>
799                </Property>
800                <Property name="text" type="java.lang.String" value="Generate D14 TMC Org Chart..."/>
801              </Properties>
802              <Events>
803                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateOrganizationChartActionPerformed"/>
804              </Events>
805            </MenuItem>
806            <MenuItem class="javax.swing.JPopupMenu$Separator" name="jSeparator3">
807            </MenuItem>
808            <MenuItem class="javax.swing.JMenuItem" name="generateProjectRequirements">
809              <Properties>
810                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
811                  <KeyStroke key="Ctrl+Alt+R"/>
812                </Property>
813                <Property name="text" type="java.lang.String" value="Generate Project Worklist..."/>
814              </Properties>
815              <Events>
816                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateProjectRequirementsActionPerformed"/>
817              </Events>
818            </MenuItem>
819          </SubComponents>
820        </Menu>
821        <Menu class="javax.swing.JMenu" name="incidentMenu">
822          <Properties>
823            <Property name="text" type="java.lang.String" value="Incidents"/>
824            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
825              <Insets value="[0, 10, 0, 10]"/>
826            </Property>
827          </Properties>
828          <SubComponents>
829            <MenuItem class="javax.swing.JMenuItem" name="newIncident">
830              <Properties>
831                <Property name="text" type="java.lang.String" value="New Incident..."/>
832              </Properties>
833              <Events>
834                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="newIncidentActionPerformed"/>
835              </Events>
836            </MenuItem>
837            <MenuItem class="javax.swing.JMenuItem" name="deleteIncident">
838              <Properties>
839                <Property name="text" type="java.lang.String" value="Delete Incident"/>
840              </Properties>
841              <Events>
842                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="deleteIncidentActionPerformed"/>
843              </Events>
844            </MenuItem>
845            <MenuItem class="javax.swing.JMenuItem" name="deleteIncident1">
846              <Properties>
847                <Property name="text" type="java.lang.String" value="Edit Incident..."/>
848              </Properties>
849              <Events>
850                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="incidentDetailsActionPerformed"/>
851              </Events>
852            </MenuItem>
853            <MenuItem class="javax.swing.JPopupMenu$Separator" name="jSeparator4">
854            </MenuItem>
855            <MenuItem class="javax.swing.JMenuItem" name="saveIncident">
856              <Properties>
857                <Property name="text" type="java.lang.String" value="Save Incident..."/>
858              </Properties>
859              <Events>
860                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="saveIncidentActionPerformed"/>
861              </Events>
862            </MenuItem>
863            <MenuItem class="javax.swing.JMenuItem" name="loadIncident">
864              <Properties>
865                <Property name="text" type="java.lang.String" value="Load Incident..."/>
866              </Properties>
867              <Events>
868                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="loadIncidentActionPerformed"/>
869              </Events>
870            </MenuItem>
871          </SubComponents>
872        </Menu>
873        <Menu class="javax.swing.JMenu" name="generateNoiseMenu">
874          <Properties>
875            <Property name="text" type="java.lang.String" value="Noise"/>
876          </Properties>
877          <SubComponents>
878            <MenuItem class="javax.swing.JMenuItem" name="generateNoiseOption">
879              <Properties>
880                <Property name="text" type="java.lang.String" value="Generate Noise..."/>
881              </Properties>
882              <Events>
883                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateNoiseOptionActionPerformed"/>
884              </Events>
885            </MenuItem>
886          </SubComponents>
887        </Menu>
888        <Menu class="javax.swing.JMenu" name="helpMenu1">
889          <Properties>
890            <Property name="text" type="java.lang.String" value="Unit"/>
891            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
892              <Insets value="[0, 10, 0, 10]"/>
893            </Property>
894          </Properties>
895          <SubComponents>
896            <MenuItem class="javax.swing.JMenuItem" name="loadUnits">
897              <Properties>
898                <Property name="text" type="java.lang.String" value="Load Additional Units"/>
899              </Properties>
900              <Events>
901                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="loadUnitsActionPerformed"/>
902              </Events>
903            </MenuItem>
904          </SubComponents>
905        </Menu>
906        <Menu class="javax.swing.JMenu" name="helpMenu">
907          <Properties>
908            <Property name="text" type="java.lang.String" value="Help"/>
909            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
910              <Insets value="[0, 10, 0, 10]"/>
911            </Property>
912          </Properties>
913          <SubComponents>
914            <MenuItem class="javax.swing.JMenuItem" name="helpTutorial">
915              <Properties>
916                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
917                  <KeyStroke key="F1"/>
918                </Property>
919                <Property name="text" type="java.lang.String" value="Tutorial..."/>
920              </Properties>
921              <Events>
922                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="helpTutorialActionPerformed"/>
923              </Events>
924            </MenuItem>
925            <MenuItem class="javax.swing.JMenuItem" name="helpAbout">
926              <Properties>
927                <Property name="text" type="java.lang.String" value="About..."/>
928              </Properties>
929              <Events>
930                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="helpAboutActionPerformed"/>
931              </Events>
932            </MenuItem>
933          </SubComponents>
934        </Menu>
935      </SubComponents>
936    </Menu>
937  </NonVisualComponents>
938  <Properties>
939    <Property name="defaultCloseOperation" type="int" value="0"/>
940    <Property name="title" type="java.lang.String" value="Script Builder"/>
941    <Property name="bounds" type="java.awt.Rectangle" editor="org.netbeans.beaninfo.editors.RectangleEditor">
942      <Rectangle value="[0, 23, 800, 700]"/>
943    </Property>
944    <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
945      <Color id="Default Cursor"/>
946    </Property>
947    <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
948      <Dimension value="[800, 700]"/>
949    </Property>
950  </Properties>
951  <SyntheticProperties>
952    <SyntheticProperty name="menuBar" type="java.lang.String" value="scriptBuilderMenuBar"/>
953    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
954    <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
955  </SyntheticProperties>
956  <AuxValues>
957    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
958    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
959    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
960    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
961    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
962    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
963    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
964    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
965    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
966  </AuxValues>
967
968  <Layout>
969    <DimensionLayout dim="0">
970      <Group type="103" groupAlignment="0" attributes="0">
971          <Group type="102" attributes="0">
972              <EmptySpace max="-2" attributes="0"/>
973              <Group type="103" groupAlignment="0" attributes="0">
974                  <Component id="timelinesScrollPane" alignment="0" min="0" pref="0" max="32767" attributes="1"/>
975                  <Component id="timeStampScrollPane" alignment="0" max="32767" attributes="0"/>
976                  <Group type="102" alignment="1" attributes="0">
977                      <EmptySpace min="0" pref="604" max="32767" attributes="0"/>
978                      <Component id="zoomOutIcon" min="-2" max="-2" attributes="0"/>
979                      <EmptySpace max="-2" attributes="0"/>
980                      <Component id="zoomSlider" min="-2" pref="140" max="-2" attributes="0"/>
981                      <EmptySpace max="-2" attributes="0"/>
982                      <Component id="zoomInIcon" min="-2" max="-2" attributes="0"/>
983                      <EmptySpace type="separate" max="-2" attributes="0"/>
984                      <Component id="btnAddTime" min="-2" max="-2" attributes="0"/>
985                      <EmptySpace min="-2" pref="21" max="-2" attributes="0"/>
986                  </Group>
987              </Group>
988              <EmptySpace max="-2" attributes="0"/>
989          </Group>
990      </Group>
991    </DimensionLayout>
992    <DimensionLayout dim="1">
993      <Group type="103" groupAlignment="0" attributes="0">
994          <Group type="102" alignment="1" attributes="0">
995              <EmptySpace max="-2" attributes="0"/>
996              <Group type="103" groupAlignment="1" attributes="0">
997                  <Component id="zoomOutIcon" min="-2" max="-2" attributes="0"/>
998                  <Component id="zoomSlider" min="-2" max="-2" attributes="1"/>
999                  <Component id="zoomInIcon" min="-2" max="-2" attributes="0"/>
1000                  <Component id="btnAddTime" min="-2" max="-2" attributes="0"/>
1001              </Group>
1002              <EmptySpace min="-2" max="-2" attributes="0"/>
1003              <Component id="timeStampScrollPane" min="-2" pref="20" max="-2" attributes="0"/>
1004              <EmptySpace max="-2" attributes="0"/>
1005              <Component id="timelinesScrollPane" pref="1289" max="32767" attributes="0"/>
1006              <EmptySpace max="-2" attributes="0"/>
1007          </Group>
1008      </Group>
1009    </DimensionLayout>
1010  </Layout>
1011  <SubComponents>
1012    <Container class="javax.swing.JScrollPane" name="timelinesScrollPane">
1013      <Properties>
1014        <Property name="horizontalScrollBarPolicy" type="int" value="32"/>
1015        <Property name="verticalScrollBarPolicy" type="int" value="22"/>
1016        <Property name="focusCycleRoot" type="boolean" value="true"/>
1017        <Property name="focusTraversalPolicyProvider" type="boolean" value="true"/>
1018        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1019          <Dimension value="[72000, 1341]"/>
1020        </Property>
1021        <Property name="wheelScrollingEnabled" type="boolean" value="false"/>
1022      </Properties>
1023
1024      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
1025      <SubComponents>
1026        <Container class="scriptbuilder.gui.panels.TimelineTickPanel" name="timelineTickPanel">
1027          <Properties>
1028            <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1029              <Dimension value="[7200, 32767]"/>
1030            </Property>
1031            <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1032              <Dimension value="[7200, 0]"/>
1033            </Property>
1034            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1035              <Dimension value="[7200, 1317]"/>
1036            </Property>
1037          </Properties>
1038
1039          <Layout>
1040            <DimensionLayout dim="0">
1041              <Group type="103" groupAlignment="0" attributes="0">
1042                  <Group type="102" alignment="0" attributes="0">
1043                      <EmptySpace max="-2" attributes="0"/>
1044                      <Group type="103" groupAlignment="1" attributes="0">
1045                          <Group type="103" alignment="1" groupAlignment="0" attributes="0">
1046                              <Component id="incidentNumberPanel8" alignment="0" min="-2" max="-2" attributes="0"/>
1047                              <Component id="incidentNumberPanel9" alignment="0" min="-2" max="-2" attributes="0"/>
1048                          </Group>
1049                          <Group type="103" alignment="1" groupAlignment="0" attributes="0">
1050                              <Component id="incidentNumberPanel1" alignment="0" min="-2" max="-2" attributes="0"/>
1051                              <Component id="incidentNumberPanel4" alignment="0" min="-2" max="-2" attributes="0"/>
1052                              <Component id="incidentNumberPanel5" alignment="0" min="-2" max="-2" attributes="0"/>
1053                              <Component id="incidentNumberPanel6" alignment="0" min="-2" max="-2" attributes="0"/>
1054                              <Component id="incidentNumberPanel3" alignment="0" min="-2" max="-2" attributes="0"/>
1055                              <Component id="incidentNumberPanel2" alignment="0" min="-2" max="-2" attributes="0"/>
1056                              <Component id="incidentNumberPanel7" alignment="0" min="-2" max="-2" attributes="0"/>
1057                          </Group>
1058                          <Component id="incidentNumberPanel10" min="-2" max="-2" attributes="0"/>
1059                      </Group>
1060                      <EmptySpace min="-2" pref="10" max="-2" attributes="0"/>
1061                      <Group type="103" groupAlignment="0" attributes="0">
1062                          <Component id="incidentTimelinePanel7" max="32767" attributes="1"/>
1063                          <Component id="incidentTimelinePanel6" alignment="0" min="-2" max="-2" attributes="1"/>
1064                          <Group type="103" alignment="0" groupAlignment="1" max="-2" attributes="0">
1065                              <Component id="incidentTimelinePanel5" alignment="0" max="32767" attributes="1"/>
1066                              <Component id="incidentTimelinePanel4" alignment="0" min="-2" max="-2" attributes="1"/>
1067                          </Group>
1068                          <Component id="incidentTimelinePanel3" alignment="0" min="-2" max="-2" attributes="1"/>
1069                          <Component id="incidentTimelinePanel1" alignment="0" min="-2" max="-2" attributes="1"/>
1070                          <Component id="incidentTimelinePanel2" alignment="0" min="-2" max="-2" attributes="1"/>
1071                          <Component id="incidentTimelinePanel8" alignment="0" min="-2" max="-2" attributes="1"/>
1072                          <Component id="incidentTimelinePanel9" alignment="0" min="-2" max="-2" attributes="1"/>
1073                          <Component id="incidentTimelinePanel10" alignment="0" min="-2" max="-2" attributes="1"/>
1074                      </Group>
1075                      <EmptySpace min="-2" pref="190" max="-2" attributes="0"/>
1076                  </Group>
1077              </Group>
1078            </DimensionLayout>
1079            <DimensionLayout dim="1">
1080              <Group type="103" groupAlignment="0" attributes="0">
1081                  <Group type="102" alignment="0" attributes="0">
1082                      <EmptySpace max="-2" attributes="0"/>
1083                      <Group type="103" groupAlignment="0" attributes="0">
1084                          <Component id="incidentNumberPanel1" min="-2" max="-2" attributes="0"/>
1085                          <Component id="incidentTimelinePanel1" min="-2" max="-2" attributes="0"/>
1086                      </Group>
1087                      <EmptySpace max="-2" attributes="0"/>
1088                      <Group type="103" groupAlignment="0" attributes="0">
1089                          <Group type="102" alignment="0" attributes="0">
1090                              <Component id="incidentNumberPanel2" min="-2" max="-2" attributes="0"/>
1091                              <EmptySpace max="-2" attributes="0"/>
1092                              <Component id="incidentNumberPanel3" min="-2" max="-2" attributes="0"/>
1093                              <EmptySpace max="-2" attributes="0"/>
1094                              <Component id="incidentNumberPanel4" min="-2" max="-2" attributes="0"/>
1095                              <EmptySpace max="-2" attributes="0"/>
1096                              <Component id="incidentNumberPanel5" min="-2" max="-2" attributes="0"/>
1097                              <EmptySpace max="-2" attributes="0"/>
1098                              <Component id="incidentNumberPanel6" min="-2" max="-2" attributes="0"/>
1099                          </Group>
1100                          <Group type="102" alignment="0" attributes="0">
1101                              <Component id="incidentTimelinePanel2" min="-2" max="-2" attributes="0"/>
1102                              <EmptySpace max="-2" attributes="0"/>
1103                              <Component id="incidentTimelinePanel3" min="-2" max="-2" attributes="0"/>
1104                              <EmptySpace max="-2" attributes="0"/>
1105                              <Component id="incidentTimelinePanel4" min="-2" max="-2" attributes="0"/>
1106                              <EmptySpace max="-2" attributes="0"/>
1107                              <Component id="incidentTimelinePanel5" min="-2" max="-2" attributes="0"/>
1108                              <EmptySpace max="-2" attributes="0"/>
1109                              <Component id="incidentTimelinePanel6" min="-2" max="-2" attributes="0"/>
1110                          </Group>
1111                      </Group>
1112                      <EmptySpace max="-2" attributes="0"/>
1113                      <Group type="103" groupAlignment="0" attributes="0">
1114                          <Component id="incidentTimelinePanel7" alignment="0" min="-2" max="-2" attributes="0"/>
1115                          <Component id="incidentNumberPanel7" alignment="0" min="-2" max="-2" attributes="0"/>
1116                      </Group>
1117                      <EmptySpace max="-2" attributes="0"/>
1118                      <Group type="103" groupAlignment="0" attributes="0">
1119                          <Group type="102" alignment="0" attributes="0">
1120                              <Component id="incidentTimelinePanel8" min="-2" max="-2" attributes="0"/>
1121                              <EmptySpace max="-2" attributes="0"/>
1122                              <Component id="incidentTimelinePanel9" min="-2" max="-2" attributes="0"/>
1123                          </Group>
1124                          <Group type="102" alignment="0" attributes="0">
1125                              <Component id="incidentNumberPanel8" min="-2" max="-2" attributes="0"/>
1126                              <EmptySpace max="-2" attributes="0"/>
1127                              <Component id="incidentNumberPanel9" min="-2" max="-2" attributes="0"/>
1128                          </Group>
1129                      </Group>
1130                      <EmptySpace max="-2" attributes="0"/>
1131                      <Group type="103" groupAlignment="0" attributes="0">
1132                          <Component id="incidentNumberPanel10" alignment="0" min="-2" max="-2" attributes="0"/>
1133                          <Component id="incidentTimelinePanel10" alignment="0" min="-2" max="-2" attributes="0"/>
1134                      </Group>
1135                      <EmptySpace max="32767" attributes="0"/>
1136                  </Group>
1137              </Group>
1138            </DimensionLayout>
1139          </Layout>
1140          <SubComponents>
1141            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel1">
1142              <Properties>
1143                <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1144                  <Dimension value="[32767, 100]"/>
1145                </Property>
1146                <Property name="opaque" type="boolean" value="false"/>
1147                <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1148                  <Dimension value="[691, 100]"/>
1149                </Property>
1150              </Properties>
1151
1152              <Layout>
1153                <DimensionLayout dim="0">
1154                  <Group type="103" groupAlignment="0" attributes="0">
1155                      <EmptySpace min="0" pref="691" max="32767" attributes="0"/>
1156                  </Group>
1157                </DimensionLayout>
1158                <DimensionLayout dim="1">
1159                  <Group type="103" groupAlignment="0" attributes="0">
1160                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1161                  </Group>
1162                </DimensionLayout>
1163              </Layout>
1164            </Container>
1165            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel2">
1166              <Properties>
1167                <Property name="opaque" type="boolean" value="false"/>
1168              </Properties>
1169
1170              <Layout>
1171                <DimensionLayout dim="0">
1172                  <Group type="103" groupAlignment="0" attributes="0">
1173                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1174                  </Group>
1175                </DimensionLayout>
1176                <DimensionLayout dim="1">
1177                  <Group type="103" groupAlignment="0" attributes="0">
1178                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1179                  </Group>
1180                </DimensionLayout>
1181              </Layout>
1182            </Container>
1183            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel8">
1184              <Properties>
1185                <Property name="opaque" type="boolean" value="false"/>
1186              </Properties>
1187
1188              <Layout>
1189                <DimensionLayout dim="0">
1190                  <Group type="103" groupAlignment="0" attributes="0">
1191                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1192                  </Group>
1193                </DimensionLayout>
1194                <DimensionLayout dim="1">
1195                  <Group type="103" groupAlignment="0" attributes="0">
1196                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1197                  </Group>
1198                </DimensionLayout>
1199              </Layout>
1200            </Container>
1201            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel3">
1202              <Properties>
1203                <Property name="opaque" type="boolean" value="false"/>
1204              </Properties>
1205
1206              <Layout>
1207                <DimensionLayout dim="0">
1208                  <Group type="103" groupAlignment="0" attributes="0">
1209                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1210                  </Group>
1211                </DimensionLayout>
1212                <DimensionLayout dim="1">
1213                  <Group type="103" groupAlignment="0" attributes="0">
1214                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1215                  </Group>
1216                </DimensionLayout>
1217              </Layout>
1218            </Container>
1219            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel6">
1220              <Properties>
1221                <Property name="opaque" type="boolean" value="false"/>
1222              </Properties>
1223
1224              <Layout>
1225                <DimensionLayout dim="0">
1226                  <Group type="103" groupAlignment="0" attributes="0">
1227                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1228                  </Group>
1229                </DimensionLayout>
1230                <DimensionLayout dim="1">
1231                  <Group type="103" groupAlignment="0" attributes="0">
1232                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1233                  </Group>
1234                </DimensionLayout>
1235              </Layout>
1236            </Container>
1237            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel5">
1238              <Properties>
1239                <Property name="opaque" type="boolean" value="false"/>
1240              </Properties>
1241
1242              <Layout>
1243                <DimensionLayout dim="0">
1244                  <Group type="103" groupAlignment="0" attributes="0">
1245                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1246                  </Group>
1247                </DimensionLayout>
1248                <DimensionLayout dim="1">
1249                  <Group type="103" groupAlignment="0" attributes="0">
1250                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1251                  </Group>
1252                </DimensionLayout>
1253              </Layout>
1254            </Container>
1255            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel4">
1256              <Properties>
1257                <Property name="opaque" type="boolean" value="false"/>
1258              </Properties>
1259
1260              <Layout>
1261                <DimensionLayout dim="0">
1262                  <Group type="103" groupAlignment="0" attributes="0">
1263                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1264                  </Group>
1265                </DimensionLayout>
1266                <DimensionLayout dim="1">
1267                  <Group type="103" groupAlignment="0" attributes="0">
1268                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1269                  </Group>
1270                </DimensionLayout>
1271              </Layout>
1272            </Container>
1273            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel7">
1274              <Properties>
1275                <Property name="opaque" type="boolean" value="false"/>
1276              </Properties>
1277
1278              <Layout>
1279                <DimensionLayout dim="0">
1280                  <Group type="103" groupAlignment="0" attributes="0">
1281                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1282                  </Group>
1283                </DimensionLayout>
1284                <DimensionLayout dim="1">
1285                  <Group type="103" groupAlignment="0" attributes="0">
1286                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1287                  </Group>
1288                </DimensionLayout>
1289              </Layout>
1290            </Container>
1291            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel10">
1292              <Properties>
1293                <Property name="opaque" type="boolean" value="false"/>
1294              </Properties>
1295
1296              <Layout>
1297                <DimensionLayout dim="0">
1298                  <Group type="103" groupAlignment="0" attributes="0">
1299                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1300                  </Group>
1301                </DimensionLayout>
1302                <DimensionLayout dim="1">
1303                  <Group type="103" groupAlignment="0" attributes="0">
1304                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1305                  </Group>
1306                </DimensionLayout>
1307              </Layout>
1308            </Container>
1309            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel9">
1310              <Properties>
1311                <Property name="opaque" type="boolean" value="false"/>
1312              </Properties>
1313
1314              <Layout>
1315                <DimensionLayout dim="0">
1316                  <Group type="103" groupAlignment="0" attributes="0">
1317                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1318                  </Group>
1319                </DimensionLayout>
1320                <DimensionLayout dim="1">
1321                  <Group type="103" groupAlignment="0" attributes="0">
1322                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1323                  </Group>
1324                </DimensionLayout>
1325              </Layout>
1326            </Container>
1327            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel1">
1328              <Properties>
1329                <Property name="opaque" type="boolean" value="false"/>
1330              </Properties>
1331
1332              <Layout>
1333                <DimensionLayout dim="0">
1334                  <Group type="103" groupAlignment="0" attributes="0">
1335                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1336                  </Group>
1337                </DimensionLayout>
1338                <DimensionLayout dim="1">
1339                  <Group type="103" groupAlignment="0" attributes="0">
1340                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1341                  </Group>
1342                </DimensionLayout>
1343              </Layout>
1344            </Container>
1345            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel2">
1346              <Properties>
1347                <Property name="opaque" type="boolean" value="false"/>
1348              </Properties>
1349
1350              <Layout>
1351                <DimensionLayout dim="0">
1352                  <Group type="103" groupAlignment="0" attributes="0">
1353                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1354                  </Group>
1355                </DimensionLayout>
1356                <DimensionLayout dim="1">
1357                  <Group type="103" groupAlignment="0" attributes="0">
1358                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1359                  </Group>
1360                </DimensionLayout>
1361              </Layout>
1362            </Container>
1363            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel3">
1364              <Properties>
1365                <Property name="opaque" type="boolean" value="false"/>
1366              </Properties>
1367
1368              <Layout>
1369                <DimensionLayout dim="0">
1370                  <Group type="103" groupAlignment="0" attributes="0">
1371                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1372                  </Group>
1373                </DimensionLayout>
1374                <DimensionLayout dim="1">
1375                  <Group type="103" groupAlignment="0" attributes="0">
1376                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1377                  </Group>
1378                </DimensionLayout>
1379              </Layout>
1380            </Container>
1381            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel4">
1382              <Properties>
1383                <Property name="opaque" type="boolean" value="false"/>
1384              </Properties>
1385
1386              <Layout>
1387                <DimensionLayout dim="0">
1388                  <Group type="103" groupAlignment="0" attributes="0">
1389                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1390                  </Group>
1391                </DimensionLayout>
1392                <DimensionLayout dim="1">
1393                  <Group type="103" groupAlignment="0" attributes="0">
1394                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1395                  </Group>
1396                </DimensionLayout>
1397              </Layout>
1398            </Container>
1399            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel5">
1400              <Properties>
1401                <Property name="opaque" type="boolean" value="false"/>
1402              </Properties>
1403
1404              <Layout>
1405                <DimensionLayout dim="0">
1406                  <Group type="103" groupAlignment="0" attributes="0">
1407                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1408                  </Group>
1409                </DimensionLayout>
1410                <DimensionLayout dim="1">
1411                  <Group type="103" groupAlignment="0" attributes="0">
1412                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1413                  </Group>
1414                </DimensionLayout>
1415              </Layout>
1416            </Container>
1417            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel6">
1418              <Properties>
1419                <Property name="opaque" type="boolean" value="false"/>
1420              </Properties>
1421
1422              <Layout>
1423                <DimensionLayout dim="0">
1424                  <Group type="103" groupAlignment="0" attributes="0">
1425                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1426                  </Group>
1427                </DimensionLayout>
1428                <DimensionLayout dim="1">
1429                  <Group type="103" groupAlignment="0" attributes="0">
1430                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1431                  </Group>
1432                </DimensionLayout>
1433              </Layout>
1434            </Container>
1435            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel7">
1436              <Properties>
1437                <Property name="opaque" type="boolean" value="false"/>
1438              </Properties>
1439
1440              <Layout>
1441                <DimensionLayout dim="0">
1442                  <Group type="103" groupAlignment="0" attributes="0">
1443                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1444                  </Group>
1445                </DimensionLayout>
1446                <DimensionLayout dim="1">
1447                  <Group type="103" groupAlignment="0" attributes="0">
1448                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1449                  </Group>
1450                </DimensionLayout>
1451              </Layout>
1452            </Container>
1453            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel8">
1454              <Properties>
1455                <Property name="opaque" type="boolean" value="false"/>
1456              </Properties>
1457
1458              <Layout>
1459                <DimensionLayout dim="0">
1460                  <Group type="103" groupAlignment="0" attributes="0">
1461                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1462                  </Group>
1463                </DimensionLayout>
1464                <DimensionLayout dim="1">
1465                  <Group type="103" groupAlignment="0" attributes="0">
1466                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1467                  </Group>
1468                </DimensionLayout>
1469              </Layout>
1470            </Container>
1471            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel9">
1472              <Properties>
1473                <Property name="opaque" type="boolean" value="false"/>
1474              </Properties>
1475
1476              <Layout>
1477                <DimensionLayout dim="0">
1478                  <Group type="103" groupAlignment="0" attributes="0">
1479                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1480                  </Group>
1481                </DimensionLayout>
1482                <DimensionLayout dim="1">
1483                  <Group type="103" groupAlignment="0" attributes="0">
1484                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1485                  </Group>
1486                </DimensionLayout>
1487              </Layout>
1488            </Container>
1489            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel10">
1490              <Properties>
1491                <Property name="opaque" type="boolean" value="false"/>
1492              </Properties>
1493
1494              <Layout>
1495                <DimensionLayout dim="0">
1496                  <Group type="103" groupAlignment="0" attributes="0">
1497                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1498                  </Group>
1499                </DimensionLayout>
1500                <DimensionLayout dim="1">
1501                  <Group type="103" groupAlignment="0" attributes="0">
1502                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1503                  </Group>
1504                </DimensionLayout>
1505              </Layout>
1506            </Container>
1507          </SubComponents>
1508        </Container>
1509      </SubComponents>
1510    </Container>
1511    <Component class="javax.swing.JSlider" name="zoomSlider">
1512      <Properties>
1513        <Property name="maximum" type="int" value="22"/>
1514        <Property name="minimum" type="int" value="4"/>
1515        <Property name="value" type="int" value="4"/>
1516        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
1517          <Color id="Default Cursor"/>
1518        </Property>
1519        <Property name="focusable" type="boolean" value="false"/>
1520      </Properties>
1521      <Events>
1522        <EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="zoomSliderStateChanged"/>
1523      </Events>
1524    </Component>
1525    <Component class="javax.swing.JLabel" name="zoomInIcon">
1526      <Properties>
1527        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
1528          <Image iconType="3" name="/images/ZoomIn.png"/>
1529        </Property>
1530        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
1531          <Color id="Hand Cursor"/>
1532        </Property>
1533      </Properties>
1534      <Events>
1535        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="zoomInIconMouseClicked"/>
1536      </Events>
1537    </Component>
1538    <Component class="javax.swing.JLabel" name="zoomOutIcon">
1539      <Properties>
1540        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
1541          <Image iconType="3" name="/images/ZoomOut.png"/>
1542        </Property>
1543        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
1544          <Color id="Hand Cursor"/>
1545        </Property>
1546      </Properties>
1547      <Events>
1548        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="zoomOutIconMouseClicked"/>
1549      </Events>
1550    </Component>
1551    <Container class="javax.swing.JScrollPane" name="timeStampScrollPane">
1552      <Properties>
1553        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1554          <Border info="null"/>
1555        </Property>
1556        <Property name="horizontalScrollBarPolicy" type="int" value="31"/>
1557        <Property name="verticalScrollBarPolicy" type="int" value="21"/>
1558      </Properties>
1559
1560      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
1561      <SubComponents>
1562        <Container class="scriptbuilder.gui.panels.TimeStampPanel" name="timeStampPanel">
1563
1564          <Layout>
1565            <DimensionLayout dim="0">
1566              <Group type="103" groupAlignment="0" attributes="0">
1567                  <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1568              </Group>
1569            </DimensionLayout>
1570            <DimensionLayout dim="1">
1571              <Group type="103" groupAlignment="0" attributes="0">
1572                  <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1573              </Group>
1574            </DimensionLayout>
1575          </Layout>
1576        </Container>
1577      </SubComponents>
1578    </Container>
1579    <Component class="javax.swing.JButton" name="btnAddTime">
1580      <Properties>
1581        <Property name="text" type="java.lang.String" value="+15:00"/>
1582      </Properties>
1583      <Events>
1584        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnAddTimeActionPerformed"/>
1585      </Events>
1586    </Component>
1587  </SubComponents>
1588</Form>
Note: See TracBrowser for help on using the repository browser.