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

Revision 188, 8.9 KB checked in by jdalbey, 9 years ago (diff)

TrafficModelManager?.java: Now integrated into CAD Server. Passes smoke test, needs system testing.

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