source: tmcsimulator/trunk/src/tmcsim/cadsimulator/viewer/TrafficModelViewPanel.form @ 230

Revision 230, 9.1 KB checked in by jdalbey, 8 years ago (diff)

ConfigStatusTab?.java Improved display and fixed defect so it now uses the correct config directory.

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