source: tmcsimulator-scriptbuilder/trunk/src/scriptbuilder/gui/IncidentEditorFrame.form @ 98

Revision 98, 71.0 KB checked in by bmcguffin, 9 years ago (diff)

Added "Add 15 minutes" button, btnAddTime, to both Script Builder and Incident Editor windows. Clicking the button allows the user to add 15 minutes of scrollable space to the end of the timeline window, so that new events can be added after the end. This extra time does not interact with the model and so does not enter the save file, or persist between iterations of the program.

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="eventPopupMenu">
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="cadEvent">
12          <Properties>
13            <Property name="text" type="java.lang.String" value="CAD Event"/>
14          </Properties>
15          <Events>
16            <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="cadEventMousePressed"/>
17            <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="cadEventMouseReleased"/>
18          </Events>
19        </MenuItem>
20        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem2">
21          <Properties>
22            <Property name="text" type="java.lang.String" value="Paramics Event"/>
23          </Properties>
24        </MenuItem>
25        <MenuItem class="javax.swing.JMenuItem" name="radioEvent">
26          <Properties>
27            <Property name="text" type="java.lang.String" value="Radio Event"/>
28          </Properties>
29          <Events>
30            <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="radioEventMousePressed"/>
31          </Events>
32        </MenuItem>
33        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem4">
34          <Properties>
35            <Property name="text" type="java.lang.String" value="Telephone Event"/>
36          </Properties>
37        </MenuItem>
38        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem5">
39          <Properties>
40            <Property name="text" type="java.lang.String" value="Video Event"/>
41          </Properties>
42        </MenuItem>
43        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem6">
44          <Properties>
45            <Property name="text" type="java.lang.String" value="Evaluation Event"/>
46          </Properties>
47        </MenuItem>
48      </SubComponents>
49    </Container>
50    <Container class="javax.swing.JFrame" name="cadEventFrame">
51      <Properties>
52        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
53          <Dimension value="[400, 300]"/>
54        </Property>
55      </Properties>
56
57      <Layout>
58        <DimensionLayout dim="0">
59          <Group type="103" groupAlignment="0" attributes="0">
60              <Group type="102" attributes="0">
61                  <EmptySpace max="-2" attributes="0"/>
62                  <Component id="jLabel5" min="-2" pref="68" max="-2" attributes="0"/>
63                  <EmptySpace max="32767" attributes="0"/>
64              </Group>
65          </Group>
66        </DimensionLayout>
67        <DimensionLayout dim="1">
68          <Group type="103" groupAlignment="0" attributes="0">
69              <Group type="102" alignment="0" attributes="0">
70                  <EmptySpace max="-2" attributes="0"/>
71                  <Component id="jLabel5" min="-2" max="-2" attributes="0"/>
72                  <EmptySpace pref="1357" max="32767" attributes="0"/>
73              </Group>
74          </Group>
75        </DimensionLayout>
76      </Layout>
77      <SubComponents>
78        <Component class="javax.swing.JLabel" name="jLabel5">
79          <Properties>
80            <Property name="text" type="java.lang.String" value="CAD Entry"/>
81          </Properties>
82        </Component>
83      </SubComponents>
84    </Container>
85    <Container class="javax.swing.JFrame" name="radioEventFrame">
86      <Properties>
87        <Property name="title" type="java.lang.String" value="Add Radio Event"/>
88        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
89          <Dimension value="[400, 300]"/>
90        </Property>
91      </Properties>
92
93      <Layout>
94        <DimensionLayout dim="0">
95          <Group type="103" groupAlignment="0" attributes="0">
96              <Group type="102" alignment="1" attributes="0">
97                  <EmptySpace max="-2" attributes="0"/>
98                  <Group type="103" groupAlignment="1" attributes="0">
99                      <Component id="radioMessageScrollPane" alignment="0" pref="380" max="32767" attributes="0"/>
100                      <Group type="102" alignment="0" attributes="0">
101                          <Component id="radioTypeLabel" min="-2" max="-2" attributes="0"/>
102                          <EmptySpace type="unrelated" max="-2" attributes="0"/>
103                          <Component id="radioTypeComboBox" pref="312" max="32767" attributes="0"/>
104                      </Group>
105                      <Component id="jLabel7" alignment="0" min="-2" max="-2" attributes="0"/>
106                      <Group type="102" alignment="0" attributes="0">
107                          <Component id="cancelButton" min="-2" max="-2" attributes="0"/>
108                          <EmptySpace pref="246" max="32767" attributes="0"/>
109                          <Component id="okButton" min="-2" pref="69" max="-2" attributes="0"/>
110                      </Group>
111                  </Group>
112                  <EmptySpace max="-2" attributes="0"/>
113              </Group>
114          </Group>
115        </DimensionLayout>
116        <DimensionLayout dim="1">
117          <Group type="103" groupAlignment="0" attributes="0">
118              <Group type="102" alignment="0" attributes="0">
119                  <EmptySpace max="-2" attributes="0"/>
120                  <Group type="103" groupAlignment="3" attributes="0">
121                      <Component id="radioTypeLabel" alignment="3" min="-2" max="-2" attributes="0"/>
122                      <Component id="radioTypeComboBox" alignment="3" min="-2" max="-2" attributes="0"/>
123                  </Group>
124                  <EmptySpace type="unrelated" max="-2" attributes="0"/>
125                  <Component id="jLabel7" min="-2" max="-2" attributes="0"/>
126                  <EmptySpace max="-2" attributes="0"/>
127                  <Component id="radioMessageScrollPane" pref="198" max="32767" attributes="0"/>
128                  <EmptySpace max="-2" attributes="0"/>
129                  <Group type="103" groupAlignment="3" attributes="0">
130                      <Component id="okButton" alignment="3" min="-2" max="-2" attributes="0"/>
131                      <Component id="cancelButton" alignment="3" min="-2" max="-2" attributes="0"/>
132                  </Group>
133                  <EmptySpace max="-2" attributes="0"/>
134              </Group>
135          </Group>
136        </DimensionLayout>
137      </Layout>
138      <SubComponents>
139        <Component class="javax.swing.JLabel" name="radioTypeLabel">
140          <Properties>
141            <Property name="text" type="java.lang.String" value="Radio Type:"/>
142          </Properties>
143        </Component>
144        <Component class="javax.swing.JLabel" name="jLabel7">
145          <Properties>
146            <Property name="text" type="java.lang.String" value="Radio Message:"/>
147          </Properties>
148        </Component>
149        <Component class="javax.swing.JComboBox" name="radioTypeComboBox">
150          <Properties>
151            <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
152              <StringArray count="2">
153                <StringItem index="0" value="TMT"/>
154                <StringItem index="1" value="Maintanence"/>
155              </StringArray>
156            </Property>
157          </Properties>
158        </Component>
159        <Container class="javax.swing.JScrollPane" name="radioMessageScrollPane">
160          <Properties>
161            <Property name="verticalScrollBarPolicy" type="int" value="22"/>
162          </Properties>
163          <AuxValues>
164            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
165          </AuxValues>
166
167          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
168          <SubComponents>
169            <Component class="javax.swing.JTextArea" name="radioMessage">
170              <Properties>
171                <Property name="columns" type="int" value="20"/>
172                <Property name="lineWrap" type="boolean" value="true"/>
173                <Property name="rows" type="int" value="5"/>
174                <Property name="wrapStyleWord" type="boolean" value="true"/>
175              </Properties>
176            </Component>
177          </SubComponents>
178        </Container>
179        <Component class="javax.swing.JButton" name="okButton">
180          <Properties>
181            <Property name="text" type="java.lang.String" value="OK"/>
182          </Properties>
183          <Events>
184            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="okButtonActionPerformed"/>
185          </Events>
186        </Component>
187        <Component class="javax.swing.JButton" name="cancelButton">
188          <Properties>
189            <Property name="text" type="java.lang.String" value="Cancel"/>
190          </Properties>
191          <Events>
192            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cancelButtonActionPerformed"/>
193          </Events>
194        </Component>
195      </SubComponents>
196    </Container>
197    <Container class="javax.swing.JPopupMenu" name="eventListPopupMenu">
198
199      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
200        <Property name="useNullLayout" type="boolean" value="true"/>
201      </Layout>
202      <SubComponents>
203        <MenuItem class="javax.swing.JMenuItem" name="editEventList">
204          <Properties>
205            <Property name="text" type="java.lang.String" value="Edit..."/>
206          </Properties>
207          <Events>
208            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="editEventListActionPerformed"/>
209          </Events>
210        </MenuItem>
211        <MenuItem class="javax.swing.JMenuItem" name="deleteEventList">
212          <Properties>
213            <Property name="text" type="java.lang.String" value="Delete..."/>
214          </Properties>
215        </MenuItem>
216      </SubComponents>
217    </Container>
218    <Container class="javax.swing.JFrame" name="addNoiseFrame">
219      <Properties>
220        <Property name="title" type="java.lang.String" value="Generate Noise"/>
221        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
222          <Dimension value="[395, 315]"/>
223        </Property>
224        <Property name="resizable" type="boolean" value="false"/>
225      </Properties>
226
227      <Layout>
228        <DimensionLayout dim="0">
229          <Group type="103" groupAlignment="0" attributes="0">
230              <Group type="102" alignment="1" attributes="0">
231                  <EmptySpace pref="21" max="32767" attributes="0"/>
232                  <Group type="103" groupAlignment="1" attributes="0">
233                      <Component id="jTextArea1" alignment="0" max="32767" attributes="1"/>
234                      <Group type="103" alignment="1" groupAlignment="1" max="-2" attributes="0">
235                          <Group type="102" alignment="0" attributes="1">
236                              <Component id="jButton1" min="-2" max="-2" attributes="0"/>
237                              <EmptySpace max="32767" attributes="0"/>
238                              <Component id="jButton2" min="-2" max="-2" attributes="0"/>
239                          </Group>
240                          <Group type="102" alignment="0" attributes="0">
241                              <Group type="103" groupAlignment="0" attributes="0">
242                                  <Group type="103" alignment="0" groupAlignment="1" attributes="0">
243                                      <Component id="jLabel16" alignment="1" min="-2" max="-2" attributes="0"/>
244                                      <Component id="jLabel14" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
245                                      <Component id="jLabel15" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
246                                      <Component id="jLabel13" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
247                                  </Group>
248                                  <Component id="jLabel17" alignment="0" min="-2" pref="81" max="-2" attributes="0"/>
249                              </Group>
250                              <EmptySpace min="-2" pref="4" max="-2" attributes="0"/>
251                              <Group type="103" groupAlignment="0" max="-2" attributes="0">
252                                  <Component id="jSlider1" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
253                                  <Component id="jSlider2" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
254                                  <Component id="jSlider3" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
255                                  <Component id="jSlider5" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
256                                  <Component id="jSlider4" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
257                                  <Group type="102" alignment="1" attributes="1">
258                                      <Component id="jLabel20" min="-2" max="-2" attributes="0"/>
259                                      <EmptySpace max="32767" attributes="0"/>
260                                      <Component id="jLabel21" min="-2" max="-2" attributes="0"/>
261                                  </Group>
262                              </Group>
263                          </Group>
264                      </Group>
265                  </Group>
266                  <EmptySpace min="-2" pref="20" max="-2" attributes="0"/>
267              </Group>
268          </Group>
269        </DimensionLayout>
270        <DimensionLayout dim="1">
271          <Group type="103" groupAlignment="0" attributes="0">
272              <Group type="102" alignment="1" attributes="0">
273                  <EmptySpace max="-2" attributes="0"/>
274                  <Component id="jTextArea1" pref="39" max="32767" attributes="0"/>
275                  <EmptySpace max="-2" attributes="0"/>
276                  <Group type="103" groupAlignment="1" attributes="0">
277                      <Component id="jLabel21" min="-2" max="-2" attributes="0"/>
278                      <Component id="jLabel20" min="-2" max="-2" attributes="0"/>
279                  </Group>
280                  <EmptySpace max="-2" attributes="0"/>
281                  <Group type="103" groupAlignment="1" attributes="0">
282                      <Component id="jLabel13" min="-2" pref="30" max="-2" attributes="1"/>
283                      <Component id="jSlider1" alignment="1" min="-2" pref="30" max="-2" attributes="1"/>
284                  </Group>
285                  <EmptySpace max="-2" attributes="0"/>
286                  <Group type="103" groupAlignment="1" attributes="0">
287                      <Component id="jLabel14" min="-2" pref="28" max="-2" attributes="1"/>
288                      <Component id="jSlider2" alignment="1" min="-2" pref="28" max="-2" attributes="1"/>
289                  </Group>
290                  <EmptySpace max="-2" attributes="0"/>
291                  <Group type="103" groupAlignment="1" max="-2" attributes="0">
292                      <Component id="jLabel15" min="-2" max="-2" attributes="1"/>
293                      <Component id="jSlider3" alignment="1" min="-2" max="-2" attributes="1"/>
294                  </Group>
295                  <EmptySpace max="-2" attributes="0"/>
296                  <Group type="103" groupAlignment="1" attributes="0">
297                      <Component id="jSlider4" min="-2" pref="29" max="-2" attributes="1"/>
298                      <Component id="jLabel16" min="-2" pref="29" max="-2" attributes="1"/>
299                  </Group>
300                  <EmptySpace max="-2" attributes="0"/>
301                  <Group type="103" groupAlignment="0" attributes="0">
302                      <Component id="jSlider5" min="-2" max="-2" attributes="1"/>
303                      <Component id="jLabel17" min="-2" max="-2" attributes="1"/>
304                  </Group>
305                  <EmptySpace type="separate" max="-2" attributes="0"/>
306                  <Group type="103" groupAlignment="0" attributes="0">
307                      <Component id="jButton1" min="-2" max="-2" attributes="0"/>
308                      <Component id="jButton2" min="-2" max="-2" attributes="0"/>
309                  </Group>
310                  <EmptySpace max="-2" attributes="0"/>
311              </Group>
312          </Group>
313        </DimensionLayout>
314      </Layout>
315      <SubComponents>
316        <Component class="javax.swing.JLabel" name="jLabel13">
317          <Properties>
318            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
319              <Font name="Tahoma" size="12" style="0"/>
320            </Property>
321            <Property name="text" type="java.lang.String" value="Radio Chatter: "/>
322          </Properties>
323        </Component>
324        <Component class="javax.swing.JSlider" name="jSlider1">
325        </Component>
326        <Component class="javax.swing.JSlider" name="jSlider2">
327        </Component>
328        <Component class="javax.swing.JLabel" name="jLabel14">
329          <Properties>
330            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
331              <Font name="Tahoma" size="12" style="0"/>
332            </Property>
333            <Property name="text" type="java.lang.String" value="Lane Closures:"/>
334          </Properties>
335        </Component>
336        <Component class="javax.swing.JSlider" name="jSlider3">
337        </Component>
338        <Component class="javax.swing.JLabel" name="jLabel15">
339          <Properties>
340            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
341              <Font name="Tahoma" size="12" style="0"/>
342            </Property>
343            <Property name="text" type="java.lang.String" value="TMCAL Logs:"/>
344          </Properties>
345        </Component>
346        <Component class="javax.swing.JTextArea" name="jTextArea1">
347          <Properties>
348            <Property name="editable" type="boolean" value="false"/>
349            <Property name="columns" type="int" value="20"/>
350            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
351              <Font name="Tahoma" size="12" style="0"/>
352            </Property>
353            <Property name="lineWrap" type="boolean" value="true"/>
354            <Property name="rows" type="int" value="5"/>
355            <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"/>
356            <Property name="wrapStyleWord" type="boolean" value="true"/>
357            <Property name="autoscrolls" type="boolean" value="false"/>
358            <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
359              <Border info="null"/>
360            </Property>
361            <Property name="disabledTextColor" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
362              <Color blue="0" green="0" red="0" type="rgb"/>
363            </Property>
364            <Property name="focusable" type="boolean" value="false"/>
365            <Property name="opaque" type="boolean" value="false"/>
366          </Properties>
367        </Component>
368        <Component class="javax.swing.JSlider" name="jSlider4">
369        </Component>
370        <Component class="javax.swing.JLabel" name="jLabel16">
371          <Properties>
372            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
373              <Font name="Tahoma" size="12" style="0"/>
374            </Property>
375            <Property name="text" type="java.lang.String" value="Background Noise: "/>
376          </Properties>
377        </Component>
378        <Component class="javax.swing.JSlider" name="jSlider5">
379        </Component>
380        <Component class="javax.swing.JLabel" name="jLabel17">
381          <Properties>
382            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
383              <Font name="Tahoma" size="12" style="0"/>
384            </Property>
385            <Property name="text" type="java.lang.String" value="Minor Events:"/>
386          </Properties>
387        </Component>
388        <Component class="javax.swing.JButton" name="jButton1">
389          <Properties>
390            <Property name="text" type="java.lang.String" value="Cancel"/>
391          </Properties>
392          <Events>
393            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
394          </Events>
395        </Component>
396        <Component class="javax.swing.JButton" name="jButton2">
397          <Properties>
398            <Property name="text" type="java.lang.String" value="Generate"/>
399          </Properties>
400          <Events>
401            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/>
402          </Events>
403        </Component>
404        <Component class="javax.swing.JLabel" name="jLabel20">
405          <Properties>
406            <Property name="text" type="java.lang.String" value="Least Frequent"/>
407          </Properties>
408        </Component>
409        <Component class="javax.swing.JLabel" name="jLabel21">
410          <Properties>
411            <Property name="text" type="java.lang.String" value="Most Frequent"/>
412          </Properties>
413        </Component>
414      </SubComponents>
415    </Container>
416  </NonVisualComponents>
417  <Properties>
418    <Property name="defaultCloseOperation" type="int" value="2"/>
419    <Property name="title" type="java.lang.String" value="Script Builder"/>
420    <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
421      <Color id="Default Cursor"/>
422    </Property>
423    <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
424      <Dimension value="[800, 700]"/>
425    </Property>
426  </Properties>
427  <SyntheticProperties>
428    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
429    <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
430  </SyntheticProperties>
431  <AuxValues>
432    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
433    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
434    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
435    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
436    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
437    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
438    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
439    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
440    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
441  </AuxValues>
442
443  <Layout>
444    <DimensionLayout dim="0">
445      <Group type="103" groupAlignment="0" attributes="0">
446          <Group type="102" attributes="0">
447              <EmptySpace max="-2" attributes="0"/>
448              <Group type="103" groupAlignment="0" attributes="0">
449                  <Group type="102" alignment="0" attributes="0">
450                      <Component id="selectButton" min="-2" pref="40" max="-2" attributes="0"/>
451                      <EmptySpace max="-2" attributes="0"/>
452                      <Component id="incidentEventsPanel" min="-2" max="-2" attributes="0"/>
453                      <EmptySpace max="-2" attributes="0"/>
454                      <Component id="evaluationEventsPanel" min="-2" max="-2" attributes="0"/>
455                      <EmptySpace type="separate" max="-2" attributes="0"/>
456                      <Group type="103" groupAlignment="0" attributes="0">
457                          <Group type="102" alignment="0" attributes="0">
458                              <Group type="103" groupAlignment="0" attributes="0">
459                                  <Component id="zoomInIcon" alignment="0" min="-2" max="-2" attributes="0"/>
460                                  <Component id="zoomOutIcon" alignment="0" min="-2" max="-2" attributes="0"/>
461                              </Group>
462                              <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
463                          </Group>
464                          <Group type="102" alignment="0" attributes="0">
465                              <Component id="zoomSlider" min="-2" pref="31" max="-2" attributes="0"/>
466                              <EmptySpace max="-2" attributes="0"/>
467                              <Component id="btnAddTime" max="32767" attributes="0"/>
468                          </Group>
469                      </Group>
470                  </Group>
471                  <Component id="timelinesScrollPane" alignment="0" min="0" pref="0" max="32767" attributes="1"/>
472                  <Component id="timeStampScrollPane" alignment="0" max="32767" attributes="0"/>
473                  <Group type="102" alignment="1" attributes="0">
474                      <Component id="scriptEventsPanel1" max="32767" attributes="0"/>
475                      <EmptySpace max="-2" attributes="0"/>
476                      <Component id="scriptEventsPanel" max="32767" attributes="0"/>
477                  </Group>
478              </Group>
479              <EmptySpace max="-2" attributes="0"/>
480          </Group>
481      </Group>
482    </DimensionLayout>
483    <DimensionLayout dim="1">
484      <Group type="103" groupAlignment="0" attributes="0">
485          <Group type="102" alignment="1" attributes="0">
486              <Group type="103" groupAlignment="0" attributes="0">
487                  <Group type="102" attributes="0">
488                      <EmptySpace max="-2" attributes="0"/>
489                      <Group type="103" groupAlignment="0" attributes="0">
490                          <Component id="evaluationEventsPanel" alignment="0" min="-2" max="-2" attributes="1"/>
491                          <Component id="incidentEventsPanel" alignment="0" min="-2" max="-2" attributes="1"/>
492                          <Group type="102" alignment="0" attributes="0">
493                              <EmptySpace min="-2" pref="47" max="-2" attributes="0"/>
494                              <Component id="selectButton" min="-2" pref="55" max="-2" attributes="1"/>
495                          </Group>
496                      </Group>
497                  </Group>
498                  <Group type="102" alignment="0" attributes="0">
499                      <EmptySpace min="-2" pref="20" max="-2" attributes="0"/>
500                      <Component id="zoomInIcon" min="-2" max="-2" attributes="0"/>
501                      <Group type="103" groupAlignment="0" attributes="0">
502                          <Group type="102" attributes="0">
503                              <EmptySpace min="-2" pref="1" max="-2" attributes="0"/>
504                              <Component id="zoomSlider" min="-2" pref="69" max="-2" attributes="1"/>
505                          </Group>
506                          <Group type="102" alignment="0" attributes="0">
507                              <EmptySpace min="-2" pref="17" max="-2" attributes="0"/>
508                              <Component id="btnAddTime" min="-2" pref="44" max="-2" attributes="0"/>
509                          </Group>
510                      </Group>
511                      <EmptySpace max="-2" attributes="0"/>
512                      <Component id="zoomOutIcon" min="-2" max="-2" attributes="0"/>
513                  </Group>
514              </Group>
515              <EmptySpace max="-2" attributes="0"/>
516              <Component id="timeStampScrollPane" min="-2" pref="20" max="-2" attributes="0"/>
517              <EmptySpace max="-2" attributes="0"/>
518              <Component id="timelinesScrollPane" min="-2" pref="324" max="-2" attributes="0"/>
519              <EmptySpace max="-2" attributes="0"/>
520              <Group type="103" groupAlignment="0" attributes="0">
521                  <Component id="scriptEventsPanel1" min="-2" max="-2" attributes="1"/>
522                  <Component id="scriptEventsPanel" min="-2" max="-2" attributes="1"/>
523              </Group>
524              <EmptySpace max="32767" attributes="0"/>
525          </Group>
526      </Group>
527    </DimensionLayout>
528  </Layout>
529  <SubComponents>
530    <Container class="javax.swing.JScrollPane" name="timelinesScrollPane">
531      <Properties>
532        <Property name="horizontalScrollBarPolicy" type="int" value="32"/>
533        <Property name="verticalScrollBarPolicy" type="int" value="22"/>
534        <Property name="focusCycleRoot" type="boolean" value="true"/>
535        <Property name="focusTraversalPolicyProvider" type="boolean" value="true"/>
536        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
537          <Dimension value="[72000, 1341]"/>
538        </Property>
539      </Properties>
540
541      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
542      <SubComponents>
543        <Container class="scriptbuilder.gui.panels.TimelineTickPanel" name="timelineTickPanel">
544          <Properties>
545            <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
546              <Dimension value="[7200, 32767]"/>
547            </Property>
548            <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
549              <Dimension value="[7200, 0]"/>
550            </Property>
551            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
552              <Dimension value="[7200, 1317]"/>
553            </Property>
554          </Properties>
555
556          <Layout>
557            <DimensionLayout dim="0">
558              <Group type="103" groupAlignment="0" attributes="0">
559                  <Group type="102" alignment="0" attributes="0">
560                      <EmptySpace max="-2" attributes="0"/>
561                      <Component id="incidentNumberPanel1" min="-2" max="-2" attributes="0"/>
562                      <EmptySpace type="unrelated" max="-2" attributes="0"/>
563                      <Component id="incidentTimelinePanel1" min="-2" pref="6776" max="-2" attributes="1"/>
564                      <EmptySpace pref="300" max="32767" attributes="0"/>
565                  </Group>
566              </Group>
567            </DimensionLayout>
568            <DimensionLayout dim="1">
569              <Group type="103" groupAlignment="0" attributes="0">
570                  <Group type="102" alignment="0" attributes="0">
571                      <EmptySpace max="-2" attributes="0"/>
572                      <Group type="103" groupAlignment="0" max="-2" attributes="0">
573                          <Component id="incidentTimelinePanel1" pref="334" max="32767" attributes="0"/>
574                          <Component id="incidentNumberPanel1" max="32767" attributes="0"/>
575                      </Group>
576                      <EmptySpace pref="977" max="32767" attributes="0"/>
577                  </Group>
578              </Group>
579            </DimensionLayout>
580          </Layout>
581          <SubComponents>
582            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel1">
583              <Properties>
584                <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
585                  <Dimension value="[32767, 100]"/>
586                </Property>
587                <Property name="opaque" type="boolean" value="false"/>
588                <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
589                  <Dimension value="[691, 100]"/>
590                </Property>
591              </Properties>
592
593              <Layout>
594                <DimensionLayout dim="0">
595                  <Group type="103" groupAlignment="0" attributes="0">
596                      <EmptySpace min="0" pref="6776" max="32767" attributes="0"/>
597                  </Group>
598                </DimensionLayout>
599                <DimensionLayout dim="1">
600                  <Group type="103" groupAlignment="0" attributes="0">
601                      <EmptySpace min="0" pref="334" max="32767" attributes="0"/>
602                  </Group>
603                </DimensionLayout>
604              </Layout>
605            </Container>
606            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel1">
607              <Properties>
608                <Property name="opaque" type="boolean" value="false"/>
609              </Properties>
610
611              <Layout>
612                <DimensionLayout dim="0">
613                  <Group type="103" groupAlignment="0" attributes="0">
614                      <EmptySpace min="0" pref="106" max="32767" attributes="0"/>
615                  </Group>
616                </DimensionLayout>
617                <DimensionLayout dim="1">
618                  <Group type="103" groupAlignment="0" attributes="0">
619                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
620                  </Group>
621                </DimensionLayout>
622              </Layout>
623            </Container>
624          </SubComponents>
625        </Container>
626      </SubComponents>
627    </Container>
628    <Container class="javax.swing.JPanel" name="scriptEventsPanel">
629      <Properties>
630        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
631          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
632            <TitledBorder title="Script Events"/>
633          </Border>
634        </Property>
635      </Properties>
636
637      <Layout>
638        <DimensionLayout dim="0">
639          <Group type="103" groupAlignment="0" attributes="0">
640              <Group type="102" alignment="0" attributes="0">
641                  <EmptySpace max="-2" attributes="0"/>
642                  <Component id="scriptEventsPane" max="32767" attributes="0"/>
643                  <EmptySpace max="-2" attributes="0"/>
644              </Group>
645          </Group>
646        </DimensionLayout>
647        <DimensionLayout dim="1">
648          <Group type="103" groupAlignment="0" attributes="0">
649              <Group type="102" alignment="0" attributes="0">
650                  <Component id="scriptEventsPane" pref="215" max="32767" attributes="0"/>
651                  <EmptySpace max="-2" attributes="0"/>
652              </Group>
653          </Group>
654        </DimensionLayout>
655      </Layout>
656      <SubComponents>
657        <Container class="javax.swing.JScrollPane" name="scriptEventsPane">
658          <Properties>
659            <Property name="verticalScrollBarPolicy" type="int" value="22"/>
660          </Properties>
661          <AuxValues>
662            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
663          </AuxValues>
664
665          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
666          <SubComponents>
667            <Component class="javax.swing.JList" name="scriptEventsList">
668              <Properties>
669                <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
670                  <Connection code="new DefaultListModel()" type="code"/>
671                </Property>
672                <Property name="componentPopupMenu" type="javax.swing.JPopupMenu" editor="org.netbeans.modules.form.ComponentChooserEditor">
673                  <ComponentRef name="eventListPopupMenu"/>
674                </Property>
675              </Properties>
676            </Component>
677          </SubComponents>
678        </Container>
679      </SubComponents>
680    </Container>
681    <Component class="javax.swing.JSlider" name="zoomSlider">
682      <Properties>
683        <Property name="maximum" type="int" value="22"/>
684        <Property name="minimum" type="int" value="4"/>
685        <Property name="orientation" type="int" value="1"/>
686        <Property name="value" type="int" value="4"/>
687        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
688          <Color id="Default Cursor"/>
689        </Property>
690        <Property name="focusable" type="boolean" value="false"/>
691      </Properties>
692      <Events>
693        <EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="zoomSliderStateChanged"/>
694      </Events>
695    </Component>
696    <Container class="javax.swing.JPanel" name="scriptEventsPanel1">
697      <Properties>
698        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
699          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
700            <TitledBorder title="Incident Information"/>
701          </Border>
702        </Property>
703      </Properties>
704
705      <Layout>
706        <DimensionLayout dim="0">
707          <Group type="103" groupAlignment="0" attributes="0">
708              <Group type="102" alignment="0" attributes="0">
709                  <EmptySpace max="-2" attributes="0"/>
710                  <Group type="103" groupAlignment="0" attributes="0">
711                      <Component id="incidentDescriptionPane" alignment="1" max="32767" attributes="0"/>
712                      <Component id="jLabel4" alignment="0" min="-2" max="-2" attributes="0"/>
713                      <Group type="102" alignment="0" attributes="0">
714                          <Group type="103" groupAlignment="0" attributes="0">
715                              <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
716                              <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/>
717                          </Group>
718                          <EmptySpace max="-2" attributes="0"/>
719                          <Group type="103" groupAlignment="1" attributes="0">
720                              <Component id="incidentName" max="32767" attributes="0"/>
721                              <Component id="incidentNumber" alignment="1" max="32767" attributes="0"/>
722                          </Group>
723                      </Group>
724                  </Group>
725                  <EmptySpace max="-2" attributes="0"/>
726              </Group>
727          </Group>
728        </DimensionLayout>
729        <DimensionLayout dim="1">
730          <Group type="103" groupAlignment="0" attributes="0">
731              <Group type="102" alignment="0" attributes="0">
732                  <Group type="103" groupAlignment="3" attributes="0">
733                      <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
734                      <Component id="incidentNumber" alignment="3" min="-2" max="-2" attributes="0"/>
735                  </Group>
736                  <EmptySpace max="-2" attributes="0"/>
737                  <Group type="103" groupAlignment="3" attributes="0">
738                      <Component id="incidentName" alignment="3" min="-2" max="-2" attributes="0"/>
739                      <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
740                  </Group>
741                  <EmptySpace max="-2" attributes="0"/>
742                  <Component id="jLabel4" min="-2" max="-2" attributes="0"/>
743                  <EmptySpace max="-2" attributes="0"/>
744                  <Component id="incidentDescriptionPane" pref="125" max="32767" attributes="0"/>
745                  <EmptySpace min="-2" max="-2" attributes="0"/>
746              </Group>
747          </Group>
748        </DimensionLayout>
749      </Layout>
750      <SubComponents>
751        <Component class="javax.swing.JLabel" name="jLabel2">
752          <Properties>
753            <Property name="text" type="java.lang.String" value="Incident Number:"/>
754          </Properties>
755        </Component>
756        <Component class="javax.swing.JLabel" name="jLabel3">
757          <Properties>
758            <Property name="text" type="java.lang.String" value="Incident Name:"/>
759          </Properties>
760        </Component>
761        <Component class="javax.swing.JLabel" name="jLabel4">
762          <Properties>
763            <Property name="text" type="java.lang.String" value="Incident Description:"/>
764          </Properties>
765        </Component>
766        <Component class="javax.swing.JTextField" name="incidentName">
767          <Properties>
768            <Property name="editable" type="boolean" value="false"/>
769            <Property name="text" type="java.lang.String" value="Media"/>
770          </Properties>
771        </Component>
772        <Container class="javax.swing.JScrollPane" name="incidentDescriptionPane">
773          <Properties>
774            <Property name="verticalScrollBarPolicy" type="int" value="22"/>
775          </Properties>
776          <AuxValues>
777            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
778          </AuxValues>
779
780          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
781          <SubComponents>
782            <Component class="javax.swing.JTextArea" name="incidentDescription">
783              <Properties>
784                <Property name="editable" type="boolean" value="false"/>
785                <Property name="columns" type="int" value="20"/>
786                <Property name="lineWrap" type="boolean" value="true"/>
787                <Property name="rows" type="int" value="5"/>
788                <Property name="text" type="java.lang.String" value="All media message events are found in this incident."/>
789                <Property name="wrapStyleWord" type="boolean" value="true"/>
790              </Properties>
791            </Component>
792          </SubComponents>
793        </Container>
794        <Component class="javax.swing.JTextField" name="incidentNumber">
795          <Properties>
796            <Property name="editable" type="boolean" value="false"/>
797            <Property name="text" type="java.lang.String" value="100"/>
798          </Properties>
799        </Component>
800      </SubComponents>
801    </Container>
802    <Component class="javax.swing.JButton" name="selectButton">
803      <Properties>
804        <Property name="toolTipText" type="java.lang.String" value="Select"/>
805        <Property name="focusPainted" type="boolean" value="false"/>
806        <Property name="iconTextGap" type="int" value="0"/>
807        <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
808          <Insets value="[2, 10, 2, 10]"/>
809        </Property>
810        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
811          <Dimension value="[30, 25]"/>
812        </Property>
813      </Properties>
814      <Events>
815        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="selectButtonActionPerformed"/>
816      </Events>
817    </Component>
818    <Container class="javax.swing.JPanel" name="incidentEventsPanel">
819      <Properties>
820        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
821          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
822            <TitledBorder title="Incident Events"/>
823          </Border>
824        </Property>
825      </Properties>
826
827      <Layout>
828        <DimensionLayout dim="0">
829          <Group type="103" groupAlignment="0" attributes="0">
830              <Group type="102" alignment="0" attributes="0">
831                  <EmptySpace max="-2" attributes="0"/>
832                  <Group type="103" groupAlignment="0" attributes="0">
833                      <Group type="103" alignment="0" groupAlignment="0" attributes="0">
834                          <Group type="102" alignment="1" attributes="0">
835                              <Component id="maintenanceRadioButton" min="-2" pref="120" max="-2" attributes="0"/>
836                              <EmptySpace max="-2" attributes="0"/>
837                              <Component id="tmtRadioButton" min="-2" pref="120" max="-2" attributes="0"/>
838                              <EmptySpace max="-2" attributes="0"/>
839                              <Component id="telephoneButton" min="-2" pref="120" max="-2" attributes="0"/>
840                              <EmptySpace max="-2" attributes="0"/>
841                              <Component id="paramicsButton" min="-2" pref="120" max="-2" attributes="0"/>
842                          </Group>
843                          <Group type="102" alignment="0" attributes="0">
844                              <Component id="towButton" min="-2" pref="120" max="-2" attributes="0"/>
845                              <EmptySpace max="-2" attributes="0"/>
846                              <Component id="unitButton" min="-2" pref="120" max="-2" attributes="0"/>
847                              <EmptySpace max="-2" attributes="0"/>
848                              <Component id="witnessButton" min="-2" pref="120" max="-2" attributes="0"/>
849                              <EmptySpace max="-2" attributes="0"/>
850                              <Component id="audioButton" min="-2" pref="120" max="-2" attributes="0"/>
851                          </Group>
852                      </Group>
853                      <Group type="102" alignment="0" attributes="0">
854                          <Component id="cadButton" min="-2" pref="120" max="-2" attributes="0"/>
855                          <EmptySpace max="-2" attributes="0"/>
856                          <Component id="cctvButton" min="-2" pref="120" max="-2" attributes="0"/>
857                          <EmptySpace max="-2" attributes="0"/>
858                          <Component id="chpRadioButton" min="-2" pref="120" max="-2" attributes="0"/>
859                      </Group>
860                  </Group>
861                  <EmptySpace max="32767" attributes="0"/>
862              </Group>
863          </Group>
864        </DimensionLayout>
865        <DimensionLayout dim="1">
866          <Group type="103" groupAlignment="0" attributes="0">
867              <Group type="102" alignment="0" attributes="0">
868                  <Group type="103" groupAlignment="0" attributes="0">
869                      <Group type="102" attributes="0">
870                          <Group type="103" groupAlignment="3" attributes="0">
871                              <Component id="maintenanceRadioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
872                              <Component id="tmtRadioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
873                              <Component id="telephoneButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
874                          </Group>
875                          <EmptySpace max="-2" attributes="0"/>
876                          <Group type="103" groupAlignment="3" attributes="0">
877                              <Component id="towButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
878                              <Component id="unitButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
879                              <Component id="witnessButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
880                              <Component id="audioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
881                          </Group>
882                      </Group>
883                      <Component id="paramicsButton" min="-2" pref="30" max="-2" attributes="0"/>
884                  </Group>
885                  <EmptySpace max="-2" attributes="0"/>
886                  <Group type="103" groupAlignment="1" attributes="0">
887                      <Group type="103" alignment="1" groupAlignment="3" attributes="0">
888                          <Component id="cctvButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
889                          <Component id="chpRadioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
890                      </Group>
891                      <Component id="cadButton" min="-2" pref="30" max="-2" attributes="0"/>
892                  </Group>
893              </Group>
894          </Group>
895        </DimensionLayout>
896      </Layout>
897      <SubComponents>
898        <Component class="javax.swing.JButton" name="maintenanceRadioButton">
899          <Properties>
900            <Property name="text" type="java.lang.String" value="Maintenance Radio"/>
901            <Property name="toolTipText" type="java.lang.String" value=""/>
902            <Property name="focusPainted" type="boolean" value="false"/>
903            <Property name="iconTextGap" type="int" value="0"/>
904            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
905              <Insets value="[2, 10, 2, 10]"/>
906            </Property>
907            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
908              <Dimension value="[30, 25]"/>
909            </Property>
910          </Properties>
911          <Events>
912            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="maintenanceRadioButtonActionPerformed"/>
913          </Events>
914        </Component>
915        <Component class="javax.swing.JButton" name="tmtRadioButton">
916          <Properties>
917            <Property name="text" type="java.lang.String" value="TMT Radio"/>
918            <Property name="toolTipText" type="java.lang.String" value=""/>
919            <Property name="focusPainted" type="boolean" value="false"/>
920            <Property name="iconTextGap" type="int" value="0"/>
921            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
922              <Insets value="[2, 10, 2, 10]"/>
923            </Property>
924            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
925              <Dimension value="[30, 25]"/>
926            </Property>
927          </Properties>
928          <Events>
929            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tmtRadioButtonActionPerformed"/>
930          </Events>
931        </Component>
932        <Component class="javax.swing.JButton" name="telephoneButton">
933          <Properties>
934            <Property name="text" type="java.lang.String" value="Telephone"/>
935            <Property name="toolTipText" type="java.lang.String" value=""/>
936            <Property name="focusPainted" type="boolean" value="false"/>
937            <Property name="iconTextGap" type="int" value="0"/>
938            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
939              <Insets value="[2, 10, 2, 10]"/>
940            </Property>
941            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
942              <Dimension value="[30, 25]"/>
943            </Property>
944          </Properties>
945          <Events>
946            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="telephoneButtonActionPerformed"/>
947          </Events>
948        </Component>
949        <Component class="javax.swing.JButton" name="unitButton">
950          <Properties>
951            <Property name="text" type="java.lang.String" value="Unit"/>
952            <Property name="toolTipText" type="java.lang.String" value=""/>
953            <Property name="focusPainted" type="boolean" value="false"/>
954            <Property name="iconTextGap" type="int" value="0"/>
955            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
956              <Insets value="[2, 10, 2, 10]"/>
957            </Property>
958            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
959              <Dimension value="[30, 25]"/>
960            </Property>
961          </Properties>
962          <Events>
963            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="unitButtonActionPerformed"/>
964          </Events>
965        </Component>
966        <Component class="javax.swing.JButton" name="witnessButton">
967          <Properties>
968            <Property name="text" type="java.lang.String" value="Witness"/>
969            <Property name="toolTipText" type="java.lang.String" value=""/>
970            <Property name="focusPainted" type="boolean" value="false"/>
971            <Property name="iconTextGap" type="int" value="0"/>
972            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
973              <Insets value="[2, 10, 2, 10]"/>
974            </Property>
975            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
976              <Dimension value="[30, 25]"/>
977            </Property>
978          </Properties>
979          <Events>
980            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="witnessButtonActionPerformed"/>
981          </Events>
982        </Component>
983        <Component class="javax.swing.JButton" name="paramicsButton">
984          <Properties>
985            <Property name="text" type="java.lang.String" value="Paramics"/>
986            <Property name="toolTipText" type="java.lang.String" value=""/>
987            <Property name="focusPainted" type="boolean" value="false"/>
988            <Property name="iconTextGap" type="int" value="0"/>
989            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
990              <Insets value="[2, 10, 2, 10]"/>
991            </Property>
992            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
993              <Dimension value="[30, 25]"/>
994            </Property>
995          </Properties>
996          <Events>
997            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="paramicsButtonActionPerformed"/>
998          </Events>
999        </Component>
1000        <Component class="javax.swing.JButton" name="towButton">
1001          <Properties>
1002            <Property name="text" type="java.lang.String" value="Tow"/>
1003            <Property name="toolTipText" type="java.lang.String" value=""/>
1004            <Property name="focusPainted" type="boolean" value="false"/>
1005            <Property name="iconTextGap" type="int" value="0"/>
1006            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1007              <Insets value="[2, 10, 2, 10]"/>
1008            </Property>
1009            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1010              <Dimension value="[30, 25]"/>
1011            </Property>
1012          </Properties>
1013          <Events>
1014            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="towButtonActionPerformed"/>
1015          </Events>
1016        </Component>
1017        <Component class="javax.swing.JButton" name="audioButton">
1018          <Properties>
1019            <Property name="text" type="java.lang.String" value="Audio"/>
1020            <Property name="toolTipText" type="java.lang.String" value=""/>
1021            <Property name="focusPainted" type="boolean" value="false"/>
1022            <Property name="iconTextGap" type="int" value="0"/>
1023            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1024              <Insets value="[2, 10, 2, 10]"/>
1025            </Property>
1026            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1027              <Dimension value="[30, 25]"/>
1028            </Property>
1029          </Properties>
1030          <Events>
1031            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="audioButtonActionPerformed"/>
1032          </Events>
1033        </Component>
1034        <Component class="javax.swing.JButton" name="cctvButton">
1035          <Properties>
1036            <Property name="text" type="java.lang.String" value="CCTV"/>
1037            <Property name="toolTipText" type="java.lang.String" value=""/>
1038            <Property name="focusPainted" type="boolean" value="false"/>
1039            <Property name="iconTextGap" type="int" value="0"/>
1040            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1041              <Insets value="[2, 10, 2, 10]"/>
1042            </Property>
1043            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1044              <Dimension value="[30, 25]"/>
1045            </Property>
1046          </Properties>
1047          <Events>
1048            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cctvButtonActionPerformed"/>
1049          </Events>
1050        </Component>
1051        <Component class="javax.swing.JButton" name="cadButton">
1052          <Properties>
1053            <Property name="text" type="java.lang.String" value="CAD"/>
1054            <Property name="toolTipText" type="java.lang.String" value=""/>
1055            <Property name="focusPainted" type="boolean" value="false"/>
1056            <Property name="iconTextGap" type="int" value="0"/>
1057            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1058              <Insets value="[2, 10, 2, 10]"/>
1059            </Property>
1060            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1061              <Dimension value="[30, 25]"/>
1062            </Property>
1063          </Properties>
1064          <Events>
1065            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cadButtonActionPerformed"/>
1066          </Events>
1067        </Component>
1068        <Component class="javax.swing.JButton" name="chpRadioButton">
1069          <Properties>
1070            <Property name="text" type="java.lang.String" value="CHP Radio"/>
1071            <Property name="toolTipText" type="java.lang.String" value=""/>
1072            <Property name="focusPainted" type="boolean" value="false"/>
1073            <Property name="iconTextGap" type="int" value="0"/>
1074            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1075              <Insets value="[2, 10, 2, 10]"/>
1076            </Property>
1077            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1078              <Dimension value="[30, 25]"/>
1079            </Property>
1080          </Properties>
1081          <Events>
1082            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="chpRadioButtonActionPerformed"/>
1083          </Events>
1084        </Component>
1085      </SubComponents>
1086    </Container>
1087    <Container class="javax.swing.JPanel" name="evaluationEventsPanel">
1088      <Properties>
1089        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1090          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
1091            <TitledBorder title="Evaluation Events"/>
1092          </Border>
1093        </Property>
1094      </Properties>
1095
1096      <Layout>
1097        <DimensionLayout dim="0">
1098          <Group type="103" groupAlignment="0" attributes="0">
1099              <Group type="102" attributes="0">
1100                  <EmptySpace max="-2" attributes="0"/>
1101                  <Group type="103" groupAlignment="0" attributes="0">
1102                      <Group type="102" alignment="0" attributes="0">
1103                          <Component id="atmsEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1104                          <EmptySpace max="-2" attributes="0"/>
1105                          <Component id="activityLogEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1106                      </Group>
1107                      <Group type="102" alignment="0" attributes="0">
1108                          <Component id="cmsEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1109                          <EmptySpace max="-2" attributes="0"/>
1110                          <Component id="facilitatorEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1111                      </Group>
1112                      <Group type="102" alignment="0" attributes="0">
1113                          <Component id="cadEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1114                          <EmptySpace max="-2" attributes="0"/>
1115                          <Component id="radioEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1116                      </Group>
1117                  </Group>
1118                  <EmptySpace max="32767" attributes="0"/>
1119              </Group>
1120          </Group>
1121        </DimensionLayout>
1122        <DimensionLayout dim="1">
1123          <Group type="103" groupAlignment="0" attributes="0">
1124              <Group type="102" alignment="0" attributes="0">
1125                  <Group type="103" groupAlignment="0" attributes="0">
1126                      <Component id="cmsEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1127                      <Component id="facilitatorEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1128                  </Group>
1129                  <EmptySpace max="-2" attributes="0"/>
1130                  <Group type="103" groupAlignment="0" attributes="0">
1131                      <Component id="atmsEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1132                      <Component id="activityLogEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1133                  </Group>
1134                  <EmptySpace max="-2" attributes="0"/>
1135                  <Group type="103" groupAlignment="3" attributes="0">
1136                      <Component id="cadEvalButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1137                      <Component id="radioEvalButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1138                  </Group>
1139              </Group>
1140          </Group>
1141        </DimensionLayout>
1142      </Layout>
1143      <SubComponents>
1144        <Component class="javax.swing.JButton" name="atmsEvalButton">
1145          <Properties>
1146            <Property name="text" type="java.lang.String" value="ATMS Evaluation"/>
1147            <Property name="toolTipText" type="java.lang.String" value=""/>
1148            <Property name="focusPainted" type="boolean" value="false"/>
1149            <Property name="iconTextGap" type="int" value="0"/>
1150            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1151              <Insets value="[2, 10, 2, 10]"/>
1152            </Property>
1153            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1154              <Dimension value="[30, 25]"/>
1155            </Property>
1156          </Properties>
1157          <Events>
1158            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="atmsEvalButtonActionPerformed"/>
1159          </Events>
1160        </Component>
1161        <Component class="javax.swing.JButton" name="cmsEvalButton">
1162          <Properties>
1163            <Property name="text" type="java.lang.String" value="CMS Evaluation"/>
1164            <Property name="toolTipText" type="java.lang.String" value=""/>
1165            <Property name="focusPainted" type="boolean" value="false"/>
1166            <Property name="iconTextGap" type="int" value="0"/>
1167            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1168              <Insets value="[2, 10, 2, 10]"/>
1169            </Property>
1170            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1171              <Dimension value="[30, 25]"/>
1172            </Property>
1173          </Properties>
1174          <Events>
1175            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cmsEvalButtonActionPerformed"/>
1176          </Events>
1177        </Component>
1178        <Component class="javax.swing.JButton" name="cadEvalButton">
1179          <Properties>
1180            <Property name="text" type="java.lang.String" value="CAD Evaluation"/>
1181            <Property name="toolTipText" type="java.lang.String" value=""/>
1182            <Property name="focusPainted" type="boolean" value="false"/>
1183            <Property name="iconTextGap" type="int" value="0"/>
1184            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1185              <Insets value="[2, 10, 2, 10]"/>
1186            </Property>
1187            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1188              <Dimension value="[30, 25]"/>
1189            </Property>
1190          </Properties>
1191          <Events>
1192            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cadEvalButtonActionPerformed"/>
1193          </Events>
1194        </Component>
1195        <Component class="javax.swing.JButton" name="facilitatorEvalButton">
1196          <Properties>
1197            <Property name="text" type="java.lang.String" value="Facilitator Evaluation"/>
1198            <Property name="toolTipText" type="java.lang.String" value=""/>
1199            <Property name="focusPainted" type="boolean" value="false"/>
1200            <Property name="iconTextGap" type="int" value="0"/>
1201            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1202              <Insets value="[2, 10, 2, 10]"/>
1203            </Property>
1204            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1205              <Dimension value="[30, 25]"/>
1206            </Property>
1207          </Properties>
1208          <Events>
1209            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="facilitatorEvalButtonActionPerformed"/>
1210          </Events>
1211        </Component>
1212        <Component class="javax.swing.JButton" name="activityLogEvalButton">
1213          <Properties>
1214            <Property name="text" type="java.lang.String" value="Activity Log Evaluation"/>
1215            <Property name="toolTipText" type="java.lang.String" value=""/>
1216            <Property name="focusPainted" type="boolean" value="false"/>
1217            <Property name="iconTextGap" type="int" value="0"/>
1218            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1219              <Insets value="[2, 10, 2, 10]"/>
1220            </Property>
1221            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1222              <Dimension value="[30, 25]"/>
1223            </Property>
1224          </Properties>
1225          <Events>
1226            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="activityLogEvalButtonActionPerformed"/>
1227          </Events>
1228        </Component>
1229        <Component class="javax.swing.JButton" name="radioEvalButton">
1230          <Properties>
1231            <Property name="text" type="java.lang.String" value="Radio Evaluation"/>
1232            <Property name="toolTipText" type="java.lang.String" value=""/>
1233            <Property name="focusPainted" type="boolean" value="false"/>
1234            <Property name="iconTextGap" type="int" value="0"/>
1235            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1236              <Insets value="[2, 10, 2, 10]"/>
1237            </Property>
1238            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1239              <Dimension value="[30, 25]"/>
1240            </Property>
1241          </Properties>
1242          <Events>
1243            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="radioEvalButtonActionPerformed"/>
1244          </Events>
1245        </Component>
1246      </SubComponents>
1247    </Container>
1248    <Component class="javax.swing.JLabel" name="zoomInIcon">
1249      <Properties>
1250        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
1251          <Image iconType="3" name="/images/ZoomIn.png"/>
1252        </Property>
1253        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
1254          <Color id="Hand Cursor"/>
1255        </Property>
1256      </Properties>
1257      <Events>
1258        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="zoomInIconMouseClicked"/>
1259      </Events>
1260    </Component>
1261    <Component class="javax.swing.JLabel" name="zoomOutIcon">
1262      <Properties>
1263        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
1264          <Image iconType="3" name="/images/ZoomOut.png"/>
1265        </Property>
1266        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
1267          <Color id="Hand Cursor"/>
1268        </Property>
1269      </Properties>
1270      <Events>
1271        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="zoomOutIconMouseClicked"/>
1272      </Events>
1273    </Component>
1274    <Container class="javax.swing.JScrollPane" name="timeStampScrollPane">
1275      <Properties>
1276        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1277          <Border info="null"/>
1278        </Property>
1279        <Property name="horizontalScrollBarPolicy" type="int" value="31"/>
1280        <Property name="verticalScrollBarPolicy" type="int" value="21"/>
1281      </Properties>
1282
1283      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
1284      <SubComponents>
1285        <Container class="scriptbuilder.gui.panels.TimeStampPanel" name="timeStampPanel">
1286
1287          <Layout>
1288            <DimensionLayout dim="0">
1289              <Group type="103" groupAlignment="0" attributes="0">
1290                  <EmptySpace min="0" pref="1036" max="32767" attributes="0"/>
1291              </Group>
1292            </DimensionLayout>
1293            <DimensionLayout dim="1">
1294              <Group type="103" groupAlignment="0" attributes="0">
1295                  <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1296              </Group>
1297            </DimensionLayout>
1298          </Layout>
1299        </Container>
1300      </SubComponents>
1301    </Container>
1302    <Component class="javax.swing.JButton" name="btnAddTime">
1303      <Properties>
1304        <Property name="text" type="java.lang.String" value="+15:00"/>
1305      </Properties>
1306      <Events>
1307        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnAddTimeActionPerformed"/>
1308      </Events>
1309    </Component>
1310  </SubComponents>
1311</Form>
Note: See TracBrowser for help on using the repository browser.