source: tmcsimulator/trunk/src/tmcsim/client/ATMSBatchViewer.form @ 135

Revision 135, 8.4 KB checked in by jdalbey, 9 years ago (diff)

ATMSBatchDriver.java Implemented "clear incident" feature.

Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2
3<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
4  <Properties>
5    <Property name="defaultCloseOperation" type="int" value="3"/>
6  </Properties>
7  <SyntheticProperties>
8    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
9    <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
10  </SyntheticProperties>
11  <AuxValues>
12    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
13    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
14    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
15    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
16    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
17    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
18    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
19    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
20    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
21  </AuxValues>
22
23  <Layout>
24    <DimensionLayout dim="0">
25      <Group type="103" groupAlignment="0" attributes="0">
26          <Group type="102" alignment="0" attributes="0">
27              <Component id="pnlEvents" max="32767" attributes="0"/>
28              <EmptySpace max="-2" attributes="0"/>
29          </Group>
30          <Group type="102" alignment="0" attributes="0">
31              <EmptySpace min="-2" pref="76" max="-2" attributes="0"/>
32              <Component id="pnlIncidents" min="-2" max="-2" attributes="0"/>
33              <EmptySpace max="32767" attributes="0"/>
34          </Group>
35      </Group>
36    </DimensionLayout>
37    <DimensionLayout dim="1">
38      <Group type="103" groupAlignment="0" attributes="0">
39          <Group type="102" alignment="0" attributes="0">
40              <Component id="pnlEvents" min="-2" max="-2" attributes="0"/>
41              <EmptySpace max="-2" attributes="0"/>
42              <Component id="pnlIncidents" max="32767" attributes="0"/>
43              <EmptySpace max="-2" attributes="0"/>
44          </Group>
45      </Group>
46    </DimensionLayout>
47  </Layout>
48  <SubComponents>
49    <Container class="javax.swing.JPanel" name="pnlEvents">
50
51      <Layout>
52        <DimensionLayout dim="0">
53          <Group type="103" groupAlignment="0" attributes="0">
54              <Group type="102" alignment="1" attributes="0">
55                  <EmptySpace pref="74" max="32767" attributes="0"/>
56                  <Component id="scrollEvents" min="-2" pref="354" max="-2" attributes="0"/>
57                  <EmptySpace min="-2" pref="59" max="-2" attributes="0"/>
58              </Group>
59              <Group type="102" alignment="0" attributes="0">
60                  <EmptySpace min="-2" pref="186" max="-2" attributes="0"/>
61                  <Component id="txtClockTime" min="-2" pref="65" max="-2" attributes="0"/>
62                  <EmptySpace max="32767" attributes="0"/>
63              </Group>
64          </Group>
65        </DimensionLayout>
66        <DimensionLayout dim="1">
67          <Group type="103" groupAlignment="0" attributes="0">
68              <Group type="102" alignment="1" attributes="0">
69                  <Component id="txtClockTime" min="-2" pref="28" max="-2" attributes="0"/>
70                  <EmptySpace max="-2" attributes="0"/>
71                  <Component id="scrollEvents" pref="172" max="32767" attributes="0"/>
72                  <EmptySpace max="-2" attributes="0"/>
73              </Group>
74          </Group>
75        </DimensionLayout>
76      </Layout>
77      <SubComponents>
78        <Container class="javax.swing.JScrollPane" name="scrollEvents">
79          <AuxValues>
80            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
81          </AuxValues>
82
83          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
84          <SubComponents>
85            <Component class="javax.swing.JList" name="lstEvents">
86              <Properties>
87                <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
88                  <Font name="Noto Mono" size="12" style="0"/>
89                </Property>
90                <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor">
91                  <StringArray count="2">
92                    <StringItem index="0" value="item 1"/>
93                    <StringItem index="1" value="item 2"/>
94                  </StringArray>
95                </Property>
96              </Properties>
97              <AuxValues>
98                <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/>
99              </AuxValues>
100            </Component>
101          </SubComponents>
102        </Container>
103        <Component class="javax.swing.JLabel" name="txtClockTime">
104          <Properties>
105            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
106              <Font name="Noto Sans" size="14" style="1"/>
107            </Property>
108            <Property name="text" type="java.lang.String" value="0:00:00"/>
109          </Properties>
110        </Component>
111      </SubComponents>
112    </Container>
113    <Container class="javax.swing.JPanel" name="pnlIncidents">
114
115      <Layout>
116        <DimensionLayout dim="0">
117          <Group type="103" groupAlignment="0" attributes="0">
118              <Group type="102" attributes="0">
119                  <Group type="103" groupAlignment="0" attributes="0">
120                      <Component id="btnClear" min="-2" max="-2" attributes="0"/>
121                      <Component id="jScrollPane1" min="-2" pref="211" max="-2" attributes="0"/>
122                  </Group>
123                  <EmptySpace min="0" pref="173" max="32767" attributes="0"/>
124              </Group>
125          </Group>
126        </DimensionLayout>
127        <DimensionLayout dim="1">
128          <Group type="103" groupAlignment="0" attributes="0">
129              <Group type="102" alignment="1" attributes="0">
130                  <Component id="jScrollPane1" min="-2" pref="179" max="-2" attributes="0"/>
131                  <EmptySpace max="-2" attributes="0"/>
132                  <Component id="btnClear" min="-2" max="-2" attributes="0"/>
133                  <EmptySpace max="32767" attributes="0"/>
134              </Group>
135          </Group>
136        </DimensionLayout>
137      </Layout>
138      <SubComponents>
139        <Component class="javax.swing.JButton" name="btnClear">
140          <Properties>
141            <Property name="text" type="java.lang.String" value="Clear Incident"/>
142          </Properties>
143          <Events>
144            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnClearActionPerformed"/>
145          </Events>
146        </Component>
147        <Container class="javax.swing.JScrollPane" name="jScrollPane1">
148          <AuxValues>
149            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
150          </AuxValues>
151
152          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
153          <SubComponents>
154            <Component class="javax.swing.JList" name="lstIncidents">
155              <Properties>
156                <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
157                  <Font name="Noto Mono" size="15" style="0"/>
158                </Property>
159                <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor">
160                  <StringArray count="5">
161                    <StringItem index="0" value="Item 1"/>
162                    <StringItem index="1" value="Item 2"/>
163                    <StringItem index="2" value="Item 3"/>
164                    <StringItem index="3" value="Item 4"/>
165                    <StringItem index="4" value="Item 5"/>
166                  </StringArray>
167                </Property>
168                <Property name="selectionMode" type="int" value="0"/>
169              </Properties>
170              <AuxValues>
171                <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/>
172              </AuxValues>
173            </Component>
174          </SubComponents>
175        </Container>
176      </SubComponents>
177    </Container>
178  </SubComponents>
179</Form>
Note: See TracBrowser for help on using the repository browser.