source: tmcsimulator-scriptbuilder/branches/ScriptBuilder4/src/event/editor/UnitPanel.form @ 6

Revision 6, 7.9 KB checked in by jdalbey, 9 years ago (diff)

Add original prototype to branch

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="removeButton" alignment="1" min="-2" max="-2" attributes="0"/>
23                  <Component id="help" alignment="1" pref="565" max="32767" attributes="0"/>
24                  <Group type="102" alignment="0" attributes="0">
25                      <Group type="103" groupAlignment="0" attributes="0">
26                          <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/>
27                          <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
28                      </Group>
29                      <EmptySpace max="-2" attributes="0"/>
30                      <Group type="103" groupAlignment="0" attributes="0">
31                          <Component id="jComboBox1" pref="475" max="32767" attributes="0"/>
32                          <Component id="unitNumber" alignment="0" pref="475" max="32767" attributes="0"/>
33                      </Group>
34                  </Group>
35                  <Group type="102" alignment="0" attributes="0">
36                      <Group type="103" groupAlignment="0" attributes="0">
37                          <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/>
38                          <Component id="jLabel4" alignment="0" min="-2" max="-2" attributes="0"/>
39                      </Group>
40                      <EmptySpace min="-2" pref="43" max="-2" attributes="0"/>
41                      <Group type="103" groupAlignment="0" attributes="0">
42                          <Component id="jComboBox3" alignment="0" pref="475" max="32767" attributes="0"/>
43                          <Component id="jComboBox2" alignment="0" pref="475" max="32767" attributes="0"/>
44                      </Group>
45                  </Group>
46              </Group>
47              <EmptySpace max="-2" attributes="0"/>
48          </Group>
49      </Group>
50    </DimensionLayout>
51    <DimensionLayout dim="1">
52      <Group type="103" groupAlignment="0" attributes="0">
53          <Group type="102" alignment="0" attributes="0">
54              <EmptySpace max="-2" attributes="0"/>
55              <Component id="removeButton" min="-2" max="-2" attributes="0"/>
56              <EmptySpace type="unrelated" max="-2" attributes="0"/>
57              <Group type="103" groupAlignment="3" attributes="0">
58                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
59                  <Component id="unitNumber" alignment="3" min="-2" max="-2" attributes="0"/>
60              </Group>
61              <EmptySpace type="unrelated" max="-2" attributes="0"/>
62              <Group type="103" groupAlignment="3" attributes="0">
63                  <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
64                  <Component id="jComboBox1" alignment="3" min="-2" max="-2" attributes="0"/>
65              </Group>
66              <EmptySpace max="-2" attributes="0"/>
67              <Group type="103" groupAlignment="3" attributes="0">
68                  <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
69                  <Component id="jComboBox2" alignment="3" min="-2" max="-2" attributes="0"/>
70              </Group>
71              <EmptySpace max="-2" attributes="0"/>
72              <Group type="103" groupAlignment="3" attributes="0">
73                  <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
74                  <Component id="jComboBox3" alignment="3" min="-2" max="-2" attributes="0"/>
75              </Group>
76              <EmptySpace pref="128" max="32767" attributes="0"/>
77              <Component id="help" min="-2" pref="20" max="-2" attributes="0"/>
78              <EmptySpace max="-2" attributes="0"/>
79          </Group>
80      </Group>
81    </DimensionLayout>
82  </Layout>
83  <SubComponents>
84    <Component class="javax.swing.JLabel" name="jLabel1">
85      <Properties>
86        <Property name="text" type="java.lang.String" value="Unit Number"/>
87      </Properties>
88    </Component>
89    <Component class="javax.swing.JFormattedTextField" name="unitNumber">
90      <Properties>
91        <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) {&#xa;ex.printStackTrace();&#xa;}">
92          <Format format="#-#" subtype="-1" type="5"/>
93        </Property>
94      </Properties>
95    </Component>
96    <Component class="javax.swing.JButton" name="removeButton">
97      <Properties>
98        <Property name="text" type="java.lang.String" value="Remove"/>
99      </Properties>
100      <Events>
101        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="removeThisProperty"/>
102      </Events>
103    </Component>
104    <Component class="javax.swing.JLabel" name="jLabel2">
105      <Properties>
106        <Property name="text" type="java.lang.String" value="Status"/>
107      </Properties>
108    </Component>
109    <Component class="javax.swing.JComboBox" name="jComboBox1">
110      <Properties>
111        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
112          <StringArray count="3">
113            <StringItem index="0" value="1098"/>
114            <StringItem index="1" value="1097"/>
115            <StringItem index="2" value="ENRT"/>
116          </StringArray>
117        </Property>
118      </Properties>
119    </Component>
120    <Component class="javax.swing.JLabel" name="jLabel3">
121      <Properties>
122        <Property name="text" type="java.lang.String" value="Primary"/>
123      </Properties>
124    </Component>
125    <Component class="javax.swing.JComboBox" name="jComboBox2">
126      <Properties>
127        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
128          <StringArray count="2">
129            <StringItem index="0" value="True"/>
130            <StringItem index="1" value="False"/>
131          </StringArray>
132        </Property>
133      </Properties>
134    </Component>
135    <Component class="javax.swing.JLabel" name="jLabel4">
136      <Properties>
137        <Property name="text" type="java.lang.String" value="Active"/>
138      </Properties>
139    </Component>
140    <Component class="javax.swing.JComboBox" name="jComboBox3">
141      <Properties>
142        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
143          <StringArray count="2">
144            <StringItem index="0" value="True"/>
145            <StringItem index="1" value="False"/>
146          </StringArray>
147        </Property>
148      </Properties>
149    </Component>
150    <Component class="javax.swing.JLabel" name="help">
151    </Component>
152  </SubComponents>
153</Form>
Note: See TracBrowser for help on using the repository browser.