Warning: Can't use blame annotator:
svn blame failed on trunk/src/scriptbuilder/gui/ScriptBuilderFrame.form: ("Can't find a temporary directory: Internal error", 20014)

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

Revision 109, 79.7 KB checked in by bmcguffin, 9 years ago (diff)

Annotated this file. Refactored various swing objects to have usage-specific names instead of generic names.

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