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

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

Revision 92, 7.7 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.

RevLine 
1<?xml version="1.0" encoding="UTF-8" ?>
2
3<Form version="1.3" 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" alignment="0" attributes="0">
20              <EmptySpace max="-2" attributes="0"/>
21              <Group type="103" groupAlignment="0" attributes="0">
22                  <Group type="102" alignment="0" attributes="0">
23                      <EmptySpace min="-2" pref="6" max="-2" attributes="0"/>
24                      <Component id="addButton" min="-2" max="-2" attributes="0"/>
25                      <EmptySpace type="unrelated" max="-2" attributes="0"/>
26                      <Component id="deleteButton" min="-2" pref="178" max="-2" attributes="0"/>
27                      <EmptySpace min="-2" pref="293" max="-2" attributes="0"/>
28                  </Group>
29                  <Group type="102" attributes="0">
30                      <Group type="103" groupAlignment="0" attributes="0">
31                          <Component id="jScrollPane1" alignment="0" max="32767" attributes="0"/>
32                          <Group type="102" alignment="0" attributes="0">
33                              <Group type="103" groupAlignment="0" attributes="0">
34                                  <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/>
35                                  <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/>
36                                  <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
37                              </Group>
38                              <EmptySpace max="-2" attributes="0"/>
39                              <Group type="103" groupAlignment="0" attributes="0">
40                                  <Component id="TypeDropdown" alignment="0" max="32767" attributes="1"/>
41                                  <Component id="txtLocation" alignment="0" max="32767" attributes="0"/>
42                                  <Component id="txtID" alignment="0" max="32767" attributes="1"/>
43                              </Group>
44                          </Group>
45                      </Group>
46                      <EmptySpace max="-2" attributes="0"/>
47                  </Group>
48              </Group>
49          </Group>
50      </Group>
51    </DimensionLayout>
52    <DimensionLayout dim="1">
53      <Group type="103" groupAlignment="0" attributes="0">
54          <Group type="102" alignment="0" attributes="0">
55              <EmptySpace min="-2" pref="52" max="-2" attributes="0"/>
56              <Group type="103" groupAlignment="3" attributes="0">
57                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
58                  <Component id="txtID" alignment="3" min="-2" max="-2" attributes="0"/>
59              </Group>
60              <EmptySpace type="unrelated" max="-2" attributes="0"/>
61              <Group type="103" groupAlignment="3" attributes="0">
62                  <Component id="TypeDropdown" alignment="3" min="-2" max="-2" attributes="0"/>
63                  <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
64              </Group>
65              <EmptySpace type="unrelated" max="-2" attributes="0"/>
66              <Group type="103" groupAlignment="3" attributes="0">
67                  <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
68                  <Component id="txtLocation" alignment="3" min="-2" max="-2" attributes="0"/>
69              </Group>
70              <EmptySpace min="-2" pref="31" max="-2" attributes="0"/>
71              <Group type="103" groupAlignment="3" attributes="0">
72                  <Component id="deleteButton" alignment="3" min="-2" max="-2" attributes="0"/>
73                  <Component id="addButton" alignment="3" min="-2" max="-2" attributes="0"/>
74              </Group>
75              <EmptySpace max="-2" attributes="0"/>
76              <Component id="jScrollPane1" pref="191" max="32767" attributes="0"/>
77              <EmptySpace max="-2" attributes="0"/>
78          </Group>
79      </Group>
80    </DimensionLayout>
81  </Layout>
82  <SubComponents>
83    <Component class="javax.swing.JLabel" name="jLabel3">
84      <Properties>
85        <Property name="text" type="java.lang.String" value="Location"/>
86      </Properties>
87    </Component>
88    <Component class="javax.swing.JTextField" name="txtLocation">
89      <Properties>
90        <Property name="toolTipText" type="java.lang.String" value="Example: SB 55 @ WARNER AVE"/>
91      </Properties>
92    </Component>
93    <Component class="javax.swing.JLabel" name="jLabel2">
94      <Properties>
95        <Property name="text" type="java.lang.String" value="Type"/>
96      </Properties>
97    </Component>
98    <Component class="javax.swing.JComboBox" name="TypeDropdown">
99      <Properties>
100        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
101          <StringArray count="3">
102            <StringItem index="0" value="Update"/>
103            <StringItem index="1" value="New"/>
104            <StringItem index="2" value="Remove"/>
105          </StringArray>
106        </Property>
107      </Properties>
108    </Component>
109    <Component class="javax.swing.JFormattedTextField" name="txtID">
110      <Properties>
111        <Property name="toolTipText" type="java.lang.String" value="Example: 72"/>
112      </Properties>
113    </Component>
114    <Component class="javax.swing.JLabel" name="jLabel1">
115      <Properties>
116        <Property name="text" type="java.lang.String" value="CMS ID"/>
117      </Properties>
118    </Component>
119    <Component class="javax.swing.JButton" name="deleteButton">
120      <Properties>
121        <Property name="text" type="java.lang.String" value="Delete Selected Message"/>
122        <Property name="toolTipText" type="java.lang.String" value="Deletes the selected message from the table"/>
123      </Properties>
124    </Component>
125    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
126      <Properties>
127        <Property name="horizontalScrollBar" type="javax.swing.JScrollBar" editor="org.netbeans.modules.form.ComponentChooserEditor">
128          <ComponentRef name="null"/>
129        </Property>
130      </Properties>
131
132      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
133      <SubComponents>
134        <Component class="javax.swing.JTextArea" name="txtMessage">
135          <Properties>
136            <Property name="columns" type="int" value="20"/>
137            <Property name="rows" type="int" value="5"/>
138          </Properties>
139        </Component>
140      </SubComponents>
141    </Container>
142    <Component class="javax.swing.JButton" name="addButton">
143      <Properties>
144        <Property name="text" type="java.lang.String" value="Add Message"/>
145        <Property name="toolTipText" type="java.lang.String" value="Adds a message to the table"/>
146      </Properties>
147    </Component>
148  </SubComponents>
149</Form>
Note: See TracBrowser for help on using the repository browser.