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

Revision 92, 5.2 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="540" 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                          <Component id="jLabel3" 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="txtIDField" alignment="0" pref="487" max="32767" attributes="0"/>
32                          <Component id="txtDirField" alignment="0" pref="487" max="32767" attributes="0"/>
33                          <Component id="txtToggleField" alignment="0" pref="487" max="32767" attributes="0"/>
34                      </Group>
35                  </Group>
36              </Group>
37              <EmptySpace max="-2" attributes="0"/>
38          </Group>
39      </Group>
40    </DimensionLayout>
41    <DimensionLayout dim="1">
42      <Group type="103" groupAlignment="0" attributes="0">
43          <Group type="102" alignment="0" attributes="0">
44              <EmptySpace min="-2" pref="47" max="-2" attributes="0"/>
45              <Group type="103" groupAlignment="3" attributes="0">
46                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
47                  <Component id="txtIDField" alignment="3" min="-2" max="-2" attributes="0"/>
48              </Group>
49              <EmptySpace max="-2" attributes="0"/>
50              <Group type="103" groupAlignment="3" attributes="0">
51                  <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
52                  <Component id="txtDirField" alignment="3" min="-2" max="-2" attributes="0"/>
53              </Group>
54              <EmptySpace max="-2" attributes="0"/>
55              <Group type="103" groupAlignment="3" attributes="0">
56                  <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
57                  <Component id="txtToggleField" alignment="3" min="-2" max="-2" attributes="0"/>
58              </Group>
59              <EmptySpace min="-2" pref="48" max="-2" attributes="0"/>
60              <Component id="help" pref="13" max="32767" attributes="0"/>
61              <EmptySpace max="-2" attributes="0"/>
62          </Group>
63      </Group>
64    </DimensionLayout>
65  </Layout>
66  <SubComponents>
67    <Component class="javax.swing.JLabel" name="jLabel1">
68      <Properties>
69        <Property name="text" type="java.lang.String" value="ID"/>
70      </Properties>
71    </Component>
72    <Component class="javax.swing.JFormattedTextField" name="txtDirField">
73      <Properties>
74        <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor">
75          <Format subtype="0" type="0"/>
76        </Property>
77      </Properties>
78    </Component>
79    <Component class="javax.swing.JLabel" name="jLabel3">
80      <Properties>
81        <Property name="text" type="java.lang.String" value="Toggle"/>
82      </Properties>
83    </Component>
84    <Component class="javax.swing.JTextField" name="txtIDField">
85    </Component>
86    <Component class="javax.swing.JLabel" name="jLabel2">
87      <Properties>
88        <Property name="text" type="java.lang.String" value="Dir"/>
89      </Properties>
90    </Component>
91    <Component class="javax.swing.JFormattedTextField" name="txtToggleField">
92      <Properties>
93        <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor">
94          <Format subtype="0" type="0"/>
95        </Property>
96      </Properties>
97    </Component>
98    <Component class="javax.swing.JLabel" name="help">
99    </Component>
100  </SubComponents>
101</Form>
Note: See TracBrowser for help on using the repository browser.