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

Revision 118, 74.8 KB checked in by bmcguffin, 9 years ago (diff)

Added a pair of radio buttons under the +15 button on IncidentEditorFrame? which can be toggled between. If "to start" is selected, then pressing the +15 button will add (up to) 15 minutes of screen space to the beginning of the incident. If "to end" is selected, then pressing the +15 button will add 15 minutes of screen space to the end of the incident. Selecting one button deselects the other.

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="labelNoiseDescription" 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="btnCancelNoise" min="-2" max="-2" attributes="0"/>
237                              <EmptySpace max="32767" attributes="0"/>
238                              <Component id="btnGenerateNoise" 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="labelBackgroundNoise" alignment="1" min="-2" max="-2" attributes="0"/>
244                                      <Component id="labelLaneClosures" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
245                                      <Component id="labelTMCAL" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
246                                      <Component id="labelRadioChatter" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
247                                  </Group>
248                                  <Component id="labelMinorEvents" 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="sliderRadioChatter" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
253                                  <Component id="sliderLaneClosures" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
254                                  <Component id="sliderTMCAL" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
255                                  <Component id="sliderMinorEvents" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
256                                  <Component id="sliderBackgroundNoise" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
257                                  <Group type="102" alignment="1" attributes="1">
258                                      <Component id="labelLeastFreq" min="-2" max="-2" attributes="0"/>
259                                      <EmptySpace max="32767" attributes="0"/>
260                                      <Component id="labelMostFreq" 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="labelNoiseDescription" pref="39" max="32767" attributes="0"/>
275                  <EmptySpace max="-2" attributes="0"/>
276                  <Group type="103" groupAlignment="1" attributes="0">
277                      <Component id="labelMostFreq" min="-2" max="-2" attributes="0"/>
278                      <Component id="labelLeastFreq" 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="labelRadioChatter" min="-2" pref="30" max="-2" attributes="1"/>
283                      <Component id="sliderRadioChatter" 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="labelLaneClosures" min="-2" pref="28" max="-2" attributes="1"/>
288                      <Component id="sliderLaneClosures" 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="labelTMCAL" min="-2" max="-2" attributes="1"/>
293                      <Component id="sliderTMCAL" 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="sliderBackgroundNoise" min="-2" pref="29" max="-2" attributes="1"/>
298                      <Component id="labelBackgroundNoise" 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="sliderMinorEvents" min="-2" max="-2" attributes="1"/>
303                      <Component id="labelMinorEvents" 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="btnCancelNoise" min="-2" max="-2" attributes="0"/>
308                      <Component id="btnGenerateNoise" 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="labelRadioChatter">
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="sliderRadioChatter">
325        </Component>
326        <Component class="javax.swing.JSlider" name="sliderLaneClosures">
327        </Component>
328        <Component class="javax.swing.JLabel" name="labelLaneClosures">
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="sliderTMCAL">
337        </Component>
338        <Component class="javax.swing.JLabel" name="labelTMCAL">
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="labelNoiseDescription">
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="sliderBackgroundNoise">
369        </Component>
370        <Component class="javax.swing.JLabel" name="labelBackgroundNoise">
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="sliderMinorEvents">
379        </Component>
380        <Component class="javax.swing.JLabel" name="labelMinorEvents">
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="btnCancelNoise">
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="btnCancelNoiseActionPerformed"/>
394          </Events>
395        </Component>
396        <Component class="javax.swing.JButton" name="btnGenerateNoise">
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="btnGenerateNoiseActionPerformed"/>
402          </Events>
403        </Component>
404        <Component class="javax.swing.JLabel" name="labelLeastFreq">
405          <Properties>
406            <Property name="text" type="java.lang.String" value="Least Frequent"/>
407          </Properties>
408        </Component>
409        <Component class="javax.swing.JLabel" name="labelMostFreq">
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="Incident Editor"/>
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 min="-2" max="-2" attributes="0"/>
456                      <Group type="103" groupAlignment="0" attributes="0">
457                          <Component id="zoomInIcon" alignment="0" min="-2" max="-2" attributes="0"/>
458                          <Component id="zoomOutIcon" alignment="0" min="-2" max="-2" attributes="0"/>
459                          <Component id="zoomSlider" alignment="0" min="-2" max="-2" attributes="0"/>
460                      </Group>
461                      <EmptySpace max="32767" attributes="0"/>
462                      <Component id="addTimePanel" min="-2" max="-2" attributes="0"/>
463                  </Group>
464                  <Component id="timelinesScrollPane" alignment="0" min="0" pref="0" max="32767" attributes="1"/>
465                  <Component id="timeStampScrollPane" alignment="0" pref="0" max="32767" attributes="0"/>
466                  <Group type="102" alignment="1" attributes="0">
467                      <Component id="incidentInformationPanel" max="32767" attributes="0"/>
468                      <EmptySpace max="-2" attributes="0"/>
469                      <Component id="scriptEventsPanel" max="32767" attributes="0"/>
470                  </Group>
471                  <Component id="timeStampScrollPane1" alignment="0" pref="0" max="32767" attributes="0"/>
472              </Group>
473              <EmptySpace max="-2" attributes="0"/>
474          </Group>
475      </Group>
476    </DimensionLayout>
477    <DimensionLayout dim="1">
478      <Group type="103" groupAlignment="0" attributes="0">
479          <Group type="102" alignment="1" attributes="0">
480              <Group type="103" groupAlignment="0" max="-2" attributes="0">
481                  <Group type="102" attributes="0">
482                      <EmptySpace max="-2" attributes="0"/>
483                      <Group type="103" groupAlignment="0" attributes="0">
484                          <Component id="evaluationEventsPanel" alignment="0" min="-2" max="-2" attributes="1"/>
485                          <Component id="incidentEventsPanel" alignment="0" min="-2" max="-2" attributes="1"/>
486                          <Group type="102" alignment="0" attributes="0">
487                              <EmptySpace min="-2" pref="47" max="-2" attributes="0"/>
488                              <Component id="selectButton" min="-2" pref="55" max="-2" attributes="1"/>
489                          </Group>
490                      </Group>
491                  </Group>
492                  <Group type="102" attributes="0">
493                      <EmptySpace min="-2" pref="9" max="-2" attributes="0"/>
494                      <Group type="103" groupAlignment="0" max="-2" attributes="0">
495                          <Group type="102" attributes="0">
496                              <Component id="zoomInIcon" min="-2" max="-2" attributes="0"/>
497                              <EmptySpace min="-2" max="-2" attributes="0"/>
498                              <Component id="zoomSlider" min="-2" pref="69" max="-2" attributes="1"/>
499                              <EmptySpace max="-2" attributes="0"/>
500                              <Component id="zoomOutIcon" min="-2" max="-2" attributes="0"/>
501                          </Group>
502                          <Component id="addTimePanel" max="32767" attributes="0"/>
503                      </Group>
504                  </Group>
505              </Group>
506              <EmptySpace min="-2" max="-2" attributes="0"/>
507              <Component id="timeStampScrollPane" min="-2" pref="20" max="-2" attributes="0"/>
508              <EmptySpace min="-2" max="-2" attributes="0"/>
509              <Component id="timeStampScrollPane1" min="-2" pref="20" max="-2" attributes="0"/>
510              <EmptySpace min="-2" max="-2" attributes="0"/>
511              <Component id="timelinesScrollPane" min="-2" pref="324" max="-2" attributes="0"/>
512              <EmptySpace max="-2" attributes="0"/>
513              <Group type="103" groupAlignment="0" attributes="0">
514                  <Component id="incidentInformationPanel" min="-2" max="-2" attributes="1"/>
515                  <Component id="scriptEventsPanel" min="-2" max="-2" attributes="1"/>
516              </Group>
517              <EmptySpace max="32767" attributes="0"/>
518          </Group>
519      </Group>
520    </DimensionLayout>
521  </Layout>
522  <SubComponents>
523    <Container class="javax.swing.JScrollPane" name="timelinesScrollPane">
524      <Properties>
525        <Property name="horizontalScrollBarPolicy" type="int" value="32"/>
526        <Property name="verticalScrollBarPolicy" type="int" value="22"/>
527        <Property name="focusCycleRoot" type="boolean" value="true"/>
528        <Property name="focusTraversalPolicyProvider" type="boolean" value="true"/>
529        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
530          <Dimension value="[72000, 1341]"/>
531        </Property>
532      </Properties>
533
534      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
535      <SubComponents>
536        <Container class="scriptbuilder.gui.panels.TimelineTickPanel" name="timelineTickPanel">
537          <Properties>
538            <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
539              <Dimension value="[7200, 32767]"/>
540            </Property>
541            <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
542              <Dimension value="[7200, 0]"/>
543            </Property>
544            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
545              <Dimension value="[7200, 1317]"/>
546            </Property>
547          </Properties>
548
549          <Layout>
550            <DimensionLayout dim="0">
551              <Group type="103" groupAlignment="0" attributes="0">
552                  <Group type="102" alignment="0" attributes="0">
553                      <EmptySpace max="-2" attributes="0"/>
554                      <Component id="incidentNumberPanel1" min="-2" max="-2" attributes="0"/>
555                      <EmptySpace type="unrelated" max="-2" attributes="0"/>
556                      <Component id="incidentTimelinePanel1" min="-2" pref="6776" max="-2" attributes="1"/>
557                      <EmptySpace pref="300" max="32767" attributes="0"/>
558                  </Group>
559              </Group>
560            </DimensionLayout>
561            <DimensionLayout dim="1">
562              <Group type="103" groupAlignment="0" attributes="0">
563                  <Group type="102" alignment="0" attributes="0">
564                      <EmptySpace max="-2" attributes="0"/>
565                      <Group type="103" groupAlignment="0" max="-2" attributes="0">
566                          <Component id="incidentTimelinePanel1" pref="334" max="32767" attributes="0"/>
567                          <Component id="incidentNumberPanel1" max="32767" attributes="0"/>
568                      </Group>
569                      <EmptySpace pref="977" max="32767" attributes="0"/>
570                  </Group>
571              </Group>
572            </DimensionLayout>
573          </Layout>
574          <SubComponents>
575            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel1">
576              <Properties>
577                <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
578                  <Dimension value="[32767, 100]"/>
579                </Property>
580                <Property name="opaque" type="boolean" value="false"/>
581                <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
582                  <Dimension value="[691, 100]"/>
583                </Property>
584              </Properties>
585              <AuxValues>
586                <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new scriptbuilder.gui.panels.IncidentTimelinePanel(false)"/>
587              </AuxValues>
588
589              <Layout>
590                <DimensionLayout dim="0">
591                  <Group type="103" groupAlignment="0" attributes="0">
592                      <EmptySpace min="0" pref="6776" max="32767" attributes="0"/>
593                  </Group>
594                </DimensionLayout>
595                <DimensionLayout dim="1">
596                  <Group type="103" groupAlignment="0" attributes="0">
597                      <EmptySpace min="0" pref="334" max="32767" attributes="0"/>
598                  </Group>
599                </DimensionLayout>
600              </Layout>
601            </Container>
602            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel1">
603              <Properties>
604                <Property name="opaque" type="boolean" value="false"/>
605              </Properties>
606
607              <Layout>
608                <DimensionLayout dim="0">
609                  <Group type="103" groupAlignment="0" attributes="0">
610                      <EmptySpace min="0" pref="106" max="32767" attributes="0"/>
611                  </Group>
612                </DimensionLayout>
613                <DimensionLayout dim="1">
614                  <Group type="103" groupAlignment="0" attributes="0">
615                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
616                  </Group>
617                </DimensionLayout>
618              </Layout>
619            </Container>
620          </SubComponents>
621        </Container>
622      </SubComponents>
623    </Container>
624    <Container class="javax.swing.JPanel" name="scriptEventsPanel">
625      <Properties>
626        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
627          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
628            <TitledBorder title="Script Events"/>
629          </Border>
630        </Property>
631      </Properties>
632
633      <Layout>
634        <DimensionLayout dim="0">
635          <Group type="103" groupAlignment="0" attributes="0">
636              <Group type="102" alignment="0" attributes="0">
637                  <EmptySpace max="-2" attributes="0"/>
638                  <Component id="scriptEventsPane" max="32767" attributes="0"/>
639                  <EmptySpace max="-2" attributes="0"/>
640              </Group>
641          </Group>
642        </DimensionLayout>
643        <DimensionLayout dim="1">
644          <Group type="103" groupAlignment="0" attributes="0">
645              <Group type="102" alignment="0" attributes="0">
646                  <Component id="scriptEventsPane" pref="215" max="32767" attributes="0"/>
647                  <EmptySpace max="-2" attributes="0"/>
648              </Group>
649          </Group>
650        </DimensionLayout>
651      </Layout>
652      <SubComponents>
653        <Container class="javax.swing.JScrollPane" name="scriptEventsPane">
654          <Properties>
655            <Property name="verticalScrollBarPolicy" type="int" value="22"/>
656          </Properties>
657          <AuxValues>
658            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
659          </AuxValues>
660
661          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
662          <SubComponents>
663            <Component class="javax.swing.JList" name="scriptEventsList">
664              <Properties>
665                <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
666                  <Connection code="new DefaultListModel()" type="code"/>
667                </Property>
668                <Property name="componentPopupMenu" type="javax.swing.JPopupMenu" editor="org.netbeans.modules.form.ComponentChooserEditor">
669                  <ComponentRef name="eventListPopupMenu"/>
670                </Property>
671              </Properties>
672            </Component>
673          </SubComponents>
674        </Container>
675      </SubComponents>
676    </Container>
677    <Component class="javax.swing.JSlider" name="zoomSlider">
678      <Properties>
679        <Property name="maximum" type="int" value="22"/>
680        <Property name="minimum" type="int" value="4"/>
681        <Property name="orientation" type="int" value="1"/>
682        <Property name="value" type="int" value="4"/>
683        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
684          <Color id="Default Cursor"/>
685        </Property>
686        <Property name="focusable" type="boolean" value="false"/>
687      </Properties>
688      <Events>
689        <EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="zoomSliderStateChanged"/>
690      </Events>
691    </Component>
692    <Container class="javax.swing.JPanel" name="incidentInformationPanel">
693      <Properties>
694        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
695          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
696            <TitledBorder title="Incident Information"/>
697          </Border>
698        </Property>
699      </Properties>
700
701      <Layout>
702        <DimensionLayout dim="0">
703          <Group type="103" groupAlignment="0" attributes="0">
704              <Group type="102" alignment="0" attributes="0">
705                  <EmptySpace max="-2" attributes="0"/>
706                  <Group type="103" groupAlignment="0" attributes="0">
707                      <Component id="incidentDescriptionPane" alignment="1" max="32767" attributes="0"/>
708                      <Component id="jLabel4" alignment="0" min="-2" max="-2" attributes="0"/>
709                      <Group type="102" alignment="0" attributes="0">
710                          <Group type="103" groupAlignment="0" attributes="0">
711                              <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
712                              <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/>
713                          </Group>
714                          <EmptySpace max="-2" attributes="0"/>
715                          <Group type="103" groupAlignment="1" attributes="0">
716                              <Component id="incidentName" max="32767" attributes="0"/>
717                              <Component id="incidentNumber" alignment="1" max="32767" attributes="0"/>
718                          </Group>
719                      </Group>
720                  </Group>
721                  <EmptySpace max="-2" attributes="0"/>
722              </Group>
723          </Group>
724        </DimensionLayout>
725        <DimensionLayout dim="1">
726          <Group type="103" groupAlignment="0" attributes="0">
727              <Group type="102" alignment="0" attributes="0">
728                  <Group type="103" groupAlignment="3" attributes="0">
729                      <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
730                      <Component id="incidentNumber" alignment="3" min="-2" max="-2" attributes="0"/>
731                  </Group>
732                  <EmptySpace max="-2" attributes="0"/>
733                  <Group type="103" groupAlignment="3" attributes="0">
734                      <Component id="incidentName" alignment="3" min="-2" max="-2" attributes="0"/>
735                      <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
736                  </Group>
737                  <EmptySpace max="-2" attributes="0"/>
738                  <Component id="jLabel4" min="-2" max="-2" attributes="0"/>
739                  <EmptySpace max="-2" attributes="0"/>
740                  <Component id="incidentDescriptionPane" pref="125" max="32767" attributes="0"/>
741                  <EmptySpace min="-2" max="-2" attributes="0"/>
742              </Group>
743          </Group>
744        </DimensionLayout>
745      </Layout>
746      <SubComponents>
747        <Component class="javax.swing.JLabel" name="jLabel2">
748          <Properties>
749            <Property name="text" type="java.lang.String" value="Incident Number:"/>
750          </Properties>
751        </Component>
752        <Component class="javax.swing.JLabel" name="jLabel3">
753          <Properties>
754            <Property name="text" type="java.lang.String" value="Incident Name:"/>
755          </Properties>
756        </Component>
757        <Component class="javax.swing.JLabel" name="jLabel4">
758          <Properties>
759            <Property name="text" type="java.lang.String" value="Incident Description:"/>
760          </Properties>
761        </Component>
762        <Component class="javax.swing.JTextField" name="incidentName">
763          <Properties>
764            <Property name="editable" type="boolean" value="false"/>
765            <Property name="text" type="java.lang.String" value="Media"/>
766          </Properties>
767        </Component>
768        <Container class="javax.swing.JScrollPane" name="incidentDescriptionPane">
769          <Properties>
770            <Property name="verticalScrollBarPolicy" type="int" value="22"/>
771          </Properties>
772          <AuxValues>
773            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
774          </AuxValues>
775
776          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
777          <SubComponents>
778            <Component class="javax.swing.JTextArea" name="incidentDescription">
779              <Properties>
780                <Property name="editable" type="boolean" value="false"/>
781                <Property name="columns" type="int" value="20"/>
782                <Property name="lineWrap" type="boolean" value="true"/>
783                <Property name="rows" type="int" value="5"/>
784                <Property name="text" type="java.lang.String" value="All media message events are found in this incident."/>
785                <Property name="wrapStyleWord" type="boolean" value="true"/>
786              </Properties>
787            </Component>
788          </SubComponents>
789        </Container>
790        <Component class="javax.swing.JTextField" name="incidentNumber">
791          <Properties>
792            <Property name="editable" type="boolean" value="false"/>
793            <Property name="text" type="java.lang.String" value="100"/>
794          </Properties>
795        </Component>
796      </SubComponents>
797    </Container>
798    <Component class="javax.swing.JButton" name="selectButton">
799      <Properties>
800        <Property name="toolTipText" type="java.lang.String" value="Select"/>
801        <Property name="focusPainted" type="boolean" value="false"/>
802        <Property name="iconTextGap" type="int" value="0"/>
803        <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
804          <Insets value="[2, 10, 2, 10]"/>
805        </Property>
806        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
807          <Dimension value="[30, 25]"/>
808        </Property>
809      </Properties>
810      <Events>
811        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="selectButtonActionPerformed"/>
812      </Events>
813    </Component>
814    <Container class="javax.swing.JPanel" name="incidentEventsPanel">
815      <Properties>
816        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
817          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
818            <TitledBorder title="Incident Events"/>
819          </Border>
820        </Property>
821      </Properties>
822
823      <Layout>
824        <DimensionLayout dim="0">
825          <Group type="103" groupAlignment="0" attributes="0">
826              <Group type="102" alignment="0" attributes="0">
827                  <EmptySpace max="-2" attributes="0"/>
828                  <Group type="103" groupAlignment="0" attributes="0">
829                      <Group type="103" alignment="0" groupAlignment="0" attributes="0">
830                          <Group type="102" alignment="1" attributes="0">
831                              <Component id="maintenanceRadioButton" min="-2" pref="120" max="-2" attributes="0"/>
832                              <EmptySpace max="-2" attributes="0"/>
833                              <Component id="tmtRadioButton" min="-2" pref="120" max="-2" attributes="0"/>
834                              <EmptySpace max="-2" attributes="0"/>
835                              <Component id="telephoneButton" min="-2" pref="120" max="-2" attributes="0"/>
836                              <EmptySpace max="-2" attributes="0"/>
837                              <Component id="paramicsButton" min="-2" pref="120" max="-2" attributes="0"/>
838                          </Group>
839                          <Group type="102" alignment="0" attributes="0">
840                              <Component id="towButton" min="-2" pref="120" max="-2" attributes="0"/>
841                              <EmptySpace max="-2" attributes="0"/>
842                              <Component id="unitButton" min="-2" pref="120" max="-2" attributes="0"/>
843                              <EmptySpace max="-2" attributes="0"/>
844                              <Component id="witnessButton" min="-2" pref="120" max="-2" attributes="0"/>
845                              <EmptySpace max="-2" attributes="0"/>
846                              <Component id="audioButton" min="-2" pref="120" max="-2" attributes="0"/>
847                          </Group>
848                      </Group>
849                      <Group type="102" alignment="0" attributes="0">
850                          <Component id="cadButton" min="-2" pref="120" max="-2" attributes="0"/>
851                          <EmptySpace max="-2" attributes="0"/>
852                          <Component id="cctvButton" min="-2" pref="120" max="-2" attributes="0"/>
853                          <EmptySpace max="-2" attributes="0"/>
854                          <Component id="chpRadioButton" min="-2" pref="120" max="-2" attributes="0"/>
855                      </Group>
856                  </Group>
857                  <EmptySpace max="32767" attributes="0"/>
858              </Group>
859          </Group>
860        </DimensionLayout>
861        <DimensionLayout dim="1">
862          <Group type="103" groupAlignment="0" attributes="0">
863              <Group type="102" alignment="0" attributes="0">
864                  <Group type="103" groupAlignment="0" attributes="0">
865                      <Group type="102" attributes="0">
866                          <Group type="103" groupAlignment="3" attributes="0">
867                              <Component id="maintenanceRadioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
868                              <Component id="tmtRadioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
869                              <Component id="telephoneButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
870                          </Group>
871                          <EmptySpace max="-2" attributes="0"/>
872                          <Group type="103" groupAlignment="3" attributes="0">
873                              <Component id="towButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
874                              <Component id="unitButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
875                              <Component id="witnessButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
876                              <Component id="audioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
877                          </Group>
878                      </Group>
879                      <Component id="paramicsButton" min="-2" pref="30" max="-2" attributes="0"/>
880                  </Group>
881                  <EmptySpace max="-2" attributes="0"/>
882                  <Group type="103" groupAlignment="1" attributes="0">
883                      <Group type="103" alignment="1" groupAlignment="3" attributes="0">
884                          <Component id="cctvButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
885                          <Component id="chpRadioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
886                      </Group>
887                      <Component id="cadButton" min="-2" pref="30" max="-2" attributes="0"/>
888                  </Group>
889              </Group>
890          </Group>
891        </DimensionLayout>
892      </Layout>
893      <SubComponents>
894        <Component class="javax.swing.JButton" name="maintenanceRadioButton">
895          <Properties>
896            <Property name="text" type="java.lang.String" value="Maintenance Radio"/>
897            <Property name="toolTipText" type="java.lang.String" value=""/>
898            <Property name="focusPainted" type="boolean" value="false"/>
899            <Property name="iconTextGap" type="int" value="0"/>
900            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
901              <Insets value="[2, 10, 2, 10]"/>
902            </Property>
903            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
904              <Dimension value="[30, 25]"/>
905            </Property>
906          </Properties>
907          <Events>
908            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="maintenanceRadioButtonActionPerformed"/>
909          </Events>
910        </Component>
911        <Component class="javax.swing.JButton" name="tmtRadioButton">
912          <Properties>
913            <Property name="text" type="java.lang.String" value="TMT Radio"/>
914            <Property name="toolTipText" type="java.lang.String" value=""/>
915            <Property name="focusPainted" type="boolean" value="false"/>
916            <Property name="iconTextGap" type="int" value="0"/>
917            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
918              <Insets value="[2, 10, 2, 10]"/>
919            </Property>
920            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
921              <Dimension value="[30, 25]"/>
922            </Property>
923          </Properties>
924          <Events>
925            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tmtRadioButtonActionPerformed"/>
926          </Events>
927        </Component>
928        <Component class="javax.swing.JButton" name="telephoneButton">
929          <Properties>
930            <Property name="text" type="java.lang.String" value="Telephone"/>
931            <Property name="toolTipText" type="java.lang.String" value=""/>
932            <Property name="focusPainted" type="boolean" value="false"/>
933            <Property name="iconTextGap" type="int" value="0"/>
934            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
935              <Insets value="[2, 10, 2, 10]"/>
936            </Property>
937            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
938              <Dimension value="[30, 25]"/>
939            </Property>
940          </Properties>
941          <Events>
942            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="telephoneButtonActionPerformed"/>
943          </Events>
944        </Component>
945        <Component class="javax.swing.JButton" name="unitButton">
946          <Properties>
947            <Property name="text" type="java.lang.String" value="Unit"/>
948            <Property name="toolTipText" type="java.lang.String" value=""/>
949            <Property name="focusPainted" type="boolean" value="false"/>
950            <Property name="iconTextGap" type="int" value="0"/>
951            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
952              <Insets value="[2, 10, 2, 10]"/>
953            </Property>
954            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
955              <Dimension value="[30, 25]"/>
956            </Property>
957          </Properties>
958          <Events>
959            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="unitButtonActionPerformed"/>
960          </Events>
961        </Component>
962        <Component class="javax.swing.JButton" name="witnessButton">
963          <Properties>
964            <Property name="text" type="java.lang.String" value="Witness"/>
965            <Property name="toolTipText" type="java.lang.String" value=""/>
966            <Property name="focusPainted" type="boolean" value="false"/>
967            <Property name="iconTextGap" type="int" value="0"/>
968            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
969              <Insets value="[2, 10, 2, 10]"/>
970            </Property>
971            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
972              <Dimension value="[30, 25]"/>
973            </Property>
974          </Properties>
975          <Events>
976            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="witnessButtonActionPerformed"/>
977          </Events>
978        </Component>
979        <Component class="javax.swing.JButton" name="paramicsButton">
980          <Properties>
981            <Property name="text" type="java.lang.String" value="Paramics"/>
982            <Property name="toolTipText" type="java.lang.String" value=""/>
983            <Property name="focusPainted" type="boolean" value="false"/>
984            <Property name="iconTextGap" type="int" value="0"/>
985            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
986              <Insets value="[2, 10, 2, 10]"/>
987            </Property>
988            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
989              <Dimension value="[30, 25]"/>
990            </Property>
991          </Properties>
992          <Events>
993            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="paramicsButtonActionPerformed"/>
994          </Events>
995        </Component>
996        <Component class="javax.swing.JButton" name="towButton">
997          <Properties>
998            <Property name="text" type="java.lang.String" value="Tow"/>
999            <Property name="toolTipText" type="java.lang.String" value=""/>
1000            <Property name="focusPainted" type="boolean" value="false"/>
1001            <Property name="iconTextGap" type="int" value="0"/>
1002            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1003              <Insets value="[2, 10, 2, 10]"/>
1004            </Property>
1005            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1006              <Dimension value="[30, 25]"/>
1007            </Property>
1008          </Properties>
1009          <Events>
1010            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="towButtonActionPerformed"/>
1011          </Events>
1012        </Component>
1013        <Component class="javax.swing.JButton" name="audioButton">
1014          <Properties>
1015            <Property name="text" type="java.lang.String" value="Audio"/>
1016            <Property name="toolTipText" type="java.lang.String" value=""/>
1017            <Property name="focusPainted" type="boolean" value="false"/>
1018            <Property name="iconTextGap" type="int" value="0"/>
1019            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1020              <Insets value="[2, 10, 2, 10]"/>
1021            </Property>
1022            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1023              <Dimension value="[30, 25]"/>
1024            </Property>
1025          </Properties>
1026          <Events>
1027            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="audioButtonActionPerformed"/>
1028          </Events>
1029        </Component>
1030        <Component class="javax.swing.JButton" name="cctvButton">
1031          <Properties>
1032            <Property name="text" type="java.lang.String" value="CCTV"/>
1033            <Property name="toolTipText" type="java.lang.String" value=""/>
1034            <Property name="focusPainted" type="boolean" value="false"/>
1035            <Property name="iconTextGap" type="int" value="0"/>
1036            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1037              <Insets value="[2, 10, 2, 10]"/>
1038            </Property>
1039            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1040              <Dimension value="[30, 25]"/>
1041            </Property>
1042          </Properties>
1043          <Events>
1044            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cctvButtonActionPerformed"/>
1045          </Events>
1046        </Component>
1047        <Component class="javax.swing.JButton" name="cadButton">
1048          <Properties>
1049            <Property name="text" type="java.lang.String" value="CAD"/>
1050            <Property name="toolTipText" type="java.lang.String" value=""/>
1051            <Property name="focusPainted" type="boolean" value="false"/>
1052            <Property name="iconTextGap" type="int" value="0"/>
1053            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1054              <Insets value="[2, 10, 2, 10]"/>
1055            </Property>
1056            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1057              <Dimension value="[30, 25]"/>
1058            </Property>
1059          </Properties>
1060          <Events>
1061            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cadButtonActionPerformed"/>
1062          </Events>
1063        </Component>
1064        <Component class="javax.swing.JButton" name="chpRadioButton">
1065          <Properties>
1066            <Property name="text" type="java.lang.String" value="CHP Radio"/>
1067            <Property name="toolTipText" type="java.lang.String" value=""/>
1068            <Property name="focusPainted" type="boolean" value="false"/>
1069            <Property name="iconTextGap" type="int" value="0"/>
1070            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1071              <Insets value="[2, 10, 2, 10]"/>
1072            </Property>
1073            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1074              <Dimension value="[30, 25]"/>
1075            </Property>
1076          </Properties>
1077          <Events>
1078            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="chpRadioButtonActionPerformed"/>
1079          </Events>
1080        </Component>
1081      </SubComponents>
1082    </Container>
1083    <Container class="javax.swing.JPanel" name="evaluationEventsPanel">
1084      <Properties>
1085        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1086          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
1087            <TitledBorder title="Evaluation Events"/>
1088          </Border>
1089        </Property>
1090      </Properties>
1091
1092      <Layout>
1093        <DimensionLayout dim="0">
1094          <Group type="103" groupAlignment="0" attributes="0">
1095              <Group type="102" attributes="0">
1096                  <EmptySpace max="-2" attributes="0"/>
1097                  <Group type="103" groupAlignment="0" attributes="0">
1098                      <Group type="102" alignment="0" attributes="0">
1099                          <Component id="atmsEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1100                          <EmptySpace max="-2" attributes="0"/>
1101                          <Component id="activityLogEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1102                      </Group>
1103                      <Group type="102" alignment="0" attributes="0">
1104                          <Component id="cmsEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1105                          <EmptySpace max="-2" attributes="0"/>
1106                          <Component id="facilitatorEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1107                      </Group>
1108                      <Group type="102" alignment="0" attributes="0">
1109                          <Component id="cadEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1110                          <EmptySpace max="-2" attributes="0"/>
1111                          <Component id="radioEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1112                      </Group>
1113                  </Group>
1114                  <EmptySpace max="32767" attributes="0"/>
1115              </Group>
1116          </Group>
1117        </DimensionLayout>
1118        <DimensionLayout dim="1">
1119          <Group type="103" groupAlignment="0" attributes="0">
1120              <Group type="102" alignment="0" attributes="0">
1121                  <Group type="103" groupAlignment="0" attributes="0">
1122                      <Component id="cmsEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1123                      <Component id="facilitatorEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1124                  </Group>
1125                  <EmptySpace max="-2" attributes="0"/>
1126                  <Group type="103" groupAlignment="0" attributes="0">
1127                      <Component id="atmsEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1128                      <Component id="activityLogEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1129                  </Group>
1130                  <EmptySpace max="-2" attributes="0"/>
1131                  <Group type="103" groupAlignment="3" attributes="0">
1132                      <Component id="cadEvalButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1133                      <Component id="radioEvalButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1134                  </Group>
1135              </Group>
1136          </Group>
1137        </DimensionLayout>
1138      </Layout>
1139      <SubComponents>
1140        <Component class="javax.swing.JButton" name="atmsEvalButton">
1141          <Properties>
1142            <Property name="text" type="java.lang.String" value="ATMS Evaluation"/>
1143            <Property name="toolTipText" type="java.lang.String" value=""/>
1144            <Property name="focusPainted" type="boolean" value="false"/>
1145            <Property name="iconTextGap" type="int" value="0"/>
1146            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1147              <Insets value="[2, 10, 2, 10]"/>
1148            </Property>
1149            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1150              <Dimension value="[30, 25]"/>
1151            </Property>
1152          </Properties>
1153          <Events>
1154            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="atmsEvalButtonActionPerformed"/>
1155          </Events>
1156        </Component>
1157        <Component class="javax.swing.JButton" name="cmsEvalButton">
1158          <Properties>
1159            <Property name="text" type="java.lang.String" value="CMS Evaluation"/>
1160            <Property name="toolTipText" type="java.lang.String" value=""/>
1161            <Property name="focusPainted" type="boolean" value="false"/>
1162            <Property name="iconTextGap" type="int" value="0"/>
1163            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1164              <Insets value="[2, 10, 2, 10]"/>
1165            </Property>
1166            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1167              <Dimension value="[30, 25]"/>
1168            </Property>
1169          </Properties>
1170          <Events>
1171            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cmsEvalButtonActionPerformed"/>
1172          </Events>
1173        </Component>
1174        <Component class="javax.swing.JButton" name="cadEvalButton">
1175          <Properties>
1176            <Property name="text" type="java.lang.String" value="CAD Evaluation"/>
1177            <Property name="toolTipText" type="java.lang.String" value=""/>
1178            <Property name="focusPainted" type="boolean" value="false"/>
1179            <Property name="iconTextGap" type="int" value="0"/>
1180            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1181              <Insets value="[2, 10, 2, 10]"/>
1182            </Property>
1183            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1184              <Dimension value="[30, 25]"/>
1185            </Property>
1186          </Properties>
1187          <Events>
1188            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cadEvalButtonActionPerformed"/>
1189          </Events>
1190        </Component>
1191        <Component class="javax.swing.JButton" name="facilitatorEvalButton">
1192          <Properties>
1193            <Property name="text" type="java.lang.String" value="Facilitator Evaluation"/>
1194            <Property name="toolTipText" type="java.lang.String" value=""/>
1195            <Property name="focusPainted" type="boolean" value="false"/>
1196            <Property name="iconTextGap" type="int" value="0"/>
1197            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1198              <Insets value="[2, 10, 2, 10]"/>
1199            </Property>
1200            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1201              <Dimension value="[30, 25]"/>
1202            </Property>
1203          </Properties>
1204          <Events>
1205            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="facilitatorEvalButtonActionPerformed"/>
1206          </Events>
1207        </Component>
1208        <Component class="javax.swing.JButton" name="activityLogEvalButton">
1209          <Properties>
1210            <Property name="text" type="java.lang.String" value="Activity Log Evaluation"/>
1211            <Property name="toolTipText" type="java.lang.String" value=""/>
1212            <Property name="focusPainted" type="boolean" value="false"/>
1213            <Property name="iconTextGap" type="int" value="0"/>
1214            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1215              <Insets value="[2, 10, 2, 10]"/>
1216            </Property>
1217            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1218              <Dimension value="[30, 25]"/>
1219            </Property>
1220          </Properties>
1221          <Events>
1222            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="activityLogEvalButtonActionPerformed"/>
1223          </Events>
1224        </Component>
1225        <Component class="javax.swing.JButton" name="radioEvalButton">
1226          <Properties>
1227            <Property name="text" type="java.lang.String" value="Radio Evaluation"/>
1228            <Property name="toolTipText" type="java.lang.String" value=""/>
1229            <Property name="focusPainted" type="boolean" value="false"/>
1230            <Property name="iconTextGap" type="int" value="0"/>
1231            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1232              <Insets value="[2, 10, 2, 10]"/>
1233            </Property>
1234            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1235              <Dimension value="[30, 25]"/>
1236            </Property>
1237          </Properties>
1238          <Events>
1239            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="radioEvalButtonActionPerformed"/>
1240          </Events>
1241        </Component>
1242      </SubComponents>
1243    </Container>
1244    <Component class="javax.swing.JLabel" name="zoomInIcon">
1245      <Properties>
1246        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
1247          <Image iconType="3" name="/images/ZoomIn.png"/>
1248        </Property>
1249        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
1250          <Color id="Hand Cursor"/>
1251        </Property>
1252      </Properties>
1253      <Events>
1254        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="zoomInIconMouseClicked"/>
1255      </Events>
1256    </Component>
1257    <Component class="javax.swing.JLabel" name="zoomOutIcon">
1258      <Properties>
1259        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
1260          <Image iconType="3" name="/images/ZoomOut.png"/>
1261        </Property>
1262        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
1263          <Color id="Hand Cursor"/>
1264        </Property>
1265      </Properties>
1266      <Events>
1267        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="zoomOutIconMouseClicked"/>
1268      </Events>
1269    </Component>
1270    <Container class="javax.swing.JScrollPane" name="timeStampScrollPane">
1271      <Properties>
1272        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1273          <Border info="null"/>
1274        </Property>
1275        <Property name="horizontalScrollBarPolicy" type="int" value="31"/>
1276        <Property name="verticalScrollBarPolicy" type="int" value="21"/>
1277      </Properties>
1278
1279      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
1280      <SubComponents>
1281        <Container class="scriptbuilder.gui.panels.TimeStampPanel" name="absoluteTimeStampPanel">
1282
1283          <Layout>
1284            <DimensionLayout dim="0">
1285              <Group type="103" groupAlignment="0" attributes="0">
1286                  <EmptySpace min="0" pref="1088" max="32767" attributes="0"/>
1287              </Group>
1288            </DimensionLayout>
1289            <DimensionLayout dim="1">
1290              <Group type="103" groupAlignment="0" attributes="0">
1291                  <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1292              </Group>
1293            </DimensionLayout>
1294          </Layout>
1295        </Container>
1296      </SubComponents>
1297    </Container>
1298    <Container class="javax.swing.JScrollPane" name="timeStampScrollPane1">
1299      <Properties>
1300        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1301          <Border info="null"/>
1302        </Property>
1303        <Property name="horizontalScrollBarPolicy" type="int" value="31"/>
1304        <Property name="verticalScrollBarPolicy" type="int" value="21"/>
1305      </Properties>
1306
1307      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
1308      <SubComponents>
1309        <Container class="scriptbuilder.gui.panels.TimeStampPanel" name="relativeTimeStampPanel">
1310
1311          <Layout>
1312            <DimensionLayout dim="0">
1313              <Group type="103" groupAlignment="0" attributes="0">
1314                  <EmptySpace min="0" pref="1088" max="32767" attributes="0"/>
1315              </Group>
1316            </DimensionLayout>
1317            <DimensionLayout dim="1">
1318              <Group type="103" groupAlignment="0" attributes="0">
1319                  <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1320              </Group>
1321            </DimensionLayout>
1322          </Layout>
1323        </Container>
1324      </SubComponents>
1325    </Container>
1326    <Container class="javax.swing.JPanel" name="addTimePanel">
1327
1328      <Layout>
1329        <DimensionLayout dim="0">
1330          <Group type="103" groupAlignment="0" attributes="0">
1331              <Component id="btnAddTime" pref="0" max="32767" attributes="0"/>
1332              <Group type="102" attributes="0">
1333                  <Group type="103" groupAlignment="0" attributes="0">
1334                      <Component id="btnToggleTimeStart" min="-2" max="-2" attributes="0"/>
1335                      <Component id="btnToggleTimeEnd" alignment="0" min="-2" max="-2" attributes="0"/>
1336                  </Group>
1337                  <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1338              </Group>
1339          </Group>
1340        </DimensionLayout>
1341        <DimensionLayout dim="1">
1342          <Group type="103" groupAlignment="0" attributes="0">
1343              <Group type="102" alignment="0" attributes="0">
1344                  <Component id="btnAddTime" min="-2" pref="44" max="-2" attributes="0"/>
1345                  <EmptySpace max="-2" attributes="0"/>
1346                  <Component id="btnToggleTimeStart" min="-2" max="-2" attributes="0"/>
1347                  <EmptySpace max="-2" attributes="0"/>
1348                  <Component id="btnToggleTimeEnd" min="-2" max="-2" attributes="0"/>
1349                  <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1350              </Group>
1351          </Group>
1352        </DimensionLayout>
1353      </Layout>
1354      <SubComponents>
1355        <Component class="javax.swing.JButton" name="btnAddTime">
1356          <Properties>
1357            <Property name="text" type="java.lang.String" value="+15:00"/>
1358          </Properties>
1359          <Events>
1360            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnAddTimeActionPerformed"/>
1361          </Events>
1362        </Component>
1363        <Component class="javax.swing.JRadioButton" name="btnToggleTimeStart">
1364          <Properties>
1365            <Property name="text" type="java.lang.String" value="to Start"/>
1366          </Properties>
1367          <Events>
1368            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnToggleTimeStartActionPerformed"/>
1369          </Events>
1370        </Component>
1371        <Component class="javax.swing.JRadioButton" name="btnToggleTimeEnd">
1372          <Properties>
1373            <Property name="selected" type="boolean" value="true"/>
1374            <Property name="text" type="java.lang.String" value="to End"/>
1375          </Properties>
1376          <Events>
1377            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnToggleTimeEndActionPerformed"/>
1378          </Events>
1379        </Component>
1380      </SubComponents>
1381    </Container>
1382  </SubComponents>
1383</Form>
Note: See TracBrowser for help on using the repository browser.