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

Revision 121, 73.6 KB checked in by bmcguffin, 9 years ago (diff)

Removed select button. Added ability to deselect event buttons by clicking on them a second time.

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(false)"/>
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          </Properties>
762        </Component>
763        <Container class="javax.swing.JScrollPane" name="incidentDescriptionPane">
764          <Properties>
765            <Property name="verticalScrollBarPolicy" type="int" value="22"/>
766          </Properties>
767          <AuxValues>
768            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
769          </AuxValues>
770
771          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
772          <SubComponents>
773            <Component class="javax.swing.JTextArea" name="incidentDescription">
774              <Properties>
775                <Property name="editable" type="boolean" value="false"/>
776                <Property name="columns" type="int" value="20"/>
777                <Property name="lineWrap" type="boolean" value="true"/>
778                <Property name="rows" type="int" value="5"/>
779                <Property name="text" type="java.lang.String" value="All media message events are found in this incident."/>
780                <Property name="wrapStyleWord" type="boolean" value="true"/>
781              </Properties>
782            </Component>
783          </SubComponents>
784        </Container>
785        <Component class="javax.swing.JTextField" name="incidentNumber">
786          <Properties>
787            <Property name="editable" type="boolean" value="false"/>
788            <Property name="text" type="java.lang.String" value="100"/>
789          </Properties>
790        </Component>
791      </SubComponents>
792    </Container>
793    <Container class="javax.swing.JPanel" name="incidentEventsPanel">
794      <Properties>
795        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
796          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
797            <TitledBorder title="Incident Events"/>
798          </Border>
799        </Property>
800      </Properties>
801
802      <Layout>
803        <DimensionLayout dim="0">
804          <Group type="103" groupAlignment="0" attributes="0">
805              <Group type="102" alignment="0" attributes="0">
806                  <EmptySpace max="-2" attributes="0"/>
807                  <Group type="103" groupAlignment="0" attributes="0">
808                      <Group type="103" alignment="0" groupAlignment="0" attributes="0">
809                          <Group type="102" alignment="1" attributes="0">
810                              <Component id="maintenanceRadioButton" min="-2" pref="120" max="-2" attributes="0"/>
811                              <EmptySpace max="-2" attributes="0"/>
812                              <Component id="tmtRadioButton" min="-2" pref="120" max="-2" attributes="0"/>
813                              <EmptySpace max="-2" attributes="0"/>
814                              <Component id="telephoneButton" min="-2" pref="120" max="-2" attributes="0"/>
815                              <EmptySpace max="-2" attributes="0"/>
816                              <Component id="paramicsButton" min="-2" pref="120" max="-2" attributes="0"/>
817                          </Group>
818                          <Group type="102" alignment="0" attributes="0">
819                              <Component id="towButton" min="-2" pref="120" max="-2" attributes="0"/>
820                              <EmptySpace max="-2" attributes="0"/>
821                              <Component id="unitButton" min="-2" pref="120" max="-2" attributes="0"/>
822                              <EmptySpace max="-2" attributes="0"/>
823                              <Component id="witnessButton" min="-2" pref="120" max="-2" attributes="0"/>
824                              <EmptySpace max="-2" attributes="0"/>
825                              <Component id="audioButton" min="-2" pref="120" max="-2" attributes="0"/>
826                          </Group>
827                      </Group>
828                      <Group type="102" alignment="0" attributes="0">
829                          <Component id="cadButton" min="-2" pref="120" max="-2" attributes="0"/>
830                          <EmptySpace max="-2" attributes="0"/>
831                          <Component id="cctvButton" min="-2" pref="120" max="-2" attributes="0"/>
832                          <EmptySpace max="-2" attributes="0"/>
833                          <Component id="chpRadioButton" min="-2" pref="120" max="-2" attributes="0"/>
834                      </Group>
835                  </Group>
836                  <EmptySpace max="32767" attributes="0"/>
837              </Group>
838          </Group>
839        </DimensionLayout>
840        <DimensionLayout dim="1">
841          <Group type="103" groupAlignment="0" attributes="0">
842              <Group type="102" alignment="0" attributes="0">
843                  <Group type="103" groupAlignment="0" attributes="0">
844                      <Group type="102" attributes="0">
845                          <Group type="103" groupAlignment="3" attributes="0">
846                              <Component id="maintenanceRadioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
847                              <Component id="tmtRadioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
848                              <Component id="telephoneButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
849                          </Group>
850                          <EmptySpace max="-2" attributes="0"/>
851                          <Group type="103" groupAlignment="3" attributes="0">
852                              <Component id="towButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
853                              <Component id="unitButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
854                              <Component id="witnessButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
855                              <Component id="audioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
856                          </Group>
857                      </Group>
858                      <Component id="paramicsButton" min="-2" pref="30" max="-2" attributes="0"/>
859                  </Group>
860                  <EmptySpace max="-2" attributes="0"/>
861                  <Group type="103" groupAlignment="1" attributes="0">
862                      <Group type="103" alignment="1" groupAlignment="3" attributes="0">
863                          <Component id="cctvButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
864                          <Component id="chpRadioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
865                      </Group>
866                      <Component id="cadButton" min="-2" pref="30" max="-2" attributes="0"/>
867                  </Group>
868              </Group>
869          </Group>
870        </DimensionLayout>
871      </Layout>
872      <SubComponents>
873        <Component class="javax.swing.JButton" name="maintenanceRadioButton">
874          <Properties>
875            <Property name="text" type="java.lang.String" value="Maintenance Radio"/>
876            <Property name="toolTipText" type="java.lang.String" value=""/>
877            <Property name="focusPainted" type="boolean" value="false"/>
878            <Property name="iconTextGap" type="int" value="0"/>
879            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
880              <Insets value="[2, 10, 2, 10]"/>
881            </Property>
882            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
883              <Dimension value="[30, 25]"/>
884            </Property>
885          </Properties>
886          <Events>
887            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="maintenanceRadioButtonActionPerformed"/>
888          </Events>
889        </Component>
890        <Component class="javax.swing.JButton" name="tmtRadioButton">
891          <Properties>
892            <Property name="text" type="java.lang.String" value="TMT Radio"/>
893            <Property name="toolTipText" type="java.lang.String" value=""/>
894            <Property name="focusPainted" type="boolean" value="false"/>
895            <Property name="iconTextGap" type="int" value="0"/>
896            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
897              <Insets value="[2, 10, 2, 10]"/>
898            </Property>
899            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
900              <Dimension value="[30, 25]"/>
901            </Property>
902          </Properties>
903          <Events>
904            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tmtRadioButtonActionPerformed"/>
905          </Events>
906        </Component>
907        <Component class="javax.swing.JButton" name="telephoneButton">
908          <Properties>
909            <Property name="text" type="java.lang.String" value="Telephone"/>
910            <Property name="toolTipText" type="java.lang.String" value=""/>
911            <Property name="focusPainted" type="boolean" value="false"/>
912            <Property name="iconTextGap" type="int" value="0"/>
913            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
914              <Insets value="[2, 10, 2, 10]"/>
915            </Property>
916            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
917              <Dimension value="[30, 25]"/>
918            </Property>
919          </Properties>
920          <Events>
921            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="telephoneButtonActionPerformed"/>
922          </Events>
923        </Component>
924        <Component class="javax.swing.JButton" name="unitButton">
925          <Properties>
926            <Property name="text" type="java.lang.String" value="Unit"/>
927            <Property name="toolTipText" type="java.lang.String" value=""/>
928            <Property name="focusPainted" type="boolean" value="false"/>
929            <Property name="iconTextGap" type="int" value="0"/>
930            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
931              <Insets value="[2, 10, 2, 10]"/>
932            </Property>
933            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
934              <Dimension value="[30, 25]"/>
935            </Property>
936          </Properties>
937          <Events>
938            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="unitButtonActionPerformed"/>
939          </Events>
940        </Component>
941        <Component class="javax.swing.JButton" name="witnessButton">
942          <Properties>
943            <Property name="text" type="java.lang.String" value="Witness"/>
944            <Property name="toolTipText" type="java.lang.String" value=""/>
945            <Property name="focusPainted" type="boolean" value="false"/>
946            <Property name="iconTextGap" type="int" value="0"/>
947            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
948              <Insets value="[2, 10, 2, 10]"/>
949            </Property>
950            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
951              <Dimension value="[30, 25]"/>
952            </Property>
953          </Properties>
954          <Events>
955            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="witnessButtonActionPerformed"/>
956          </Events>
957        </Component>
958        <Component class="javax.swing.JButton" name="paramicsButton">
959          <Properties>
960            <Property name="text" type="java.lang.String" value="Paramics"/>
961            <Property name="toolTipText" type="java.lang.String" value=""/>
962            <Property name="focusPainted" type="boolean" value="false"/>
963            <Property name="iconTextGap" type="int" value="0"/>
964            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
965              <Insets value="[2, 10, 2, 10]"/>
966            </Property>
967            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
968              <Dimension value="[30, 25]"/>
969            </Property>
970          </Properties>
971          <Events>
972            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="paramicsButtonActionPerformed"/>
973          </Events>
974        </Component>
975        <Component class="javax.swing.JButton" name="towButton">
976          <Properties>
977            <Property name="text" type="java.lang.String" value="Tow"/>
978            <Property name="toolTipText" type="java.lang.String" value=""/>
979            <Property name="focusPainted" type="boolean" value="false"/>
980            <Property name="iconTextGap" type="int" value="0"/>
981            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
982              <Insets value="[2, 10, 2, 10]"/>
983            </Property>
984            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
985              <Dimension value="[30, 25]"/>
986            </Property>
987          </Properties>
988          <Events>
989            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="towButtonActionPerformed"/>
990          </Events>
991        </Component>
992        <Component class="javax.swing.JButton" name="audioButton">
993          <Properties>
994            <Property name="text" type="java.lang.String" value="Audio"/>
995            <Property name="toolTipText" type="java.lang.String" value=""/>
996            <Property name="focusPainted" type="boolean" value="false"/>
997            <Property name="iconTextGap" type="int" value="0"/>
998            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
999              <Insets value="[2, 10, 2, 10]"/>
1000            </Property>
1001            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1002              <Dimension value="[30, 25]"/>
1003            </Property>
1004          </Properties>
1005          <Events>
1006            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="audioButtonActionPerformed"/>
1007          </Events>
1008        </Component>
1009        <Component class="javax.swing.JButton" name="cctvButton">
1010          <Properties>
1011            <Property name="text" type="java.lang.String" value="CCTV"/>
1012            <Property name="toolTipText" type="java.lang.String" value=""/>
1013            <Property name="focusPainted" type="boolean" value="false"/>
1014            <Property name="iconTextGap" type="int" value="0"/>
1015            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1016              <Insets value="[2, 10, 2, 10]"/>
1017            </Property>
1018            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1019              <Dimension value="[30, 25]"/>
1020            </Property>
1021          </Properties>
1022          <Events>
1023            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cctvButtonActionPerformed"/>
1024          </Events>
1025        </Component>
1026        <Component class="javax.swing.JButton" name="cadButton">
1027          <Properties>
1028            <Property name="text" type="java.lang.String" value="CAD"/>
1029            <Property name="toolTipText" type="java.lang.String" value=""/>
1030            <Property name="focusPainted" type="boolean" value="false"/>
1031            <Property name="iconTextGap" type="int" value="0"/>
1032            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1033              <Insets value="[2, 10, 2, 10]"/>
1034            </Property>
1035            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1036              <Dimension value="[30, 25]"/>
1037            </Property>
1038          </Properties>
1039          <Events>
1040            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cadButtonActionPerformed"/>
1041          </Events>
1042        </Component>
1043        <Component class="javax.swing.JButton" name="chpRadioButton">
1044          <Properties>
1045            <Property name="text" type="java.lang.String" value="CHP Radio"/>
1046            <Property name="toolTipText" type="java.lang.String" value=""/>
1047            <Property name="focusPainted" type="boolean" value="false"/>
1048            <Property name="iconTextGap" type="int" value="0"/>
1049            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1050              <Insets value="[2, 10, 2, 10]"/>
1051            </Property>
1052            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1053              <Dimension value="[30, 25]"/>
1054            </Property>
1055          </Properties>
1056          <Events>
1057            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="chpRadioButtonActionPerformed"/>
1058          </Events>
1059        </Component>
1060      </SubComponents>
1061    </Container>
1062    <Container class="javax.swing.JPanel" name="evaluationEventsPanel">
1063      <Properties>
1064        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1065          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
1066            <TitledBorder title="Evaluation Events"/>
1067          </Border>
1068        </Property>
1069      </Properties>
1070
1071      <Layout>
1072        <DimensionLayout dim="0">
1073          <Group type="103" groupAlignment="0" attributes="0">
1074              <Group type="102" attributes="0">
1075                  <EmptySpace max="-2" attributes="0"/>
1076                  <Group type="103" groupAlignment="0" attributes="0">
1077                      <Group type="102" alignment="0" attributes="0">
1078                          <Component id="atmsEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1079                          <EmptySpace max="-2" attributes="0"/>
1080                          <Component id="activityLogEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1081                      </Group>
1082                      <Group type="102" alignment="0" attributes="0">
1083                          <Component id="cmsEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1084                          <EmptySpace max="-2" attributes="0"/>
1085                          <Component id="facilitatorEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1086                      </Group>
1087                      <Group type="102" alignment="0" attributes="0">
1088                          <Component id="cadEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1089                          <EmptySpace max="-2" attributes="0"/>
1090                          <Component id="radioEvalButton" min="-2" pref="140" max="-2" attributes="0"/>
1091                      </Group>
1092                  </Group>
1093                  <EmptySpace max="32767" attributes="0"/>
1094              </Group>
1095          </Group>
1096        </DimensionLayout>
1097        <DimensionLayout dim="1">
1098          <Group type="103" groupAlignment="0" attributes="0">
1099              <Group type="102" alignment="0" attributes="0">
1100                  <Group type="103" groupAlignment="0" attributes="0">
1101                      <Component id="cmsEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1102                      <Component id="facilitatorEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1103                  </Group>
1104                  <EmptySpace max="-2" attributes="0"/>
1105                  <Group type="103" groupAlignment="0" attributes="0">
1106                      <Component id="atmsEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1107                      <Component id="activityLogEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
1108                  </Group>
1109                  <EmptySpace max="-2" attributes="0"/>
1110                  <Group type="103" groupAlignment="3" attributes="0">
1111                      <Component id="cadEvalButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1112                      <Component id="radioEvalButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/>
1113                  </Group>
1114              </Group>
1115          </Group>
1116        </DimensionLayout>
1117      </Layout>
1118      <SubComponents>
1119        <Component class="javax.swing.JButton" name="atmsEvalButton">
1120          <Properties>
1121            <Property name="text" type="java.lang.String" value="ATMS Evaluation"/>
1122            <Property name="toolTipText" type="java.lang.String" value=""/>
1123            <Property name="focusPainted" type="boolean" value="false"/>
1124            <Property name="iconTextGap" type="int" value="0"/>
1125            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1126              <Insets value="[2, 10, 2, 10]"/>
1127            </Property>
1128            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1129              <Dimension value="[30, 25]"/>
1130            </Property>
1131          </Properties>
1132          <Events>
1133            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="atmsEvalButtonActionPerformed"/>
1134          </Events>
1135        </Component>
1136        <Component class="javax.swing.JButton" name="cmsEvalButton">
1137          <Properties>
1138            <Property name="text" type="java.lang.String" value="CMS Evaluation"/>
1139            <Property name="toolTipText" type="java.lang.String" value=""/>
1140            <Property name="focusPainted" type="boolean" value="false"/>
1141            <Property name="iconTextGap" type="int" value="0"/>
1142            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1143              <Insets value="[2, 10, 2, 10]"/>
1144            </Property>
1145            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1146              <Dimension value="[30, 25]"/>
1147            </Property>
1148          </Properties>
1149          <Events>
1150            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cmsEvalButtonActionPerformed"/>
1151          </Events>
1152        </Component>
1153        <Component class="javax.swing.JButton" name="cadEvalButton">
1154          <Properties>
1155            <Property name="text" type="java.lang.String" value="CAD Evaluation"/>
1156            <Property name="toolTipText" type="java.lang.String" value=""/>
1157            <Property name="focusPainted" type="boolean" value="false"/>
1158            <Property name="iconTextGap" type="int" value="0"/>
1159            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1160              <Insets value="[2, 10, 2, 10]"/>
1161            </Property>
1162            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1163              <Dimension value="[30, 25]"/>
1164            </Property>
1165          </Properties>
1166          <Events>
1167            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cadEvalButtonActionPerformed"/>
1168          </Events>
1169        </Component>
1170        <Component class="javax.swing.JButton" name="facilitatorEvalButton">
1171          <Properties>
1172            <Property name="text" type="java.lang.String" value="Facilitator Evaluation"/>
1173            <Property name="toolTipText" type="java.lang.String" value=""/>
1174            <Property name="focusPainted" type="boolean" value="false"/>
1175            <Property name="iconTextGap" type="int" value="0"/>
1176            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1177              <Insets value="[2, 10, 2, 10]"/>
1178            </Property>
1179            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1180              <Dimension value="[30, 25]"/>
1181            </Property>
1182          </Properties>
1183          <Events>
1184            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="facilitatorEvalButtonActionPerformed"/>
1185          </Events>
1186        </Component>
1187        <Component class="javax.swing.JButton" name="activityLogEvalButton">
1188          <Properties>
1189            <Property name="text" type="java.lang.String" value="Activity Log Evaluation"/>
1190            <Property name="toolTipText" type="java.lang.String" value=""/>
1191            <Property name="focusPainted" type="boolean" value="false"/>
1192            <Property name="iconTextGap" type="int" value="0"/>
1193            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1194              <Insets value="[2, 10, 2, 10]"/>
1195            </Property>
1196            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1197              <Dimension value="[30, 25]"/>
1198            </Property>
1199          </Properties>
1200          <Events>
1201            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="activityLogEvalButtonActionPerformed"/>
1202          </Events>
1203        </Component>
1204        <Component class="javax.swing.JButton" name="radioEvalButton">
1205          <Properties>
1206            <Property name="text" type="java.lang.String" value="Radio Evaluation"/>
1207            <Property name="toolTipText" type="java.lang.String" value=""/>
1208            <Property name="focusPainted" type="boolean" value="false"/>
1209            <Property name="iconTextGap" type="int" value="0"/>
1210            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
1211              <Insets value="[2, 10, 2, 10]"/>
1212            </Property>
1213            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1214              <Dimension value="[30, 25]"/>
1215            </Property>
1216          </Properties>
1217          <Events>
1218            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="radioEvalButtonActionPerformed"/>
1219          </Events>
1220        </Component>
1221      </SubComponents>
1222    </Container>
1223    <Component class="javax.swing.JLabel" name="zoomInIcon">
1224      <Properties>
1225        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
1226          <Image iconType="3" name="/images/ZoomIn.png"/>
1227        </Property>
1228        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
1229          <Color id="Hand Cursor"/>
1230        </Property>
1231      </Properties>
1232      <Events>
1233        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="zoomInIconMouseClicked"/>
1234      </Events>
1235    </Component>
1236    <Component class="javax.swing.JLabel" name="zoomOutIcon">
1237      <Properties>
1238        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
1239          <Image iconType="3" name="/images/ZoomOut.png"/>
1240        </Property>
1241        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
1242          <Color id="Hand Cursor"/>
1243        </Property>
1244      </Properties>
1245      <Events>
1246        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="zoomOutIconMouseClicked"/>
1247      </Events>
1248    </Component>
1249    <Container class="javax.swing.JScrollPane" name="timeStampScrollPane">
1250      <Properties>
1251        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1252          <Border info="null"/>
1253        </Property>
1254        <Property name="horizontalScrollBarPolicy" type="int" value="31"/>
1255        <Property name="verticalScrollBarPolicy" type="int" value="21"/>
1256      </Properties>
1257
1258      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
1259      <SubComponents>
1260        <Container class="scriptbuilder.gui.panels.TimeStampPanel" name="absoluteTimeStampPanel">
1261
1262          <Layout>
1263            <DimensionLayout dim="0">
1264              <Group type="103" groupAlignment="0" attributes="0">
1265                  <EmptySpace min="0" pref="1088" max="32767" attributes="0"/>
1266              </Group>
1267            </DimensionLayout>
1268            <DimensionLayout dim="1">
1269              <Group type="103" groupAlignment="0" attributes="0">
1270                  <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1271              </Group>
1272            </DimensionLayout>
1273          </Layout>
1274        </Container>
1275      </SubComponents>
1276    </Container>
1277    <Container class="javax.swing.JScrollPane" name="timeStampScrollPane1">
1278      <Properties>
1279        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1280          <Border info="null"/>
1281        </Property>
1282        <Property name="horizontalScrollBarPolicy" type="int" value="31"/>
1283        <Property name="verticalScrollBarPolicy" type="int" value="21"/>
1284      </Properties>
1285
1286      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
1287      <SubComponents>
1288        <Container class="scriptbuilder.gui.panels.TimeStampPanel" name="relativeTimeStampPanel">
1289
1290          <Layout>
1291            <DimensionLayout dim="0">
1292              <Group type="103" groupAlignment="0" attributes="0">
1293                  <EmptySpace min="0" pref="1088" max="32767" attributes="0"/>
1294              </Group>
1295            </DimensionLayout>
1296            <DimensionLayout dim="1">
1297              <Group type="103" groupAlignment="0" attributes="0">
1298                  <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1299              </Group>
1300            </DimensionLayout>
1301          </Layout>
1302        </Container>
1303      </SubComponents>
1304    </Container>
1305    <Container class="javax.swing.JPanel" name="addTimePanel">
1306
1307      <Layout>
1308        <DimensionLayout dim="0">
1309          <Group type="103" groupAlignment="0" attributes="0">
1310              <Component id="btnAddTime" pref="0" max="32767" attributes="0"/>
1311              <Group type="102" attributes="0">
1312                  <Group type="103" groupAlignment="0" attributes="0">
1313                      <Component id="btnToggleTimeStart" min="-2" max="-2" attributes="0"/>
1314                      <Component id="btnToggleTimeEnd" alignment="0" min="-2" max="-2" attributes="0"/>
1315                  </Group>
1316                  <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1317              </Group>
1318          </Group>
1319        </DimensionLayout>
1320        <DimensionLayout dim="1">
1321          <Group type="103" groupAlignment="0" attributes="0">
1322              <Group type="102" alignment="0" attributes="0">
1323                  <Component id="btnAddTime" min="-2" pref="44" max="-2" attributes="0"/>
1324                  <EmptySpace max="-2" attributes="0"/>
1325                  <Component id="btnToggleTimeStart" min="-2" max="-2" attributes="0"/>
1326                  <EmptySpace max="-2" attributes="0"/>
1327                  <Component id="btnToggleTimeEnd" min="-2" max="-2" attributes="0"/>
1328                  <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1329              </Group>
1330          </Group>
1331        </DimensionLayout>
1332      </Layout>
1333      <SubComponents>
1334        <Component class="javax.swing.JButton" name="btnAddTime">
1335          <Properties>
1336            <Property name="text" type="java.lang.String" value="+15:00"/>
1337          </Properties>
1338          <Events>
1339            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnAddTimeActionPerformed"/>
1340          </Events>
1341        </Component>
1342        <Component class="javax.swing.JRadioButton" name="btnToggleTimeStart">
1343          <Properties>
1344            <Property name="text" type="java.lang.String" value="to Start"/>
1345          </Properties>
1346          <Events>
1347            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnToggleTimeStartActionPerformed"/>
1348          </Events>
1349        </Component>
1350        <Component class="javax.swing.JRadioButton" name="btnToggleTimeEnd">
1351          <Properties>
1352            <Property name="selected" type="boolean" value="true"/>
1353            <Property name="text" type="java.lang.String" value="to End"/>
1354          </Properties>
1355          <Events>
1356            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnToggleTimeEndActionPerformed"/>
1357          </Events>
1358        </Component>
1359      </SubComponents>
1360    </Container>
1361  </SubComponents>
1362</Form>
Note: See TracBrowser for help on using the repository browser.