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

Revision 158, 8.5 KB checked in by jdalbey, 9 years ago (diff)

ATMSBatchDriver: Removed diagnostic output of ATMS time. build.xml fixed ATMSBatchDriver.jar target.

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