source: tmcsimulator-scriptbuilder/trunk/src/event/editor/UnitPanel.form @ 92

Revision 92, 7.1 KB checked in by bmcguffin, 9 years ago (diff)

Removed superfluous "Remove" buttons on several panels.

Removed interface "RemovablePanel?" as it was no longer necessary or useful; removed related methods from classes implementing it.

Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2
3<Form version="1.5" maxVersion="1.7" 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="2"/>
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" attributes="0">
20              <EmptySpace max="-2" attributes="0"/>
21              <Group type="103" groupAlignment="0" attributes="0">
22                  <Component id="help" alignment="1" pref="565" max="32767" attributes="0"/>
23                  <Group type="102" alignment="0" attributes="0">
24                      <Group type="103" groupAlignment="0" attributes="0">
25                          <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/>
26                          <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
27                      </Group>
28                      <EmptySpace max="-2" attributes="0"/>
29                      <Group type="103" groupAlignment="0" attributes="0">
30                          <Component id="StatusDropdown" pref="475" max="32767" attributes="0"/>
31                          <Component id="txtUnitNumber" alignment="0" pref="475" max="32767" attributes="0"/>
32                      </Group>
33                  </Group>
34                  <Group type="102" alignment="0" attributes="0">
35                      <Group type="103" groupAlignment="0" attributes="0">
36                          <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/>
37                          <Component id="jLabel4" alignment="0" min="-2" max="-2" attributes="0"/>
38                      </Group>
39                      <EmptySpace min="-2" pref="43" max="-2" attributes="0"/>
40                      <Group type="103" groupAlignment="0" attributes="0">
41                          <Component id="ActiveDropdown" alignment="0" pref="475" max="32767" attributes="0"/>
42                          <Component id="PrimaryDropdown" alignment="0" pref="475" max="32767" attributes="0"/>
43                      </Group>
44                  </Group>
45              </Group>
46              <EmptySpace max="-2" attributes="0"/>
47          </Group>
48      </Group>
49    </DimensionLayout>
50    <DimensionLayout dim="1">
51      <Group type="103" groupAlignment="0" attributes="0">
52          <Group type="102" alignment="0" attributes="0">
53              <EmptySpace min="-2" pref="47" max="-2" attributes="0"/>
54              <Group type="103" groupAlignment="3" attributes="0">
55                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
56                  <Component id="txtUnitNumber" alignment="3" min="-2" max="-2" attributes="0"/>
57              </Group>
58              <EmptySpace type="unrelated" max="-2" attributes="0"/>
59              <Group type="103" groupAlignment="3" attributes="0">
60                  <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
61                  <Component id="StatusDropdown" alignment="3" min="-2" max="-2" attributes="0"/>
62              </Group>
63              <EmptySpace max="-2" attributes="0"/>
64              <Group type="103" groupAlignment="3" attributes="0">
65                  <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
66                  <Component id="PrimaryDropdown" alignment="3" min="-2" max="-2" attributes="0"/>
67              </Group>
68              <EmptySpace max="-2" attributes="0"/>
69              <Group type="103" groupAlignment="3" attributes="0">
70                  <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
71                  <Component id="ActiveDropdown" alignment="3" min="-2" max="-2" attributes="0"/>
72              </Group>
73              <EmptySpace pref="128" max="32767" attributes="0"/>
74              <Component id="help" min="-2" pref="20" max="-2" attributes="0"/>
75              <EmptySpace max="-2" attributes="0"/>
76          </Group>
77      </Group>
78    </DimensionLayout>
79  </Layout>
80  <SubComponents>
81    <Component class="javax.swing.JLabel" name="jLabel1">
82      <Properties>
83        <Property name="text" type="java.lang.String" value="Unit Number"/>
84      </Properties>
85    </Component>
86    <Component class="javax.swing.JFormattedTextField" name="txtUnitNumber">
87      <Properties>
88        <Property name="text" type="java.lang.String" value="  -  "/>
89        <Property name="toolTipText" type="java.lang.String" value=""/>
90      </Properties>
91    </Component>
92    <Component class="javax.swing.JLabel" name="jLabel2">
93      <Properties>
94        <Property name="text" type="java.lang.String" value="Status"/>
95      </Properties>
96    </Component>
97    <Component class="javax.swing.JComboBox" name="StatusDropdown">
98      <Properties>
99        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
100          <StringArray count="3">
101            <StringItem index="0" value="1098"/>
102            <StringItem index="1" value="1097"/>
103            <StringItem index="2" value="ENRT"/>
104          </StringArray>
105        </Property>
106      </Properties>
107    </Component>
108    <Component class="javax.swing.JLabel" name="jLabel3">
109      <Properties>
110        <Property name="text" type="java.lang.String" value="Primary"/>
111      </Properties>
112    </Component>
113    <Component class="javax.swing.JComboBox" name="PrimaryDropdown">
114      <Properties>
115        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
116          <StringArray count="2">
117            <StringItem index="0" value="True"/>
118            <StringItem index="1" value="False"/>
119          </StringArray>
120        </Property>
121      </Properties>
122    </Component>
123    <Component class="javax.swing.JLabel" name="jLabel4">
124      <Properties>
125        <Property name="text" type="java.lang.String" value="Active"/>
126      </Properties>
127    </Component>
128    <Component class="javax.swing.JComboBox" name="ActiveDropdown">
129      <Properties>
130        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
131          <StringArray count="2">
132            <StringItem index="0" value="True"/>
133            <StringItem index="1" value="False"/>
134          </StringArray>
135        </Property>
136      </Properties>
137    </Component>
138    <Component class="javax.swing.JLabel" name="help">
139    </Component>
140  </SubComponents>
141</Form>
Note: See TracBrowser for help on using the repository browser.