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

Revision 160, 73.2 KB checked in by sdanthin, 6 years ago (diff)

IncidentEditorFrame?.java removed Audio button from GUI and removed associated functionality.

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