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

Revision 184, 73.7 KB checked in by jdalbey, 6 years ago (diff)

Incident Editor Frame: Rearrange event buttons and panels into more meaningful groupings.

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