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

Revision 124, 74.4 KB checked in by jdalbey, 9 years ago (diff)

IncidentEditorFrame?.java: Make text fields in "Incident Information" panel of Incident Editor disabled and change disabled text color to black. Fixes #26.

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