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

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