Warning: Can't use blame annotator:
svn blame failed on src/event/editor/UnitPanel.form: ("Can't find a temporary directory: Internal error", 20014)

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

Revision 1, 7.7 KB checked in by bmcguffin, 9 years ago (diff)

2017/07/18: Uploaded entire prototype to SVN repo.

RevLine 
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="StatusDropdown" pref="475" max="32767" attributes="0"/>
32                          <Component id="txtUnitNumber" 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="ActiveDropdown" alignment="0" pref="475" max="32767" attributes="0"/>
43                          <Component id="PrimaryDropdown" 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="txtUnitNumber" 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="StatusDropdown" 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="PrimaryDropdown" 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="ActiveDropdown" 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="txtUnitNumber">
90      <Properties>
91        <Property name="text" type="java.lang.String" value="  -  "/>
92        <Property name="toolTipText" type="java.lang.String" value=""/>
93      </Properties>
94    </Component>
95    <Component class="javax.swing.JButton" name="removeButton">
96      <Properties>
97        <Property name="text" type="java.lang.String" value="Remove"/>
98      </Properties>
99      <Events>
100        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="removeThisProperty"/>
101      </Events>
102    </Component>
103    <Component class="javax.swing.JLabel" name="jLabel2">
104      <Properties>
105        <Property name="text" type="java.lang.String" value="Status"/>
106      </Properties>
107    </Component>
108    <Component class="javax.swing.JComboBox" name="StatusDropdown">
109      <Properties>
110        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
111          <StringArray count="3">
112            <StringItem index="0" value="1098"/>
113            <StringItem index="1" value="1097"/>
114            <StringItem index="2" value="ENRT"/>
115          </StringArray>
116        </Property>
117      </Properties>
118    </Component>
119    <Component class="javax.swing.JLabel" name="jLabel3">
120      <Properties>
121        <Property name="text" type="java.lang.String" value="Primary"/>
122      </Properties>
123    </Component>
124    <Component class="javax.swing.JComboBox" name="PrimaryDropdown">
125      <Properties>
126        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
127          <StringArray count="2">
128            <StringItem index="0" value="True"/>
129            <StringItem index="1" value="False"/>
130          </StringArray>
131        </Property>
132      </Properties>
133    </Component>
134    <Component class="javax.swing.JLabel" name="jLabel4">
135      <Properties>
136        <Property name="text" type="java.lang.String" value="Active"/>
137      </Properties>
138    </Component>
139    <Component class="javax.swing.JComboBox" name="ActiveDropdown">
140      <Properties>
141        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
142          <StringArray count="2">
143            <StringItem index="0" value="True"/>
144            <StringItem index="1" value="False"/>
145          </StringArray>
146        </Property>
147      </Properties>
148    </Component>
149    <Component class="javax.swing.JLabel" name="help">
150    </Component>
151  </SubComponents>
152</Form>
Note: See TracBrowser for help on using the repository browser.