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

Revision 129, 80.2 KB checked in by bmcguffin, 9 years ago (diff)

Added link to quickstart page on TMC wiki.

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              <Events>
847                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="helpTutorialActionPerformed"/>
848              </Events>
849            </MenuItem>
850            <MenuItem class="javax.swing.JMenuItem" name="helpAbout">
851              <Properties>
852                <Property name="text" type="java.lang.String" value="About..."/>
853              </Properties>
854              <Events>
855                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="helpAboutActionPerformed"/>
856              </Events>
857            </MenuItem>
858          </SubComponents>
859        </Menu>
860      </SubComponents>
861    </Menu>
862  </NonVisualComponents>
863  <Properties>
864    <Property name="defaultCloseOperation" type="int" value="3"/>
865    <Property name="title" type="java.lang.String" value="Script Builder"/>
866    <Property name="bounds" type="java.awt.Rectangle" editor="org.netbeans.beaninfo.editors.RectangleEditor">
867      <Rectangle value="[0, 23, 800, 700]"/>
868    </Property>
869    <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
870      <Color id="Default Cursor"/>
871    </Property>
872    <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
873      <Dimension value="[800, 700]"/>
874    </Property>
875  </Properties>
876  <SyntheticProperties>
877    <SyntheticProperty name="menuBar" type="java.lang.String" value="scriptBuilderMenuBar"/>
878    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
879    <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
880  </SyntheticProperties>
881  <AuxValues>
882    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
883    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
884    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
885    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
886    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
887    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
888    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
889    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
890    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
891  </AuxValues>
892
893  <Layout>
894    <DimensionLayout dim="0">
895      <Group type="103" groupAlignment="0" attributes="0">
896          <Group type="102" attributes="0">
897              <EmptySpace max="-2" attributes="0"/>
898              <Group type="103" groupAlignment="0" attributes="0">
899                  <Component id="timelinesScrollPane" alignment="0" min="0" pref="0" max="32767" attributes="1"/>
900                  <Component id="timeStampScrollPane" alignment="0" max="32767" attributes="0"/>
901                  <Group type="102" alignment="1" attributes="0">
902                      <EmptySpace min="0" pref="604" max="32767" attributes="0"/>
903                      <Component id="zoomOutIcon" min="-2" max="-2" attributes="0"/>
904                      <EmptySpace max="-2" attributes="0"/>
905                      <Component id="zoomSlider" min="-2" pref="140" max="-2" attributes="0"/>
906                      <EmptySpace max="-2" attributes="0"/>
907                      <Component id="zoomInIcon" min="-2" max="-2" attributes="0"/>
908                      <EmptySpace type="separate" max="-2" attributes="0"/>
909                      <Component id="btnAddTime" min="-2" max="-2" attributes="0"/>
910                      <EmptySpace min="-2" pref="21" max="-2" attributes="0"/>
911                  </Group>
912              </Group>
913              <EmptySpace max="-2" attributes="0"/>
914          </Group>
915      </Group>
916    </DimensionLayout>
917    <DimensionLayout dim="1">
918      <Group type="103" groupAlignment="0" attributes="0">
919          <Group type="102" alignment="1" attributes="0">
920              <EmptySpace max="-2" attributes="0"/>
921              <Group type="103" groupAlignment="1" attributes="0">
922                  <Component id="zoomOutIcon" min="-2" max="-2" attributes="0"/>
923                  <Component id="zoomSlider" min="-2" max="-2" attributes="1"/>
924                  <Component id="zoomInIcon" min="-2" max="-2" attributes="0"/>
925                  <Component id="btnAddTime" min="-2" max="-2" attributes="0"/>
926              </Group>
927              <EmptySpace min="-2" max="-2" attributes="0"/>
928              <Component id="timeStampScrollPane" min="-2" pref="20" max="-2" attributes="0"/>
929              <EmptySpace max="-2" attributes="0"/>
930              <Component id="timelinesScrollPane" pref="1289" max="32767" attributes="0"/>
931              <EmptySpace max="-2" attributes="0"/>
932          </Group>
933      </Group>
934    </DimensionLayout>
935  </Layout>
936  <SubComponents>
937    <Container class="javax.swing.JScrollPane" name="timelinesScrollPane">
938      <Properties>
939        <Property name="horizontalScrollBarPolicy" type="int" value="32"/>
940        <Property name="verticalScrollBarPolicy" type="int" value="22"/>
941        <Property name="focusCycleRoot" type="boolean" value="true"/>
942        <Property name="focusTraversalPolicyProvider" type="boolean" value="true"/>
943        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
944          <Dimension value="[72000, 1341]"/>
945        </Property>
946        <Property name="wheelScrollingEnabled" type="boolean" value="false"/>
947      </Properties>
948
949      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
950      <SubComponents>
951        <Container class="scriptbuilder.gui.panels.TimelineTickPanel" name="timelineTickPanel">
952          <Properties>
953            <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
954              <Dimension value="[7200, 32767]"/>
955            </Property>
956            <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
957              <Dimension value="[7200, 0]"/>
958            </Property>
959            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
960              <Dimension value="[7200, 1317]"/>
961            </Property>
962          </Properties>
963
964          <Layout>
965            <DimensionLayout dim="0">
966              <Group type="103" groupAlignment="0" attributes="0">
967                  <Group type="102" alignment="0" attributes="0">
968                      <EmptySpace max="-2" attributes="0"/>
969                      <Group type="103" groupAlignment="1" attributes="0">
970                          <Group type="103" alignment="1" groupAlignment="0" attributes="0">
971                              <Component id="incidentNumberPanel8" alignment="0" min="-2" max="-2" attributes="0"/>
972                              <Component id="incidentNumberPanel9" alignment="0" min="-2" max="-2" attributes="0"/>
973                          </Group>
974                          <Group type="103" alignment="1" groupAlignment="0" attributes="0">
975                              <Component id="incidentNumberPanel1" alignment="0" min="-2" max="-2" attributes="0"/>
976                              <Component id="incidentNumberPanel4" alignment="0" min="-2" max="-2" attributes="0"/>
977                              <Component id="incidentNumberPanel5" alignment="0" min="-2" max="-2" attributes="0"/>
978                              <Component id="incidentNumberPanel6" alignment="0" min="-2" max="-2" attributes="0"/>
979                              <Component id="incidentNumberPanel3" alignment="0" min="-2" max="-2" attributes="0"/>
980                              <Component id="incidentNumberPanel2" alignment="0" min="-2" max="-2" attributes="0"/>
981                              <Component id="incidentNumberPanel7" alignment="0" min="-2" max="-2" attributes="0"/>
982                          </Group>
983                          <Component id="incidentNumberPanel10" min="-2" max="-2" attributes="0"/>
984                      </Group>
985                      <EmptySpace min="-2" pref="10" max="-2" attributes="0"/>
986                      <Group type="103" groupAlignment="0" attributes="0">
987                          <Component id="incidentTimelinePanel7" max="32767" attributes="1"/>
988                          <Component id="incidentTimelinePanel6" alignment="0" min="-2" max="-2" attributes="1"/>
989                          <Group type="103" alignment="0" groupAlignment="1" max="-2" attributes="0">
990                              <Component id="incidentTimelinePanel5" alignment="0" max="32767" attributes="1"/>
991                              <Component id="incidentTimelinePanel4" alignment="0" min="-2" max="-2" attributes="1"/>
992                          </Group>
993                          <Component id="incidentTimelinePanel3" alignment="0" min="-2" max="-2" attributes="1"/>
994                          <Component id="incidentTimelinePanel1" alignment="0" min="-2" max="-2" attributes="1"/>
995                          <Component id="incidentTimelinePanel2" alignment="0" min="-2" max="-2" attributes="1"/>
996                          <Component id="incidentTimelinePanel8" alignment="0" min="-2" max="-2" attributes="1"/>
997                          <Component id="incidentTimelinePanel9" alignment="0" min="-2" max="-2" attributes="1"/>
998                          <Component id="incidentTimelinePanel10" alignment="0" min="-2" max="-2" attributes="1"/>
999                      </Group>
1000                      <EmptySpace min="-2" pref="190" max="-2" attributes="0"/>
1001                  </Group>
1002              </Group>
1003            </DimensionLayout>
1004            <DimensionLayout dim="1">
1005              <Group type="103" groupAlignment="0" attributes="0">
1006                  <Group type="102" alignment="0" attributes="0">
1007                      <EmptySpace max="-2" attributes="0"/>
1008                      <Group type="103" groupAlignment="0" attributes="0">
1009                          <Component id="incidentNumberPanel1" min="-2" max="-2" attributes="0"/>
1010                          <Component id="incidentTimelinePanel1" min="-2" max="-2" attributes="0"/>
1011                      </Group>
1012                      <EmptySpace max="-2" attributes="0"/>
1013                      <Group type="103" groupAlignment="0" attributes="0">
1014                          <Group type="102" alignment="0" attributes="0">
1015                              <Component id="incidentNumberPanel2" min="-2" max="-2" attributes="0"/>
1016                              <EmptySpace max="-2" attributes="0"/>
1017                              <Component id="incidentNumberPanel3" min="-2" max="-2" attributes="0"/>
1018                              <EmptySpace max="-2" attributes="0"/>
1019                              <Component id="incidentNumberPanel4" min="-2" max="-2" attributes="0"/>
1020                              <EmptySpace max="-2" attributes="0"/>
1021                              <Component id="incidentNumberPanel5" min="-2" max="-2" attributes="0"/>
1022                              <EmptySpace max="-2" attributes="0"/>
1023                              <Component id="incidentNumberPanel6" min="-2" max="-2" attributes="0"/>
1024                          </Group>
1025                          <Group type="102" alignment="0" attributes="0">
1026                              <Component id="incidentTimelinePanel2" min="-2" max="-2" attributes="0"/>
1027                              <EmptySpace max="-2" attributes="0"/>
1028                              <Component id="incidentTimelinePanel3" min="-2" max="-2" attributes="0"/>
1029                              <EmptySpace max="-2" attributes="0"/>
1030                              <Component id="incidentTimelinePanel4" min="-2" max="-2" attributes="0"/>
1031                              <EmptySpace max="-2" attributes="0"/>
1032                              <Component id="incidentTimelinePanel5" min="-2" max="-2" attributes="0"/>
1033                              <EmptySpace max="-2" attributes="0"/>
1034                              <Component id="incidentTimelinePanel6" min="-2" max="-2" attributes="0"/>
1035                          </Group>
1036                      </Group>
1037                      <EmptySpace max="-2" attributes="0"/>
1038                      <Group type="103" groupAlignment="0" attributes="0">
1039                          <Component id="incidentTimelinePanel7" alignment="0" min="-2" max="-2" attributes="0"/>
1040                          <Component id="incidentNumberPanel7" alignment="0" min="-2" max="-2" attributes="0"/>
1041                      </Group>
1042                      <EmptySpace max="-2" attributes="0"/>
1043                      <Group type="103" groupAlignment="0" attributes="0">
1044                          <Group type="102" alignment="0" attributes="0">
1045                              <Component id="incidentTimelinePanel8" min="-2" max="-2" attributes="0"/>
1046                              <EmptySpace max="-2" attributes="0"/>
1047                              <Component id="incidentTimelinePanel9" min="-2" max="-2" attributes="0"/>
1048                          </Group>
1049                          <Group type="102" alignment="0" attributes="0">
1050                              <Component id="incidentNumberPanel8" min="-2" max="-2" attributes="0"/>
1051                              <EmptySpace max="-2" attributes="0"/>
1052                              <Component id="incidentNumberPanel9" min="-2" max="-2" attributes="0"/>
1053                          </Group>
1054                      </Group>
1055                      <EmptySpace max="-2" attributes="0"/>
1056                      <Group type="103" groupAlignment="0" attributes="0">
1057                          <Component id="incidentNumberPanel10" alignment="0" min="-2" max="-2" attributes="0"/>
1058                          <Component id="incidentTimelinePanel10" alignment="0" min="-2" max="-2" attributes="0"/>
1059                      </Group>
1060                      <EmptySpace max="32767" attributes="0"/>
1061                  </Group>
1062              </Group>
1063            </DimensionLayout>
1064          </Layout>
1065          <SubComponents>
1066            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel1">
1067              <Properties>
1068                <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1069                  <Dimension value="[32767, 100]"/>
1070                </Property>
1071                <Property name="opaque" type="boolean" value="false"/>
1072                <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
1073                  <Dimension value="[691, 100]"/>
1074                </Property>
1075              </Properties>
1076
1077              <Layout>
1078                <DimensionLayout dim="0">
1079                  <Group type="103" groupAlignment="0" attributes="0">
1080                      <EmptySpace min="0" pref="691" max="32767" attributes="0"/>
1081                  </Group>
1082                </DimensionLayout>
1083                <DimensionLayout dim="1">
1084                  <Group type="103" groupAlignment="0" attributes="0">
1085                      <EmptySpace min="0" pref="100" max="32767" attributes="0"/>
1086                  </Group>
1087                </DimensionLayout>
1088              </Layout>
1089            </Container>
1090            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel2">
1091              <Properties>
1092                <Property name="opaque" type="boolean" value="false"/>
1093              </Properties>
1094
1095              <Layout>
1096                <DimensionLayout dim="0">
1097                  <Group type="103" groupAlignment="0" attributes="0">
1098                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1099                  </Group>
1100                </DimensionLayout>
1101                <DimensionLayout dim="1">
1102                  <Group type="103" groupAlignment="0" attributes="0">
1103                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1104                  </Group>
1105                </DimensionLayout>
1106              </Layout>
1107            </Container>
1108            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel8">
1109              <Properties>
1110                <Property name="opaque" type="boolean" value="false"/>
1111              </Properties>
1112
1113              <Layout>
1114                <DimensionLayout dim="0">
1115                  <Group type="103" groupAlignment="0" attributes="0">
1116                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1117                  </Group>
1118                </DimensionLayout>
1119                <DimensionLayout dim="1">
1120                  <Group type="103" groupAlignment="0" attributes="0">
1121                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1122                  </Group>
1123                </DimensionLayout>
1124              </Layout>
1125            </Container>
1126            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel3">
1127              <Properties>
1128                <Property name="opaque" type="boolean" value="false"/>
1129              </Properties>
1130
1131              <Layout>
1132                <DimensionLayout dim="0">
1133                  <Group type="103" groupAlignment="0" attributes="0">
1134                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1135                  </Group>
1136                </DimensionLayout>
1137                <DimensionLayout dim="1">
1138                  <Group type="103" groupAlignment="0" attributes="0">
1139                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1140                  </Group>
1141                </DimensionLayout>
1142              </Layout>
1143            </Container>
1144            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel6">
1145              <Properties>
1146                <Property name="opaque" type="boolean" value="false"/>
1147              </Properties>
1148
1149              <Layout>
1150                <DimensionLayout dim="0">
1151                  <Group type="103" groupAlignment="0" attributes="0">
1152                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1153                  </Group>
1154                </DimensionLayout>
1155                <DimensionLayout dim="1">
1156                  <Group type="103" groupAlignment="0" attributes="0">
1157                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1158                  </Group>
1159                </DimensionLayout>
1160              </Layout>
1161            </Container>
1162            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel5">
1163              <Properties>
1164                <Property name="opaque" type="boolean" value="false"/>
1165              </Properties>
1166
1167              <Layout>
1168                <DimensionLayout dim="0">
1169                  <Group type="103" groupAlignment="0" attributes="0">
1170                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1171                  </Group>
1172                </DimensionLayout>
1173                <DimensionLayout dim="1">
1174                  <Group type="103" groupAlignment="0" attributes="0">
1175                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1176                  </Group>
1177                </DimensionLayout>
1178              </Layout>
1179            </Container>
1180            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel4">
1181              <Properties>
1182                <Property name="opaque" type="boolean" value="false"/>
1183              </Properties>
1184
1185              <Layout>
1186                <DimensionLayout dim="0">
1187                  <Group type="103" groupAlignment="0" attributes="0">
1188                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1189                  </Group>
1190                </DimensionLayout>
1191                <DimensionLayout dim="1">
1192                  <Group type="103" groupAlignment="0" attributes="0">
1193                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1194                  </Group>
1195                </DimensionLayout>
1196              </Layout>
1197            </Container>
1198            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel7">
1199              <Properties>
1200                <Property name="opaque" type="boolean" value="false"/>
1201              </Properties>
1202
1203              <Layout>
1204                <DimensionLayout dim="0">
1205                  <Group type="103" groupAlignment="0" attributes="0">
1206                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1207                  </Group>
1208                </DimensionLayout>
1209                <DimensionLayout dim="1">
1210                  <Group type="103" groupAlignment="0" attributes="0">
1211                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1212                  </Group>
1213                </DimensionLayout>
1214              </Layout>
1215            </Container>
1216            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel10">
1217              <Properties>
1218                <Property name="opaque" type="boolean" value="false"/>
1219              </Properties>
1220
1221              <Layout>
1222                <DimensionLayout dim="0">
1223                  <Group type="103" groupAlignment="0" attributes="0">
1224                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1225                  </Group>
1226                </DimensionLayout>
1227                <DimensionLayout dim="1">
1228                  <Group type="103" groupAlignment="0" attributes="0">
1229                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1230                  </Group>
1231                </DimensionLayout>
1232              </Layout>
1233            </Container>
1234            <Container class="scriptbuilder.gui.panels.IncidentTimelinePanel" name="incidentTimelinePanel9">
1235              <Properties>
1236                <Property name="opaque" type="boolean" value="false"/>
1237              </Properties>
1238
1239              <Layout>
1240                <DimensionLayout dim="0">
1241                  <Group type="103" groupAlignment="0" attributes="0">
1242                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1243                  </Group>
1244                </DimensionLayout>
1245                <DimensionLayout dim="1">
1246                  <Group type="103" groupAlignment="0" attributes="0">
1247                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1248                  </Group>
1249                </DimensionLayout>
1250              </Layout>
1251            </Container>
1252            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel1">
1253              <Properties>
1254                <Property name="opaque" type="boolean" value="false"/>
1255              </Properties>
1256
1257              <Layout>
1258                <DimensionLayout dim="0">
1259                  <Group type="103" groupAlignment="0" attributes="0">
1260                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1261                  </Group>
1262                </DimensionLayout>
1263                <DimensionLayout dim="1">
1264                  <Group type="103" groupAlignment="0" attributes="0">
1265                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1266                  </Group>
1267                </DimensionLayout>
1268              </Layout>
1269            </Container>
1270            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel2">
1271              <Properties>
1272                <Property name="opaque" type="boolean" value="false"/>
1273              </Properties>
1274
1275              <Layout>
1276                <DimensionLayout dim="0">
1277                  <Group type="103" groupAlignment="0" attributes="0">
1278                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1279                  </Group>
1280                </DimensionLayout>
1281                <DimensionLayout dim="1">
1282                  <Group type="103" groupAlignment="0" attributes="0">
1283                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1284                  </Group>
1285                </DimensionLayout>
1286              </Layout>
1287            </Container>
1288            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel3">
1289              <Properties>
1290                <Property name="opaque" type="boolean" value="false"/>
1291              </Properties>
1292
1293              <Layout>
1294                <DimensionLayout dim="0">
1295                  <Group type="103" groupAlignment="0" attributes="0">
1296                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1297                  </Group>
1298                </DimensionLayout>
1299                <DimensionLayout dim="1">
1300                  <Group type="103" groupAlignment="0" attributes="0">
1301                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1302                  </Group>
1303                </DimensionLayout>
1304              </Layout>
1305            </Container>
1306            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel4">
1307              <Properties>
1308                <Property name="opaque" type="boolean" value="false"/>
1309              </Properties>
1310
1311              <Layout>
1312                <DimensionLayout dim="0">
1313                  <Group type="103" groupAlignment="0" attributes="0">
1314                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1315                  </Group>
1316                </DimensionLayout>
1317                <DimensionLayout dim="1">
1318                  <Group type="103" groupAlignment="0" attributes="0">
1319                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1320                  </Group>
1321                </DimensionLayout>
1322              </Layout>
1323            </Container>
1324            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel5">
1325              <Properties>
1326                <Property name="opaque" type="boolean" value="false"/>
1327              </Properties>
1328
1329              <Layout>
1330                <DimensionLayout dim="0">
1331                  <Group type="103" groupAlignment="0" attributes="0">
1332                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1333                  </Group>
1334                </DimensionLayout>
1335                <DimensionLayout dim="1">
1336                  <Group type="103" groupAlignment="0" attributes="0">
1337                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1338                  </Group>
1339                </DimensionLayout>
1340              </Layout>
1341            </Container>
1342            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel6">
1343              <Properties>
1344                <Property name="opaque" type="boolean" value="false"/>
1345              </Properties>
1346
1347              <Layout>
1348                <DimensionLayout dim="0">
1349                  <Group type="103" groupAlignment="0" attributes="0">
1350                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1351                  </Group>
1352                </DimensionLayout>
1353                <DimensionLayout dim="1">
1354                  <Group type="103" groupAlignment="0" attributes="0">
1355                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1356                  </Group>
1357                </DimensionLayout>
1358              </Layout>
1359            </Container>
1360            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel7">
1361              <Properties>
1362                <Property name="opaque" type="boolean" value="false"/>
1363              </Properties>
1364
1365              <Layout>
1366                <DimensionLayout dim="0">
1367                  <Group type="103" groupAlignment="0" attributes="0">
1368                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1369                  </Group>
1370                </DimensionLayout>
1371                <DimensionLayout dim="1">
1372                  <Group type="103" groupAlignment="0" attributes="0">
1373                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1374                  </Group>
1375                </DimensionLayout>
1376              </Layout>
1377            </Container>
1378            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel8">
1379              <Properties>
1380                <Property name="opaque" type="boolean" value="false"/>
1381              </Properties>
1382
1383              <Layout>
1384                <DimensionLayout dim="0">
1385                  <Group type="103" groupAlignment="0" attributes="0">
1386                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1387                  </Group>
1388                </DimensionLayout>
1389                <DimensionLayout dim="1">
1390                  <Group type="103" groupAlignment="0" attributes="0">
1391                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1392                  </Group>
1393                </DimensionLayout>
1394              </Layout>
1395            </Container>
1396            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel9">
1397              <Properties>
1398                <Property name="opaque" type="boolean" value="false"/>
1399              </Properties>
1400
1401              <Layout>
1402                <DimensionLayout dim="0">
1403                  <Group type="103" groupAlignment="0" attributes="0">
1404                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1405                  </Group>
1406                </DimensionLayout>
1407                <DimensionLayout dim="1">
1408                  <Group type="103" groupAlignment="0" attributes="0">
1409                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1410                  </Group>
1411                </DimensionLayout>
1412              </Layout>
1413            </Container>
1414            <Container class="scriptbuilder.gui.panels.IncidentNumberPanel" name="incidentNumberPanel10">
1415              <Properties>
1416                <Property name="opaque" type="boolean" value="false"/>
1417              </Properties>
1418
1419              <Layout>
1420                <DimensionLayout dim="0">
1421                  <Group type="103" groupAlignment="0" attributes="0">
1422                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1423                  </Group>
1424                </DimensionLayout>
1425                <DimensionLayout dim="1">
1426                  <Group type="103" groupAlignment="0" attributes="0">
1427                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1428                  </Group>
1429                </DimensionLayout>
1430              </Layout>
1431            </Container>
1432          </SubComponents>
1433        </Container>
1434      </SubComponents>
1435    </Container>
1436    <Component class="javax.swing.JSlider" name="zoomSlider">
1437      <Properties>
1438        <Property name="maximum" type="int" value="22"/>
1439        <Property name="minimum" type="int" value="4"/>
1440        <Property name="value" type="int" value="4"/>
1441        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
1442          <Color id="Default Cursor"/>
1443        </Property>
1444        <Property name="focusable" type="boolean" value="false"/>
1445      </Properties>
1446      <Events>
1447        <EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="zoomSliderStateChanged"/>
1448      </Events>
1449    </Component>
1450    <Component class="javax.swing.JLabel" name="zoomInIcon">
1451      <Properties>
1452        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
1453          <Image iconType="3" name="/images/ZoomIn.png"/>
1454        </Property>
1455        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
1456          <Color id="Hand Cursor"/>
1457        </Property>
1458      </Properties>
1459      <Events>
1460        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="zoomInIconMouseClicked"/>
1461      </Events>
1462    </Component>
1463    <Component class="javax.swing.JLabel" name="zoomOutIcon">
1464      <Properties>
1465        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
1466          <Image iconType="3" name="/images/ZoomOut.png"/>
1467        </Property>
1468        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
1469          <Color id="Hand Cursor"/>
1470        </Property>
1471      </Properties>
1472      <Events>
1473        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="zoomOutIconMouseClicked"/>
1474      </Events>
1475    </Component>
1476    <Container class="javax.swing.JScrollPane" name="timeStampScrollPane">
1477      <Properties>
1478        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
1479          <Border info="null"/>
1480        </Property>
1481        <Property name="horizontalScrollBarPolicy" type="int" value="31"/>
1482        <Property name="verticalScrollBarPolicy" type="int" value="21"/>
1483      </Properties>
1484
1485      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
1486      <SubComponents>
1487        <Container class="scriptbuilder.gui.panels.TimeStampPanel" name="timeStampPanel">
1488
1489          <Layout>
1490            <DimensionLayout dim="0">
1491              <Group type="103" groupAlignment="0" attributes="0">
1492                  <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1493              </Group>
1494            </DimensionLayout>
1495            <DimensionLayout dim="1">
1496              <Group type="103" groupAlignment="0" attributes="0">
1497                  <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
1498              </Group>
1499            </DimensionLayout>
1500          </Layout>
1501        </Container>
1502      </SubComponents>
1503    </Container>
1504    <Component class="javax.swing.JButton" name="btnAddTime">
1505      <Properties>
1506        <Property name="text" type="java.lang.String" value="+15:00"/>
1507      </Properties>
1508      <Events>
1509        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnAddTimeActionPerformed"/>
1510      </Events>
1511    </Component>
1512  </SubComponents>
1513</Form>
Note: See TracBrowser for help on using the repository browser.