source: tmcsimulator/trunk/src/tmcsim/cadsimulator/managers/TrafficModelViewer.form @ 207

Revision 207, 9.6 KB checked in by jdalbey, 9 years ago (diff)

TrafficModelViewer?.java: Elaborate confirmation message on reload, adjust window start position to not overlap CAD Server window.

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