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

Revision 1, 114.7 KB checked in by bmcguffin, 9 years ago (diff)

2017/07/18: Uploaded entire prototype to SVN repo.

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