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

Revision 113, 71.5 KB checked in by bmcguffin, 9 years ago (diff)

Added constructor to IncidentTimelinePanel? with a boolean parameter to determine whether the panel can display a popup menu. The incident editor frame no longer displays the popup menu upon right-click.

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