source: tmcsimulator-scriptbuilder/trunk/src/scriptbuilder/gui/IncidentPaletteFrame.form @ 69

Revision 69, 10.2 KB checked in by bmcguffin, 9 years ago (diff)

Updated palette to describe number of incidents currently in script as well as listed in palette.

Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2
3<Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
4  <SyntheticProperties>
5    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
6    <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
7  </SyntheticProperties>
8  <AuxValues>
9    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
10    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
11    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
12    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
13    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
14    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
15    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
16    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
17    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
18  </AuxValues>
19
20  <Layout>
21    <DimensionLayout dim="0">
22      <Group type="103" groupAlignment="0" attributes="0">
23          <Component id="jPanel1" max="32767" attributes="0"/>
24          <Component id="jPanel2" alignment="0" max="32767" attributes="0"/>
25          <Component id="jPanel3" alignment="0" max="32767" attributes="0"/>
26          <Group type="102" attributes="0">
27              <EmptySpace max="-2" attributes="0"/>
28              <Component id="scrollAddPanels" pref="687" max="32767" attributes="0"/>
29              <EmptySpace max="-2" attributes="0"/>
30          </Group>
31      </Group>
32    </DimensionLayout>
33    <DimensionLayout dim="1">
34      <Group type="103" groupAlignment="0" attributes="0">
35          <Group type="102" alignment="0" attributes="0">
36              <Component id="jPanel1" min="-2" max="-2" attributes="0"/>
37              <EmptySpace max="-2" attributes="0"/>
38              <Component id="jPanel2" min="-2" max="-2" attributes="0"/>
39              <EmptySpace max="-2" attributes="0"/>
40              <Component id="scrollAddPanels" pref="437" max="32767" attributes="0"/>
41              <EmptySpace max="-2" attributes="0"/>
42              <Component id="jPanel3" min="-2" max="-2" attributes="0"/>
43          </Group>
44      </Group>
45    </DimensionLayout>
46  </Layout>
47  <SubComponents>
48    <Container class="javax.swing.JPanel" name="jPanel1">
49
50      <Layout>
51        <DimensionLayout dim="0">
52          <Group type="103" groupAlignment="0" attributes="0">
53              <Group type="102" alignment="1" attributes="0">
54                  <EmptySpace max="-2" attributes="0"/>
55                  <Component id="txtSearchFilter" max="32767" attributes="0"/>
56                  <EmptySpace max="-2" attributes="0"/>
57                  <Component id="btnCreateIncident" min="-2" pref="123" max="-2" attributes="0"/>
58                  <EmptySpace min="-2" pref="23" 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" attributes="0">
65                  <EmptySpace max="-2" attributes="0"/>
66                  <Group type="103" groupAlignment="3" attributes="0">
67                      <Component id="txtSearchFilter" alignment="3" min="-2" max="-2" attributes="0"/>
68                      <Component id="btnCreateIncident" alignment="3" min="-2" max="-2" attributes="0"/>
69                  </Group>
70                  <EmptySpace max="32767" attributes="0"/>
71              </Group>
72          </Group>
73        </DimensionLayout>
74      </Layout>
75      <SubComponents>
76        <Component class="javax.swing.JButton" name="btnCreateIncident">
77          <Properties>
78            <Property name="text" type="java.lang.String" value="Create New..."/>
79          </Properties>
80          <Events>
81            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnCreateIncidentActionPerformed"/>
82          </Events>
83        </Component>
84        <Component class="javax.swing.JTextField" name="txtSearchFilter">
85          <Properties>
86            <Property name="text" type="java.lang.String" value="Search..."/>
87          </Properties>
88        </Component>
89      </SubComponents>
90    </Container>
91    <Container class="javax.swing.JPanel" name="jPanel2">
92
93      <Layout>
94        <DimensionLayout dim="0">
95          <Group type="103" groupAlignment="0" attributes="0">
96              <Group type="102" alignment="0" attributes="0">
97                  <EmptySpace max="-2" attributes="0"/>
98                  <Component id="jScrollPane2" min="-2" max="-2" attributes="0"/>
99                  <EmptySpace max="-2" attributes="0"/>
100                  <Component id="labelIncidentCount" max="32767" attributes="0"/>
101                  <EmptySpace max="-2" attributes="0"/>
102              </Group>
103          </Group>
104        </DimensionLayout>
105        <DimensionLayout dim="1">
106          <Group type="103" groupAlignment="0" attributes="0">
107              <Component id="jScrollPane2" min="-2" pref="118" max="-2" attributes="0"/>
108              <Component id="labelIncidentCount" min="-2" pref="118" max="-2" attributes="0"/>
109          </Group>
110        </DimensionLayout>
111      </Layout>
112      <SubComponents>
113        <Container class="javax.swing.JScrollPane" name="jScrollPane2">
114          <AuxValues>
115            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
116          </AuxValues>
117
118          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
119          <SubComponents>
120            <Component class="javax.swing.JTable" name="tableCurrentIncidents">
121              <Properties>
122                <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
123                  <Table columnCount="3" rowCount="11">
124                    <Column editable="false" title="Incident #" type="java.lang.Integer"/>
125                    <Column editable="false" title="Start Time" type="java.lang.String"/>
126                    <Column editable="false" title="Title" type="java.lang.String"/>
127                  </Table>
128                </Property>
129                <Property name="toolTipText" type="java.lang.String" value=""/>
130                <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor">
131                  <TableColumnModel selectionModel="0">
132                    <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
133                      <Title/>
134                      <Editor/>
135                      <Renderer/>
136                    </Column>
137                    <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
138                      <Title/>
139                      <Editor/>
140                      <Renderer/>
141                    </Column>
142                    <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
143                      <Title/>
144                      <Editor/>
145                      <Renderer/>
146                    </Column>
147                  </TableColumnModel>
148                </Property>
149                <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
150                  <TableHeader reorderingAllowed="false" resizingAllowed="true"/>
151                </Property>
152              </Properties>
153            </Component>
154          </SubComponents>
155        </Container>
156        <Component class="javax.swing.JLabel" name="labelIncidentCount">
157        </Component>
158      </SubComponents>
159    </Container>
160    <Container class="javax.swing.JScrollPane" name="scrollAddPanels">
161      <Properties>
162        <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
163          <Dimension value="[99999, 99999]"/>
164        </Property>
165        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
166          <Dimension value="[566, 387]"/>
167        </Property>
168        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
169          <Dimension value="[566, 387]"/>
170        </Property>
171      </Properties>
172
173      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
174    </Container>
175    <Container class="javax.swing.JPanel" name="jPanel3">
176
177      <Layout>
178        <DimensionLayout dim="0">
179          <Group type="103" groupAlignment="0" attributes="0">
180              <Group type="102" alignment="1" attributes="0">
181                  <EmptySpace max="-2" attributes="0"/>
182                  <Component id="labelFileCount" max="32767" attributes="0"/>
183                  <EmptySpace max="-2" attributes="0"/>
184                  <Component id="btnClosePalette" min="-2" max="-2" attributes="0"/>
185                  <EmptySpace max="-2" attributes="0"/>
186              </Group>
187          </Group>
188        </DimensionLayout>
189        <DimensionLayout dim="1">
190          <Group type="103" groupAlignment="0" attributes="0">
191              <Group type="103" groupAlignment="3" attributes="0">
192                  <Component id="btnClosePalette" alignment="3" min="-2" max="-2" attributes="0"/>
193                  <Component id="labelFileCount" alignment="3" min="-2" max="-2" attributes="0"/>
194              </Group>
195          </Group>
196        </DimensionLayout>
197      </Layout>
198      <SubComponents>
199        <Component class="javax.swing.JButton" name="btnClosePalette">
200          <Properties>
201            <Property name="text" type="java.lang.String" value="Done"/>
202          </Properties>
203          <Events>
204            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnClosePaletteActionPerformed"/>
205          </Events>
206        </Component>
207        <Component class="javax.swing.JLabel" name="labelFileCount">
208        </Component>
209      </SubComponents>
210    </Container>
211  </SubComponents>
212</Form>
Note: See TracBrowser for help on using the repository browser.