source: tmcsimulator-scriptbuilder/trunk/src/scriptbuilder/gui/ScriptBuilderFrame.form @ 128

Revision 128, 79.9 KB checked in by bmcguffin, 9 years ago (diff)

Created stubs for un-implemented features. These features now present a message box which tells the user that the feature hasn't been implemented.

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="incidentPopupMenu">
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="popupDeleteIncident">
12          <Properties>
13            <Property name="text" type="java.lang.String" value="Delete Incident..."/>
14          </Properties>
15        </MenuItem>
16      </SubComponents>
17    </Container>
18    <Container class="javax.swing.JPopupMenu" name="eventPopupMenu">
19
20      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
21        <Property name="useNullLayout" type="boolean" value="true"/>
22      </Layout>
23      <SubComponents>
24        <MenuItem class="javax.swing.JMenuItem" name="cadEvent">
25          <Properties>
26            <Property name="text" type="java.lang.String" value="CAD Event"/>
27          </Properties>
28          <Events>
29            <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="cadEventMousePressed"/>
30            <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="cadEventMouseReleased"/>
31            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cadEventActionPerformed"/>
32          </Events>
33        </MenuItem>
34        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem2">
35          <Properties>
36            <Property name="text" type="java.lang.String" value="Paramics Event"/>
37          </Properties>
38        </MenuItem>
39        <MenuItem class="javax.swing.JMenuItem" name="radioEvent">
40          <Properties>
41            <Property name="text" type="java.lang.String" value="Radio Event"/>
42          </Properties>
43          <Events>
44            <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="radioEventMousePressed"/>
45          </Events>
46        </MenuItem>
47        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem4">
48          <Properties>
49            <Property name="text" type="java.lang.String" value="Telephone Event"/>
50          </Properties>
51        </MenuItem>
52        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem5">
53          <Properties>
54            <Property name="text" type="java.lang.String" value="Video Event"/>
55          </Properties>
56        </MenuItem>
57        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem6">
58          <Properties>
59            <Property name="text" type="java.lang.String" value="Evaluation Event"/>
60          </Properties>
61        </MenuItem>
62      </SubComponents>
63    </Container>
64    <Container class="javax.swing.JFrame" name="cadEventFrame">
65      <Properties>
66        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
67          <Dimension value="[400, 300]"/>
68        </Property>
69      </Properties>
70
71      <Layout>
72        <DimensionLayout dim="0">
73          <Group type="103" groupAlignment="0" attributes="0">
74              <Group type="102" attributes="0">
75                  <EmptySpace max="-2" attributes="0"/>
76                  <Component id="labelCADEntry" min="-2" pref="68" max="-2" attributes="0"/>
77                  <EmptySpace max="32767" attributes="0"/>
78              </Group>
79          </Group>
80        </DimensionLayout>
81        <DimensionLayout dim="1">
82          <Group type="103" groupAlignment="0" attributes="0">
83              <Group type="102" alignment="0" attributes="0">
84                  <EmptySpace max="-2" attributes="0"/>
85                  <Component id="labelCADEntry" min="-2" max="-2" attributes="0"/>
86                  <EmptySpace pref="1357" max="32767" attributes="0"/>
87              </Group>
88          </Group>
89        </DimensionLayout>
90      </Layout>
91      <SubComponents>
92        <Component class="javax.swing.JLabel" name="labelCADEntry">
93          <Properties>
94            <Property name="text" type="java.lang.String" value="CAD Entry"/>
95          </Properties>
96        </Component>
97      </SubComponents>
98    </Container>
99    <Container class="javax.swing.JFrame" name="radioEventFrame">
100      <Properties>
101        <Property name="title" type="java.lang.String" value="Add Radio Event"/>
102        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
103          <Dimension value="[400, 300]"/>
104        </Property>
105      </Properties>
106
107      <Layout>
108        <DimensionLayout dim="0">
109          <Group type="103" groupAlignment="0" attributes="0">
110              <Group type="102" alignment="1" attributes="0">
111                  <EmptySpace max="-2" attributes="0"/>
112                  <Group type="103" groupAlignment="1" attributes="0">
113                      <Component id="radioMessageScrollPane" alignment="0" pref="380" max="32767" attributes="0"/>
114                      <Group type="102" alignment="0" attributes="0">
115                          <Component id="labelRadioType" min="-2" max="-2" attributes="0"/>
116                          <EmptySpace type="unrelated" max="-2" attributes="0"/>
117                          <Component id="radioTypeComboBox" pref="312" max="32767" attributes="0"/>
118                      </Group>
119                      <Component id="labelRadioMessage" alignment="0" min="-2" max="-2" attributes="0"/>
120                      <Group type="102" alignment="0" attributes="0">
121                          <Component id="cancelButton" min="-2" max="-2" attributes="0"/>
122                          <EmptySpace pref="246" max="32767" attributes="0"/>
123                          <Component id="okButton" min="-2" pref="69" max="-2" attributes="0"/>
124                      </Group>
125                  </Group>
126                  <EmptySpace max="-2" attributes="0"/>
127              </Group>
128          </Group>
129        </DimensionLayout>
130        <DimensionLayout dim="1">
131          <Group type="103" groupAlignment="0" attributes="0">
132              <Group type="102" alignment="0" attributes="0">
133                  <EmptySpace max="-2" attributes="0"/>
134                  <Group type="103" groupAlignment="3" attributes="0">
135                      <Component id="labelRadioType" alignment="3" min="-2" max="-2" attributes="0"/>
136                      <Component id="radioTypeComboBox" alignment="3" min="-2" max="-2" attributes="0"/>
137                  </Group>
138                  <EmptySpace type="unrelated" max="-2" attributes="0"/>
139                  <Component id="labelRadioMessage" min="-2" max="-2" attributes="0"/>
140                  <EmptySpace max="-2" attributes="0"/>
141                  <Component id="radioMessageScrollPane" pref="198" max="32767" attributes="0"/>
142                  <EmptySpace max="-2" attributes="0"/>
143                  <Group type="103" groupAlignment="3" attributes="0">
144                      <Component id="okButton" alignment="3" min="-2" max="-2" attributes="0"/>
145                      <Component id="cancelButton" alignment="3" min="-2" max="-2" attributes="0"/>
146                  </Group>
147                  <EmptySpace max="-2" attributes="0"/>
148              </Group>
149          </Group>
150        </DimensionLayout>
151      </Layout>
152      <SubComponents>
153        <Component class="javax.swing.JLabel" name="labelRadioType">
154          <Properties>
155            <Property name="text" type="java.lang.String" value="Radio Type:"/>
156          </Properties>
157        </Component>
158        <Component class="javax.swing.JLabel" name="labelRadioMessage">
159          <Properties>
160            <Property name="text" type="java.lang.String" value="Radio Message:"/>
161          </Properties>
162        </Component>
163        <Component class="javax.swing.JComboBox" name="radioTypeComboBox">
164          <Properties>
165            <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
166              <StringArray count="2">
167                <StringItem index="0" value="TMT"/>
168                <StringItem index="1" value="Maintanence"/>
169              </StringArray>
170            </Property>
171          </Properties>
172        </Component>
173        <Container class="javax.swing.JScrollPane" name="radioMessageScrollPane">
174          <Properties>
175            <Property name="verticalScrollBarPolicy" type="int" value="22"/>
176          </Properties>
177          <AuxValues>
178            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
179          </AuxValues>
180
181          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
182          <SubComponents>
183            <Component class="javax.swing.JTextArea" name="radioMessage">
184              <Properties>
185                <Property name="columns" type="int" value="20"/>
186                <Property name="lineWrap" type="boolean" value="true"/>
187                <Property name="rows" type="int" value="5"/>
188                <Property name="wrapStyleWord" type="boolean" value="true"/>
189              </Properties>
190            </Component>
191          </SubComponents>
192        </Container>
193        <Component class="javax.swing.JButton" name="okButton">
194          <Properties>
195            <Property name="text" type="java.lang.String" value="OK"/>
196          </Properties>
197          <Events>
198            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="okButtonActionPerformed"/>
199          </Events>
200        </Component>
201        <Component class="javax.swing.JButton" name="cancelButton">
202          <Properties>
203            <Property name="text" type="java.lang.String" value="Cancel"/>
204          </Properties>
205          <Events>
206            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cancelButtonActionPerformed"/>
207          </Events>
208        </Component>
209      </SubComponents>
210    </Container>
211    <Container class="javax.swing.JPopupMenu" name="eventListPopupMenu">
212
213      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
214        <Property name="useNullLayout" type="boolean" value="true"/>
215      </Layout>
216      <SubComponents>
217        <MenuItem class="javax.swing.JMenuItem" name="editEventList">
218          <Properties>
219            <Property name="text" type="java.lang.String" value="Edit..."/>
220          </Properties>
221          <Events>
222            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="editEventListActionPerformed"/>
223          </Events>
224        </MenuItem>
225        <MenuItem class="javax.swing.JMenuItem" name="deleteEventList">
226          <Properties>
227            <Property name="text" type="java.lang.String" value="Delete..."/>
228          </Properties>
229        </MenuItem>
230      </SubComponents>
231    </Container>
232    <Container class="javax.swing.JFrame" name="incidentFrame">
233      <Properties>
234        <Property name="title" type="java.lang.String" value="Incident"/>
235        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
236          <Dimension value="[400, 400]"/>
237        </Property>
238      </Properties>
239
240      <Layout>
241        <DimensionLayout dim="0">
242          <Group type="103" groupAlignment="0" attributes="0">
243              <Group type="102" alignment="1" attributes="0">
244                  <EmptySpace max="-2" attributes="0"/>
245                  <Group type="103" groupAlignment="1" attributes="0">
246                      <Component id="incidentPropertiesScrollPane" alignment="0" pref="322" max="32767" attributes="0"/>
247                      <Component id="labelIncidentDescription" alignment="0" min="-2" max="-2" attributes="0"/>
248                      <Group type="102" alignment="0" attributes="0">
249                          <Group type="103" groupAlignment="0" attributes="0">
250                              <Component id="labelIncidentNumber" alignment="0" min="-2" max="-2" attributes="0"/>
251                              <Component id="labelIncidentName" alignment="0" min="-2" max="-2" attributes="0"/>
252                              <Component id="labelIncidentColor" alignment="0" min="-2" max="-2" attributes="0"/>
253                          </Group>
254                          <EmptySpace type="separate" max="-2" attributes="0"/>
255                          <Group type="103" groupAlignment="0" attributes="0">
256                              <Component id="addIncidentName" pref="218" max="32767" attributes="0"/>
257                              <Component id="addIncidentNumber" alignment="0" pref="218" max="32767" attributes="0"/>
258                              <Group type="102" alignment="1" attributes="0">
259                                  <Component id="incidentColorField" pref="119" max="32767" attributes="0"/>
260                                  <EmptySpace max="-2" attributes="0"/>
261                                  <Component id="btnChooseColor" min="-2" pref="93" max="-2" attributes="0"/>
262                              </Group>
263                          </Group>
264                      </Group>
265                      <Group type="102" alignment="0" attributes="0">
266                          <Component id="incidentCancelButton" min="-2" max="-2" attributes="0"/>
267                          <EmptySpace pref="188" max="32767" attributes="0"/>
268                          <Component id="incidentOkButton" min="-2" pref="69" max="-2" attributes="0"/>
269                      </Group>
270                      <Group type="102" alignment="0" attributes="0">
271                          <Group type="103" groupAlignment="0" attributes="0">
272                              <Component id="labelIncidentStart" min="-2" max="-2" attributes="0"/>
273                              <Component id="labelIncidentLength" alignment="0" min="-2" max="-2" attributes="0"/>
274                          </Group>
275                          <EmptySpace min="-2" pref="18" max="-2" attributes="0"/>
276                          <Group type="103" groupAlignment="0" attributes="0">
277                              <Group type="102" attributes="0">
278                                  <EmptySpace min="6" pref="6" max="-2" attributes="0"/>
279                                  <Component id="txtIncidentLength" max="32767" attributes="0"/>
280                                  <EmptySpace min="22" pref="22" max="-2" attributes="0"/>
281                              </Group>
282                              <Component id="addIncidentStart" pref="158" max="32767" attributes="0"/>
283                          </Group>
284                      </Group>
285                  </Group>
286                  <EmptySpace max="-2" attributes="0"/>
287              </Group>
288          </Group>
289        </DimensionLayout>
290        <DimensionLayout dim="1">
291          <Group type="103" groupAlignment="0" attributes="0">
292              <Group type="102" alignment="0" attributes="0">
293                  <EmptySpace max="-2" attributes="0"/>
294                  <Group type="103" groupAlignment="3" attributes="0">
295                      <Component id="labelIncidentNumber" alignment="3" min="-2" max="-2" attributes="0"/>
296                      <Component id="addIncidentNumber" alignment="3" min="-2" max="-2" attributes="0"/>
297                  </Group>
298                  <EmptySpace max="-2" attributes="0"/>
299                  <Group type="103" groupAlignment="3" attributes="0">
300                      <Component id="labelIncidentName" alignment="3" min="-2" max="-2" attributes="0"/>
301                      <Component id="addIncidentName" alignment="3" min="-2" max="-2" attributes="0"/>
302                  </Group>
303                  <EmptySpace max="-2" attributes="0"/>
304                  <Group type="103" groupAlignment="3" attributes="0">
305                      <Component id="labelIncidentColor" alignment="3" min="-2" max="-2" attributes="0"/>
306                      <Component id="btnChooseColor" alignment="3" min="-2" max="-2" attributes="0"/>
307                      <Component id="incidentColorField" alignment="3" min="-2" max="-2" attributes="0"/>
308                  </Group>
309                  <EmptySpace max="-2" attributes="0"/>
310                  <Component id="labelIncidentDescription" min="-2" max="-2" attributes="0"/>
311                  <EmptySpace max="-2" attributes="0"/>
312                  <Component id="incidentPropertiesScrollPane" pref="118" max="32767" attributes="0"/>
313                  <EmptySpace max="-2" attributes="0"/>
314                  <Group type="103" groupAlignment="3" attributes="0">
315                      <Component id="addIncidentStart" alignment="3" min="-2" max="-2" attributes="0"/>
316                      <Component id="labelIncidentStart" alignment="3" min="-2" max="-2" attributes="0"/>
317                  </Group>
318                  <EmptySpace max="-2" attributes="0"/>
319                  <Group type="103" groupAlignment="3" attributes="0">
320                      <Component id="labelIncidentLength" alignment="3" min="-2" max="-2" attributes="0"/>
321                      <Component id="txtIncidentLength" alignment="3" min="-2" max="-2" attributes="0"/>
322                  </Group>
323                  <EmptySpace max="-2" attributes="0"/>
324                  <Group type="103" groupAlignment="3" attributes="0">
325                      <Component id="incidentCancelButton" alignment="3" min="-2" max="-2" attributes="0"/>
326                      <Component id="incidentOkButton" alignment="3" min="-2" max="-2" attributes="0"/>
327                  </Group>
328                  <EmptySpace max="-2" attributes="0"/>
329              </Group>
330          </Group>
331        </DimensionLayout>
332      </Layout>
333      <SubComponents>
334        <Component class="javax.swing.JLabel" name="labelIncidentNumber">
335          <Properties>
336            <Property name="text" type="java.lang.String" value="Incident Number: "/>
337          </Properties>
338        </Component>
339        <Component class="javax.swing.JLabel" name="labelIncidentName">
340          <Properties>
341            <Property name="text" type="java.lang.String" value="Incident Name:"/>
342          </Properties>
343        </Component>
344        <Component class="javax.swing.JLabel" name="labelIncidentColor">
345          <Properties>
346            <Property name="text" type="java.lang.String" value="Incident Color: "/>
347          </Properties>
348        </Component>
349        <Component class="javax.swing.JLabel" name="labelIncidentDescription">
350          <Properties>
351            <Property name="text" type="java.lang.String" value="Incident Description:"/>
352          </Properties>
353        </Component>
354        <Container class="javax.swing.JScrollPane" name="incidentPropertiesScrollPane">
355          <Properties>
356            <Property name="horizontalScrollBarPolicy" type="int" value="31"/>
357            <Property name="verticalScrollBarPolicy" type="int" value="22"/>
358          </Properties>
359          <AuxValues>
360            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
361          </AuxValues>
362
363          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
364          <SubComponents>
365            <Component class="javax.swing.JTextArea" name="addIncidentDescription">
366              <Properties>
367                <Property name="columns" type="int" value="20"/>
368                <Property name="lineWrap" type="boolean" value="true"/>
369                <Property name="rows" type="int" value="5"/>
370                <Property name="wrapStyleWord" type="boolean" value="true"/>
371              </Properties>
372            </Component>
373          </SubComponents>
374        </Container>
375        <Component class="javax.swing.JButton" name="incidentOkButton">
376          <Properties>
377            <Property name="text" type="java.lang.String" value="OK"/>
378          </Properties>
379          <Events>
380            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="incidentOkButtonActionPerformed"/>
381          </Events>
382        </Component>
383        <Component class="javax.swing.JButton" name="incidentCancelButton">
384          <Properties>
385            <Property name="text" type="java.lang.String" value="Cancel"/>
386          </Properties>
387          <Events>
388            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="incidentCancelButtonActionPerformed"/>
389          </Events>
390        </Component>
391        <Component class="javax.swing.JSpinner" name="addIncidentNumber">
392          <Properties>
393            <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
394              <SpinnerModel initial="101" minimum="101" numberType="java.lang.Integer" stepSize="1" type="number"/>
395            </Property>
396          </Properties>
397        </Component>
398        <Component class="javax.swing.JTextField" name="addIncidentName">
399        </Component>
400        <Component class="javax.swing.JLabel" name="labelIncidentLength">
401          <Properties>
402            <Property name="text" type="java.lang.String" value="Incident Length in Minutes: "/>
403          </Properties>
404        </Component>
405        <Component class="javax.swing.JLabel" name="labelIncidentStart">
406          <Properties>
407            <Property name="text" type="java.lang.String" value="Incident Start Time in Minutes:"/>
408          </Properties>
409        </Component>
410        <Component class="javax.swing.JSpinner" name="addIncidentStart">
411          <Properties>
412            <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
413              <SpinnerModel initial="0" minimum="0" numberType="java.lang.Integer" stepSize="1" type="number"/>
414            </Property>
415          </Properties>
416        </Component>
417        <Component class="javax.swing.JButton" name="btnChooseColor">
418          <Properties>
419            <Property name="text" type="java.lang.String" value="Choose..."/>
420          </Properties>
421          <Events>
422            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnChooseColorActionPerformed"/>
423          </Events>
424        </Component>
425        <Component class="javax.swing.JTextField" name="incidentColorField">
426          <Properties>
427            <Property name="editable" type="boolean" value="false"/>
428            <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
429              <Color blue="0" green="0" red="0" type="rgb"/>
430            </Property>
431          </Properties>
432        </Component>
433        <Component class="javax.swing.JLabel" name="txtIncidentLength">
434          <Properties>
435            <Property name="horizontalAlignment" type="int" value="4"/>
436            <Property name="text" type="java.lang.String" value="0"/>
437            <Property name="toolTipText" type="java.lang.String" value=""/>
438          </Properties>
439        </Component>
440      </SubComponents>
441    </Container>
442    <Container class="javax.swing.JFrame" name="addNoiseFrame">
443      <Properties>
444        <Property name="title" type="java.lang.String" value="Generate Noise"/>
445        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
446          <Dimension value="[395, 315]"/>
447        </Property>
448        <Property name="resizable" type="boolean" value="false"/>
449      </Properties>
450
451      <Layout>
452        <DimensionLayout dim="0">
453          <Group type="103" groupAlignment="0" attributes="0">
454              <Group type="102" alignment="1" attributes="0">
455                  <EmptySpace pref="21" max="32767" attributes="0"/>
456                  <Group type="103" groupAlignment="1" attributes="0">
457                      <Component id="txtNoiseDescription" alignment="0" max="32767" attributes="1"/>
458                      <Group type="103" alignment="1" groupAlignment="1" max="-2" attributes="0">
459                          <Group type="102" alignment="0" attributes="1">
460                              <Component id="btnCancelNoise" min="-2" max="-2" attributes="0"/>
461                              <EmptySpace max="32767" attributes="0"/>
462                              <Component id="btnGenerateNoise" min="-2" max="-2" attributes="0"/>
463                          </Group>
464                          <Group type="102" alignment="0" attributes="0">
465                              <Group type="103" groupAlignment="0" attributes="0">
466                                  <Group type="103" alignment="0" groupAlignment="1" attributes="0">
467                                      <Component id="labelBackgroundNoise" alignment="1" min="-2" max="-2" attributes="0"/>
468                                      <Component id="labelLaneClosures" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
469                                      <Component id="labelTMCALLogs" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
470                                      <Component id="labelRadioChatter" alignment="1" min="-2" pref="105" max="-2" attributes="0"/>
471                                  </Group>
472                                  <Component id="labelMinorEvents" alignment="0" min="-2" pref="81" max="-2" attributes="0"/>
473                              </Group>
474                              <EmptySpace min="-2" pref="4" max="-2" attributes="0"/>
475                              <Group type="103" groupAlignment="0" max="-2" attributes="0">
476                                  <Component id="radioChatterSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
477                                  <Component id="laneClosuresSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
478                                  <Component id="TMCALSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
479                                  <Component id="minorEventsSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
480                                  <Component id="backgroundNoiseSlider" alignment="0" min="-2" pref="245" max="-2" attributes="0"/>
481                                  <Group type="102" alignment="1" attributes="1">
482                                      <Component id="labelLeastFreq" min="-2" max="-2" attributes="0"/>
483                                      <EmptySpace max="32767" attributes="0"/>
484                                      <Component id="labelMostFreq" min="-2" max="-2" attributes="0"/>
485                                  </Group>
486                              </Group>
487                          </Group>
488                      </Group>
489                  </Group>
490                  <EmptySpace min="-2" pref="20" max="-2" attributes="0"/>
491              </Group>
492          </Group>
493        </DimensionLayout>
494        <DimensionLayout dim="1">
495          <Group type="103" groupAlignment="0" attributes="0">
496              <Group type="102" alignment="1" attributes="0">
497                  <EmptySpace max="-2" attributes="0"/>
498                  <Component id="txtNoiseDescription" pref="39" max="32767" attributes="0"/>
499                  <EmptySpace max="-2" attributes="0"/>
500                  <Group type="103" groupAlignment="1" attributes="0">
501                      <Component id="labelMostFreq" min="-2" max="-2" attributes="0"/>
502                      <Component id="labelLeastFreq" min="-2" max="-2" attributes="0"/>
503                  </Group>
504                  <EmptySpace max="-2" attributes="0"/>
505                  <Group type="103" groupAlignment="1" attributes="0">
506                      <Component id="labelRadioChatter" min="-2" pref="30" max="-2" attributes="1"/>
507                      <Component id="radioChatterSlider" alignment="1" min="-2" pref="30" max="-2" attributes="1"/>
508                  </Group>
509                  <EmptySpace max="-2" attributes="0"/>
510                  <Group type="103" groupAlignment="1" attributes="0">
511                      <Component id="labelLaneClosures" min="-2" pref="28" max="-2" attributes="1"/>
512                      <Component id="laneClosuresSlider" alignment="1" min="-2" pref="28" max="-2" attributes="1"/>
513                  </Group>
514                  <EmptySpace max="-2" attributes="0"/>
515                  <Group type="103" groupAlignment="1" max="-2" attributes="0">
516                      <Component id="labelTMCALLogs" min="-2" max="-2" attributes="1"/>
517                      <Component id="TMCALSlider" alignment="1" min="-2" max="-2" attributes="1"/>
518                  </Group>
519                  <EmptySpace max="-2" attributes="0"/>
520                  <Group type="103" groupAlignment="1" attributes="0">
521                      <Component id="backgroundNoiseSlider" min="-2" pref="29" max="-2" attributes="1"/>
522                      <Component id="labelBackgroundNoise" min="-2" pref="29" max="-2" attributes="1"/>
523                  </Group>
524                  <EmptySpace max="-2" attributes="0"/>
525                  <Group type="103" groupAlignment="0" attributes="0">
526                      <Component id="minorEventsSlider" min="-2" max="-2" attributes="1"/>
527                      <Component id="labelMinorEvents" min="-2" max="-2" attributes="1"/>
528                  </Group>
529                  <EmptySpace type="separate" max="-2" attributes="0"/>
530                  <Group type="103" groupAlignment="0" attributes="0">
531                      <Component id="btnCancelNoise" min="-2" max="-2" attributes="0"/>
532                      <Component id="btnGenerateNoise" min="-2" max="-2" attributes="0"/>
533                  </Group>
534                  <EmptySpace max="-2" attributes="0"/>
535              </Group>
536          </Group>
537        </DimensionLayout>
538      </Layout>
539      <SubComponents>
540        <Component class="javax.swing.JLabel" name="labelRadioChatter">
541          <Properties>
542            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
543              <Font name="Tahoma" size="12" style="0"/>
544            </Property>
545            <Property name="text" type="java.lang.String" value="Radio Chatter: "/>
546          </Properties>
547        </Component>
548        <Component class="javax.swing.JSlider" name="radioChatterSlider">
549        </Component>
550        <Component class="javax.swing.JSlider" name="laneClosuresSlider">
551        </Component>
552        <Component class="javax.swing.JLabel" name="labelLaneClosures">
553          <Properties>
554            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
555              <Font name="Tahoma" size="12" style="0"/>
556            </Property>
557            <Property name="text" type="java.lang.String" value="Lane Closures:"/>
558          </Properties>
559        </Component>
560        <Component class="javax.swing.JSlider" name="TMCALSlider">
561        </Component>
562        <Component class="javax.swing.JLabel" name="labelTMCALLogs">
563          <Properties>
564            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
565              <Font name="Tahoma" size="12" style="0"/>
566            </Property>
567            <Property name="text" type="java.lang.String" value="TMCAL Logs:"/>
568          </Properties>
569        </Component>
570        <Component class="javax.swing.JTextArea" name="txtNoiseDescription">
571          <Properties>
572            <Property name="editable" type="boolean" value="false"/>
573            <Property name="columns" type="int" value="20"/>
574            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
575              <Font name="Tahoma" size="12" style="0"/>
576            </Property>
577            <Property name="lineWrap" type="boolean" value="true"/>
578            <Property name="rows" type="int" value="5"/>
579            <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"/>
580            <Property name="wrapStyleWord" type="boolean" value="true"/>
581            <Property name="autoscrolls" type="boolean" value="false"/>
582            <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
583              <Border info="null"/>
584            </Property>
585            <Property name="disabledTextColor" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
586              <Color blue="0" green="0" red="0" type="rgb"/>
587            </Property>
588            <Property name="focusable" type="boolean" value="false"/>
589            <Property name="opaque" type="boolean" value="false"/>
590          </Properties>
591        </Component>
592        <Component class="javax.swing.JSlider" name="backgroundNoiseSlider">
593        </Component>
594        <Component class="javax.swing.JLabel" name="labelBackgroundNoise">
595          <Properties>
596            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
597              <Font name="Tahoma" size="12" style="0"/>
598            </Property>
599            <Property name="text" type="java.lang.String" value="Background Noise: "/>
600          </Properties>
601        </Component>
602        <Component class="javax.swing.JSlider" name="minorEventsSlider">
603        </Component>
604        <Component class="javax.swing.JLabel" name="labelMinorEvents">
605          <Properties>
606            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
607              <Font name="Tahoma" size="12" style="0"/>
608            </Property>
609            <Property name="text" type="java.lang.String" value="Minor Events:"/>
610          </Properties>
611        </Component>
612        <Component class="javax.swing.JButton" name="btnCancelNoise">
613          <Properties>
614            <Property name="text" type="java.lang.String" value="Cancel"/>
615          </Properties>
616          <Events>
617            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnCancelNoiseActionPerformed"/>
618          </Events>
619        </Component>
620        <Component class="javax.swing.JButton" name="btnGenerateNoise">
621          <Properties>
622            <Property name="text" type="java.lang.String" value="Generate"/>
623          </Properties>
624          <Events>
625            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnGenerateNoiseActionPerformed"/>
626          </Events>
627        </Component>
628        <Component class="javax.swing.JLabel" name="labelLeastFreq">
629          <Properties>
630            <Property name="text" type="java.lang.String" value="Least Frequent"/>
631          </Properties>
632        </Component>
633        <Component class="javax.swing.JLabel" name="labelMostFreq">
634          <Properties>
635            <Property name="text" type="java.lang.String" value="Most Frequent"/>
636          </Properties>
637        </Component>
638      </SubComponents>
639    </Container>
640    <Component class="javax.swing.JColorChooser" name="incidentColorChooser">
641    </Component>
642    <Menu class="javax.swing.JMenuBar" name="scriptBuilderMenuBar">
643      <SubComponents>
644        <Menu class="javax.swing.JMenu" name="fileMenu">
645          <Properties>
646            <Property name="text" type="java.lang.String" value="File"/>
647            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
648              <Insets value="[0, 10, 0, 10]"/>
649            </Property>
650          </Properties>
651          <Events>
652            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileMenuActionPerformed"/>
653          </Events>
654          <SubComponents>
655            <MenuItem class="javax.swing.JMenuItem" name="fileNew">
656              <Properties>
657                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
658                  <KeyStroke key="Shift+Ctrl+N"/>
659                </Property>
660                <Property name="text" type="java.lang.String" value="New"/>
661              </Properties>
662              <Events>
663                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileNewActionPerformed"/>
664              </Events>
665            </MenuItem>
666            <MenuItem class="javax.swing.JPopupMenu$Separator" name="jSeparator1">
667            </MenuItem>
668            <MenuItem class="javax.swing.JMenuItem" name="fileOpen">
669              <Properties>
670                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
671                  <KeyStroke key="Shift+Ctrl+O"/>
672                </Property>
673                <Property name="text" type="java.lang.String" value="Open..."/>
674              </Properties>
675              <Events>
676                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileOpenActionPerformed"/>
677              </Events>
678            </MenuItem>
679            <MenuItem class="javax.swing.JPopupMenu$Separator" name="jSeparator2">
680            </MenuItem>
681            <MenuItem class="javax.swing.JMenuItem" name="fileSave">
682              <Properties>
683                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
684                  <KeyStroke key="Ctrl+S"/>
685                </Property>
686                <Property name="text" type="java.lang.String" value="Save"/>
687              </Properties>
688              <Events>
689                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileSaveActionPerformed"/>
690              </Events>
691            </MenuItem>
692            <MenuItem class="javax.swing.JMenuItem" name="fileSaveAs">
693              <Properties>
694                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
695                  <KeyStroke key="Shift+Ctrl+S"/>
696                </Property>
697                <Property name="text" type="java.lang.String" value="Save as..."/>
698              </Properties>
699              <Events>
700                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileSaveAsActionPerformed"/>
701              </Events>
702            </MenuItem>
703          </SubComponents>
704        </Menu>
705        <Menu class="javax.swing.JMenu" name="generateMenu">
706          <Properties>
707            <Property name="label" type="java.lang.String" value="Generate"/>
708            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
709              <Insets value="[0, 10, 0, 10]"/>
710            </Property>
711          </Properties>
712          <SubComponents>
713            <MenuItem class="javax.swing.JMenuItem" name="generateNotebooks">
714              <Properties>
715                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
716                  <KeyStroke key="Ctrl+Alt+N"/>
717                </Property>
718                <Property name="text" type="java.lang.String" value="Generate Notebooks..."/>
719              </Properties>
720              <Events>
721                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateNotebooksActionPerformed"/>
722              </Events>
723            </MenuItem>
724            <MenuItem class="javax.swing.JMenuItem" name="generateWebNotebook">
725              <Properties>
726                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
727                  <KeyStroke key="Ctrl+Alt+W"/>
728                </Property>
729                <Property name="text" type="java.lang.String" value="Generate Web Notebook..."/>
730              </Properties>
731              <Events>
732                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateWebNotebookActionPerformed"/>
733              </Events>
734            </MenuItem>
735            <MenuItem class="javax.swing.JMenuItem" name="generateScorecards">
736              <Properties>
737                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
738                  <KeyStroke key="Ctrl+Alt+S"/>
739                </Property>
740                <Property name="text" type="java.lang.String" value="Generate Scorecards..."/>
741              </Properties>
742              <Events>
743                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateScorecardsActionPerformed"/>
744              </Events>
745            </MenuItem>
746            <MenuItem class="javax.swing.JMenuItem" name="generateOrganizationChart">
747              <Properties>
748                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
749                  <KeyStroke key="Ctrl+Alt+O"/>
750                </Property>
751                <Property name="text" type="java.lang.String" value="Generate D14 TMC Org Chart..."/>
752              </Properties>
753              <Events>
754                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateOrganizationChartActionPerformed"/>
755              </Events>
756            </MenuItem>
757            <MenuItem class="javax.swing.JPopupMenu$Separator" name="jSeparator3">
758            </MenuItem>
759            <MenuItem class="javax.swing.JMenuItem" name="generateProjectRequirements">
760              <Properties>
761                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
762                  <KeyStroke key="Ctrl+Alt+R"/>
763                </Property>
764                <Property name="text" type="java.lang.String" value="Generate Project Worklist..."/>
765              </Properties>
766              <Events>
767                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateProjectRequirementsActionPerformed"/>
768              </Events>
769            </MenuItem>
770          </SubComponents>
771        </Menu>
772        <Menu class="javax.swing.JMenu" name="incidentMenu">
773          <Properties>
774            <Property name="text" type="java.lang.String" value="Incidents"/>
775            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
776              <Insets value="[0, 10, 0, 10]"/>
777            </Property>
778          </Properties>
779          <SubComponents>
780            <MenuItem class="javax.swing.JMenuItem" name="newIncident">
781              <Properties>
782                <Property name="text" type="java.lang.String" value="New Incident..."/>
783              </Properties>
784              <Events>
785                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="newIncidentActionPerformed"/>
786              </Events>
787            </MenuItem>
788            <MenuItem class="javax.swing.JMenuItem" name="deleteIncident">
789              <Properties>
790                <Property name="text" type="java.lang.String" value="Delete Incident"/>
791              </Properties>
792              <Events>
793                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="deleteIncidentActionPerformed"/>
794              </Events>
795            </MenuItem>
796            <MenuItem class="javax.swing.JPopupMenu$Separator" name="jSeparator4">
797            </MenuItem>
798            <MenuItem class="javax.swing.JMenuItem" name="saveIncident">
799              <Properties>
800                <Property name="text" type="java.lang.String" value="Save Incident..."/>
801              </Properties>
802              <Events>
803                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="saveIncidentActionPerformed"/>
804              </Events>
805            </MenuItem>
806            <MenuItem class="javax.swing.JMenuItem" name="loadIncident">
807              <Properties>
808                <Property name="text" type="java.lang.String" value="Load Incident..."/>
809              </Properties>
810              <Events>
811                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="loadIncidentActionPerformed"/>
812              </Events>
813            </MenuItem>
814          </SubComponents>
815        </Menu>
816        <Menu class="javax.swing.JMenu" name="generateNoiseMenu">
817          <Properties>
818            <Property name="text" type="java.lang.String" value="Noise"/>
819          </Properties>
820          <SubComponents>
821            <MenuItem class="javax.swing.JMenuItem" name="generateNoiseOption">
822              <Properties>
823                <Property name="text" type="java.lang.String" value="Generate Noise..."/>
824              </Properties>
825              <Events>
826                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateNoiseOptionActionPerformed"/>
827              </Events>
828            </MenuItem>
829          </SubComponents>
830        </Menu>
831        <Menu class="javax.swing.JMenu" name="helpMenu">
832          <Properties>
833            <Property name="text" type="java.lang.String" value="Help"/>
834            <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
835              <Insets value="[0, 10, 0, 10]"/>
836            </Property>
837          </Properties>
838          <SubComponents>
839            <MenuItem class="javax.swing.JMenuItem" name="helpTutorial">
840              <Properties>
841                <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor">
842                  <KeyStroke key="F1"/>
843                </Property>
844                <Property name="text" type="java.lang.String" value="Tutorial..."/>
845              </Properties>
846            </MenuItem>
847            <MenuItem class="javax.swing.JMenuItem" name="helpAbout">
848              <Properties>
849                <Property name="text" type="java.lang.String" value="About..."/>
850              </Properties>
851              <Events>
852                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="helpAboutActionPerformed"/>
853              </Events>
854            </MenuItem>
855          </SubComponents>
856        </Menu>
857      </SubComponents>
858    </Menu>
859  </NonVisualComponents>
860  <Properties>
861    <Property name="defaultCloseOperation" type="int" value="3"/>
862    <Property name="title" type="java.lang.String" value="Script Builder"/>
863    <Property name="bounds" type="java.awt.Rectangle" editor="org.netbeans.beaninfo.editors.RectangleEditor">
864      <Rectangle value="[0, 23, 800, 700]"/>
865    </Property>
866    <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
867      <Color id="Default Cursor"/>
868    </Property>
869    <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
870      <Dimension value="[800, 700]"/>
871    </Property>
872  </Properties>
873  <SyntheticProperties>
874    <SyntheticProperty name="menuBar" type="java.lang.String" value="scriptBuilderMenuBar"/>
875    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
876    <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
877  </SyntheticProperties>
878  <AuxValues>
879    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
880    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
881    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
882    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
883    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
884    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
885    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
886    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
887    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
888  </AuxValues>
889
890  <Layout>
891    <DimensionLayout dim="0">
892      <Group type="103" groupAlignment="0" attributes="0">
893          <Group type="102" attributes="0">
894              <EmptySpace max="-2" attributes="0"/>
895              <Group type="103" groupAlignment="0" attributes="0">
896                  <Component id="timelinesScrollPane" alignment="0" min="0" pref="0" max="32767" attributes="1"/>
897                  <Component id="timeStampScrollPane" alignment="0" max="32767" attributes="0"/>
898                  <Group type="102" alignment="1" attributes="0">
899                      <EmptySpace min="0" pref="604" max="32767" attributes="0"/>
900                      <Component id="zoomOutIcon" min="-2" max="-2" attributes="0"/>
901                      <EmptySpace max="-2" attributes="0"/>
902                      <Component id="zoomSlider" min="-2" pref="140" max="-2" attributes="0"/>
903                      <EmptySpace max="-2" attributes="0"/>
904                      <Component id="zoomInIcon" min="-2" max="-2" attributes="0"/>
905                      <EmptySpace type="separate" max="-2" attributes="0"/>
906                      <Component id="btnAddTime" min="-2" max="-2" attributes="0"/>
907                      <EmptySpace min="-2" pref="21" max="-2" attributes="0"/>
908                  </Group>
909              </Group>
910              <EmptySpace max="-2" attributes="0"/>
911          </Group>
912      </Group>
913    </DimensionLayout>
914    <DimensionLayout dim="1">
915      <Group type="103" groupAlignment="0" attributes="0">
916          <Group type="102" alignment="1" attributes="0">
917              <EmptySpace max="-2" attributes="0"/>
918              <Group type="103" groupAlignment="1" attributes="0">
919                  <Component id="zoomOutIcon" min="-2" max="-2" attributes="0"/>
920                  <Component id="zoomSlider" min="-2" max="-2" attributes="1"/>
921                  <Component id="zoomInIcon" min="-2" max="-2" attributes="0"/>
922                  <Component id="btnAddTime" min="-2" max="-2" attributes="0"/>
923              </Group>
924              <EmptySpace min="-2" max="-2" attributes="0"/>
925              <Component id="timeStampScrollPane" min="-2" pref="20" max="-2" attributes="0"/>
926              <EmptySpace max="-2" attributes="0"/>
927              <Component id="timelinesScrollPane" pref="1289" max="32767" attributes="0"/>
928              <EmptySpace max="-2" attributes="0"/>
929          </Group>
930      </Group>
931    </DimensionLayout>
932  </Layout>
933  <SubComponents>
934    <Container class="javax.swing.JScrollPane" name="timelinesScrollPane">
935      <Properties>
936        <Property name="horizontalScrollBarPolicy" type="int" value="32"/>
937        <Property name="verticalScrollBarPolicy" type="int" value="22"/>
938        <Property name="focusCycleRoot" type="boolean" value="true"/>
939        <Property name="focusTraversalPolicyProvider" type="boolean" value="true"/>
940        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
941          <Dimension value="[72000, 1341]"/>
942        </Property>
943        <Property name="wheelScrollingEnabled" type="boolean" value="false"/>
944      </Properties>
945
946      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
947      <SubComponents>
948        <Container class="scriptbuilder.gui.panels.TimelineTickPanel" name="timelineTickPanel">
949          <Properties>
950            <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
951              <Dimension value="[7200, 32767]"/>
952            </Property>
953            <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
954              <Dimension value="[7200, 0]"/>
955            </Property>
956            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
957              <Dimension value="[7200, 1317]"/>
958            </Property>
959          </Properties>
960
961          <Layout>
962            <DimensionLayout dim="0">
963              <Group type="103" groupAlignment="0" attributes="0">
964                  <Group type="102" alignment="0" attributes="0">
965                      <EmptySpace max="-2" attributes="0"/>
966                      <Group type="103" groupAlignment="1" attributes="0">
967                          <Group type="103" alignment="1" groupAlignment="0" attributes="0">
968                              <Component id="incidentNumberPanel8" alignment="0" min="-2" max="-2" attributes="0"/>
969                              <Component id="incidentNumberPanel9" alignment="0" min="-2" max="-2" attributes="0"/>
970                          </Group>
971                          <Group type="103" alignment="1" groupAlignment="0" attributes="0">
972                              <Component id="incidentNumberPanel1" alignment="0" min="-2" max="-2" attributes="0"/>
973                              <Component id="incidentNumberPanel4" alignment="0" min="-2" max="-2" attributes="0"/>
974                              <Component id="incidentNumberPanel5" alignment="0" min="-2" max="-2" attributes="0"/>
975                              <Component id="incidentNumberPanel6" alignment="0" min="-2" max="-2" attributes="0"/>
976                              <Component id="incidentNumberPanel3" alignment="0" min="-2" max="-2" attributes="0"/>
977                              <Component id="incidentNumberPanel2" alignment="0" min="-2" max="-2" attributes="0"/>
978                              <Component id="incidentNumberPanel7" alignment="0" min="-2" max="-2" attributes="0"/>
979                          </Group>
980                          <Component id="incidentNumberPanel10" min="-2" max="-2" attributes="0"/>
981                      </Group>
982                      <EmptySpace min="-2" pref="10" max="-2" attributes="0"/>
983                      <Group type="103" groupAlignment="0" attributes="0">
984                          <Component id="incidentTimelinePanel7" max="32767" attributes="1"/>
985                          <Component id="incidentTimelinePanel6" alignment="0" min="-2" max="-2" attributes="1"/>
986                          <Group type="103" alignment="0" groupAlignment="1" max="-2" attributes="0">
987                              <Component id="incidentTimelinePanel5" alignment="0" max="32767" attributes="1"/>
988                              <Component id="incidentTimelinePanel4" alignment="0" min="-2" max="-2" attributes="1"/>
989                          </Group>
990                          <Component id="incidentTimelinePanel3" alignment="0" min="-2" max="-2" attributes="1"/>
991                          <Component id="incidentTimelinePanel1" alignment="0" min="-2" max="-2" attributes="1"/>
992                          <Component id="incidentTimelinePanel2" alignment="0" min="-2" max="-2" attributes="1"/>
993                          <Component id="incidentTimelinePanel8" alignment="0" min="-2" max="-2" attributes="1"/>
994                          <Component id="incidentTimelinePanel9" alignment="0" min="-2" max="-2" attributes="1"/>
995                          <Component id="incidentTimelinePanel10" alignment="0" min="-2" max="-2" attributes="1"/>
996                      </Group>
997                      <EmptySpace min="-2" pref="190" max="-2" attributes="0"/>
998                  </Group>
999              </Group>
1000            </DimensionLayout>
1001            <DimensionLayout dim="1">
1002              <Group type="103" groupAlignment="0" attributes="0">
1003                  <Group type="102" alignment="0" attributes="0">
1004                      <EmptySpace max="-2" attributes="0"/>
1005                      <Group type="103" groupAlignment="0" attributes="0">
1006                          <Component id="incidentNumberPanel1" min="-2" max="-2" attributes="0"/>
1007                          <Component id="incidentTimelinePanel1" min="-2" max="-2" attributes="0"/>
1008                      </Group>
1009                      <EmptySpace max="-2" attributes="0"/>
1010                      <Group type="103" groupAlignment="0" attributes="0">
1011                          <Group type="102" alignment="0" attributes="0">
1012                              <Component id="incidentNumberPanel2" min="-2" max="-2" attributes="0"/>
1013                              <EmptySpace max="-2" attributes="0"/>
1014                              <Component id="incidentNumberPanel3" min="-2" max="-2" attributes="0"/>
1015                              <EmptySpace max="-2" attributes="0"/>
1016                              <Component id="incidentNumberPanel4" min="-2" max="-2" attributes="0"/>
1017                              <EmptySpace max="-2" attributes="0"/>
1018                              <Component id="incidentNumberPanel5" min="-2" max="-2" attributes="0"/>
1019                              <EmptySpace max="-2" attributes="0"/>
1020                              <Component id="incidentNumberPanel6" min="-2" max="-2" attributes="0"/>
1021                          </Group>
1022                          <Group type="102" alignment="0" attributes="0">
1023                              <Component id="incidentTimelinePanel2" min="-2" max="-2" attributes="0"/>
1024                              <EmptySpace max="-2" attributes="0"/>
1025                              <Component id="incidentTimelinePanel3" min="-2" max="-2" attributes="0"/>
1026                              <EmptySpace max="-2" attributes="0"/>
1027                              <Component id="incidentTimelinePanel4" min="-2" max="-2" attributes="0"/>
1028                              <EmptySpace max="-2" attributes="0"/>
1029                              <Component id="incidentTimelinePanel5" min="-2" max="-2" attributes="0"/>
1030                              <EmptySpace max="-2" attributes="0"/>
1031                              <Component id="incidentTimelinePanel6" min="-2" max="-2" attributes="0"/>
1032                          </Group>
1033                      </Group>
1034                      <EmptySpace max="-2" attributes="0"/>
1035                      <Group type="103" groupAlignment="0" attributes="0">
1036                          <Component id="incidentTimelinePanel7" alignment="0" min="-2" max="-2" attributes="0"/>
1037                          <Component id="incidentNumberPanel7" alignment="0" min="-2" max="-2" attributes="0"/>
1038                      </Group>
1039                      <EmptySpace max="-2" attributes="0"/>
1040                      <Group type="103" groupAlignment="0" attributes="0">
1041                          <Group type="102" alignment="0" attributes="0">
1042                              <Component id="incidentTimelinePanel8" min="-2" max="-2" attributes="0"/>
1043                              <EmptySpace max="-2" attributes="0"/>
1044                              <Component id="incidentTimelinePanel9" min="-2" max="-2" attributes="0"/>
1045                          </Group>
1046                          <Group type="102" alignment="0" attributes="0">
1047                              <Component id="incidentNumberPanel8" min="-2" max="-2" attributes="0"/>
1048                              <EmptySpace max="-2" attributes="0"/>
1049                              <Component id="incidentNumberPanel9" min="-2" max="-2" attributes="0"/>
1050                          </Group>
1051                      </Group>
1052                      <EmptySpace max="-2" attributes="0"/>
1053                      <Group type="103" groupAlignment="0" attributes="0">
1054                          <Component id="incidentNumberPanel10" alignment="0" min="-2" max="-2" attributes="0"/>
1055                          <Component id="incidentTimelinePanel10" alignment="0" min="-2" max="-2" attributes="0"/>
1056                      </Group>
1057                      <EmptySpace max="32767" attributes="0"/>
1058                  </Group>
1059              </Group>
1060            </DimensionLayout>
1061          </Layout>
1062          <SubComponents>
1063            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel1">
1064              <Properties>
1065                <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1066                  <Dimension value="[32767, 100]"/>
1067                </Property>
1068                <Property name="opaque" type="boolean" value="false"/>
1069                <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1070                  <Dimension value="[691, 100]"/>
1071                </Property>
1072              </Properties>
1073
1074              <Layout>
1075                <DimensionLayout dim="0">
1076                  <Group type="103" groupAlignment="0" attributes="0">
1077                      <EmptySpace min="0" pref="691" max="32767" attributes="0"/>
1078                  </Group>
1079                </DimensionLayout>
1080                <DimensionLayout dim="1">
1081                  <Group type="103" groupAlignment="0" attributes="0">
1082                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1083                  </Group>
1084                </DimensionLayout>
1085              </Layout>
1086            </Container>
1087            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel2">
1088              <Properties>
1089                <Property name="opaque" type="boolean" value="false"/>
1090              </Properties>
1091
1092              <Layout>
1093                <DimensionLayout dim="0">
1094                  <Group type="103" groupAlignment="0" attributes="0">
1095                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1096                  </Group>
1097                </DimensionLayout>
1098                <DimensionLayout dim="1">
1099                  <Group type="103" groupAlignment="0" attributes="0">
1100                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1101                  </Group>
1102                </DimensionLayout>
1103              </Layout>
1104            </Container>
1105            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel8">
1106              <Properties>
1107                <Property name="opaque" type="boolean" value="false"/>
1108              </Properties>
1109
1110              <Layout>
1111                <DimensionLayout dim="0">
1112                  <Group type="103" groupAlignment="0" attributes="0">
1113                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1114                  </Group>
1115                </DimensionLayout>
1116                <DimensionLayout dim="1">
1117                  <Group type="103" groupAlignment="0" attributes="0">
1118                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1119                  </Group>
1120                </DimensionLayout>
1121              </Layout>
1122            </Container>
1123            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel3">
1124              <Properties>
1125                <Property name="opaque" type="boolean" value="false"/>
1126              </Properties>
1127
1128              <Layout>
1129                <DimensionLayout dim="0">
1130                  <Group type="103" groupAlignment="0" attributes="0">
1131                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1132                  </Group>
1133                </DimensionLayout>
1134                <DimensionLayout dim="1">
1135                  <Group type="103" groupAlignment="0" attributes="0">
1136                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1137                  </Group>
1138                </DimensionLayout>
1139              </Layout>
1140            </Container>
1141            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel6">
1142              <Properties>
1143                <Property name="opaque" type="boolean" value="false"/>
1144              </Properties>
1145
1146              <Layout>
1147                <DimensionLayout dim="0">
1148                  <Group type="103" groupAlignment="0" attributes="0">
1149                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1150                  </Group>
1151                </DimensionLayout>
1152                <DimensionLayout dim="1">
1153                  <Group type="103" groupAlignment="0" attributes="0">
1154                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1155                  </Group>
1156                </DimensionLayout>
1157              </Layout>
1158            </Container>
1159            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel5">
1160              <Properties>
1161                <Property name="opaque" type="boolean" value="false"/>
1162              </Properties>
1163
1164              <Layout>
1165                <DimensionLayout dim="0">
1166                  <Group type="103" groupAlignment="0" attributes="0">
1167                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1168                  </Group>
1169                </DimensionLayout>
1170                <DimensionLayout dim="1">
1171                  <Group type="103" groupAlignment="0" attributes="0">
1172                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1173                  </Group>
1174                </DimensionLayout>
1175              </Layout>
1176            </Container>
1177            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel4">
1178              <Properties>
1179                <Property name="opaque" type="boolean" value="false"/>
1180              </Properties>
1181
1182              <Layout>
1183                <DimensionLayout dim="0">
1184                  <Group type="103" groupAlignment="0" attributes="0">
1185                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1186                  </Group>
1187                </DimensionLayout>
1188                <DimensionLayout dim="1">
1189                  <Group type="103" groupAlignment="0" attributes="0">
1190                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1191                  </Group>
1192                </DimensionLayout>
1193              </Layout>
1194            </Container>
1195            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel7">
1196              <Properties>
1197                <Property name="opaque" type="boolean" value="false"/>
1198              </Properties>
1199
1200              <Layout>
1201                <DimensionLayout dim="0">
1202                  <Group type="103" groupAlignment="0" attributes="0">
1203                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1204                  </Group>
1205                </DimensionLayout>
1206                <DimensionLayout dim="1">
1207                  <Group type="103" groupAlignment="0" attributes="0">
1208                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1209                  </Group>
1210                </DimensionLayout>
1211              </Layout>
1212            </Container>
1213            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel10">
1214              <Properties>
1215                <Property name="opaque" type="boolean" value="false"/>
1216              </Properties>
1217
1218              <Layout>
1219                <DimensionLayout dim="0">
1220                  <Group type="103" groupAlignment="0" attributes="0">
1221                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1222                  </Group>
1223                </DimensionLayout>
1224                <DimensionLayout dim="1">
1225                  <Group type="103" groupAlignment="0" attributes="0">
1226                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1227                  </Group>
1228                </DimensionLayout>
1229              </Layout>
1230            </Container>
1231            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel9">
1232              <Properties>
1233                <Property name="opaque" type="boolean" value="false"/>
1234              </Properties>
1235
1236              <Layout>
1237                <DimensionLayout dim="0">
1238                  <Group type="103" groupAlignment="0" attributes="0">
1239                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1240                  </Group>
1241                </DimensionLayout>
1242                <DimensionLayout dim="1">
1243                  <Group type="103" groupAlignment="0" attributes="0">
1244                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1245                  </Group>
1246                </DimensionLayout>
1247              </Layout>
1248            </Container>
1249            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel1">
1250              <Properties>
1251                <Property name="opaque" type="boolean" value="false"/>
1252              </Properties>
1253
1254              <Layout>
1255                <DimensionLayout dim="0">
1256                  <Group type="103" groupAlignment="0" attributes="0">
1257                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1258                  </Group>
1259                </DimensionLayout>
1260                <DimensionLayout dim="1">
1261                  <Group type="103" groupAlignment="0" attributes="0">
1262                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1263                  </Group>
1264                </DimensionLayout>
1265              </Layout>
1266            </Container>
1267            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel2">
1268              <Properties>
1269                <Property name="opaque" type="boolean" value="false"/>
1270              </Properties>
1271
1272              <Layout>
1273                <DimensionLayout dim="0">
1274                  <Group type="103" groupAlignment="0" attributes="0">
1275                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1276                  </Group>
1277                </DimensionLayout>
1278                <DimensionLayout dim="1">
1279                  <Group type="103" groupAlignment="0" attributes="0">
1280                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1281                  </Group>
1282                </DimensionLayout>
1283              </Layout>
1284            </Container>
1285            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel3">
1286              <Properties>
1287                <Property name="opaque" type="boolean" value="false"/>
1288              </Properties>
1289
1290              <Layout>
1291                <DimensionLayout dim="0">
1292                  <Group type="103" groupAlignment="0" attributes="0">
1293                      <EmptySpace min="0" pref="0" 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="0" max="32767" attributes="0"/>
1299                  </Group>
1300                </DimensionLayout>
1301              </Layout>
1302            </Container>
1303            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel4">
1304              <Properties>
1305                <Property name="opaque" type="boolean" value="false"/>
1306              </Properties>
1307
1308              <Layout>
1309                <DimensionLayout dim="0">
1310                  <Group type="103" groupAlignment="0" attributes="0">
1311                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1312                  </Group>
1313                </DimensionLayout>
1314                <DimensionLayout dim="1">
1315                  <Group type="103" groupAlignment="0" attributes="0">
1316                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1317                  </Group>
1318                </DimensionLayout>
1319              </Layout>
1320            </Container>
1321            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel5">
1322              <Properties>
1323                <Property name="opaque" type="boolean" value="false"/>
1324              </Properties>
1325
1326              <Layout>
1327                <DimensionLayout dim="0">
1328                  <Group type="103" groupAlignment="0" attributes="0">
1329                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1330                  </Group>
1331                </DimensionLayout>
1332                <DimensionLayout dim="1">
1333                  <Group type="103" groupAlignment="0" attributes="0">
1334                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1335                  </Group>
1336                </DimensionLayout>
1337              </Layout>
1338            </Container>
1339            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel6">
1340              <Properties>
1341                <Property name="opaque" type="boolean" value="false"/>
1342              </Properties>
1343
1344              <Layout>
1345                <DimensionLayout dim="0">
1346                  <Group type="103" groupAlignment="0" attributes="0">
1347                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1348                  </Group>
1349                </DimensionLayout>
1350                <DimensionLayout dim="1">
1351                  <Group type="103" groupAlignment="0" attributes="0">
1352                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1353                  </Group>
1354                </DimensionLayout>
1355              </Layout>
1356            </Container>
1357            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel7">
1358              <Properties>
1359                <Property name="opaque" type="boolean" value="false"/>
1360              </Properties>
1361
1362              <Layout>
1363                <DimensionLayout dim="0">
1364                  <Group type="103" groupAlignment="0" attributes="0">
1365                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1366                  </Group>
1367                </DimensionLayout>
1368                <DimensionLayout dim="1">
1369                  <Group type="103" groupAlignment="0" attributes="0">
1370                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1371                  </Group>
1372                </DimensionLayout>
1373              </Layout>
1374            </Container>
1375            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel8">
1376              <Properties>
1377                <Property name="opaque" type="boolean" value="false"/>
1378              </Properties>
1379
1380              <Layout>
1381                <DimensionLayout dim="0">
1382                  <Group type="103" groupAlignment="0" attributes="0">
1383                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1384                  </Group>
1385                </DimensionLayout>
1386                <DimensionLayout dim="1">
1387                  <Group type="103" groupAlignment="0" attributes="0">
1388                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1389                  </Group>
1390                </DimensionLayout>
1391              </Layout>
1392            </Container>
1393            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel9">
1394              <Properties>
1395                <Property name="opaque" type="boolean" value="false"/>
1396              </Properties>
1397
1398              <Layout>
1399                <DimensionLayout dim="0">
1400                  <Group type="103" groupAlignment="0" attributes="0">
1401                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1402                  </Group>
1403                </DimensionLayout>
1404                <DimensionLayout dim="1">
1405                  <Group type="103" groupAlignment="0" attributes="0">
1406                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1407                  </Group>
1408                </DimensionLayout>
1409              </Layout>
1410            </Container>
1411            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel10">
1412              <Properties>
1413                <Property name="opaque" type="boolean" value="false"/>
1414              </Properties>
1415
1416              <Layout>
1417                <DimensionLayout dim="0">
1418                  <Group type="103" groupAlignment="0" attributes="0">
1419                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1420                  </Group>
1421                </DimensionLayout>
1422                <DimensionLayout dim="1">
1423                  <Group type="103" groupAlignment="0" attributes="0">
1424                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1425                  </Group>
1426                </DimensionLayout>
1427              </Layout>
1428            </Container>
1429          </SubComponents>
1430        </Container>
1431      </SubComponents>
1432    </Container>
1433    <Component class="javax.swing.JSlider" name="zoomSlider">
1434      <Properties>
1435        <Property name="maximum" type="int" value="22"/>
1436        <Property name="minimum" type="int" value="4"/>
1437        <Property name="value" type="int" value="4"/>
1438        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
1439          <Color id="Default Cursor"/>
1440        </Property>
1441        <Property name="focusable" type="boolean" value="false"/>
1442      </Properties>
1443      <Events>
1444        <EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="zoomSliderStateChanged"/>
1445      </Events>
1446    </Component>
1447    <Component class="javax.swing.JLabel" name="zoomInIcon">
1448      <Properties>
1449        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
1450          <Image iconType="3" name="/images/ZoomIn.png"/>
1451        </Property>
1452        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
1453          <Color id="Hand Cursor"/>
1454        </Property>
1455      </Properties>
1456      <Events>
1457        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="zoomInIconMouseClicked"/>
1458      </Events>
1459    </Component>
1460    <Component class="javax.swing.JLabel" name="zoomOutIcon">
1461      <Properties>
1462        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
1463          <Image iconType="3" name="/images/ZoomOut.png"/>
1464        </Property>
1465        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
1466          <Color id="Hand Cursor"/>
1467        </Property>
1468      </Properties>
1469      <Events>
1470        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="zoomOutIconMouseClicked"/>
1471      </Events>
1472    </Component>
1473    <Container class="javax.swing.JScrollPane" name="timeStampScrollPane">
1474      <Properties>
1475        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1476          <Border info="null"/>
1477        </Property>
1478        <Property name="horizontalScrollBarPolicy" type="int" value="31"/>
1479        <Property name="verticalScrollBarPolicy" type="int" value="21"/>
1480      </Properties>
1481
1482      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
1483      <SubComponents>
1484        <Container class="scriptbuilder.gui.panels.TimeStampPanel" name="timeStampPanel">
1485
1486          <Layout>
1487            <DimensionLayout dim="0">
1488              <Group type="103" groupAlignment="0" attributes="0">
1489                  <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1490              </Group>
1491            </DimensionLayout>
1492            <DimensionLayout dim="1">
1493              <Group type="103" groupAlignment="0" attributes="0">
1494                  <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1495              </Group>
1496            </DimensionLayout>
1497          </Layout>
1498        </Container>
1499      </SubComponents>
1500    </Container>
1501    <Component class="javax.swing.JButton" name="btnAddTime">
1502      <Properties>
1503        <Property name="text" type="java.lang.String" value="+15:00"/>
1504      </Properties>
1505      <Events>
1506        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnAddTimeActionPerformed"/>
1507      </Events>
1508    </Component>
1509  </SubComponents>
1510</Form>
Note: See TracBrowser for help on using the repository browser.