source: tmcsimulator-scriptbuilder/branches/ScriptBuilder4/src/scriptbuilder/gui/ScriptBuilderFrame.form @ 6

Revision 6, 113.5 KB checked in by jdalbey, 9 years ago (diff)

Add original prototype to branch

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