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

Revision 51, 114.0 KB checked in by bmcguffin, 9 years ago (diff)

Added functionality to File>New Script menu option.

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              <Events>
658                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileNewActionPerformed"/>
659              </Events>
660            </MenuItem>
661            <MenuItem class="javax.swing.JPopupMenu$Separator" name="jSeparator1">
662            </MenuItem>
663            <MenuItem class="javax.swing.JMenuItem" name="fileOpen">
664              <Properties>
665                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
666                  <KeyStroke key="Shift+Ctrl+O"/>
667                </Property>
668                <Property name="text" type="java.lang.String" value="Open..."/>
669              </Properties>
670              <Events>
671                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileOpenActionPerformed"/>
672              </Events>
673            </MenuItem>
674            <MenuItem class="javax.swing.JPopupMenu$Separator" name="jSeparator2">
675            </MenuItem>
676            <MenuItem class="javax.swing.JMenuItem" name="fileSave">
677              <Properties>
678                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
679                  <KeyStroke key="Ctrl+S"/>
680                </Property>
681                <Property name="text" type="java.lang.String" value="Save"/>
682              </Properties>
683              <Events>
684                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileSaveActionPerformed"/>
685              </Events>
686            </MenuItem>
687            <MenuItem class="javax.swing.JMenuItem" name="fileSaveAs">
688              <Properties>
689                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
690                  <KeyStroke key="Shift+Ctrl+S"/>
691                </Property>
692                <Property name="text" type="java.lang.String" value="Save as..."/>
693              </Properties>
694              <Events>
695                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileSaveAsActionPerformed"/>
696              </Events>
697            </MenuItem>
698          </SubComponents>
699        </Menu>
700        <Menu class="javax.swing.JMenu" name="generateMenu">
701          <Properties>
702            <Property name="label" type="java.lang.String" value="Generate"/>
703            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
704              <Insets value="[0, 10, 0, 10]"/>
705            </Property>
706          </Properties>
707          <SubComponents>
708            <MenuItem class="javax.swing.JMenuItem" name="generateNotebooks">
709              <Properties>
710                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
711                  <KeyStroke key="Ctrl+Alt+N"/>
712                </Property>
713                <Property name="text" type="java.lang.String" value="Generate Notebooks..."/>
714              </Properties>
715              <Events>
716                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateNotebooksActionPerformed"/>
717              </Events>
718            </MenuItem>
719            <MenuItem class="javax.swing.JMenuItem" name="jMenuItem3">
720              <Properties>
721                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
722                  <KeyStroke key="Ctrl+Alt+W"/>
723                </Property>
724                <Property name="text" type="java.lang.String" value="Generate Web Notebook..."/>
725              </Properties>
726            </MenuItem>
727            <MenuItem class="javax.swing.JMenuItem" name="generateScorecards">
728              <Properties>
729                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
730                  <KeyStroke key="Ctrl+Alt+S"/>
731                </Property>
732                <Property name="text" type="java.lang.String" value="Generate Scorecards..."/>
733              </Properties>
734              <Events>
735                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateScorecardsActionPerformed"/>
736              </Events>
737            </MenuItem>
738            <MenuItem class="javax.swing.JMenuItem" name="generateOrganizationChart">
739              <Properties>
740                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
741                  <KeyStroke key="Ctrl+Alt+O"/>
742                </Property>
743                <Property name="text" type="java.lang.String" value="Generate D14 TMC Org Chart..."/>
744              </Properties>
745              <Events>
746                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateOrganizationChartActionPerformed"/>
747              </Events>
748            </MenuItem>
749            <MenuItem class="javax.swing.JPopupMenu$Separator" name="jSeparator3">
750            </MenuItem>
751            <MenuItem class="javax.swing.JMenuItem" name="generateProjectRequirements">
752              <Properties>
753                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
754                  <KeyStroke key="Ctrl+Alt+R"/>
755                </Property>
756                <Property name="text" type="java.lang.String" value="Generate Project Worklist..."/>
757              </Properties>
758              <Events>
759                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateProjectRequirementsActionPerformed"/>
760              </Events>
761            </MenuItem>
762          </SubComponents>
763        </Menu>
764        <Menu class="javax.swing.JMenu" name="incidentMenu">
765          <Properties>
766            <Property name="text" type="java.lang.String" value="Incidents"/>
767            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
768              <Insets value="[0, 10, 0, 10]"/>
769            </Property>
770          </Properties>
771          <SubComponents>
772            <MenuItem class="javax.swing.JMenuItem" name="newIncident">
773              <Properties>
774                <Property name="text" type="java.lang.String" value="New Incident..."/>
775              </Properties>
776              <Events>
777                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="newIncidentActionPerformed"/>
778              </Events>
779            </MenuItem>
780            <MenuItem class="javax.swing.JMenuItem" name="editIncident">
781              <Properties>
782                <Property name="text" type="java.lang.String" value="Edit Incident..."/>
783              </Properties>
784              <Events>
785                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="editIncidentActionPerformed"/>
786              </Events>
787            </MenuItem>
788            <MenuItem class="javax.swing.JPopupMenu$Separator" name="jSeparator4">
789            </MenuItem>
790            <MenuItem class="javax.swing.JMenuItem" name="saveIncident">
791              <Properties>
792                <Property name="text" type="java.lang.String" value="Save Incident..."/>
793              </Properties>
794              <Events>
795                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="saveIncidentActionPerformed"/>
796              </Events>
797            </MenuItem>
798            <MenuItem class="javax.swing.JMenuItem" name="loadIncident">
799              <Properties>
800                <Property name="text" type="java.lang.String" value="Load Incident..."/>
801              </Properties>
802              <Events>
803                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="loadIncidentActionPerformed"/>
804              </Events>
805            </MenuItem>
806          </SubComponents>
807        </Menu>
808        <Menu class="javax.swing.JMenu" name="generateNoiseMenu">
809          <Properties>
810            <Property name="text" type="java.lang.String" value="Noise"/>
811          </Properties>
812          <SubComponents>
813            <MenuItem class="javax.swing.JMenuItem" name="generateNoiseOption">
814              <Properties>
815                <Property name="text" type="java.lang.String" value="Generate Noise..."/>
816              </Properties>
817              <Events>
818                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateNoiseOptionActionPerformed"/>
819              </Events>
820            </MenuItem>
821          </SubComponents>
822        </Menu>
823        <Menu class="javax.swing.JMenu" name="helpMenu">
824          <Properties>
825            <Property name="text" type="java.lang.String" value="Help"/>
826            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
827              <Insets value="[0, 10, 0, 10]"/>
828            </Property>
829          </Properties>
830          <SubComponents>
831            <MenuItem class="javax.swing.JMenuItem" name="helpTutorial">
832              <Properties>
833                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
834                  <KeyStroke key="F1"/>
835                </Property>
836                <Property name="text" type="java.lang.String" value="Tutorial..."/>
837              </Properties>
838            </MenuItem>
839            <MenuItem class="javax.swing.JMenuItem" name="helpAbout">
840              <Properties>
841                <Property name="text" type="java.lang.String" value="About..."/>
842              </Properties>
843              <Events>
844                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="helpAboutActionPerformed"/>
845              </Events>
846            </MenuItem>
847          </SubComponents>
848        </Menu>
849      </SubComponents>
850    </Menu>
851  </NonVisualComponents>
852  <Properties>
853    <Property name="defaultCloseOperation" type="int" value="3"/>
854    <Property name="title" type="java.lang.String" value="Script Builder"/>
855    <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
856      <Color id="Default Cursor"/>
857    </Property>
858    <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
859      <Dimension value="[800, 800]"/>
860    </Property>
861  </Properties>
862  <SyntheticProperties>
863    <SyntheticProperty name="menuBar" type="java.lang.String" value="scriptBuilderMenuBar"/>
864    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
865    <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
866  </SyntheticProperties>
867  <AuxValues>
868    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
869    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
870    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
871    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
872    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
873    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
874    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
875    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
876    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
877  </AuxValues>
878
879  <Layout>
880    <DimensionLayout dim="0">
881      <Group type="103" groupAlignment="0" attributes="0">
882          <Group type="102" attributes="0">
883              <EmptySpace max="-2" attributes="0"/>
884              <Group type="103" groupAlignment="0" attributes="0">
885                  <Component id="timelinesScrollPane" alignment="0" min="0" pref="0" max="32767" attributes="1"/>
886                  <Component id="timeStampScrollPane" alignment="0" max="32767" attributes="0"/>
887                  <Group type="102" alignment="1" attributes="0">
888                      <Component id="scriptEventsPanel1" max="32767" attributes="0"/>
889                      <EmptySpace max="-2" attributes="0"/>
890                      <Component id="scriptEventsPanel" max="32767" attributes="0"/>
891                  </Group>
892                  <Group type="102" alignment="0" attributes="0">
893                      <Component id="selectButton" min="-2" pref="40" max="-2" attributes="0"/>
894                      <EmptySpace max="-2" attributes="0"/>
895                      <Component id="incidentEventsPanel" min="-2" max="-2" attributes="0"/>
896                      <EmptySpace max="-2" attributes="0"/>
897                      <Component id="evaluationEventsPanel" min="-2" max="-2" attributes="0"/>
898                      <EmptySpace type="separate" max="-2" attributes="0"/>
899                      <Group type="103" groupAlignment="0" attributes="0">
900                          <Component id="zoomInIcon" alignment="0" min="-2" max="-2" attributes="0"/>
901                          <Component id="zoomSlider" alignment="0" min="-2" pref="31" max="-2" attributes="0"/>
902                          <Component id="zoomOutIcon" alignment="0" min="-2" max="-2" attributes="0"/>
903                      </Group>
904                  </Group>
905              </Group>
906              <EmptySpace max="-2" attributes="0"/>
907          </Group>
908      </Group>
909    </DimensionLayout>
910    <DimensionLayout dim="1">
911      <Group type="103" groupAlignment="0" attributes="0">
912          <Group type="102" alignment="1" attributes="0">
913              <Group type="103" groupAlignment="0" attributes="0">
914                  <Group type="102" attributes="0">
915                      <EmptySpace max="-2" attributes="0"/>
916                      <Group type="103" groupAlignment="0" attributes="0">
917                          <Component id="evaluationEventsPanel" alignment="0" min="-2" max="-2" attributes="1"/>
918                          <Component id="incidentEventsPanel" alignment="0" min="-2" max="-2" attributes="1"/>
919                          <Group type="102" alignment="0" attributes="0">
920                              <EmptySpace min="-2" pref="47" max="-2" attributes="0"/>
921                              <Component id="selectButton" min="-2" pref="55" max="-2" attributes="1"/>
922                          </Group>
923                      </Group>
924                  </Group>
925                  <Group type="102" alignment="0" attributes="0">
926                      <EmptySpace min="-2" pref="20" max="-2" attributes="0"/>
927                      <Component id="zoomInIcon" min="-2" max="-2" attributes="0"/>
928                      <EmptySpace min="-2" pref="1" max="-2" attributes="0"/>
929                      <Component id="zoomSlider" min="-2" pref="69" max="-2" attributes="1"/>
930                      <EmptySpace max="-2" attributes="0"/>
931                      <Component id="zoomOutIcon" min="-2" max="-2" attributes="0"/>
932                  </Group>
933              </Group>
934              <EmptySpace max="-2" attributes="0"/>
935              <Component id="timeStampScrollPane" min="-2" pref="20" max="-2" attributes="0"/>
936              <EmptySpace max="-2" attributes="0"/>
937              <Component id="timelinesScrollPane" min="-2" pref="365" max="-2" attributes="0"/>
938              <EmptySpace type="unrelated" max="-2" attributes="0"/>
939              <Group type="103" groupAlignment="0" max="-2" attributes="0">
940                  <Component id="scriptEventsPanel" max="32767" attributes="1"/>
941                  <Component id="scriptEventsPanel1" alignment="0" max="32767" attributes="1"/>
942              </Group>
943              <EmptySpace min="-2" max="-2" attributes="0"/>
944          </Group>
945      </Group>
946    </DimensionLayout>
947  </Layout>
948  <SubComponents>
949    <Container class="javax.swing.JScrollPane" name="timelinesScrollPane">
950      <Properties>
951        <Property name="horizontalScrollBarPolicy" type="int" value="32"/>
952        <Property name="verticalScrollBarPolicy" type="int" value="22"/>
953        <Property name="focusCycleRoot" type="boolean" value="true"/>
954        <Property name="focusTraversalPolicyProvider" type="boolean" value="true"/>
955        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
956          <Dimension value="[72000, 1341]"/>
957        </Property>
958      </Properties>
959
960      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
961      <SubComponents>
962        <Container class="scriptbuilder.gui.panels.TimelineTickPanel" name="timelineTickPanel">
963          <Properties>
964            <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
965              <Dimension value="[7200, 32767]"/>
966            </Property>
967            <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
968              <Dimension value="[7200, 0]"/>
969            </Property>
970            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
971              <Dimension value="[7200, 1317]"/>
972            </Property>
973          </Properties>
974
975          <Layout>
976            <DimensionLayout dim="0">
977              <Group type="103" groupAlignment="0" attributes="0">
978                  <Group type="102" alignment="0" attributes="0">
979                      <EmptySpace max="-2" attributes="0"/>
980                      <Group type="103" groupAlignment="1" attributes="0">
981                          <Group type="103" alignment="1" groupAlignment="0" attributes="0">
982                              <Component id="incidentNumberPanel8" alignment="0" min="-2" max="-2" attributes="0"/>
983                              <Component id="incidentNumberPanel9" alignment="0" min="-2" max="-2" attributes="0"/>
984                          </Group>
985                          <Group type="103" alignment="1" groupAlignment="0" attributes="0">
986                              <Component id="incidentNumberPanel1" alignment="0" min="-2" max="-2" attributes="0"/>
987                              <Component id="incidentNumberPanel4" alignment="0" min="-2" max="-2" attributes="0"/>
988                              <Component id="incidentNumberPanel5" alignment="0" min="-2" max="-2" attributes="0"/>
989                              <Component id="incidentNumberPanel6" alignment="0" min="-2" max="-2" attributes="0"/>
990                              <Component id="incidentNumberPanel3" alignment="0" min="-2" max="-2" attributes="0"/>
991                              <Component id="incidentNumberPanel2" alignment="0" min="-2" max="-2" attributes="0"/>
992                              <Component id="incidentNumberPanel7" alignment="0" min="-2" max="-2" attributes="0"/>
993                          </Group>
994                          <Component id="incidentNumberPanel10" min="-2" max="-2" attributes="0"/>
995                      </Group>
996                      <EmptySpace min="-2" pref="10" max="-2" attributes="0"/>
997                      <Group type="103" groupAlignment="0" attributes="0">
998                          <Component id="incidentTimelinePanel7" max="32767" attributes="1"/>
999                          <Component id="incidentTimelinePanel6" alignment="0" min="-2" max="-2" attributes="1"/>
1000                          <Group type="103" alignment="0" groupAlignment="1" max="-2" attributes="0">
1001                              <Component id="incidentTimelinePanel5" alignment="0" max="32767" attributes="1"/>
1002                              <Component id="incidentTimelinePanel4" alignment="0" min="-2" max="-2" attributes="1"/>
1003                          </Group>
1004                          <Component id="incidentTimelinePanel3" alignment="0" min="-2" max="-2" attributes="1"/>
1005                          <Component id="incidentTimelinePanel1" alignment="0" min="-2" pref="6778" max="-2" attributes="1"/>
1006                          <Component id="incidentTimelinePanel2" alignment="0" min="-2" max="-2" attributes="1"/>
1007                          <Component id="incidentTimelinePanel8" alignment="0" min="-2" max="-2" attributes="1"/>
1008                          <Component id="incidentTimelinePanel9" alignment="0" min="-2" max="-2" attributes="1"/>
1009                          <Component id="incidentTimelinePanel10" alignment="0" min="-2" max="-2" attributes="1"/>
1010                      </Group>
1011                      <EmptySpace min="-2" pref="190" max="-2" attributes="0"/>
1012                  </Group>
1013              </Group>
1014            </DimensionLayout>
1015            <DimensionLayout dim="1">
1016              <Group type="103" groupAlignment="0" attributes="0">
1017                  <Group type="102" alignment="0" attributes="0">
1018                      <EmptySpace max="-2" attributes="0"/>
1019                      <Group type="103" groupAlignment="0" attributes="0">
1020                          <Component id="incidentNumberPanel1" min="-2" max="-2" attributes="0"/>
1021                          <Component id="incidentTimelinePanel1" min="-2" max="-2" attributes="0"/>
1022                      </Group>
1023                      <EmptySpace max="-2" attributes="0"/>
1024                      <Group type="103" groupAlignment="0" attributes="0">
1025                          <Group type="102" alignment="0" attributes="0">
1026                              <Component id="incidentNumberPanel2" min="-2" max="-2" attributes="0"/>
1027                              <EmptySpace max="-2" attributes="0"/>
1028                              <Component id="incidentNumberPanel3" min="-2" max="-2" attributes="0"/>
1029                              <EmptySpace max="-2" attributes="0"/>
1030                              <Component id="incidentNumberPanel4" min="-2" max="-2" attributes="0"/>
1031                              <EmptySpace max="-2" attributes="0"/>
1032                              <Component id="incidentNumberPanel5" min="-2" max="-2" attributes="0"/>
1033                              <EmptySpace max="-2" attributes="0"/>
1034                              <Component id="incidentNumberPanel6" min="-2" max="-2" attributes="0"/>
1035                          </Group>
1036                          <Group type="102" alignment="0" attributes="0">
1037                              <Component id="incidentTimelinePanel2" min="-2" max="-2" attributes="0"/>
1038                              <EmptySpace max="-2" attributes="0"/>
1039                              <Component id="incidentTimelinePanel3" min="-2" max="-2" attributes="0"/>
1040                              <EmptySpace max="-2" attributes="0"/>
1041                              <Component id="incidentTimelinePanel4" min="-2" max="-2" attributes="0"/>
1042                              <EmptySpace max="-2" attributes="0"/>
1043                              <Component id="incidentTimelinePanel5" min="-2" max="-2" attributes="0"/>
1044                              <EmptySpace max="-2" attributes="0"/>
1045                              <Component id="incidentTimelinePanel6" min="-2" max="-2" attributes="0"/>
1046                          </Group>
1047                      </Group>
1048                      <EmptySpace max="-2" attributes="0"/>
1049                      <Group type="103" groupAlignment="0" attributes="0">
1050                          <Component id="incidentTimelinePanel7" alignment="0" min="-2" max="-2" attributes="0"/>
1051                          <Component id="incidentNumberPanel7" alignment="0" min="-2" max="-2" attributes="0"/>
1052                      </Group>
1053                      <EmptySpace max="-2" attributes="0"/>
1054                      <Group type="103" groupAlignment="0" attributes="0">
1055                          <Group type="102" alignment="0" attributes="0">
1056                              <Component id="incidentTimelinePanel8" min="-2" max="-2" attributes="0"/>
1057                              <EmptySpace max="-2" attributes="0"/>
1058                              <Component id="incidentTimelinePanel9" min="-2" max="-2" attributes="0"/>
1059                          </Group>
1060                          <Group type="102" alignment="0" attributes="0">
1061                              <Component id="incidentNumberPanel8" min="-2" max="-2" attributes="0"/>
1062                              <EmptySpace max="-2" attributes="0"/>
1063                              <Component id="incidentNumberPanel9" min="-2" max="-2" attributes="0"/>
1064                          </Group>
1065                      </Group>
1066                      <EmptySpace max="-2" attributes="0"/>
1067                      <Group type="103" groupAlignment="0" attributes="0">
1068                          <Component id="incidentNumberPanel10" alignment="0" min="-2" max="-2" attributes="0"/>
1069                          <Component id="incidentTimelinePanel10" alignment="0" min="-2" max="-2" attributes="0"/>
1070                      </Group>
1071                      <EmptySpace pref="251" max="32767" attributes="0"/>
1072                  </Group>
1073              </Group>
1074            </DimensionLayout>
1075          </Layout>
1076          <SubComponents>
1077            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel1">
1078              <Properties>
1079                <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1080                  <Dimension value="[32767, 100]"/>
1081                </Property>
1082                <Property name="opaque" type="boolean" value="false"/>
1083                <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1084                  <Dimension value="[691, 100]"/>
1085                </Property>
1086              </Properties>
1087
1088              <Layout>
1089                <DimensionLayout dim="0">
1090                  <Group type="103" groupAlignment="0" attributes="0">
1091                      <EmptySpace min="0" pref="6778" max="32767" attributes="0"/>
1092                  </Group>
1093                </DimensionLayout>
1094                <DimensionLayout dim="1">
1095                  <Group type="103" groupAlignment="0" attributes="0">
1096                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1097                  </Group>
1098                </DimensionLayout>
1099              </Layout>
1100            </Container>
1101            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel2">
1102              <Properties>
1103                <Property name="opaque" type="boolean" value="false"/>
1104              </Properties>
1105
1106              <Layout>
1107                <DimensionLayout dim="0">
1108                  <Group type="103" groupAlignment="0" attributes="0">
1109                      <EmptySpace min="0" pref="6726" max="32767" attributes="0"/>
1110                  </Group>
1111                </DimensionLayout>
1112                <DimensionLayout dim="1">
1113                  <Group type="103" groupAlignment="0" attributes="0">
1114                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1115                  </Group>
1116                </DimensionLayout>
1117              </Layout>
1118            </Container>
1119            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel8">
1120              <Properties>
1121                <Property name="opaque" type="boolean" value="false"/>
1122              </Properties>
1123
1124              <Layout>
1125                <DimensionLayout dim="0">
1126                  <Group type="103" groupAlignment="0" attributes="0">
1127                      <EmptySpace min="0" pref="5686" max="32767" attributes="0"/>
1128                  </Group>
1129                </DimensionLayout>
1130                <DimensionLayout dim="1">
1131                  <Group type="103" groupAlignment="0" attributes="0">
1132                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1133                  </Group>
1134                </DimensionLayout>
1135              </Layout>
1136            </Container>
1137            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel3">
1138              <Properties>
1139                <Property name="opaque" type="boolean" value="false"/>
1140              </Properties>
1141
1142              <Layout>
1143                <DimensionLayout dim="0">
1144                  <Group type="103" groupAlignment="0" attributes="0">
1145                      <EmptySpace min="0" pref="605" max="32767" attributes="0"/>
1146                  </Group>
1147                </DimensionLayout>
1148                <DimensionLayout dim="1">
1149                  <Group type="103" groupAlignment="0" attributes="0">
1150                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1151                  </Group>
1152                </DimensionLayout>
1153              </Layout>
1154            </Container>
1155            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel6">
1156              <Properties>
1157                <Property name="opaque" type="boolean" value="false"/>
1158              </Properties>
1159
1160              <Layout>
1161                <DimensionLayout dim="0">
1162                  <Group type="103" groupAlignment="0" attributes="0">
1163                      <EmptySpace min="0" pref="605" max="32767" attributes="0"/>
1164                  </Group>
1165                </DimensionLayout>
1166                <DimensionLayout dim="1">
1167                  <Group type="103" groupAlignment="0" attributes="0">
1168                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1169                  </Group>
1170                </DimensionLayout>
1171              </Layout>
1172            </Container>
1173            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel5">
1174              <Properties>
1175                <Property name="opaque" type="boolean" value="false"/>
1176              </Properties>
1177
1178              <Layout>
1179                <DimensionLayout dim="0">
1180                  <Group type="103" groupAlignment="0" attributes="0">
1181                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1182                  </Group>
1183                </DimensionLayout>
1184                <DimensionLayout dim="1">
1185                  <Group type="103" groupAlignment="0" attributes="0">
1186                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1187                  </Group>
1188                </DimensionLayout>
1189              </Layout>
1190            </Container>
1191            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel4">
1192              <Properties>
1193                <Property name="opaque" type="boolean" value="false"/>
1194              </Properties>
1195
1196              <Layout>
1197                <DimensionLayout dim="0">
1198                  <Group type="103" groupAlignment="0" attributes="0">
1199                      <EmptySpace min="0" pref="617" max="32767" attributes="0"/>
1200                  </Group>
1201                </DimensionLayout>
1202                <DimensionLayout dim="1">
1203                  <Group type="103" groupAlignment="0" attributes="0">
1204                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1205                  </Group>
1206                </DimensionLayout>
1207              </Layout>
1208            </Container>
1209            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel7">
1210              <Properties>
1211                <Property name="opaque" type="boolean" value="false"/>
1212              </Properties>
1213
1214              <Layout>
1215                <DimensionLayout dim="0">
1216                  <Group type="103" groupAlignment="0" attributes="0">
1217                      <EmptySpace min="0" pref="6882" max="32767" attributes="0"/>
1218                  </Group>
1219                </DimensionLayout>
1220                <DimensionLayout dim="1">
1221                  <Group type="103" groupAlignment="0" attributes="0">
1222                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1223                  </Group>
1224                </DimensionLayout>
1225              </Layout>
1226            </Container>
1227            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel10">
1228              <Properties>
1229                <Property name="opaque" type="boolean" value="false"/>
1230              </Properties>
1231
1232              <Layout>
1233                <DimensionLayout dim="0">
1234                  <Group type="103" groupAlignment="0" attributes="0">
1235                      <EmptySpace min="0" pref="6573" max="32767" attributes="0"/>
1236                  </Group>
1237                </DimensionLayout>
1238                <DimensionLayout dim="1">
1239                  <Group type="103" groupAlignment="0" attributes="0">
1240                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1241                  </Group>
1242                </DimensionLayout>
1243              </Layout>
1244            </Container>
1245            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel9">
1246              <Properties>
1247                <Property name="opaque" type="boolean" value="false"/>
1248              </Properties>
1249
1250              <Layout>
1251                <DimensionLayout dim="0">
1252                  <Group type="103" groupAlignment="0" attributes="0">
1253                      <EmptySpace min="0" pref="6470" max="32767" attributes="0"/>
1254                  </Group>
1255                </DimensionLayout>
1256                <DimensionLayout dim="1">
1257                  <Group type="103" groupAlignment="0" attributes="0">
1258                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1259                  </Group>
1260                </DimensionLayout>
1261              </Layout>
1262            </Container>
1263            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel1">
1264              <Properties>
1265                <Property name="opaque" type="boolean" value="false"/>
1266              </Properties>
1267
1268              <Layout>
1269                <DimensionLayout dim="0">
1270                  <Group type="103" groupAlignment="0" attributes="0">
1271                      <EmptySpace min="0" pref="106" max="32767" attributes="0"/>
1272                  </Group>
1273                </DimensionLayout>
1274                <DimensionLayout dim="1">
1275                  <Group type="103" groupAlignment="0" attributes="0">
1276                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1277                  </Group>
1278                </DimensionLayout>
1279              </Layout>
1280            </Container>
1281            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel2">
1282              <Properties>
1283                <Property name="opaque" type="boolean" value="false"/>
1284              </Properties>
1285
1286              <Layout>
1287                <DimensionLayout dim="0">
1288                  <Group type="103" groupAlignment="0" attributes="0">
1289                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1290                  </Group>
1291                </DimensionLayout>
1292                <DimensionLayout dim="1">
1293                  <Group type="103" groupAlignment="0" attributes="0">
1294                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1295                  </Group>
1296                </DimensionLayout>
1297              </Layout>
1298            </Container>
1299            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel3">
1300              <Properties>
1301                <Property name="opaque" type="boolean" value="false"/>
1302              </Properties>
1303
1304              <Layout>
1305                <DimensionLayout dim="0">
1306                  <Group type="103" groupAlignment="0" attributes="0">
1307                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1308                  </Group>
1309                </DimensionLayout>
1310                <DimensionLayout dim="1">
1311                  <Group type="103" groupAlignment="0" attributes="0">
1312                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1313                  </Group>
1314                </DimensionLayout>
1315              </Layout>
1316            </Container>
1317            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel4">
1318              <Properties>
1319                <Property name="opaque" type="boolean" value="false"/>
1320              </Properties>
1321
1322              <Layout>
1323                <DimensionLayout dim="0">
1324                  <Group type="103" groupAlignment="0" attributes="0">
1325                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1326                  </Group>
1327                </DimensionLayout>
1328                <DimensionLayout dim="1">
1329                  <Group type="103" groupAlignment="0" attributes="0">
1330                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1331                  </Group>
1332                </DimensionLayout>
1333              </Layout>
1334            </Container>
1335            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel5">
1336              <Properties>
1337                <Property name="opaque" type="boolean" value="false"/>
1338              </Properties>
1339
1340              <Layout>
1341                <DimensionLayout dim="0">
1342                  <Group type="103" groupAlignment="0" attributes="0">
1343                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1344                  </Group>
1345                </DimensionLayout>
1346                <DimensionLayout dim="1">
1347                  <Group type="103" groupAlignment="0" attributes="0">
1348                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1349                  </Group>
1350                </DimensionLayout>
1351              </Layout>
1352            </Container>
1353            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel6">
1354              <Properties>
1355                <Property name="opaque" type="boolean" value="false"/>
1356              </Properties>
1357
1358              <Layout>
1359                <DimensionLayout dim="0">
1360                  <Group type="103" groupAlignment="0" attributes="0">
1361                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1362                  </Group>
1363                </DimensionLayout>
1364                <DimensionLayout dim="1">
1365                  <Group type="103" groupAlignment="0" attributes="0">
1366                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1367                  </Group>
1368                </DimensionLayout>
1369              </Layout>
1370            </Container>
1371            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel7">
1372              <Properties>
1373                <Property name="opaque" type="boolean" value="false"/>
1374              </Properties>
1375
1376              <Layout>
1377                <DimensionLayout dim="0">
1378                  <Group type="103" groupAlignment="0" attributes="0">
1379                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1380                  </Group>
1381                </DimensionLayout>
1382                <DimensionLayout dim="1">
1383                  <Group type="103" groupAlignment="0" attributes="0">
1384                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1385                  </Group>
1386                </DimensionLayout>
1387              </Layout>
1388            </Container>
1389            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel8">
1390              <Properties>
1391                <Property name="opaque" type="boolean" value="false"/>
1392              </Properties>
1393
1394              <Layout>
1395                <DimensionLayout dim="0">
1396                  <Group type="103" groupAlignment="0" attributes="0">
1397                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1398                  </Group>
1399                </DimensionLayout>
1400                <DimensionLayout dim="1">
1401                  <Group type="103" groupAlignment="0" attributes="0">
1402                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1403                  </Group>
1404                </DimensionLayout>
1405              </Layout>
1406            </Container>
1407            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel9">
1408              <Properties>
1409                <Property name="opaque" type="boolean" value="false"/>
1410              </Properties>
1411
1412              <Layout>
1413                <DimensionLayout dim="0">
1414                  <Group type="103" groupAlignment="0" attributes="0">
1415                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1416                  </Group>
1417                </DimensionLayout>
1418                <DimensionLayout dim="1">
1419                  <Group type="103" groupAlignment="0" attributes="0">
1420                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1421                  </Group>
1422                </DimensionLayout>
1423              </Layout>
1424            </Container>
1425            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel10">
1426              <Properties>
1427                <Property name="opaque" type="boolean" value="false"/>
1428              </Properties>
1429
1430              <Layout>
1431                <DimensionLayout dim="0">
1432                  <Group type="103" groupAlignment="0" attributes="0">
1433                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1434                  </Group>
1435                </DimensionLayout>
1436                <DimensionLayout dim="1">
1437                  <Group type="103" groupAlignment="0" attributes="0">
1438                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1439                  </Group>
1440                </DimensionLayout>
1441              </Layout>
1442            </Container>
1443          </SubComponents>
1444        </Container>
1445      </SubComponents>
1446    </Container>
1447    <Container class="javax.swing.JPanel" name="scriptEventsPanel">
1448      <Properties>
1449        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1450          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
1451            <TitledBorder title="Script Events"/>
1452          </Border>
1453        </Property>
1454      </Properties>
1455
1456      <Layout>
1457        <DimensionLayout dim="0">
1458          <Group type="103" groupAlignment="0" attributes="0">
1459              <Group type="102" alignment="0" attributes="0">
1460                  <EmptySpace max="-2" attributes="0"/>
1461                  <Component id="scriptEventsPane" max="32767" attributes="0"/>
1462                  <EmptySpace max="-2" attributes="0"/>
1463              </Group>
1464          </Group>
1465        </DimensionLayout>
1466        <DimensionLayout dim="1">
1467          <Group type="103" groupAlignment="0" attributes="0">
1468              <Group type="102" alignment="0" attributes="0">
1469                  <Component id="scriptEventsPane" pref="197" max="32767" attributes="0"/>
1470                  <EmptySpace max="-2" attributes="0"/>
1471              </Group>
1472          </Group>
1473        </DimensionLayout>
1474      </Layout>
1475      <SubComponents>
1476        <Container class="javax.swing.JScrollPane" name="scriptEventsPane">
1477          <Properties>
1478            <Property name="verticalScrollBarPolicy" type="int" value="22"/>
1479          </Properties>
1480          <AuxValues>
1481            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
1482          </AuxValues>
1483
1484          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
1485          <SubComponents>
1486            <Component class="javax.swing.JList" name="scriptEventsList">
1487              <Properties>
1488                <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
1489                  <Connection code="new DefaultListModel()" type="code"/>
1490                </Property>
1491                <Property name="componentPopupMenu" type="javax.swing.JPopupMenu" editor="org.netbeans.modules.form.ComponentChooserEditor">
1492                  <ComponentRef name="eventListPopupMenu"/>
1493                </Property>
1494              </Properties>
1495            </Component>
1496          </SubComponents>
1497        </Container>
1498      </SubComponents>
1499    </Container>
1500    <Component class="javax.swing.JSlider" name="zoomSlider">
1501      <Properties>
1502        <Property name="maximum" type="int" value="21"/>
1503        <Property name="minimum" type="int" value="5"/>
1504        <Property name="orientation" type="int" value="1"/>
1505        <Property name="value" type="int" value="13"/>
1506        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
1507          <Color id="Default Cursor"/>
1508        </Property>
1509        <Property name="focusable" type="boolean" value="false"/>
1510      </Properties>
1511      <Events>
1512        <EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="zoomSliderStateChanged"/>
1513      </Events>
1514    </Component>
1515    <Container class="javax.swing.JPanel" name="scriptEventsPanel1">
1516      <Properties>
1517        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1518          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
1519            <TitledBorder title="Incident Information"/>
1520          </Border>
1521        </Property>
1522      </Properties>
1523
1524      <Layout>
1525        <DimensionLayout dim="0">
1526          <Group type="103" groupAlignment="0" attributes="0">
1527              <Group type="102" alignment="0" attributes="0">
1528                  <EmptySpace max="-2" attributes="0"/>
1529                  <Group type="103" groupAlignment="0" attributes="0">
1530                      <Component id="incidentDescriptionPane" alignment="1" max="32767" attributes="0"/>
1531                      <Component id="jLabel4" alignment="0" min="-2" max="-2" attributes="0"/>
1532                      <Group type="102" alignment="0" attributes="0">
1533                          <Group type="103" groupAlignment="0" attributes="0">
1534                              <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
1535                              <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/>
1536                          </Group>
1537                          <EmptySpace max="-2" attributes="0"/>
1538                          <Group type="103" groupAlignment="1" attributes="0">
1539                              <Component id="incidentName" max="32767" attributes="0"/>
1540                              <Component id="incidentNumber" alignment="1" max="32767" attributes="0"/>
1541                          </Group>
1542                      </Group>
1543                  </Group>
1544                  <EmptySpace max="-2" attributes="0"/>
1545              </Group>
1546          </Group>
1547        </DimensionLayout>
1548        <DimensionLayout dim="1">
1549          <Group type="103" groupAlignment="0" attributes="0">
1550              <Group type="102" alignment="0" attributes="0">
1551                  <Group type="103" groupAlignment="3" attributes="0">
1552                      <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
1553                      <Component id="incidentNumber" alignment="3" min="-2" max="-2" attributes="0"/>
1554                  </Group>
1555                  <EmptySpace max="-2" attributes="0"/>
1556                  <Group type="103" groupAlignment="3" attributes="0">
1557                      <Component id="incidentName" alignment="3" min="-2" max="-2" attributes="0"/>
1558                      <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
1559                  </Group>
1560                  <EmptySpace max="-2" attributes="0"/>
1561                  <Component id="jLabel4" min="-2" max="-2" attributes="0"/>
1562                  <EmptySpace max="-2" attributes="0"/>
1563                  <Component id="incidentDescriptionPane" pref="125" max="32767" attributes="0"/>
1564                  <EmptySpace min="-2" max="-2" attributes="0"/>
1565              </Group>
1566          </Group>
1567        </DimensionLayout>
1568      </Layout>
1569      <SubComponents>
1570        <Component class="javax.swing.JLabel" name="jLabel2">
1571          <Properties>
1572            <Property name="text" type="java.lang.String" value="Incident Number:"/>
1573          </Properties>
1574        </Component>
1575        <Component class="javax.swing.JLabel" name="jLabel3">
1576          <Properties>
1577            <Property name="text" type="java.lang.String" value="Incident Name:"/>
1578          </Properties>
1579        </Component>
1580        <Component class="javax.swing.JLabel" name="jLabel4">
1581          <Properties>
1582            <Property name="text" type="java.lang.String" value="Incident Description:"/>
1583          </Properties>
1584        </Component>
1585        <Component class="javax.swing.JTextField" name="incidentName">
1586          <Properties>
1587            <Property name="editable" type="boolean" value="false"/>
1588            <Property name="text" type="java.lang.String" value="Media"/>
1589          </Properties>
1590        </Component>
1591        <Container class="javax.swing.JScrollPane" name="incidentDescriptionPane">
1592          <Properties>
1593            <Property name="verticalScrollBarPolicy" type="int" value="22"/>
1594          </Properties>
1595          <AuxValues>
1596            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
1597          </AuxValues>
1598
1599          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
1600          <SubComponents>
1601            <Component class="javax.swing.JTextArea" name="incidentDescription">
1602              <Properties>
1603                <Property name="columns" type="int" value="20"/>
1604                <Property name="editable" type="boolean" value="false"/>
1605                <Property name="lineWrap" type="boolean" value="true"/>
1606                <Property name="rows" type="int" value="5"/>
1607                <Property name="text" type="java.lang.String" value="All media message events are found in this incident."/>
1608                <Property name="wrapStyleWord" type="boolean" value="true"/>
1609              </Properties>
1610            </Component>
1611          </SubComponents>
1612        </Container>
1613        <Component class="javax.swing.JTextField" name="incidentNumber">
1614          <Properties>
1615            <Property name="editable" type="boolean" value="false"/>
1616            <Property name="text" type="java.lang.String" value="100"/>
1617          </Properties>
1618        </Component>
1619      </SubComponents>
1620    </Container>
1621    <Component class="javax.swing.JButton" name="selectButton">
1622      <Properties>
1623        <Property name="toolTipText" type="java.lang.String" value="Select"/>
1624        <Property name="focusPainted" type="boolean" value="false"/>
1625        <Property name="iconTextGap" type="int" value="0"/>
1626        <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1627          <Insets value="[2, 10, 2, 10]"/>
1628        </Property>
1629        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1630          <Dimension value="[30, 25]"/>
1631        </Property>
1632      </Properties>
1633      <Events>
1634        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="selectButtonActionPerformed"/>
1635      </Events>
1636    </Component>
1637    <Container class="javax.swing.JPanel" name="incidentEventsPanel">
1638      <Properties>
1639        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1640          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
1641            <TitledBorder title="Incident Events"/>
1642          </Border>
1643        </Property>
1644      </Properties>
1645
1646      <Layout>
1647        <DimensionLayout dim="0">
1648          <Group type="103" groupAlignment="0" attributes="0">
1649              <Group type="102" alignment="0" attributes="0">
1650                  <EmptySpace max="-2" attributes="0"/>
1651                  <Group type="103" groupAlignment="0" attributes="0">
1652                      <Group type="103" alignment="0" groupAlignment="0" attributes="0">
1653                          <Group type="102" alignment="1" attributes="0">
1654                              <Component id="maintenanceRadioButton" min="-2" pref="120" max="-2" attributes="0"/>
1655                              <EmptySpace max="-2" attributes="0"/>
1656                              <Component id="tmtRadioButton" min="-2" pref="120" max="-2" attributes="0"/>
1657                              <EmptySpace max="-2" attributes="0"/>
1658                              <Component id="telephoneButton" min="-2" pref="120" max="-2" attributes="0"/>
1659                              <EmptySpace max="-2" attributes="0"/>
1660                              <Component id="paramicsButton" min="-2" pref="120" max="-2" attributes="0"/>
1661                          </Group>
1662                          <Group type="102" alignment="0" attributes="0">
1663                              <Component id="towButton" min="-2" pref="120" max="-2" attributes="0"/>
1664                              <EmptySpace max="-2" attributes="0"/>
1665                              <Component id="unitButton" min="-2" pref="120" max="-2" attributes="0"/>
1666                              <EmptySpace max="-2" attributes="0"/>
1667                              <Component id="witnessButton" min="-2" pref="120" max="-2" attributes="0"/>
1668                              <EmptySpace max="-2" attributes="0"/>
1669                              <Component id="audioButton" min="-2" pref="120" max="-2" attributes="0"/>
1670                          </Group>
1671                      </Group>
1672                      <Group type="102" alignment="0" attributes="0">
1673                          <Component id="cadButton" min="-2" pref="120" max="-2" attributes="0"/>
1674                          <EmptySpace max="-2" attributes="0"/>
1675                          <Component id="cctvButton" min="-2" pref="120" max="-2" attributes="0"/>
1676                          <EmptySpace max="-2" attributes="0"/>
1677                          <Component id="chpRadioButton" min="-2" pref="120" max="-2" attributes="0"/>
1678                      </Group>
1679                  </Group>
1680                  <EmptySpace max="32767" attributes="0"/>
1681              </Group>
1682          </Group>
1683        </DimensionLayout>
1684        <DimensionLayout dim="1">
1685          <Group type="103" groupAlignment="0" attributes="0">
1686              <Group type="102" alignment="0" attributes="0">
1687                  <Group type="103" groupAlignment="0" attributes="0">
1688                      <Group type="102" attributes="0">
1689                          <Group type="103" groupAlignment="3" attributes="0">
1690                              <Component id="maintenanceRadioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1691                              <Component id="tmtRadioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1692                              <Component id="telephoneButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1693                          </Group>
1694                          <EmptySpace max="-2" attributes="0"/>
1695                          <Group type="103" groupAlignment="3" attributes="0">
1696                              <Component id="towButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1697                              <Component id="unitButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1698                              <Component id="witnessButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1699                              <Component id="audioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1700                          </Group>
1701                      </Group>
1702                      <Component id="paramicsButton" min="-2" pref="30" max="-2" attributes="0"/>
1703                  </Group>
1704                  <EmptySpace max="-2" attributes="0"/>
1705                  <Group type="103" groupAlignment="1" attributes="0">
1706                      <Group type="103" alignment="1" groupAlignment="3" attributes="0">
1707                          <Component id="cctvButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1708                          <Component id="chpRadioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1709                      </Group>
1710                      <Component id="cadButton" min="-2" pref="30" max="-2" attributes="0"/>
1711                  </Group>
1712              </Group>
1713          </Group>
1714        </DimensionLayout>
1715      </Layout>
1716      <SubComponents>
1717        <Component class="javax.swing.JButton" name="maintenanceRadioButton">
1718          <Properties>
1719            <Property name="text" type="java.lang.String" value="Maintenance Radio"/>
1720            <Property name="toolTipText" type="java.lang.String" value=""/>
1721            <Property name="focusPainted" type="boolean" value="false"/>
1722            <Property name="iconTextGap" type="int" value="0"/>
1723            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1724              <Insets value="[2, 10, 2, 10]"/>
1725            </Property>
1726            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1727              <Dimension value="[30, 25]"/>
1728            </Property>
1729          </Properties>
1730          <Events>
1731            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="maintenanceRadioButtonActionPerformed"/>
1732          </Events>
1733        </Component>
1734        <Component class="javax.swing.JButton" name="tmtRadioButton">
1735          <Properties>
1736            <Property name="text" type="java.lang.String" value="TMT Radio"/>
1737            <Property name="toolTipText" type="java.lang.String" value=""/>
1738            <Property name="focusPainted" type="boolean" value="false"/>
1739            <Property name="iconTextGap" type="int" value="0"/>
1740            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1741              <Insets value="[2, 10, 2, 10]"/>
1742            </Property>
1743            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1744              <Dimension value="[30, 25]"/>
1745            </Property>
1746          </Properties>
1747          <Events>
1748            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tmtRadioButtonActionPerformed"/>
1749          </Events>
1750        </Component>
1751        <Component class="javax.swing.JButton" name="telephoneButton">
1752          <Properties>
1753            <Property name="text" type="java.lang.String" value="Telephone"/>
1754            <Property name="toolTipText" type="java.lang.String" value=""/>
1755            <Property name="focusPainted" type="boolean" value="false"/>
1756            <Property name="iconTextGap" type="int" value="0"/>
1757            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1758              <Insets value="[2, 10, 2, 10]"/>
1759            </Property>
1760            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1761              <Dimension value="[30, 25]"/>
1762            </Property>
1763          </Properties>
1764          <Events>
1765            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="telephoneButtonActionPerformed"/>
1766          </Events>
1767        </Component>
1768        <Component class="javax.swing.JButton" name="unitButton">
1769          <Properties>
1770            <Property name="text" type="java.lang.String" value="Unit"/>
1771            <Property name="toolTipText" type="java.lang.String" value=""/>
1772            <Property name="focusPainted" type="boolean" value="false"/>
1773            <Property name="iconTextGap" type="int" value="0"/>
1774            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1775              <Insets value="[2, 10, 2, 10]"/>
1776            </Property>
1777            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1778              <Dimension value="[30, 25]"/>
1779            </Property>
1780          </Properties>
1781          <Events>
1782            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="unitButtonActionPerformed"/>
1783          </Events>
1784        </Component>
1785        <Component class="javax.swing.JButton" name="witnessButton">
1786          <Properties>
1787            <Property name="text" type="java.lang.String" value="Witness"/>
1788            <Property name="toolTipText" type="java.lang.String" value=""/>
1789            <Property name="focusPainted" type="boolean" value="false"/>
1790            <Property name="iconTextGap" type="int" value="0"/>
1791            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1792              <Insets value="[2, 10, 2, 10]"/>
1793            </Property>
1794            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1795              <Dimension value="[30, 25]"/>
1796            </Property>
1797          </Properties>
1798          <Events>
1799            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="witnessButtonActionPerformed"/>
1800          </Events>
1801        </Component>
1802        <Component class="javax.swing.JButton" name="paramicsButton">
1803          <Properties>
1804            <Property name="text" type="java.lang.String" value="Paramics"/>
1805            <Property name="toolTipText" type="java.lang.String" value=""/>
1806            <Property name="focusPainted" type="boolean" value="false"/>
1807            <Property name="iconTextGap" type="int" value="0"/>
1808            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1809              <Insets value="[2, 10, 2, 10]"/>
1810            </Property>
1811            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1812              <Dimension value="[30, 25]"/>
1813            </Property>
1814          </Properties>
1815          <Events>
1816            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="paramicsButtonActionPerformed"/>
1817          </Events>
1818        </Component>
1819        <Component class="javax.swing.JButton" name="towButton">
1820          <Properties>
1821            <Property name="text" type="java.lang.String" value="Tow"/>
1822            <Property name="toolTipText" type="java.lang.String" value=""/>
1823            <Property name="focusPainted" type="boolean" value="false"/>
1824            <Property name="iconTextGap" type="int" value="0"/>
1825            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1826              <Insets value="[2, 10, 2, 10]"/>
1827            </Property>
1828            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1829              <Dimension value="[30, 25]"/>
1830            </Property>
1831          </Properties>
1832          <Events>
1833            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="towButtonActionPerformed"/>
1834          </Events>
1835        </Component>
1836        <Component class="javax.swing.JButton" name="audioButton">
1837          <Properties>
1838            <Property name="text" type="java.lang.String" value="Audio"/>
1839            <Property name="toolTipText" type="java.lang.String" value=""/>
1840            <Property name="focusPainted" type="boolean" value="false"/>
1841            <Property name="iconTextGap" type="int" value="0"/>
1842            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1843              <Insets value="[2, 10, 2, 10]"/>
1844            </Property>
1845            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1846              <Dimension value="[30, 25]"/>
1847            </Property>
1848          </Properties>
1849          <Events>
1850            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="audioButtonActionPerformed"/>
1851          </Events>
1852        </Component>
1853        <Component class="javax.swing.JButton" name="cctvButton">
1854          <Properties>
1855            <Property name="text" type="java.lang.String" value="CCTV"/>
1856            <Property name="toolTipText" type="java.lang.String" value=""/>
1857            <Property name="focusPainted" type="boolean" value="false"/>
1858            <Property name="iconTextGap" type="int" value="0"/>
1859            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1860              <Insets value="[2, 10, 2, 10]"/>
1861            </Property>
1862            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1863              <Dimension value="[30, 25]"/>
1864            </Property>
1865          </Properties>
1866          <Events>
1867            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cctvButtonActionPerformed"/>
1868          </Events>
1869        </Component>
1870        <Component class="javax.swing.JButton" name="cadButton">
1871          <Properties>
1872            <Property name="text" type="java.lang.String" value="CAD"/>
1873            <Property name="toolTipText" type="java.lang.String" value=""/>
1874            <Property name="focusPainted" type="boolean" value="false"/>
1875            <Property name="iconTextGap" type="int" value="0"/>
1876            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1877              <Insets value="[2, 10, 2, 10]"/>
1878            </Property>
1879            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1880              <Dimension value="[30, 25]"/>
1881            </Property>
1882          </Properties>
1883          <Events>
1884            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cadButtonActionPerformed"/>
1885          </Events>
1886        </Component>
1887        <Component class="javax.swing.JButton" name="chpRadioButton">
1888          <Properties>
1889            <Property name="text" type="java.lang.String" value="CHP Radio"/>
1890            <Property name="toolTipText" type="java.lang.String" value=""/>
1891            <Property name="focusPainted" type="boolean" value="false"/>
1892            <Property name="iconTextGap" type="int" value="0"/>
1893            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1894              <Insets value="[2, 10, 2, 10]"/>
1895            </Property>
1896            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1897              <Dimension value="[30, 25]"/>
1898            </Property>
1899          </Properties>
1900          <Events>
1901            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="chpRadioButtonActionPerformed"/>
1902          </Events>
1903        </Component>
1904      </SubComponents>
1905    </Container>
1906    <Container class="javax.swing.JPanel" name="evaluationEventsPanel">
1907      <Properties>
1908        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1909          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
1910            <TitledBorder title="Evaluation Events"/>
1911          </Border>
1912        </Property>
1913      </Properties>
1914
1915      <Layout>
1916        <DimensionLayout dim="0">
1917          <Group type="103" groupAlignment="0" attributes="0">
1918              <Group type="102" attributes="0">
1919                  <EmptySpace max="-2" attributes="0"/>
1920                  <Group type="103" groupAlignment="0" attributes="0">
1921                      <Group type="102" alignment="0" attributes="0">
1922                          <Component id="atmsEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1923                          <EmptySpace max="-2" attributes="0"/>
1924                          <Component id="activityLogEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1925                      </Group>
1926                      <Group type="102" alignment="0" attributes="0">
1927                          <Component id="cmsEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1928                          <EmptySpace max="-2" attributes="0"/>
1929                          <Component id="facilitatorEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1930                      </Group>
1931                      <Group type="102" alignment="0" attributes="0">
1932                          <Component id="cadEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1933                          <EmptySpace max="-2" attributes="0"/>
1934                          <Component id="radioEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1935                      </Group>
1936                  </Group>
1937                  <EmptySpace max="32767" attributes="0"/>
1938              </Group>
1939          </Group>
1940        </DimensionLayout>
1941        <DimensionLayout dim="1">
1942          <Group type="103" groupAlignment="0" attributes="0">
1943              <Group type="102" alignment="0" attributes="0">
1944                  <Group type="103" groupAlignment="0" attributes="0">
1945                      <Component id="cmsEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1946                      <Component id="facilitatorEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1947                  </Group>
1948                  <EmptySpace max="-2" attributes="0"/>
1949                  <Group type="103" groupAlignment="0" attributes="0">
1950                      <Component id="atmsEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1951                      <Component id="activityLogEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1952                  </Group>
1953                  <EmptySpace max="-2" attributes="0"/>
1954                  <Group type="103" groupAlignment="3" attributes="0">
1955                      <Component id="cadEvalButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1956                      <Component id="radioEvalButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1957                  </Group>
1958              </Group>
1959          </Group>
1960        </DimensionLayout>
1961      </Layout>
1962      <SubComponents>
1963        <Component class="javax.swing.JButton" name="atmsEvalButton">
1964          <Properties>
1965            <Property name="text" type="java.lang.String" value="ATMS Evaluation"/>
1966            <Property name="toolTipText" type="java.lang.String" value=""/>
1967            <Property name="focusPainted" type="boolean" value="false"/>
1968            <Property name="iconTextGap" type="int" value="0"/>
1969            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1970              <Insets value="[2, 10, 2, 10]"/>
1971            </Property>
1972            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1973              <Dimension value="[30, 25]"/>
1974            </Property>
1975          </Properties>
1976          <Events>
1977            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="atmsEvalButtonActionPerformed"/>
1978          </Events>
1979        </Component>
1980        <Component class="javax.swing.JButton" name="cmsEvalButton">
1981          <Properties>
1982            <Property name="text" type="java.lang.String" value="CMS Evaluation"/>
1983            <Property name="toolTipText" type="java.lang.String" value=""/>
1984            <Property name="focusPainted" type="boolean" value="false"/>
1985            <Property name="iconTextGap" type="int" value="0"/>
1986            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1987              <Insets value="[2, 10, 2, 10]"/>
1988            </Property>
1989            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1990              <Dimension value="[30, 25]"/>
1991            </Property>
1992          </Properties>
1993          <Events>
1994            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cmsEvalButtonActionPerformed"/>
1995          </Events>
1996        </Component>
1997        <Component class="javax.swing.JButton" name="cadEvalButton">
1998          <Properties>
1999            <Property name="text" type="java.lang.String" value="CAD Evaluation"/>
2000            <Property name="toolTipText" type="java.lang.String" value=""/>
2001            <Property name="focusPainted" type="boolean" value="false"/>
2002            <Property name="iconTextGap" type="int" value="0"/>
2003            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
2004              <Insets value="[2, 10, 2, 10]"/>
2005            </Property>
2006            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
2007              <Dimension value="[30, 25]"/>
2008            </Property>
2009          </Properties>
2010          <Events>
2011            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cadEvalButtonActionPerformed"/>
2012          </Events>
2013        </Component>
2014        <Component class="javax.swing.JButton" name="facilitatorEvalButton">
2015          <Properties>
2016            <Property name="text" type="java.lang.String" value="Facilitator Evaluation"/>
2017            <Property name="toolTipText" type="java.lang.String" value=""/>
2018            <Property name="focusPainted" type="boolean" value="false"/>
2019            <Property name="iconTextGap" type="int" value="0"/>
2020            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
2021              <Insets value="[2, 10, 2, 10]"/>
2022            </Property>
2023            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
2024              <Dimension value="[30, 25]"/>
2025            </Property>
2026          </Properties>
2027          <Events>
2028            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="facilitatorEvalButtonActionPerformed"/>
2029          </Events>
2030        </Component>
2031        <Component class="javax.swing.JButton" name="activityLogEvalButton">
2032          <Properties>
2033            <Property name="text" type="java.lang.String" value="Activity Log Evaluation"/>
2034            <Property name="toolTipText" type="java.lang.String" value=""/>
2035            <Property name="focusPainted" type="boolean" value="false"/>
2036            <Property name="iconTextGap" type="int" value="0"/>
2037            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
2038              <Insets value="[2, 10, 2, 10]"/>
2039            </Property>
2040            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
2041              <Dimension value="[30, 25]"/>
2042            </Property>
2043          </Properties>
2044          <Events>
2045            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="activityLogEvalButtonActionPerformed"/>
2046          </Events>
2047        </Component>
2048        <Component class="javax.swing.JButton" name="radioEvalButton">
2049          <Properties>
2050            <Property name="text" type="java.lang.String" value="Radio Evaluation"/>
2051            <Property name="toolTipText" type="java.lang.String" value=""/>
2052            <Property name="focusPainted" type="boolean" value="false"/>
2053            <Property name="iconTextGap" type="int" value="0"/>
2054            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
2055              <Insets value="[2, 10, 2, 10]"/>
2056            </Property>
2057            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
2058              <Dimension value="[30, 25]"/>
2059            </Property>
2060          </Properties>
2061          <Events>
2062            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="radioEvalButtonActionPerformed"/>
2063          </Events>
2064        </Component>
2065      </SubComponents>
2066    </Container>
2067    <Component class="javax.swing.JLabel" name="zoomInIcon">
2068      <Properties>
2069        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
2070          <Image iconType="3" name="/images/ZoomIn.png"/>
2071        </Property>
2072        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
2073          <Color id="Hand Cursor"/>
2074        </Property>
2075      </Properties>
2076      <Events>
2077        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="zoomInIconMouseClicked"/>
2078      </Events>
2079    </Component>
2080    <Component class="javax.swing.JLabel" name="zoomOutIcon">
2081      <Properties>
2082        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
2083          <Image iconType="3" name="/images/ZoomOut.png"/>
2084        </Property>
2085        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
2086          <Color id="Hand Cursor"/>
2087        </Property>
2088      </Properties>
2089      <Events>
2090        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="zoomOutIconMouseClicked"/>
2091      </Events>
2092    </Component>
2093    <Container class="javax.swing.JScrollPane" name="timeStampScrollPane">
2094      <Properties>
2095        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
2096          <Border info="null"/>
2097        </Property>
2098        <Property name="horizontalScrollBarPolicy" type="int" value="31"/>
2099        <Property name="verticalScrollBarPolicy" type="int" value="21"/>
2100      </Properties>
2101
2102      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
2103      <SubComponents>
2104        <Container class="scriptbuilder.gui.panels.TimeStampPanel" name="timeStampPanel">
2105
2106          <Layout>
2107            <DimensionLayout dim="0">
2108              <Group type="103" groupAlignment="0" attributes="0">
2109                  <EmptySpace min="0" pref="1032" max="32767" attributes="0"/>
2110              </Group>
2111            </DimensionLayout>
2112            <DimensionLayout dim="1">
2113              <Group type="103" groupAlignment="0" attributes="0">
2114                  <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
2115              </Group>
2116            </DimensionLayout>
2117          </Layout>
2118        </Container>
2119      </SubComponents>
2120    </Container>
2121  </SubComponents>
2122</Form>
Note: See TracBrowser for help on using the repository browser.