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

Revision 145, 8.2 KB checked in by sdanthin, 6 years ago (diff)

Move from Git to Svn (LARGE COMMIT)

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="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/>
26                          <Component id="jLabel4" alignment="0" min="-2" max="-2" attributes="0"/>
27                      </Group>
28                      <EmptySpace min="-2" pref="43" max="-2" attributes="0"/>
29                      <Group type="103" groupAlignment="0" attributes="0">
30                          <Component id="ActiveDropdown" alignment="0" pref="475" max="32767" attributes="0"/>
31                          <Component id="PrimaryDropdown" 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="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
37                          <Component id="jLabel5" alignment="0" min="-2" max="-2" attributes="0"/>
38                      </Group>
39                      <EmptySpace min="-2" pref="54" max="-2" attributes="0"/>
40                      <Group type="103" groupAlignment="0" attributes="0">
41                          <Group type="102" attributes="0">
42                              <Component id="StatusDropdown" pref="419" max="32767" attributes="0"/>
43                              <EmptySpace min="-2" pref="57" max="-2" attributes="0"/>
44                          </Group>
45                          <Group type="102" alignment="0" attributes="0">
46                              <Component id="unitSelector" min="-2" max="-2" attributes="0"/>
47                              <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
48                          </Group>
49                      </Group>
50                  </Group>
51              </Group>
52              <EmptySpace max="-2" attributes="0"/>
53          </Group>
54      </Group>
55    </DimensionLayout>
56    <DimensionLayout dim="1">
57      <Group type="103" groupAlignment="0" attributes="0">
58          <Group type="102" alignment="0" attributes="0">
59              <EmptySpace min="-2" pref="82" max="-2" attributes="0"/>
60              <Group type="103" groupAlignment="3" attributes="0">
61                  <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/>
62                  <Component id="unitSelector" alignment="3" min="-2" max="-2" attributes="0"/>
63              </Group>
64              <EmptySpace max="-2" attributes="0"/>
65              <Group type="103" groupAlignment="3" attributes="0">
66                  <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
67                  <Component id="StatusDropdown" alignment="3" min="-2" max="-2" attributes="0"/>
68              </Group>
69              <EmptySpace max="-2" attributes="0"/>
70              <Group type="103" groupAlignment="3" attributes="0">
71                  <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
72                  <Component id="PrimaryDropdown" alignment="3" min="-2" max="-2" attributes="0"/>
73              </Group>
74              <EmptySpace max="-2" attributes="0"/>
75              <Group type="103" groupAlignment="3" attributes="0">
76                  <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
77                  <Component id="ActiveDropdown" alignment="3" min="-2" max="-2" attributes="0"/>
78              </Group>
79              <EmptySpace pref="100" max="32767" attributes="0"/>
80              <Component id="help" min="-2" pref="20" max="-2" attributes="0"/>
81              <EmptySpace max="-2" attributes="0"/>
82          </Group>
83      </Group>
84    </DimensionLayout>
85  </Layout>
86  <SubComponents>
87    <Component class="javax.swing.JLabel" name="jLabel2">
88      <Properties>
89        <Property name="text" type="java.lang.String" value="Status"/>
90      </Properties>
91    </Component>
92    <Component class="javax.swing.JComboBox" name="StatusDropdown">
93      <Properties>
94        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
95          <StringArray count="3">
96            <StringItem index="0" value="1098"/>
97            <StringItem index="1" value="1097"/>
98            <StringItem index="2" value="ENRT"/>
99          </StringArray>
100        </Property>
101      </Properties>
102    </Component>
103    <Component class="javax.swing.JLabel" name="jLabel3">
104      <Properties>
105        <Property name="text" type="java.lang.String" value="Primary"/>
106      </Properties>
107    </Component>
108    <Component class="javax.swing.JComboBox" name="PrimaryDropdown">
109      <Properties>
110        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
111          <StringArray count="2">
112            <StringItem index="0" value="True"/>
113            <StringItem index="1" value="False"/>
114          </StringArray>
115        </Property>
116      </Properties>
117    </Component>
118    <Component class="javax.swing.JLabel" name="jLabel4">
119      <Properties>
120        <Property name="text" type="java.lang.String" value="Active"/>
121      </Properties>
122    </Component>
123    <Component class="javax.swing.JComboBox" name="ActiveDropdown">
124      <Properties>
125        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
126          <StringArray count="2">
127            <StringItem index="0" value="True"/>
128            <StringItem index="1" value="False"/>
129          </StringArray>
130        </Property>
131      </Properties>
132    </Component>
133    <Component class="javax.swing.JLabel" name="help">
134    </Component>
135    <Component class="javax.swing.JLabel" name="jLabel5">
136      <Properties>
137        <Property name="text" type="java.lang.String" value="Unit"/>
138      </Properties>
139    </Component>
140    <Component class="javax.swing.JComboBox" name="unitSelector">
141      <Properties>
142        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
143          <StringArray count="0"/>
144        </Property>
145      </Properties>
146      <Events>
147        <EventHandler event="ancestorAdded" listener="javax.swing.event.AncestorListener" parameters="javax.swing.event.AncestorEvent" handler="unitSelectorAncestorAdded"/>
148        <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="unitSelectorMouseEntered"/>
149        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="unitSelectorActionPerformed"/>
150      </Events>
151      <AuxValues>
152        <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/>
153      </AuxValues>
154    </Component>
155  </SubComponents>
156</Form>
Note: See TracBrowser for help on using the repository browser.