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

Revision 49, 113.8 KB checked in by bmcguffin, 9 years ago (diff)

Updated menu dropdowns; added functionality for Save, Save As, and Open Script menu options.

Line 
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        </MenuItem>
16      </SubComponents>
17    </Container>
18    <Container class="javax.swing.JPopupMenu" name="eventPopupMenu">
19
20      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
21        <Property name="useNullLayout" type="boolean" value="true"/>
22      </Layout>
23      <SubComponents>
24        <MenuItem class="javax.swing.JMenuItem" name="cadEvent">
25          <Properties>
26            <Property name="text" type="java.lang.String" value="CAD Event"/>
27          </Properties>
28          <Events>
29            <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="cadEventMousePressed"/>
30            <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="cadEventMouseReleased"/>
31          </Events>
32        </MenuItem>
33        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem2">
34          <Properties>
35            <Property name="text" type="java.lang.String" value="Paramics Event"/>
36          </Properties>
37        </MenuItem>
38        <MenuItem class="javax.swing.JMenuItem" name="radioEvent">
39          <Properties>
40            <Property name="text" type="java.lang.String" value="Radio Event"/>
41          </Properties>
42          <Events>
43            <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="radioEventMousePressed"/>
44          </Events>
45        </MenuItem>
46        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem4">
47          <Properties>
48            <Property name="text" type="java.lang.String" value="Telephone Event"/>
49          </Properties>
50        </MenuItem>
51        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem5">
52          <Properties>
53            <Property name="text" type="java.lang.String" value="Video Event"/>
54          </Properties>
55        </MenuItem>
56        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem6">
57          <Properties>
58            <Property name="text" type="java.lang.String" value="Evaluation Event"/>
59          </Properties>
60        </MenuItem>
61      </SubComponents>
62    </Container>
63    <Container class="javax.swing.JFrame" name="cadEventFrame">
64      <Properties>
65        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
66          <Dimension value="[400, 300]"/>
67        </Property>
68      </Properties>
69
70      <Layout>
71        <DimensionLayout dim="0">
72          <Group type="103" groupAlignment="0" attributes="0">
73              <Group type="102" attributes="0">
74                  <EmptySpace max="-2" attributes="0"/>
75                  <Component id="jLabel5" min="-2" pref="68" max="-2" attributes="0"/>
76                  <EmptySpace max="32767" attributes="0"/>
77              </Group>
78          </Group>
79        </DimensionLayout>
80        <DimensionLayout dim="1">
81          <Group type="103" groupAlignment="0" attributes="0">
82              <Group type="102" alignment="0" attributes="0">
83                  <EmptySpace max="-2" attributes="0"/>
84                  <Component id="jLabel5" min="-2" max="-2" attributes="0"/>
85                  <EmptySpace pref="1357" max="32767" attributes="0"/>
86              </Group>
87          </Group>
88        </DimensionLayout>
89      </Layout>
90      <SubComponents>
91        <Component class="javax.swing.JLabel" name="jLabel5">
92          <Properties>
93            <Property name="text" type="java.lang.String" value="CAD Entry"/>
94          </Properties>
95        </Component>
96      </SubComponents>
97    </Container>
98    <Container class="javax.swing.JFrame" name="radioEventFrame">
99      <Properties>
100        <Property name="title" type="java.lang.String" value="Add Radio Event"/>
101        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
102          <Dimension value="[400, 300]"/>
103        </Property>
104      </Properties>
105
106      <Layout>
107        <DimensionLayout dim="0">
108          <Group type="103" groupAlignment="0" attributes="0">
109              <Group type="102" alignment="1" attributes="0">
110                  <EmptySpace max="-2" attributes="0"/>
111                  <Group type="103" groupAlignment="1" attributes="0">
112                      <Component id="radioMessageScrollPane" alignment="0" pref="380" max="32767" attributes="0"/>
113                      <Group type="102" alignment="0" attributes="0">
114                          <Component id="radioTypeLabel" min="-2" max="-2" attributes="0"/>
115                          <EmptySpace type="unrelated" max="-2" attributes="0"/>
116                          <Component id="radioTypeComboBox" pref="312" max="32767" attributes="0"/>
117                      </Group>
118                      <Component id="jLabel7" alignment="0" min="-2" max="-2" attributes="0"/>
119                      <Group type="102" alignment="0" attributes="0">
120                          <Component id="cancelButton" min="-2" max="-2" attributes="0"/>
121                          <EmptySpace pref="246" max="32767" attributes="0"/>
122                          <Component id="okButton" min="-2" pref="69" max="-2" attributes="0"/>
123                      </Group>
124                  </Group>
125                  <EmptySpace max="-2" attributes="0"/>
126              </Group>
127          </Group>
128        </DimensionLayout>
129        <DimensionLayout dim="1">
130          <Group type="103" groupAlignment="0" attributes="0">
131              <Group type="102" alignment="0" attributes="0">
132                  <EmptySpace max="-2" attributes="0"/>
133                  <Group type="103" groupAlignment="3" attributes="0">
134                      <Component id="radioTypeLabel" alignment="3" min="-2" max="-2" attributes="0"/>
135                      <Component id="radioTypeComboBox" alignment="3" min="-2" max="-2" attributes="0"/>
136                  </Group>
137                  <EmptySpace type="unrelated" max="-2" attributes="0"/>
138                  <Component id="jLabel7" min="-2" max="-2" attributes="0"/>
139                  <EmptySpace max="-2" attributes="0"/>
140                  <Component id="radioMessageScrollPane" pref="198" max="32767" attributes="0"/>
141                  <EmptySpace max="-2" attributes="0"/>
142                  <Group type="103" groupAlignment="3" attributes="0">
143                      <Component id="okButton" alignment="3" min="-2" max="-2" attributes="0"/>
144                      <Component id="cancelButton" alignment="3" min="-2" max="-2" attributes="0"/>
145                  </Group>
146                  <EmptySpace max="-2" attributes="0"/>
147              </Group>
148          </Group>
149        </DimensionLayout>
150      </Layout>
151      <SubComponents>
152        <Component class="javax.swing.JLabel" name="radioTypeLabel">
153          <Properties>
154            <Property name="text" type="java.lang.String" value="Radio Type:"/>
155          </Properties>
156        </Component>
157        <Component class="javax.swing.JLabel" name="jLabel7">
158          <Properties>
159            <Property name="text" type="java.lang.String" value="Radio Message:"/>
160          </Properties>
161        </Component>
162        <Component class="javax.swing.JComboBox" name="radioTypeComboBox">
163          <Properties>
164            <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
165              <StringArray count="2">
166                <StringItem index="0" value="TMT"/>
167                <StringItem index="1" value="Maintanence"/>
168              </StringArray>
169            </Property>
170          </Properties>
171        </Component>
172        <Container class="javax.swing.JScrollPane" name="radioMessageScrollPane">
173          <Properties>
174            <Property name="verticalScrollBarPolicy" type="int" value="22"/>
175          </Properties>
176          <AuxValues>
177            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
178          </AuxValues>
179
180          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
181          <SubComponents>
182            <Component class="javax.swing.JTextArea" name="radioMessage">
183              <Properties>
184                <Property name="columns" type="int" value="20"/>
185                <Property name="lineWrap" type="boolean" value="true"/>
186                <Property name="rows" type="int" value="5"/>
187                <Property name="wrapStyleWord" type="boolean" value="true"/>
188              </Properties>
189            </Component>
190          </SubComponents>
191        </Container>
192        <Component class="javax.swing.JButton" name="okButton">
193          <Properties>
194            <Property name="text" type="java.lang.String" value="OK"/>
195          </Properties>
196          <Events>
197            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="okButtonActionPerformed"/>
198          </Events>
199        </Component>
200        <Component class="javax.swing.JButton" name="cancelButton">
201          <Properties>
202            <Property name="text" type="java.lang.String" value="Cancel"/>
203          </Properties>
204          <Events>
205            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cancelButtonActionPerformed"/>
206          </Events>
207        </Component>
208      </SubComponents>
209    </Container>
210    <Container class="javax.swing.JPopupMenu" name="eventListPopupMenu">
211
212      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
213        <Property name="useNullLayout" type="boolean" value="true"/>
214      </Layout>
215      <SubComponents>
216        <MenuItem class="javax.swing.JMenuItem" name="editEventList">
217          <Properties>
218            <Property name="text" type="java.lang.String" value="Edit..."/>
219          </Properties>
220          <Events>
221            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="editEventListActionPerformed"/>
222          </Events>
223        </MenuItem>
224        <MenuItem class="javax.swing.JMenuItem" name="deleteEventList">
225          <Properties>
226            <Property name="text" type="java.lang.String" value="Delete..."/>
227          </Properties>
228        </MenuItem>
229      </SubComponents>
230    </Container>
231    <Container class="javax.swing.JFrame" name="incidentFrame">
232      <Properties>
233        <Property name="title" type="java.lang.String" value="Incident"/>
234        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
235          <Dimension value="[400, 400]"/>
236        </Property>
237      </Properties>
238
239      <Layout>
240        <DimensionLayout dim="0">
241          <Group type="103" groupAlignment="0" attributes="0">
242              <Group type="102" alignment="1" attributes="0">
243                  <EmptySpace max="-2" attributes="0"/>
244                  <Group type="103" groupAlignment="1" attributes="0">
245                      <Component id="jScrollPane1" alignment="0" pref="322" max="32767" attributes="0"/>
246                      <Component id="jLabel10" alignment="0" min="-2" max="-2" attributes="0"/>
247                      <Group type="102" alignment="0" attributes="0">
248                          <Group type="103" groupAlignment="0" attributes="0">
249                              <Component id="jLabel6" alignment="0" min="-2" max="-2" attributes="0"/>
250                              <Component id="jLabel8" alignment="0" min="-2" max="-2" attributes="0"/>
251                              <Component id="jLabel9" alignment="0" min="-2" max="-2" attributes="0"/>
252                          </Group>
253                          <EmptySpace type="separate" max="-2" attributes="0"/>
254                          <Group type="103" groupAlignment="0" attributes="0">
255                              <Component id="addIncidentName" pref="218" max="32767" attributes="0"/>
256                              <Component id="addIncidentNumber" alignment="0" pref="218" max="32767" attributes="0"/>
257                              <Group type="102" alignment="1" attributes="0">
258                                  <Component id="incidentColorField" pref="119" max="32767" attributes="0"/>
259                                  <EmptySpace max="-2" attributes="0"/>
260                                  <Component id="jButton3" min="-2" pref="93" max="-2" attributes="0"/>
261                              </Group>
262                          </Group>
263                      </Group>
264                      <Group type="102" alignment="0" attributes="0">
265                          <Component id="incidentCancelButton" min="-2" max="-2" attributes="0"/>
266                          <EmptySpace pref="188" max="32767" attributes="0"/>
267                          <Component id="incidentOkButton" min="-2" pref="69" max="-2" attributes="0"/>
268                      </Group>
269                      <Group type="102" alignment="0" attributes="0">
270                          <Group type="103" groupAlignment="0" attributes="0">
271                              <Component id="jLabel12" min="-2" max="-2" attributes="0"/>
272                              <Component id="jLabel11" alignment="0" min="-2" max="-2" attributes="0"/>
273                          </Group>
274                          <EmptySpace min="-2" pref="18" max="-2" attributes="0"/>
275                          <Group type="103" groupAlignment="0" attributes="0">
276                              <Component id="addIncidentStart" alignment="0" pref="158" max="32767" attributes="0"/>
277                              <Component id="addIncidentLength" alignment="0" pref="158" max="32767" attributes="0"/>
278                          </Group>
279                      </Group>
280                  </Group>
281                  <EmptySpace max="-2" attributes="0"/>
282              </Group>
283          </Group>
284        </DimensionLayout>
285        <DimensionLayout dim="1">
286          <Group type="103" groupAlignment="0" attributes="0">
287              <Group type="102" alignment="0" attributes="0">
288                  <EmptySpace max="-2" attributes="0"/>
289                  <Group type="103" groupAlignment="3" attributes="0">
290                      <Component id="jLabel6" alignment="3" min="-2" max="-2" attributes="0"/>
291                      <Component id="addIncidentNumber" alignment="3" min="-2" max="-2" attributes="0"/>
292                  </Group>
293                  <EmptySpace max="-2" attributes="0"/>
294                  <Group type="103" groupAlignment="3" attributes="0">
295                      <Component id="jLabel8" alignment="3" min="-2" max="-2" attributes="0"/>
296                      <Component id="addIncidentName" alignment="3" min="-2" max="-2" attributes="0"/>
297                  </Group>
298                  <EmptySpace max="-2" attributes="0"/>
299                  <Group type="103" groupAlignment="3" attributes="0">
300                      <Component id="jLabel9" alignment="3" min="-2" max="-2" attributes="0"/>
301                      <Component id="jButton3" alignment="3" min="-2" max="-2" attributes="0"/>
302                      <Component id="incidentColorField" alignment="3" min="-2" max="-2" attributes="0"/>
303                  </Group>
304                  <EmptySpace max="-2" attributes="0"/>
305                  <Component id="jLabel10" min="-2" max="-2" attributes="0"/>
306                  <EmptySpace max="-2" attributes="0"/>
307                  <Component id="jScrollPane1" pref="106" max="32767" attributes="0"/>
308                  <EmptySpace max="-2" attributes="0"/>
309                  <Group type="103" groupAlignment="3" attributes="0">
310                      <Component id="addIncidentStart" alignment="3" min="-2" max="-2" attributes="0"/>
311                      <Component id="jLabel12" alignment="3" min="-2" max="-2" attributes="0"/>
312                  </Group>
313                  <EmptySpace max="-2" attributes="0"/>
314                  <Group type="103" groupAlignment="3" attributes="0">
315                      <Component id="addIncidentLength" alignment="3" min="-2" max="-2" attributes="0"/>
316                      <Component id="jLabel11" alignment="3" min="-2" max="-2" attributes="0"/>
317                  </Group>
318                  <EmptySpace max="-2" attributes="0"/>
319                  <Group type="103" groupAlignment="3" attributes="0">
320                      <Component id="incidentCancelButton" alignment="3" min="-2" max="-2" attributes="0"/>
321                      <Component id="incidentOkButton" alignment="3" min="-2" max="-2" attributes="0"/>
322                  </Group>
323                  <EmptySpace max="-2" attributes="0"/>
324              </Group>
325          </Group>
326        </DimensionLayout>
327      </Layout>
328      <SubComponents>
329        <Component class="javax.swing.JLabel" name="jLabel6">
330          <Properties>
331            <Property name="text" type="java.lang.String" value="Incident Number: "/>
332          </Properties>
333        </Component>
334        <Component class="javax.swing.JLabel" name="jLabel8">
335          <Properties>
336            <Property name="text" type="java.lang.String" value="Incident Name:"/>
337          </Properties>
338        </Component>
339        <Component class="javax.swing.JLabel" name="jLabel9">
340          <Properties>
341            <Property name="text" type="java.lang.String" value="Incident Color: "/>
342          </Properties>
343        </Component>
344        <Component class="javax.swing.JLabel" name="jLabel10">
345          <Properties>
346            <Property name="text" type="java.lang.String" value="Incident Description:"/>
347          </Properties>
348        </Component>
349        <Container class="javax.swing.JScrollPane" name="jScrollPane1">
350          <Properties>
351            <Property name="horizontalScrollBarPolicy" type="int" value="31"/>
352            <Property name="verticalScrollBarPolicy" type="int" value="22"/>
353          </Properties>
354          <AuxValues>
355            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
356          </AuxValues>
357
358          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
359          <SubComponents>
360            <Component class="javax.swing.JTextArea" name="addIncidentDescription">
361              <Properties>
362                <Property name="columns" type="int" value="20"/>
363                <Property name="lineWrap" type="boolean" value="true"/>
364                <Property name="rows" type="int" value="5"/>
365                <Property name="wrapStyleWord" type="boolean" value="true"/>
366              </Properties>
367            </Component>
368          </SubComponents>
369        </Container>
370        <Component class="javax.swing.JButton" name="incidentOkButton">
371          <Properties>
372            <Property name="text" type="java.lang.String" value="OK"/>
373          </Properties>
374          <Events>
375            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="incidentOkButtonActionPerformed"/>
376          </Events>
377        </Component>
378        <Component class="javax.swing.JButton" name="incidentCancelButton">
379          <Properties>
380            <Property name="text" type="java.lang.String" value="Cancel"/>
381          </Properties>
382          <Events>
383            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="incidentCancelButtonActionPerformed"/>
384          </Events>
385        </Component>
386        <Component class="javax.swing.JSpinner" name="addIncidentNumber">
387          <Properties>
388            <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
389              <SpinnerModel initial="101" minimum="101" numberType="java.lang.Integer" stepSize="1" type="number"/>
390            </Property>
391          </Properties>
392        </Component>
393        <Component class="javax.swing.JTextField" name="addIncidentName">
394        </Component>
395        <Component class="javax.swing.JLabel" name="jLabel11">
396          <Properties>
397            <Property name="text" type="java.lang.String" value="Incident Length in Minutes: "/>
398          </Properties>
399        </Component>
400        <Component class="javax.swing.JSpinner" name="addIncidentLength">
401          <Properties>
402            <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
403              <SpinnerModel initial="0" minimum="0" numberType="java.lang.Integer" stepSize="1" type="number"/>
404            </Property>
405          </Properties>
406        </Component>
407        <Component class="javax.swing.JLabel" name="jLabel12">
408          <Properties>
409            <Property name="text" type="java.lang.String" value="Incident Start Time in Minutes:"/>
410          </Properties>
411        </Component>
412        <Component class="javax.swing.JSpinner" name="addIncidentStart">
413          <Properties>
414            <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
415              <SpinnerModel initial="0" minimum="0" numberType="java.lang.Integer" stepSize="1" type="number"/>
416            </Property>
417          </Properties>
418        </Component>
419        <Component class="javax.swing.JButton" name="jButton3">
420          <Properties>
421            <Property name="text" type="java.lang.String" value="Choose..."/>
422          </Properties>
423          <Events>
424            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton3ActionPerformed"/>
425          </Events>
426        </Component>
427        <Component class="javax.swing.JTextField" name="incidentColorField">
428          <Properties>
429            <Property name="editable" type="boolean" value="false"/>
430            <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
431              <Color blue="0" green="0" red="0" type="rgb"/>
432            </Property>
433          </Properties>
434        </Component>
435      </SubComponents>
436    </Container>
437    <Container class="javax.swing.JFrame" name="addNoiseFrame">
438      <Properties>
439        <Property name="title" type="java.lang.String" value="Generate Noise"/>
440        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
441          <Dimension value="[395, 315]"/>
442        </Property>
443        <Property name="resizable" type="boolean" value="false"/>
444      </Properties>
445
446      <Layout>
447        <DimensionLayout dim="0">
448          <Group type="103" groupAlignment="0" attributes="0">
449              <Group type="102" alignment="1" attributes="0">
450                  <EmptySpace pref="21" max="32767" attributes="0"/>
451                  <Group type="103" groupAlignment="1" attributes="0">
452                      <Component id="jTextArea1" alignment="0" max="32767" attributes="1"/>
453                      <Group type="103" alignment="1" groupAlignment="1" max="-2" attributes="0">
454                          <Group type="102" alignment="0" attributes="1">
455                              <Component id="jButton1" min="-2" max="-2" attributes="0"/>
456                              <EmptySpace max="32767" attributes="0"/>
457                              <Component id="jButton2" min="-2" max="-2" attributes="0"/>
458                          </Group>
459                          <Group type="102" alignment="0" attributes="0">
460                              <Group type="103" groupAlignment="0" attributes="0">
461                                  <Group type="103" alignment="0" groupAlignment="1" attributes="0">
462                                      <Component id="jLabel16" alignment="1" min="-2" max="-2" attributes="0"/>
463                                      <Component id="jLabel14" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
464                                      <Component id="jLabel15" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
465                                      <Component id="jLabel13" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
466                                  </Group>
467                                  <Component id="jLabel17" alignment="0" min="-2" pref="81" max="-2" attributes="0"/>
468                              </Group>
469                              <EmptySpace min="-2" pref="4" max="-2" attributes="0"/>
470                              <Group type="103" groupAlignment="0" max="-2" attributes="0">
471                                  <Component id="jSlider1" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
472                                  <Component id="jSlider2" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
473                                  <Component id="jSlider3" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
474                                  <Component id="jSlider5" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
475                                  <Component id="jSlider4" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
476                                  <Group type="102" alignment="1" attributes="1">
477                                      <Component id="jLabel20" min="-2" max="-2" attributes="0"/>
478                                      <EmptySpace max="32767" attributes="0"/>
479                                      <Component id="jLabel21" min="-2" max="-2" attributes="0"/>
480                                  </Group>
481                              </Group>
482                          </Group>
483                      </Group>
484                  </Group>
485                  <EmptySpace min="-2" pref="20" max="-2" attributes="0"/>
486              </Group>
487          </Group>
488        </DimensionLayout>
489        <DimensionLayout dim="1">
490          <Group type="103" groupAlignment="0" attributes="0">
491              <Group type="102" alignment="1" attributes="0">
492                  <EmptySpace max="-2" attributes="0"/>
493                  <Component id="jTextArea1" pref="39" max="32767" attributes="0"/>
494                  <EmptySpace max="-2" attributes="0"/>
495                  <Group type="103" groupAlignment="1" attributes="0">
496                      <Component id="jLabel21" min="-2" max="-2" attributes="0"/>
497                      <Component id="jLabel20" min="-2" max="-2" attributes="0"/>
498                  </Group>
499                  <EmptySpace max="-2" attributes="0"/>
500                  <Group type="103" groupAlignment="1" attributes="0">
501                      <Component id="jLabel13" min="-2" pref="30" max="-2" attributes="1"/>
502                      <Component id="jSlider1" alignment="1" min="-2" pref="30" max="-2" attributes="1"/>
503                  </Group>
504                  <EmptySpace max="-2" attributes="0"/>
505                  <Group type="103" groupAlignment="1" attributes="0">
506                      <Component id="jLabel14" min="-2" pref="28" max="-2" attributes="1"/>
507                      <Component id="jSlider2" alignment="1" min="-2" pref="28" max="-2" attributes="1"/>
508                  </Group>
509                  <EmptySpace max="-2" attributes="0"/>
510                  <Group type="103" groupAlignment="1" max="-2" attributes="0">
511                      <Component id="jLabel15" min="-2" max="-2" attributes="1"/>
512                      <Component id="jSlider3" alignment="1" min="-2" max="-2" attributes="1"/>
513                  </Group>
514                  <EmptySpace max="-2" attributes="0"/>
515                  <Group type="103" groupAlignment="1" attributes="0">
516                      <Component id="jSlider4" min="-2" pref="29" max="-2" attributes="1"/>
517                      <Component id="jLabel16" min="-2" pref="29" max="-2" attributes="1"/>
518                  </Group>
519                  <EmptySpace max="-2" attributes="0"/>
520                  <Group type="103" groupAlignment="0" attributes="0">
521                      <Component id="jSlider5" min="-2" max="-2" attributes="1"/>
522                      <Component id="jLabel17" min="-2" max="-2" attributes="1"/>
523                  </Group>
524                  <EmptySpace type="separate" max="-2" attributes="0"/>
525                  <Group type="103" groupAlignment="0" attributes="0">
526                      <Component id="jButton1" min="-2" max="-2" attributes="0"/>
527                      <Component id="jButton2" min="-2" max="-2" attributes="0"/>
528                  </Group>
529                  <EmptySpace max="-2" attributes="0"/>
530              </Group>
531          </Group>
532        </DimensionLayout>
533      </Layout>
534      <SubComponents>
535        <Component class="javax.swing.JLabel" name="jLabel13">
536          <Properties>
537            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
538              <Font name="Tahoma" size="12" style="0"/>
539            </Property>
540            <Property name="text" type="java.lang.String" value="Radio Chatter: "/>
541          </Properties>
542        </Component>
543        <Component class="javax.swing.JSlider" name="jSlider1">
544        </Component>
545        <Component class="javax.swing.JSlider" name="jSlider2">
546        </Component>
547        <Component class="javax.swing.JLabel" name="jLabel14">
548          <Properties>
549            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
550              <Font name="Tahoma" size="12" style="0"/>
551            </Property>
552            <Property name="text" type="java.lang.String" value="Lane Closures:"/>
553          </Properties>
554        </Component>
555        <Component class="javax.swing.JSlider" name="jSlider3">
556        </Component>
557        <Component class="javax.swing.JLabel" name="jLabel15">
558          <Properties>
559            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
560              <Font name="Tahoma" size="12" style="0"/>
561            </Property>
562            <Property name="text" type="java.lang.String" value="TMCAL Logs:"/>
563          </Properties>
564        </Component>
565        <Component class="javax.swing.JTextArea" name="jTextArea1">
566          <Properties>
567            <Property name="editable" type="boolean" value="false"/>
568            <Property name="columns" type="int" value="20"/>
569            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
570              <Font name="Tahoma" size="12" style="0"/>
571            </Property>
572            <Property name="lineWrap" type="boolean" value="true"/>
573            <Property name="rows" type="int" value="5"/>
574            <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"/>
575            <Property name="wrapStyleWord" type="boolean" value="true"/>
576            <Property name="autoscrolls" type="boolean" value="false"/>
577            <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
578              <Border info="null"/>
579            </Property>
580            <Property name="disabledTextColor" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
581              <Color blue="0" green="0" red="0" type="rgb"/>
582            </Property>
583            <Property name="focusable" type="boolean" value="false"/>
584            <Property name="opaque" type="boolean" value="false"/>
585          </Properties>
586        </Component>
587        <Component class="javax.swing.JSlider" name="jSlider4">
588        </Component>
589        <Component class="javax.swing.JLabel" name="jLabel16">
590          <Properties>
591            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
592              <Font name="Tahoma" size="12" style="0"/>
593            </Property>
594            <Property name="text" type="java.lang.String" value="Background Noise: "/>
595          </Properties>
596        </Component>
597        <Component class="javax.swing.JSlider" name="jSlider5">
598        </Component>
599        <Component class="javax.swing.JLabel" name="jLabel17">
600          <Properties>
601            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
602              <Font name="Tahoma" size="12" style="0"/>
603            </Property>
604            <Property name="text" type="java.lang.String" value="Minor Events:"/>
605          </Properties>
606        </Component>
607        <Component class="javax.swing.JButton" name="jButton1">
608          <Properties>
609            <Property name="text" type="java.lang.String" value="Cancel"/>
610          </Properties>
611          <Events>
612            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
613          </Events>
614        </Component>
615        <Component class="javax.swing.JButton" name="jButton2">
616          <Properties>
617            <Property name="text" type="java.lang.String" value="Generate"/>
618          </Properties>
619          <Events>
620            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/>
621          </Events>
622        </Component>
623        <Component class="javax.swing.JLabel" name="jLabel20">
624          <Properties>
625            <Property name="text" type="java.lang.String" value="Least Frequent"/>
626          </Properties>
627        </Component>
628        <Component class="javax.swing.JLabel" name="jLabel21">
629          <Properties>
630            <Property name="text" type="java.lang.String" value="Most Frequent"/>
631          </Properties>
632        </Component>
633      </SubComponents>
634    </Container>
635    <Component class="javax.swing.JColorChooser" name="incidentColorChooser">
636    </Component>
637    <Menu class="javax.swing.JMenuBar" name="scriptBuilderMenuBar">
638      <SubComponents>
639        <Menu class="javax.swing.JMenu" name="fileMenu">
640          <Properties>
641            <Property name="text" type="java.lang.String" value="File"/>
642            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
643              <Insets value="[0, 10, 0, 10]"/>
644            </Property>
645          </Properties>
646          <Events>
647            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileMenuActionPerformed"/>
648          </Events>
649          <SubComponents>
650            <MenuItem class="javax.swing.JMenuItem" name="fileNew">
651              <Properties>
652                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
653                  <KeyStroke key="Shift+Ctrl+N"/>
654                </Property>
655                <Property name="text" type="java.lang.String" value="New"/>
656              </Properties>
657            </MenuItem>
658            <MenuItem class="javax.swing.JPopupMenu$Separator" name="jSeparator1">
659            </MenuItem>
660            <MenuItem class="javax.swing.JMenuItem" name="fileOpen">
661              <Properties>
662                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
663                  <KeyStroke key="Shift+Ctrl+O"/>
664                </Property>
665                <Property name="text" type="java.lang.String" value="Open..."/>
666              </Properties>
667              <Events>
668                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileOpenActionPerformed"/>
669              </Events>
670            </MenuItem>
671            <MenuItem class="javax.swing.JPopupMenu$Separator" name="jSeparator2">
672            </MenuItem>
673            <MenuItem class="javax.swing.JMenuItem" name="fileSave">
674              <Properties>
675                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
676                  <KeyStroke key="Ctrl+S"/>
677                </Property>
678                <Property name="text" type="java.lang.String" value="Save"/>
679              </Properties>
680              <Events>
681                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileSaveActionPerformed"/>
682              </Events>
683            </MenuItem>
684            <MenuItem class="javax.swing.JMenuItem" name="fileSaveAs">
685              <Properties>
686                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
687                  <KeyStroke key="Shift+Ctrl+S"/>
688                </Property>
689                <Property name="text" type="java.lang.String" value="Save as..."/>
690              </Properties>
691              <Events>
692                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileSaveAsActionPerformed"/>
693              </Events>
694            </MenuItem>
695          </SubComponents>
696        </Menu>
697        <Menu class="javax.swing.JMenu" name="generateMenu">
698          <Properties>
699            <Property name="label" type="java.lang.String" value="Generate"/>
700            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
701              <Insets value="[0, 10, 0, 10]"/>
702            </Property>
703          </Properties>
704          <SubComponents>
705            <MenuItem class="javax.swing.JMenuItem" name="generateNotebooks">
706              <Properties>
707                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
708                  <KeyStroke key="Ctrl+Alt+N"/>
709                </Property>
710                <Property name="text" type="java.lang.String" value="Generate Notebooks..."/>
711              </Properties>
712              <Events>
713                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateNotebooksActionPerformed"/>
714              </Events>
715            </MenuItem>
716            <MenuItem class="javax.swing.JMenuItem" name="jMenuItem3">
717              <Properties>
718                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
719                  <KeyStroke key="Ctrl+Alt+W"/>
720                </Property>
721                <Property name="text" type="java.lang.String" value="Generate Web Notebook..."/>
722              </Properties>
723            </MenuItem>
724            <MenuItem class="javax.swing.JMenuItem" name="generateScorecards">
725              <Properties>
726                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
727                  <KeyStroke key="Ctrl+Alt+S"/>
728                </Property>
729                <Property name="text" type="java.lang.String" value="Generate Scorecards..."/>
730              </Properties>
731              <Events>
732                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateScorecardsActionPerformed"/>
733              </Events>
734            </MenuItem>
735            <MenuItem class="javax.swing.JMenuItem" name="generateOrganizationChart">
736              <Properties>
737                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
738                  <KeyStroke key="Ctrl+Alt+O"/>
739                </Property>
740                <Property name="text" type="java.lang.String" value="Generate D14 TMC Org Chart..."/>
741              </Properties>
742              <Events>
743                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateOrganizationChartActionPerformed"/>
744              </Events>
745            </MenuItem>
746            <MenuItem class="javax.swing.JPopupMenu$Separator" name="jSeparator3">
747            </MenuItem>
748            <MenuItem class="javax.swing.JMenuItem" name="generateProjectRequirements">
749              <Properties>
750                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
751                  <KeyStroke key="Ctrl+Alt+R"/>
752                </Property>
753                <Property name="text" type="java.lang.String" value="Generate Project Worklist..."/>
754              </Properties>
755              <Events>
756                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateProjectRequirementsActionPerformed"/>
757              </Events>
758            </MenuItem>
759          </SubComponents>
760        </Menu>
761        <Menu class="javax.swing.JMenu" name="incidentMenu">
762          <Properties>
763            <Property name="text" type="java.lang.String" value="Incidents"/>
764            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
765              <Insets value="[0, 10, 0, 10]"/>
766            </Property>
767          </Properties>
768          <SubComponents>
769            <MenuItem class="javax.swing.JMenuItem" name="newIncident">
770              <Properties>
771                <Property name="text" type="java.lang.String" value="New Incident..."/>
772              </Properties>
773              <Events>
774                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="newIncidentActionPerformed"/>
775              </Events>
776            </MenuItem>
777            <MenuItem class="javax.swing.JMenuItem" name="editIncident">
778              <Properties>
779                <Property name="text" type="java.lang.String" value="Edit Incident..."/>
780              </Properties>
781              <Events>
782                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="editIncidentActionPerformed"/>
783              </Events>
784            </MenuItem>
785            <MenuItem class="javax.swing.JPopupMenu$Separator" name="jSeparator4">
786            </MenuItem>
787            <MenuItem class="javax.swing.JMenuItem" name="saveIncident">
788              <Properties>
789                <Property name="text" type="java.lang.String" value="Save Incident..."/>
790              </Properties>
791              <Events>
792                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="saveIncidentActionPerformed"/>
793              </Events>
794            </MenuItem>
795            <MenuItem class="javax.swing.JMenuItem" name="loadIncident">
796              <Properties>
797                <Property name="text" type="java.lang.String" value="Load Incident..."/>
798              </Properties>
799              <Events>
800                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="loadIncidentActionPerformed"/>
801              </Events>
802            </MenuItem>
803          </SubComponents>
804        </Menu>
805        <Menu class="javax.swing.JMenu" name="generateNoiseMenu">
806          <Properties>
807            <Property name="text" type="java.lang.String" value="Noise"/>
808          </Properties>
809          <SubComponents>
810            <MenuItem class="javax.swing.JMenuItem" name="generateNoiseOption">
811              <Properties>
812                <Property name="text" type="java.lang.String" value="Generate Noise..."/>
813              </Properties>
814              <Events>
815                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateNoiseOptionActionPerformed"/>
816              </Events>
817            </MenuItem>
818          </SubComponents>
819        </Menu>
820        <Menu class="javax.swing.JMenu" name="helpMenu">
821          <Properties>
822            <Property name="text" type="java.lang.String" value="Help"/>
823            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
824              <Insets value="[0, 10, 0, 10]"/>
825            </Property>
826          </Properties>
827          <SubComponents>
828            <MenuItem class="javax.swing.JMenuItem" name="helpTutorial">
829              <Properties>
830                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
831                  <KeyStroke key="F1"/>
832                </Property>
833                <Property name="text" type="java.lang.String" value="Tutorial..."/>
834              </Properties>
835            </MenuItem>
836            <MenuItem class="javax.swing.JMenuItem" name="helpAbout">
837              <Properties>
838                <Property name="text" type="java.lang.String" value="About..."/>
839              </Properties>
840              <Events>
841                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="helpAboutActionPerformed"/>
842              </Events>
843            </MenuItem>
844          </SubComponents>
845        </Menu>
846      </SubComponents>
847    </Menu>
848  </NonVisualComponents>
849  <Properties>
850    <Property name="defaultCloseOperation" type="int" value="3"/>
851    <Property name="title" type="java.lang.String" value="Script Builder"/>
852    <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
853      <Color id="Default Cursor"/>
854    </Property>
855    <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
856      <Dimension value="[800, 800]"/>
857    </Property>
858  </Properties>
859  <SyntheticProperties>
860    <SyntheticProperty name="menuBar" type="java.lang.String" value="scriptBuilderMenuBar"/>
861    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
862    <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
863  </SyntheticProperties>
864  <AuxValues>
865    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
866    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
867    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
868    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
869    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
870    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
871    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
872    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
873    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
874  </AuxValues>
875
876  <Layout>
877    <DimensionLayout dim="0">
878      <Group type="103" groupAlignment="0" attributes="0">
879          <Group type="102" attributes="0">
880              <EmptySpace max="-2" attributes="0"/>
881              <Group type="103" groupAlignment="0" attributes="0">
882                  <Component id="timelinesScrollPane" alignment="0" min="0" pref="0" max="32767" attributes="1"/>
883                  <Component id="timeStampScrollPane" alignment="0" max="32767" attributes="0"/>
884                  <Group type="102" alignment="1" attributes="0">
885                      <Component id="scriptEventsPanel1" max="32767" attributes="0"/>
886                      <EmptySpace max="-2" attributes="0"/>
887                      <Component id="scriptEventsPanel" max="32767" attributes="0"/>
888                  </Group>
889                  <Group type="102" alignment="0" attributes="0">
890                      <Component id="selectButton" min="-2" pref="40" max="-2" attributes="0"/>
891                      <EmptySpace max="-2" attributes="0"/>
892                      <Component id="incidentEventsPanel" min="-2" max="-2" attributes="0"/>
893                      <EmptySpace max="-2" attributes="0"/>
894                      <Component id="evaluationEventsPanel" min="-2" max="-2" attributes="0"/>
895                      <EmptySpace type="separate" max="-2" attributes="0"/>
896                      <Group type="103" groupAlignment="0" attributes="0">
897                          <Component id="zoomInIcon" alignment="0" min="-2" max="-2" attributes="0"/>
898                          <Component id="zoomSlider" alignment="0" min="-2" pref="31" max="-2" attributes="0"/>
899                          <Component id="zoomOutIcon" alignment="0" min="-2" max="-2" attributes="0"/>
900                      </Group>
901                  </Group>
902              </Group>
903              <EmptySpace max="-2" attributes="0"/>
904          </Group>
905      </Group>
906    </DimensionLayout>
907    <DimensionLayout dim="1">
908      <Group type="103" groupAlignment="0" attributes="0">
909          <Group type="102" alignment="1" attributes="0">
910              <Group type="103" groupAlignment="0" attributes="0">
911                  <Group type="102" attributes="0">
912                      <EmptySpace max="-2" attributes="0"/>
913                      <Group type="103" groupAlignment="0" attributes="0">
914                          <Component id="evaluationEventsPanel" alignment="0" min="-2" max="-2" attributes="1"/>
915                          <Component id="incidentEventsPanel" alignment="0" min="-2" max="-2" attributes="1"/>
916                          <Group type="102" alignment="0" attributes="0">
917                              <EmptySpace min="-2" pref="47" max="-2" attributes="0"/>
918                              <Component id="selectButton" min="-2" pref="55" max="-2" attributes="1"/>
919                          </Group>
920                      </Group>
921                  </Group>
922                  <Group type="102" alignment="0" attributes="0">
923                      <EmptySpace min="-2" pref="20" max="-2" attributes="0"/>
924                      <Component id="zoomInIcon" min="-2" max="-2" attributes="0"/>
925                      <EmptySpace min="-2" pref="1" max="-2" attributes="0"/>
926                      <Component id="zoomSlider" min="-2" pref="69" max="-2" attributes="1"/>
927                      <EmptySpace max="-2" attributes="0"/>
928                      <Component id="zoomOutIcon" min="-2" max="-2" attributes="0"/>
929                  </Group>
930              </Group>
931              <EmptySpace max="-2" attributes="0"/>
932              <Component id="timeStampScrollPane" min="-2" pref="20" max="-2" attributes="0"/>
933              <EmptySpace max="-2" attributes="0"/>
934              <Component id="timelinesScrollPane" min="-2" pref="365" max="-2" attributes="0"/>
935              <EmptySpace type="unrelated" max="-2" attributes="0"/>
936              <Group type="103" groupAlignment="0" max="-2" attributes="0">
937                  <Component id="scriptEventsPanel" max="32767" attributes="1"/>
938                  <Component id="scriptEventsPanel1" alignment="0" max="32767" attributes="1"/>
939              </Group>
940              <EmptySpace min="-2" max="-2" attributes="0"/>
941          </Group>
942      </Group>
943    </DimensionLayout>
944  </Layout>
945  <SubComponents>
946    <Container class="javax.swing.JScrollPane" name="timelinesScrollPane">
947      <Properties>
948        <Property name="horizontalScrollBarPolicy" type="int" value="32"/>
949        <Property name="verticalScrollBarPolicy" type="int" value="22"/>
950        <Property name="focusCycleRoot" type="boolean" value="true"/>
951        <Property name="focusTraversalPolicyProvider" type="boolean" value="true"/>
952        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
953          <Dimension value="[72000, 1341]"/>
954        </Property>
955      </Properties>
956
957      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
958      <SubComponents>
959        <Container class="scriptbuilder.gui.panels.TimelineTickPanel" name="timelineTickPanel">
960          <Properties>
961            <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
962              <Dimension value="[7200, 32767]"/>
963            </Property>
964            <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
965              <Dimension value="[7200, 0]"/>
966            </Property>
967            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
968              <Dimension value="[7200, 1317]"/>
969            </Property>
970          </Properties>
971
972          <Layout>
973            <DimensionLayout dim="0">
974              <Group type="103" groupAlignment="0" attributes="0">
975                  <Group type="102" alignment="0" attributes="0">
976                      <EmptySpace max="-2" attributes="0"/>
977                      <Group type="103" groupAlignment="1" attributes="0">
978                          <Group type="103" alignment="1" groupAlignment="0" attributes="0">
979                              <Component id="incidentNumberPanel8" alignment="0" min="-2" max="-2" attributes="0"/>
980                              <Component id="incidentNumberPanel9" alignment="0" min="-2" max="-2" attributes="0"/>
981                          </Group>
982                          <Group type="103" alignment="1" groupAlignment="0" attributes="0">
983                              <Component id="incidentNumberPanel1" alignment="0" min="-2" max="-2" attributes="0"/>
984                              <Component id="incidentNumberPanel4" alignment="0" min="-2" max="-2" attributes="0"/>
985                              <Component id="incidentNumberPanel5" alignment="0" min="-2" max="-2" attributes="0"/>
986                              <Component id="incidentNumberPanel6" alignment="0" min="-2" max="-2" attributes="0"/>
987                              <Component id="incidentNumberPanel3" alignment="0" min="-2" max="-2" attributes="0"/>
988                              <Component id="incidentNumberPanel2" alignment="0" min="-2" max="-2" attributes="0"/>
989                              <Component id="incidentNumberPanel7" alignment="0" min="-2" max="-2" attributes="0"/>
990                          </Group>
991                          <Component id="incidentNumberPanel10" min="-2" max="-2" attributes="0"/>
992                      </Group>
993                      <EmptySpace min="-2" pref="10" max="-2" attributes="0"/>
994                      <Group type="103" groupAlignment="0" attributes="0">
995                          <Component id="incidentTimelinePanel7" max="32767" attributes="1"/>
996                          <Component id="incidentTimelinePanel6" alignment="0" min="-2" max="-2" attributes="1"/>
997                          <Group type="103" alignment="0" groupAlignment="1" max="-2" attributes="0">
998                              <Component id="incidentTimelinePanel5" alignment="0" max="32767" attributes="1"/>
999                              <Component id="incidentTimelinePanel4" alignment="0" min="-2" max="-2" attributes="1"/>
1000                          </Group>
1001                          <Component id="incidentTimelinePanel3" alignment="0" min="-2" max="-2" attributes="1"/>
1002                          <Component id="incidentTimelinePanel1" alignment="0" min="-2" pref="6778" max="-2" attributes="1"/>
1003                          <Component id="incidentTimelinePanel2" alignment="0" min="-2" max="-2" attributes="1"/>
1004                          <Component id="incidentTimelinePanel8" alignment="0" min="-2" max="-2" attributes="1"/>
1005                          <Component id="incidentTimelinePanel9" alignment="0" min="-2" max="-2" attributes="1"/>
1006                          <Component id="incidentTimelinePanel10" alignment="0" min="-2" max="-2" attributes="1"/>
1007                      </Group>
1008                      <EmptySpace min="-2" pref="190" max="-2" attributes="0"/>
1009                  </Group>
1010              </Group>
1011            </DimensionLayout>
1012            <DimensionLayout dim="1">
1013              <Group type="103" groupAlignment="0" attributes="0">
1014                  <Group type="102" alignment="0" attributes="0">
1015                      <EmptySpace max="-2" attributes="0"/>
1016                      <Group type="103" groupAlignment="0" attributes="0">
1017                          <Component id="incidentNumberPanel1" min="-2" max="-2" attributes="0"/>
1018                          <Component id="incidentTimelinePanel1" min="-2" max="-2" attributes="0"/>
1019                      </Group>
1020                      <EmptySpace max="-2" attributes="0"/>
1021                      <Group type="103" groupAlignment="0" attributes="0">
1022                          <Group type="102" alignment="0" attributes="0">
1023                              <Component id="incidentNumberPanel2" min="-2" max="-2" attributes="0"/>
1024                              <EmptySpace max="-2" attributes="0"/>
1025                              <Component id="incidentNumberPanel3" min="-2" max="-2" attributes="0"/>
1026                              <EmptySpace max="-2" attributes="0"/>
1027                              <Component id="incidentNumberPanel4" min="-2" max="-2" attributes="0"/>
1028                              <EmptySpace max="-2" attributes="0"/>
1029                              <Component id="incidentNumberPanel5" min="-2" max="-2" attributes="0"/>
1030                              <EmptySpace max="-2" attributes="0"/>
1031                              <Component id="incidentNumberPanel6" min="-2" max="-2" attributes="0"/>
1032                          </Group>
1033                          <Group type="102" alignment="0" attributes="0">
1034                              <Component id="incidentTimelinePanel2" min="-2" max="-2" attributes="0"/>
1035                              <EmptySpace max="-2" attributes="0"/>
1036                              <Component id="incidentTimelinePanel3" min="-2" max="-2" attributes="0"/>
1037                              <EmptySpace max="-2" attributes="0"/>
1038                              <Component id="incidentTimelinePanel4" min="-2" max="-2" attributes="0"/>
1039                              <EmptySpace max="-2" attributes="0"/>
1040                              <Component id="incidentTimelinePanel5" min="-2" max="-2" attributes="0"/>
1041                              <EmptySpace max="-2" attributes="0"/>
1042                              <Component id="incidentTimelinePanel6" min="-2" max="-2" attributes="0"/>
1043                          </Group>
1044                      </Group>
1045                      <EmptySpace max="-2" attributes="0"/>
1046                      <Group type="103" groupAlignment="0" attributes="0">
1047                          <Component id="incidentTimelinePanel7" alignment="0" min="-2" max="-2" attributes="0"/>
1048                          <Component id="incidentNumberPanel7" alignment="0" min="-2" max="-2" attributes="0"/>
1049                      </Group>
1050                      <EmptySpace max="-2" attributes="0"/>
1051                      <Group type="103" groupAlignment="0" attributes="0">
1052                          <Group type="102" alignment="0" attributes="0">
1053                              <Component id="incidentTimelinePanel8" min="-2" max="-2" attributes="0"/>
1054                              <EmptySpace max="-2" attributes="0"/>
1055                              <Component id="incidentTimelinePanel9" min="-2" max="-2" attributes="0"/>
1056                          </Group>
1057                          <Group type="102" alignment="0" attributes="0">
1058                              <Component id="incidentNumberPanel8" min="-2" max="-2" attributes="0"/>
1059                              <EmptySpace max="-2" attributes="0"/>
1060                              <Component id="incidentNumberPanel9" min="-2" max="-2" attributes="0"/>
1061                          </Group>
1062                      </Group>
1063                      <EmptySpace max="-2" attributes="0"/>
1064                      <Group type="103" groupAlignment="0" attributes="0">
1065                          <Component id="incidentNumberPanel10" alignment="0" min="-2" max="-2" attributes="0"/>
1066                          <Component id="incidentTimelinePanel10" alignment="0" min="-2" max="-2" attributes="0"/>
1067                      </Group>
1068                      <EmptySpace pref="251" max="32767" attributes="0"/>
1069                  </Group>
1070              </Group>
1071            </DimensionLayout>
1072          </Layout>
1073          <SubComponents>
1074            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel1">
1075              <Properties>
1076                <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1077                  <Dimension value="[32767, 100]"/>
1078                </Property>
1079                <Property name="opaque" type="boolean" value="false"/>
1080                <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1081                  <Dimension value="[691, 100]"/>
1082                </Property>
1083              </Properties>
1084
1085              <Layout>
1086                <DimensionLayout dim="0">
1087                  <Group type="103" groupAlignment="0" attributes="0">
1088                      <EmptySpace min="0" pref="6778" max="32767" attributes="0"/>
1089                  </Group>
1090                </DimensionLayout>
1091                <DimensionLayout dim="1">
1092                  <Group type="103" groupAlignment="0" attributes="0">
1093                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1094                  </Group>
1095                </DimensionLayout>
1096              </Layout>
1097            </Container>
1098            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel2">
1099              <Properties>
1100                <Property name="opaque" type="boolean" value="false"/>
1101              </Properties>
1102
1103              <Layout>
1104                <DimensionLayout dim="0">
1105                  <Group type="103" groupAlignment="0" attributes="0">
1106                      <EmptySpace min="0" pref="6726" max="32767" attributes="0"/>
1107                  </Group>
1108                </DimensionLayout>
1109                <DimensionLayout dim="1">
1110                  <Group type="103" groupAlignment="0" attributes="0">
1111                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1112                  </Group>
1113                </DimensionLayout>
1114              </Layout>
1115            </Container>
1116            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel8">
1117              <Properties>
1118                <Property name="opaque" type="boolean" value="false"/>
1119              </Properties>
1120
1121              <Layout>
1122                <DimensionLayout dim="0">
1123                  <Group type="103" groupAlignment="0" attributes="0">
1124                      <EmptySpace min="0" pref="5686" max="32767" attributes="0"/>
1125                  </Group>
1126                </DimensionLayout>
1127                <DimensionLayout dim="1">
1128                  <Group type="103" groupAlignment="0" attributes="0">
1129                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1130                  </Group>
1131                </DimensionLayout>
1132              </Layout>
1133            </Container>
1134            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel3">
1135              <Properties>
1136                <Property name="opaque" type="boolean" value="false"/>
1137              </Properties>
1138
1139              <Layout>
1140                <DimensionLayout dim="0">
1141                  <Group type="103" groupAlignment="0" attributes="0">
1142                      <EmptySpace min="0" pref="605" max="32767" attributes="0"/>
1143                  </Group>
1144                </DimensionLayout>
1145                <DimensionLayout dim="1">
1146                  <Group type="103" groupAlignment="0" attributes="0">
1147                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1148                  </Group>
1149                </DimensionLayout>
1150              </Layout>
1151            </Container>
1152            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel6">
1153              <Properties>
1154                <Property name="opaque" type="boolean" value="false"/>
1155              </Properties>
1156
1157              <Layout>
1158                <DimensionLayout dim="0">
1159                  <Group type="103" groupAlignment="0" attributes="0">
1160                      <EmptySpace min="0" pref="605" max="32767" attributes="0"/>
1161                  </Group>
1162                </DimensionLayout>
1163                <DimensionLayout dim="1">
1164                  <Group type="103" groupAlignment="0" attributes="0">
1165                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1166                  </Group>
1167                </DimensionLayout>
1168              </Layout>
1169            </Container>
1170            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel5">
1171              <Properties>
1172                <Property name="opaque" type="boolean" value="false"/>
1173              </Properties>
1174
1175              <Layout>
1176                <DimensionLayout dim="0">
1177                  <Group type="103" groupAlignment="0" attributes="0">
1178                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1179                  </Group>
1180                </DimensionLayout>
1181                <DimensionLayout dim="1">
1182                  <Group type="103" groupAlignment="0" attributes="0">
1183                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1184                  </Group>
1185                </DimensionLayout>
1186              </Layout>
1187            </Container>
1188            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel4">
1189              <Properties>
1190                <Property name="opaque" type="boolean" value="false"/>
1191              </Properties>
1192
1193              <Layout>
1194                <DimensionLayout dim="0">
1195                  <Group type="103" groupAlignment="0" attributes="0">
1196                      <EmptySpace min="0" pref="617" max="32767" attributes="0"/>
1197                  </Group>
1198                </DimensionLayout>
1199                <DimensionLayout dim="1">
1200                  <Group type="103" groupAlignment="0" attributes="0">
1201                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1202                  </Group>
1203                </DimensionLayout>
1204              </Layout>
1205            </Container>
1206            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel7">
1207              <Properties>
1208                <Property name="opaque" type="boolean" value="false"/>
1209              </Properties>
1210
1211              <Layout>
1212                <DimensionLayout dim="0">
1213                  <Group type="103" groupAlignment="0" attributes="0">
1214                      <EmptySpace min="0" pref="6882" max="32767" attributes="0"/>
1215                  </Group>
1216                </DimensionLayout>
1217                <DimensionLayout dim="1">
1218                  <Group type="103" groupAlignment="0" attributes="0">
1219                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1220                  </Group>
1221                </DimensionLayout>
1222              </Layout>
1223            </Container>
1224            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel10">
1225              <Properties>
1226                <Property name="opaque" type="boolean" value="false"/>
1227              </Properties>
1228
1229              <Layout>
1230                <DimensionLayout dim="0">
1231                  <Group type="103" groupAlignment="0" attributes="0">
1232                      <EmptySpace min="0" pref="6573" max="32767" attributes="0"/>
1233                  </Group>
1234                </DimensionLayout>
1235                <DimensionLayout dim="1">
1236                  <Group type="103" groupAlignment="0" attributes="0">
1237                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1238                  </Group>
1239                </DimensionLayout>
1240              </Layout>
1241            </Container>
1242            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel9">
1243              <Properties>
1244                <Property name="opaque" type="boolean" value="false"/>
1245              </Properties>
1246
1247              <Layout>
1248                <DimensionLayout dim="0">
1249                  <Group type="103" groupAlignment="0" attributes="0">
1250                      <EmptySpace min="0" pref="6470" max="32767" attributes="0"/>
1251                  </Group>
1252                </DimensionLayout>
1253                <DimensionLayout dim="1">
1254                  <Group type="103" groupAlignment="0" attributes="0">
1255                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1256                  </Group>
1257                </DimensionLayout>
1258              </Layout>
1259            </Container>
1260            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel1">
1261              <Properties>
1262                <Property name="opaque" type="boolean" value="false"/>
1263              </Properties>
1264
1265              <Layout>
1266                <DimensionLayout dim="0">
1267                  <Group type="103" groupAlignment="0" attributes="0">
1268                      <EmptySpace min="0" pref="106" max="32767" attributes="0"/>
1269                  </Group>
1270                </DimensionLayout>
1271                <DimensionLayout dim="1">
1272                  <Group type="103" groupAlignment="0" attributes="0">
1273                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1274                  </Group>
1275                </DimensionLayout>
1276              </Layout>
1277            </Container>
1278            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel2">
1279              <Properties>
1280                <Property name="opaque" type="boolean" value="false"/>
1281              </Properties>
1282
1283              <Layout>
1284                <DimensionLayout dim="0">
1285                  <Group type="103" groupAlignment="0" attributes="0">
1286                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1287                  </Group>
1288                </DimensionLayout>
1289                <DimensionLayout dim="1">
1290                  <Group type="103" groupAlignment="0" attributes="0">
1291                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1292                  </Group>
1293                </DimensionLayout>
1294              </Layout>
1295            </Container>
1296            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel3">
1297              <Properties>
1298                <Property name="opaque" type="boolean" value="false"/>
1299              </Properties>
1300
1301              <Layout>
1302                <DimensionLayout dim="0">
1303                  <Group type="103" groupAlignment="0" attributes="0">
1304                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1305                  </Group>
1306                </DimensionLayout>
1307                <DimensionLayout dim="1">
1308                  <Group type="103" groupAlignment="0" attributes="0">
1309                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1310                  </Group>
1311                </DimensionLayout>
1312              </Layout>
1313            </Container>
1314            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel4">
1315              <Properties>
1316                <Property name="opaque" type="boolean" value="false"/>
1317              </Properties>
1318
1319              <Layout>
1320                <DimensionLayout dim="0">
1321                  <Group type="103" groupAlignment="0" attributes="0">
1322                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1323                  </Group>
1324                </DimensionLayout>
1325                <DimensionLayout dim="1">
1326                  <Group type="103" groupAlignment="0" attributes="0">
1327                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1328                  </Group>
1329                </DimensionLayout>
1330              </Layout>
1331            </Container>
1332            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel5">
1333              <Properties>
1334                <Property name="opaque" type="boolean" value="false"/>
1335              </Properties>
1336
1337              <Layout>
1338                <DimensionLayout dim="0">
1339                  <Group type="103" groupAlignment="0" attributes="0">
1340                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1341                  </Group>
1342                </DimensionLayout>
1343                <DimensionLayout dim="1">
1344                  <Group type="103" groupAlignment="0" attributes="0">
1345                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1346                  </Group>
1347                </DimensionLayout>
1348              </Layout>
1349            </Container>
1350            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel6">
1351              <Properties>
1352                <Property name="opaque" type="boolean" value="false"/>
1353              </Properties>
1354
1355              <Layout>
1356                <DimensionLayout dim="0">
1357                  <Group type="103" groupAlignment="0" attributes="0">
1358                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1359                  </Group>
1360                </DimensionLayout>
1361                <DimensionLayout dim="1">
1362                  <Group type="103" groupAlignment="0" attributes="0">
1363                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1364                  </Group>
1365                </DimensionLayout>
1366              </Layout>
1367            </Container>
1368            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel7">
1369              <Properties>
1370                <Property name="opaque" type="boolean" value="false"/>
1371              </Properties>
1372
1373              <Layout>
1374                <DimensionLayout dim="0">
1375                  <Group type="103" groupAlignment="0" attributes="0">
1376                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1377                  </Group>
1378                </DimensionLayout>
1379                <DimensionLayout dim="1">
1380                  <Group type="103" groupAlignment="0" attributes="0">
1381                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1382                  </Group>
1383                </DimensionLayout>
1384              </Layout>
1385            </Container>
1386            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel8">
1387              <Properties>
1388                <Property name="opaque" type="boolean" value="false"/>
1389              </Properties>
1390
1391              <Layout>
1392                <DimensionLayout dim="0">
1393                  <Group type="103" groupAlignment="0" attributes="0">
1394                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1395                  </Group>
1396                </DimensionLayout>
1397                <DimensionLayout dim="1">
1398                  <Group type="103" groupAlignment="0" attributes="0">
1399                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1400                  </Group>
1401                </DimensionLayout>
1402              </Layout>
1403            </Container>
1404            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel9">
1405              <Properties>
1406                <Property name="opaque" type="boolean" value="false"/>
1407              </Properties>
1408
1409              <Layout>
1410                <DimensionLayout dim="0">
1411                  <Group type="103" groupAlignment="0" attributes="0">
1412                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1413                  </Group>
1414                </DimensionLayout>
1415                <DimensionLayout dim="1">
1416                  <Group type="103" groupAlignment="0" attributes="0">
1417                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1418                  </Group>
1419                </DimensionLayout>
1420              </Layout>
1421            </Container>
1422            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel10">
1423              <Properties>
1424                <Property name="opaque" type="boolean" value="false"/>
1425              </Properties>
1426
1427              <Layout>
1428                <DimensionLayout dim="0">
1429                  <Group type="103" groupAlignment="0" attributes="0">
1430                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1431                  </Group>
1432                </DimensionLayout>
1433                <DimensionLayout dim="1">
1434                  <Group type="103" groupAlignment="0" attributes="0">
1435                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1436                  </Group>
1437                </DimensionLayout>
1438              </Layout>
1439            </Container>
1440          </SubComponents>
1441        </Container>
1442      </SubComponents>
1443    </Container>
1444    <Container class="javax.swing.JPanel" name="scriptEventsPanel">
1445      <Properties>
1446        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1447          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
1448            <TitledBorder title="Script Events"/>
1449          </Border>
1450        </Property>
1451      </Properties>
1452
1453      <Layout>
1454        <DimensionLayout dim="0">
1455          <Group type="103" groupAlignment="0" attributes="0">
1456              <Group type="102" alignment="0" attributes="0">
1457                  <EmptySpace max="-2" attributes="0"/>
1458                  <Component id="scriptEventsPane" max="32767" attributes="0"/>
1459                  <EmptySpace max="-2" attributes="0"/>
1460              </Group>
1461          </Group>
1462        </DimensionLayout>
1463        <DimensionLayout dim="1">
1464          <Group type="103" groupAlignment="0" attributes="0">
1465              <Group type="102" alignment="0" attributes="0">
1466                  <Component id="scriptEventsPane" pref="197" max="32767" attributes="0"/>
1467                  <EmptySpace max="-2" attributes="0"/>
1468              </Group>
1469          </Group>
1470        </DimensionLayout>
1471      </Layout>
1472      <SubComponents>
1473        <Container class="javax.swing.JScrollPane" name="scriptEventsPane">
1474          <Properties>
1475            <Property name="verticalScrollBarPolicy" type="int" value="22"/>
1476          </Properties>
1477          <AuxValues>
1478            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
1479          </AuxValues>
1480
1481          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
1482          <SubComponents>
1483            <Component class="javax.swing.JList" name="scriptEventsList">
1484              <Properties>
1485                <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1486                  <Connection code="new DefaultListModel()" type="code"/>
1487                </Property>
1488                <Property name="componentPopupMenu" type="javax.swing.JPopupMenu" editor="org.netbeans.modules.form.ComponentChooserEditor">
1489                  <ComponentRef name="eventListPopupMenu"/>
1490                </Property>
1491              </Properties>
1492            </Component>
1493          </SubComponents>
1494        </Container>
1495      </SubComponents>
1496    </Container>
1497    <Component class="javax.swing.JSlider" name="zoomSlider">
1498      <Properties>
1499        <Property name="maximum" type="int" value="21"/>
1500        <Property name="minimum" type="int" value="5"/>
1501        <Property name="orientation" type="int" value="1"/>
1502        <Property name="value" type="int" value="13"/>
1503        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
1504          <Color id="Default Cursor"/>
1505        </Property>
1506        <Property name="focusable" type="boolean" value="false"/>
1507      </Properties>
1508      <Events>
1509        <EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="zoomSliderStateChanged"/>
1510      </Events>
1511    </Component>
1512    <Container class="javax.swing.JPanel" name="scriptEventsPanel1">
1513      <Properties>
1514        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1515          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
1516            <TitledBorder title="Incident Information"/>
1517          </Border>
1518        </Property>
1519      </Properties>
1520
1521      <Layout>
1522        <DimensionLayout dim="0">
1523          <Group type="103" groupAlignment="0" attributes="0">
1524              <Group type="102" alignment="0" attributes="0">
1525                  <EmptySpace max="-2" attributes="0"/>
1526                  <Group type="103" groupAlignment="0" attributes="0">
1527                      <Component id="incidentDescriptionPane" alignment="1" max="32767" attributes="0"/>
1528                      <Component id="jLabel4" alignment="0" min="-2" max="-2" attributes="0"/>
1529                      <Group type="102" alignment="0" attributes="0">
1530                          <Group type="103" groupAlignment="0" attributes="0">
1531                              <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
1532                              <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/>
1533                          </Group>
1534                          <EmptySpace max="-2" attributes="0"/>
1535                          <Group type="103" groupAlignment="1" attributes="0">
1536                              <Component id="incidentName" max="32767" attributes="0"/>
1537                              <Component id="incidentNumber" alignment="1" max="32767" attributes="0"/>
1538                          </Group>
1539                      </Group>
1540                  </Group>
1541                  <EmptySpace max="-2" attributes="0"/>
1542              </Group>
1543          </Group>
1544        </DimensionLayout>
1545        <DimensionLayout dim="1">
1546          <Group type="103" groupAlignment="0" attributes="0">
1547              <Group type="102" alignment="0" attributes="0">
1548                  <Group type="103" groupAlignment="3" attributes="0">
1549                      <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
1550                      <Component id="incidentNumber" alignment="3" min="-2" max="-2" attributes="0"/>
1551                  </Group>
1552                  <EmptySpace max="-2" attributes="0"/>
1553                  <Group type="103" groupAlignment="3" attributes="0">
1554                      <Component id="incidentName" alignment="3" min="-2" max="-2" attributes="0"/>
1555                      <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
1556                  </Group>
1557                  <EmptySpace max="-2" attributes="0"/>
1558                  <Component id="jLabel4" min="-2" max="-2" attributes="0"/>
1559                  <EmptySpace max="-2" attributes="0"/>
1560                  <Component id="incidentDescriptionPane" pref="125" max="32767" attributes="0"/>
1561                  <EmptySpace min="-2" max="-2" attributes="0"/>
1562              </Group>
1563          </Group>
1564        </DimensionLayout>
1565      </Layout>
1566      <SubComponents>
1567        <Component class="javax.swing.JLabel" name="jLabel2">
1568          <Properties>
1569            <Property name="text" type="java.lang.String" value="Incident Number:"/>
1570          </Properties>
1571        </Component>
1572        <Component class="javax.swing.JLabel" name="jLabel3">
1573          <Properties>
1574            <Property name="text" type="java.lang.String" value="Incident Name:"/>
1575          </Properties>
1576        </Component>
1577        <Component class="javax.swing.JLabel" name="jLabel4">
1578          <Properties>
1579            <Property name="text" type="java.lang.String" value="Incident Description:"/>
1580          </Properties>
1581        </Component>
1582        <Component class="javax.swing.JTextField" name="incidentName">
1583          <Properties>
1584            <Property name="editable" type="boolean" value="false"/>
1585            <Property name="text" type="java.lang.String" value="Media"/>
1586          </Properties>
1587        </Component>
1588        <Container class="javax.swing.JScrollPane" name="incidentDescriptionPane">
1589          <Properties>
1590            <Property name="verticalScrollBarPolicy" type="int" value="22"/>
1591          </Properties>
1592          <AuxValues>
1593            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
1594          </AuxValues>
1595
1596          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
1597          <SubComponents>
1598            <Component class="javax.swing.JTextArea" name="incidentDescription">
1599              <Properties>
1600                <Property name="columns" type="int" value="20"/>
1601                <Property name="editable" type="boolean" value="false"/>
1602                <Property name="lineWrap" type="boolean" value="true"/>
1603                <Property name="rows" type="int" value="5"/>
1604                <Property name="text" type="java.lang.String" value="All media message events are found in this incident."/>
1605                <Property name="wrapStyleWord" type="boolean" value="true"/>
1606              </Properties>
1607            </Component>
1608          </SubComponents>
1609        </Container>
1610        <Component class="javax.swing.JTextField" name="incidentNumber">
1611          <Properties>
1612            <Property name="editable" type="boolean" value="false"/>
1613            <Property name="text" type="java.lang.String" value="100"/>
1614          </Properties>
1615        </Component>
1616      </SubComponents>
1617    </Container>
1618    <Component class="javax.swing.JButton" name="selectButton">
1619      <Properties>
1620        <Property name="toolTipText" type="java.lang.String" value="Select"/>
1621        <Property name="focusPainted" type="boolean" value="false"/>
1622        <Property name="iconTextGap" type="int" value="0"/>
1623        <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1624          <Insets value="[2, 10, 2, 10]"/>
1625        </Property>
1626        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1627          <Dimension value="[30, 25]"/>
1628        </Property>
1629      </Properties>
1630      <Events>
1631        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="selectButtonActionPerformed"/>
1632      </Events>
1633    </Component>
1634    <Container class="javax.swing.JPanel" name="incidentEventsPanel">
1635      <Properties>
1636        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1637          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
1638            <TitledBorder title="Incident Events"/>
1639          </Border>
1640        </Property>
1641      </Properties>
1642
1643      <Layout>
1644        <DimensionLayout dim="0">
1645          <Group type="103" groupAlignment="0" attributes="0">
1646              <Group type="102" alignment="0" attributes="0">
1647                  <EmptySpace max="-2" attributes="0"/>
1648                  <Group type="103" groupAlignment="0" attributes="0">
1649                      <Group type="103" alignment="0" groupAlignment="0" attributes="0">
1650                          <Group type="102" alignment="1" attributes="0">
1651                              <Component id="maintenanceRadioButton" min="-2" pref="120" max="-2" attributes="0"/>
1652                              <EmptySpace max="-2" attributes="0"/>
1653                              <Component id="tmtRadioButton" min="-2" pref="120" max="-2" attributes="0"/>
1654                              <EmptySpace max="-2" attributes="0"/>
1655                              <Component id="telephoneButton" min="-2" pref="120" max="-2" attributes="0"/>
1656                              <EmptySpace max="-2" attributes="0"/>
1657                              <Component id="paramicsButton" min="-2" pref="120" max="-2" attributes="0"/>
1658                          </Group>
1659                          <Group type="102" alignment="0" attributes="0">
1660                              <Component id="towButton" min="-2" pref="120" max="-2" attributes="0"/>
1661                              <EmptySpace max="-2" attributes="0"/>
1662                              <Component id="unitButton" min="-2" pref="120" max="-2" attributes="0"/>
1663                              <EmptySpace max="-2" attributes="0"/>
1664                              <Component id="witnessButton" min="-2" pref="120" max="-2" attributes="0"/>
1665                              <EmptySpace max="-2" attributes="0"/>
1666                              <Component id="audioButton" min="-2" pref="120" max="-2" attributes="0"/>
1667                          </Group>
1668                      </Group>
1669                      <Group type="102" alignment="0" attributes="0">
1670                          <Component id="cadButton" min="-2" pref="120" max="-2" attributes="0"/>
1671                          <EmptySpace max="-2" attributes="0"/>
1672                          <Component id="cctvButton" min="-2" pref="120" max="-2" attributes="0"/>
1673                          <EmptySpace max="-2" attributes="0"/>
1674                          <Component id="chpRadioButton" min="-2" pref="120" max="-2" attributes="0"/>
1675                      </Group>
1676                  </Group>
1677                  <EmptySpace max="32767" attributes="0"/>
1678              </Group>
1679          </Group>
1680        </DimensionLayout>
1681        <DimensionLayout dim="1">
1682          <Group type="103" groupAlignment="0" attributes="0">
1683              <Group type="102" alignment="0" attributes="0">
1684                  <Group type="103" groupAlignment="0" attributes="0">
1685                      <Group type="102" attributes="0">
1686                          <Group type="103" groupAlignment="3" attributes="0">
1687                              <Component id="maintenanceRadioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1688                              <Component id="tmtRadioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1689                              <Component id="telephoneButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1690                          </Group>
1691                          <EmptySpace max="-2" attributes="0"/>
1692                          <Group type="103" groupAlignment="3" attributes="0">
1693                              <Component id="towButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1694                              <Component id="unitButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1695                              <Component id="witnessButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1696                              <Component id="audioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1697                          </Group>
1698                      </Group>
1699                      <Component id="paramicsButton" min="-2" pref="30" max="-2" attributes="0"/>
1700                  </Group>
1701                  <EmptySpace max="-2" attributes="0"/>
1702                  <Group type="103" groupAlignment="1" attributes="0">
1703                      <Group type="103" alignment="1" groupAlignment="3" attributes="0">
1704                          <Component id="cctvButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1705                          <Component id="chpRadioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1706                      </Group>
1707                      <Component id="cadButton" min="-2" pref="30" max="-2" attributes="0"/>
1708                  </Group>
1709              </Group>
1710          </Group>
1711        </DimensionLayout>
1712      </Layout>
1713      <SubComponents>
1714        <Component class="javax.swing.JButton" name="maintenanceRadioButton">
1715          <Properties>
1716            <Property name="text" type="java.lang.String" value="Maintenance Radio"/>
1717            <Property name="toolTipText" type="java.lang.String" value=""/>
1718            <Property name="focusPainted" type="boolean" value="false"/>
1719            <Property name="iconTextGap" type="int" value="0"/>
1720            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1721              <Insets value="[2, 10, 2, 10]"/>
1722            </Property>
1723            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1724              <Dimension value="[30, 25]"/>
1725            </Property>
1726          </Properties>
1727          <Events>
1728            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="maintenanceRadioButtonActionPerformed"/>
1729          </Events>
1730        </Component>
1731        <Component class="javax.swing.JButton" name="tmtRadioButton">
1732          <Properties>
1733            <Property name="text" type="java.lang.String" value="TMT Radio"/>
1734            <Property name="toolTipText" type="java.lang.String" value=""/>
1735            <Property name="focusPainted" type="boolean" value="false"/>
1736            <Property name="iconTextGap" type="int" value="0"/>
1737            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1738              <Insets value="[2, 10, 2, 10]"/>
1739            </Property>
1740            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1741              <Dimension value="[30, 25]"/>
1742            </Property>
1743          </Properties>
1744          <Events>
1745            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tmtRadioButtonActionPerformed"/>
1746          </Events>
1747        </Component>
1748        <Component class="javax.swing.JButton" name="telephoneButton">
1749          <Properties>
1750            <Property name="text" type="java.lang.String" value="Telephone"/>
1751            <Property name="toolTipText" type="java.lang.String" value=""/>
1752            <Property name="focusPainted" type="boolean" value="false"/>
1753            <Property name="iconTextGap" type="int" value="0"/>
1754            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1755              <Insets value="[2, 10, 2, 10]"/>
1756            </Property>
1757            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1758              <Dimension value="[30, 25]"/>
1759            </Property>
1760          </Properties>
1761          <Events>
1762            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="telephoneButtonActionPerformed"/>
1763          </Events>
1764        </Component>
1765        <Component class="javax.swing.JButton" name="unitButton">
1766          <Properties>
1767            <Property name="text" type="java.lang.String" value="Unit"/>
1768            <Property name="toolTipText" type="java.lang.String" value=""/>
1769            <Property name="focusPainted" type="boolean" value="false"/>
1770            <Property name="iconTextGap" type="int" value="0"/>
1771            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1772              <Insets value="[2, 10, 2, 10]"/>
1773            </Property>
1774            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1775              <Dimension value="[30, 25]"/>
1776            </Property>
1777          </Properties>
1778          <Events>
1779            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="unitButtonActionPerformed"/>
1780          </Events>
1781        </Component>
1782        <Component class="javax.swing.JButton" name="witnessButton">
1783          <Properties>
1784            <Property name="text" type="java.lang.String" value="Witness"/>
1785            <Property name="toolTipText" type="java.lang.String" value=""/>
1786            <Property name="focusPainted" type="boolean" value="false"/>
1787            <Property name="iconTextGap" type="int" value="0"/>
1788            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1789              <Insets value="[2, 10, 2, 10]"/>
1790            </Property>
1791            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1792              <Dimension value="[30, 25]"/>
1793            </Property>
1794          </Properties>
1795          <Events>
1796            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="witnessButtonActionPerformed"/>
1797          </Events>
1798        </Component>
1799        <Component class="javax.swing.JButton" name="paramicsButton">
1800          <Properties>
1801            <Property name="text" type="java.lang.String" value="Paramics"/>
1802            <Property name="toolTipText" type="java.lang.String" value=""/>
1803            <Property name="focusPainted" type="boolean" value="false"/>
1804            <Property name="iconTextGap" type="int" value="0"/>
1805            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1806              <Insets value="[2, 10, 2, 10]"/>
1807            </Property>
1808            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1809              <Dimension value="[30, 25]"/>
1810            </Property>
1811          </Properties>
1812          <Events>
1813            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="paramicsButtonActionPerformed"/>
1814          </Events>
1815        </Component>
1816        <Component class="javax.swing.JButton" name="towButton">
1817          <Properties>
1818            <Property name="text" type="java.lang.String" value="Tow"/>
1819            <Property name="toolTipText" type="java.lang.String" value=""/>
1820            <Property name="focusPainted" type="boolean" value="false"/>
1821            <Property name="iconTextGap" type="int" value="0"/>
1822            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1823              <Insets value="[2, 10, 2, 10]"/>
1824            </Property>
1825            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1826              <Dimension value="[30, 25]"/>
1827            </Property>
1828          </Properties>
1829          <Events>
1830            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="towButtonActionPerformed"/>
1831          </Events>
1832        </Component>
1833        <Component class="javax.swing.JButton" name="audioButton">
1834          <Properties>
1835            <Property name="text" type="java.lang.String" value="Audio"/>
1836            <Property name="toolTipText" type="java.lang.String" value=""/>
1837            <Property name="focusPainted" type="boolean" value="false"/>
1838            <Property name="iconTextGap" type="int" value="0"/>
1839            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1840              <Insets value="[2, 10, 2, 10]"/>
1841            </Property>
1842            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1843              <Dimension value="[30, 25]"/>
1844            </Property>
1845          </Properties>
1846          <Events>
1847            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="audioButtonActionPerformed"/>
1848          </Events>
1849        </Component>
1850        <Component class="javax.swing.JButton" name="cctvButton">
1851          <Properties>
1852            <Property name="text" type="java.lang.String" value="CCTV"/>
1853            <Property name="toolTipText" type="java.lang.String" value=""/>
1854            <Property name="focusPainted" type="boolean" value="false"/>
1855            <Property name="iconTextGap" type="int" value="0"/>
1856            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1857              <Insets value="[2, 10, 2, 10]"/>
1858            </Property>
1859            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1860              <Dimension value="[30, 25]"/>
1861            </Property>
1862          </Properties>
1863          <Events>
1864            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cctvButtonActionPerformed"/>
1865          </Events>
1866        </Component>
1867        <Component class="javax.swing.JButton" name="cadButton">
1868          <Properties>
1869            <Property name="text" type="java.lang.String" value="CAD"/>
1870            <Property name="toolTipText" type="java.lang.String" value=""/>
1871            <Property name="focusPainted" type="boolean" value="false"/>
1872            <Property name="iconTextGap" type="int" value="0"/>
1873            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1874              <Insets value="[2, 10, 2, 10]"/>
1875            </Property>
1876            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1877              <Dimension value="[30, 25]"/>
1878            </Property>
1879          </Properties>
1880          <Events>
1881            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cadButtonActionPerformed"/>
1882          </Events>
1883        </Component>
1884        <Component class="javax.swing.JButton" name="chpRadioButton">
1885          <Properties>
1886            <Property name="text" type="java.lang.String" value="CHP Radio"/>
1887            <Property name="toolTipText" type="java.lang.String" value=""/>
1888            <Property name="focusPainted" type="boolean" value="false"/>
1889            <Property name="iconTextGap" type="int" value="0"/>
1890            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1891              <Insets value="[2, 10, 2, 10]"/>
1892            </Property>
1893            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1894              <Dimension value="[30, 25]"/>
1895            </Property>
1896          </Properties>
1897          <Events>
1898            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="chpRadioButtonActionPerformed"/>
1899          </Events>
1900        </Component>
1901      </SubComponents>
1902    </Container>
1903    <Container class="javax.swing.JPanel" name="evaluationEventsPanel">
1904      <Properties>
1905        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1906          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
1907            <TitledBorder title="Evaluation Events"/>
1908          </Border>
1909        </Property>
1910      </Properties>
1911
1912      <Layout>
1913        <DimensionLayout dim="0">
1914          <Group type="103" groupAlignment="0" attributes="0">
1915              <Group type="102" attributes="0">
1916                  <EmptySpace max="-2" attributes="0"/>
1917                  <Group type="103" groupAlignment="0" attributes="0">
1918                      <Group type="102" alignment="0" attributes="0">
1919                          <Component id="atmsEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1920                          <EmptySpace max="-2" attributes="0"/>
1921                          <Component id="activityLogEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1922                      </Group>
1923                      <Group type="102" alignment="0" attributes="0">
1924                          <Component id="cmsEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1925                          <EmptySpace max="-2" attributes="0"/>
1926                          <Component id="facilitatorEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1927                      </Group>
1928                      <Group type="102" alignment="0" attributes="0">
1929                          <Component id="cadEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1930                          <EmptySpace max="-2" attributes="0"/>
1931                          <Component id="radioEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1932                      </Group>
1933                  </Group>
1934                  <EmptySpace max="32767" attributes="0"/>
1935              </Group>
1936          </Group>
1937        </DimensionLayout>
1938        <DimensionLayout dim="1">
1939          <Group type="103" groupAlignment="0" attributes="0">
1940              <Group type="102" alignment="0" attributes="0">
1941                  <Group type="103" groupAlignment="0" attributes="0">
1942                      <Component id="cmsEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1943                      <Component id="facilitatorEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1944                  </Group>
1945                  <EmptySpace max="-2" attributes="0"/>
1946                  <Group type="103" groupAlignment="0" attributes="0">
1947                      <Component id="atmsEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1948                      <Component id="activityLogEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1949                  </Group>
1950                  <EmptySpace max="-2" attributes="0"/>
1951                  <Group type="103" groupAlignment="3" attributes="0">
1952                      <Component id="cadEvalButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1953                      <Component id="radioEvalButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1954                  </Group>
1955              </Group>
1956          </Group>
1957        </DimensionLayout>
1958      </Layout>
1959      <SubComponents>
1960        <Component class="javax.swing.JButton" name="atmsEvalButton">
1961          <Properties>
1962            <Property name="text" type="java.lang.String" value="ATMS Evaluation"/>
1963            <Property name="toolTipText" type="java.lang.String" value=""/>
1964            <Property name="focusPainted" type="boolean" value="false"/>
1965            <Property name="iconTextGap" type="int" value="0"/>
1966            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1967              <Insets value="[2, 10, 2, 10]"/>
1968            </Property>
1969            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1970              <Dimension value="[30, 25]"/>
1971            </Property>
1972          </Properties>
1973          <Events>
1974            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="atmsEvalButtonActionPerformed"/>
1975          </Events>
1976        </Component>
1977        <Component class="javax.swing.JButton" name="cmsEvalButton">
1978          <Properties>
1979            <Property name="text" type="java.lang.String" value="CMS Evaluation"/>
1980            <Property name="toolTipText" type="java.lang.String" value=""/>
1981            <Property name="focusPainted" type="boolean" value="false"/>
1982            <Property name="iconTextGap" type="int" value="0"/>
1983            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1984              <Insets value="[2, 10, 2, 10]"/>
1985            </Property>
1986            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1987              <Dimension value="[30, 25]"/>
1988            </Property>
1989          </Properties>
1990          <Events>
1991            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cmsEvalButtonActionPerformed"/>
1992          </Events>
1993        </Component>
1994        <Component class="javax.swing.JButton" name="cadEvalButton">
1995          <Properties>
1996            <Property name="text" type="java.lang.String" value="CAD Evaluation"/>
1997            <Property name="toolTipText" type="java.lang.String" value=""/>
1998            <Property name="focusPainted" type="boolean" value="false"/>
1999            <Property name="iconTextGap" type="int" value="0"/>
2000            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
2001              <Insets value="[2, 10, 2, 10]"/>
2002            </Property>
2003            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
2004              <Dimension value="[30, 25]"/>
2005            </Property>
2006          </Properties>
2007          <Events>
2008            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cadEvalButtonActionPerformed"/>
2009          </Events>
2010        </Component>
2011        <Component class="javax.swing.JButton" name="facilitatorEvalButton">
2012          <Properties>
2013            <Property name="text" type="java.lang.String" value="Facilitator Evaluation"/>
2014            <Property name="toolTipText" type="java.lang.String" value=""/>
2015            <Property name="focusPainted" type="boolean" value="false"/>
2016            <Property name="iconTextGap" type="int" value="0"/>
2017            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
2018              <Insets value="[2, 10, 2, 10]"/>
2019            </Property>
2020            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
2021              <Dimension value="[30, 25]"/>
2022            </Property>
2023          </Properties>
2024          <Events>
2025            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="facilitatorEvalButtonActionPerformed"/>
2026          </Events>
2027        </Component>
2028        <Component class="javax.swing.JButton" name="activityLogEvalButton">
2029          <Properties>
2030            <Property name="text" type="java.lang.String" value="Activity Log Evaluation"/>
2031            <Property name="toolTipText" type="java.lang.String" value=""/>
2032            <Property name="focusPainted" type="boolean" value="false"/>
2033            <Property name="iconTextGap" type="int" value="0"/>
2034            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
2035              <Insets value="[2, 10, 2, 10]"/>
2036            </Property>
2037            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
2038              <Dimension value="[30, 25]"/>
2039            </Property>
2040          </Properties>
2041          <Events>
2042            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="activityLogEvalButtonActionPerformed"/>
2043          </Events>
2044        </Component>
2045        <Component class="javax.swing.JButton" name="radioEvalButton">
2046          <Properties>
2047            <Property name="text" type="java.lang.String" value="Radio Evaluation"/>
2048            <Property name="toolTipText" type="java.lang.String" value=""/>
2049            <Property name="focusPainted" type="boolean" value="false"/>
2050            <Property name="iconTextGap" type="int" value="0"/>
2051            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
2052              <Insets value="[2, 10, 2, 10]"/>
2053            </Property>
2054            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
2055              <Dimension value="[30, 25]"/>
2056            </Property>
2057          </Properties>
2058          <Events>
2059            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="radioEvalButtonActionPerformed"/>
2060          </Events>
2061        </Component>
2062      </SubComponents>
2063    </Container>
2064    <Component class="javax.swing.JLabel" name="zoomInIcon">
2065      <Properties>
2066        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
2067          <Image iconType="3" name="/images/ZoomIn.png"/>
2068        </Property>
2069        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
2070          <Color id="Hand Cursor"/>
2071        </Property>
2072      </Properties>
2073      <Events>
2074        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="zoomInIconMouseClicked"/>
2075      </Events>
2076    </Component>
2077    <Component class="javax.swing.JLabel" name="zoomOutIcon">
2078      <Properties>
2079        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
2080          <Image iconType="3" name="/images/ZoomOut.png"/>
2081        </Property>
2082        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
2083          <Color id="Hand Cursor"/>
2084        </Property>
2085      </Properties>
2086      <Events>
2087        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="zoomOutIconMouseClicked"/>
2088      </Events>
2089    </Component>
2090    <Container class="javax.swing.JScrollPane" name="timeStampScrollPane">
2091      <Properties>
2092        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
2093          <Border info="null"/>
2094        </Property>
2095        <Property name="horizontalScrollBarPolicy" type="int" value="31"/>
2096        <Property name="verticalScrollBarPolicy" type="int" value="21"/>
2097      </Properties>
2098
2099      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
2100      <SubComponents>
2101        <Container class="scriptbuilder.gui.panels.TimeStampPanel" name="timeStampPanel">
2102
2103          <Layout>
2104            <DimensionLayout dim="0">
2105              <Group type="103" groupAlignment="0" attributes="0">
2106                  <EmptySpace min="0" pref="1032" max="32767" attributes="0"/>
2107              </Group>
2108            </DimensionLayout>
2109            <DimensionLayout dim="1">
2110              <Group type="103" groupAlignment="0" attributes="0">
2111                  <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
2112              </Group>
2113            </DimensionLayout>
2114          </Layout>
2115        </Container>
2116      </SubComponents>
2117    </Container>
2118  </SubComponents>
2119</Form>
Note: See TracBrowser for help on using the repository browser.