source: tmcsimulator/branches/SVNtutorial/PizzaOrderIntl/src/pizzaorder/GUI.form @ 481

Revision 481, 14.7 KB checked in by jdalbey, 7 years ago (diff)

Add SVNtutorial branch

Line 
1<?xml version="1.1" encoding="UTF-8" ?>
2
3<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
4  <NonVisualComponents>
5    <Menu class="javax.swing.JMenuBar" name="menubar">
6      <SubComponents>
7        <Menu class="javax.swing.JMenu" name="mnuFile">
8          <Properties>
9            <Property name="text" type="java.lang.String" value="File"/>
10          </Properties>
11          <SubComponents>
12            <MenuItem class="javax.swing.JMenuItem" name="mnuExit">
13              <Properties>
14                <Property name="text" type="java.lang.String" value="Exit"/>
15              </Properties>
16              <Events>
17                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mnuExitActionPerformed"/>
18              </Events>
19            </MenuItem>
20          </SubComponents>
21        </Menu>
22        <Menu class="javax.swing.JMenu" name="mnuHelp">
23          <Properties>
24            <Property name="text" type="java.lang.String" value="Help"/>
25          </Properties>
26          <SubComponents>
27            <MenuItem class="javax.swing.JMenuItem" name="mnuCredits">
28              <Properties>
29                <Property name="text" type="java.lang.String" value="Credits"/>
30              </Properties>
31              <Events>
32                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mnuCreditsActionPerformed"/>
33              </Events>
34            </MenuItem>
35          </SubComponents>
36        </Menu>
37      </SubComponents>
38    </Menu>
39  </NonVisualComponents>
40  <Properties>
41    <Property name="defaultCloseOperation" type="int" value="3"/>
42    <Property name="title" type="java.lang.String" value="Pizza Order International"/>
43  </Properties>
44  <SyntheticProperties>
45    <SyntheticProperty name="menuBar" type="java.lang.String" value="menubar"/>
46    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
47  </SyntheticProperties>
48  <AuxValues>
49    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
50    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
51    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
52    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
53    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
54    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
55    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
56    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
57    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
58  </AuxValues>
59
60  <Layout>
61    <DimensionLayout dim="0">
62      <Group type="103" groupAlignment="0" attributes="0">
63          <Group type="102" alignment="0" attributes="0">
64              <EmptySpace max="-2" attributes="0"/>
65              <Component id="jPanel1" max="32767" attributes="0"/>
66              <EmptySpace max="-2" attributes="0"/>
67          </Group>
68      </Group>
69    </DimensionLayout>
70    <DimensionLayout dim="1">
71      <Group type="103" groupAlignment="0" attributes="0">
72          <Group type="102" alignment="0" attributes="0">
73              <EmptySpace max="-2" attributes="0"/>
74              <Component id="jPanel1" max="32767" attributes="0"/>
75              <EmptySpace max="-2" attributes="0"/>
76          </Group>
77      </Group>
78    </DimensionLayout>
79  </Layout>
80  <SubComponents>
81    <Container class="javax.swing.JPanel" name="jPanel1">
82
83      <Layout>
84        <DimensionLayout dim="0">
85          <Group type="103" groupAlignment="0" attributes="0">
86              <Component id="jPanel3" max="32767" attributes="0"/>
87              <Group type="102" attributes="0">
88                  <Group type="103" groupAlignment="0" attributes="0">
89                      <Component id="jPanel2" max="32767" attributes="0"/>
90                      <Group type="102" alignment="0" attributes="0">
91                          <EmptySpace max="-2" attributes="0"/>
92                          <Component id="jPanel4" max="32767" attributes="0"/>
93                      </Group>
94                  </Group>
95                  <EmptySpace max="-2" attributes="0"/>
96              </Group>
97          </Group>
98        </DimensionLayout>
99        <DimensionLayout dim="1">
100          <Group type="103" groupAlignment="0" attributes="0">
101              <Group type="102" alignment="0" attributes="0">
102                  <Component id="jPanel2" min="-2" max="-2" attributes="0"/>
103                  <EmptySpace max="-2" attributes="0"/>
104                  <Component id="jPanel3" min="-2" max="-2" attributes="0"/>
105                  <EmptySpace max="-2" attributes="0"/>
106                  <Component id="jPanel4" min="-2" max="-2" attributes="0"/>
107                  <EmptySpace min="0" pref="21" max="32767" attributes="0"/>
108              </Group>
109          </Group>
110        </DimensionLayout>
111      </Layout>
112      <SubComponents>
113        <Container class="javax.swing.JPanel" name="jPanel2">
114
115          <Layout>
116            <DimensionLayout dim="0">
117              <Group type="103" groupAlignment="0" attributes="0">
118                  <Group type="102" alignment="0" attributes="0">
119                      <EmptySpace max="-2" attributes="0"/>
120                      <Component id="lblLocale" min="-2" max="-2" attributes="0"/>
121                      <EmptySpace type="separate" max="-2" attributes="0"/>
122                      <Component id="comboLocale" min="-2" pref="262" max="-2" attributes="0"/>
123                      <EmptySpace pref="37" max="32767" attributes="0"/>
124                  </Group>
125              </Group>
126            </DimensionLayout>
127            <DimensionLayout dim="1">
128              <Group type="103" groupAlignment="0" attributes="0">
129                  <Group type="102" alignment="0" attributes="0">
130                      <EmptySpace max="-2" attributes="0"/>
131                      <Group type="103" groupAlignment="3" attributes="0">
132                          <Component id="lblLocale" alignment="3" min="-2" max="-2" attributes="0"/>
133                          <Component id="comboLocale" alignment="3" min="-2" max="-2" attributes="0"/>
134                      </Group>
135                      <EmptySpace pref="16" max="32767" attributes="0"/>
136                  </Group>
137              </Group>
138            </DimensionLayout>
139          </Layout>
140          <SubComponents>
141            <Component class="javax.swing.JLabel" name="lblLocale">
142              <Properties>
143                <Property name="text" type="java.lang.String" value="Select Locale"/>
144              </Properties>
145            </Component>
146            <Component class="javax.swing.JComboBox" name="comboLocale">
147              <Properties>
148                <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
149                  <StringArray count="0"/>
150                </Property>
151              </Properties>
152              <Events>
153                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="comboLocaleActionPerformed"/>
154              </Events>
155            </Component>
156          </SubComponents>
157        </Container>
158        <Container class="javax.swing.JPanel" name="jPanel3">
159          <Properties>
160            <Property name="background" type="java.awt.Color" editor="com.sun.beans.editors.ColorEditor">
161              <SerializedValue value="-84,-19,0,5,115,114,0,14,106,97,118,97,46,97,119,116,46,67,111,108,111,114,1,-91,23,-125,16,-113,51,117,2,0,5,70,0,6,102,97,108,112,104,97,73,0,5,118,97,108,117,101,76,0,2,99,115,116,0,27,76,106,97,118,97,47,97,119,116,47,99,111,108,111,114,47,67,111,108,111,114,83,112,97,99,101,59,91,0,9,102,114,103,98,118,97,108,117,101,116,0,2,91,70,91,0,6,102,118,97,108,117,101,113,0,126,0,2,120,112,0,0,0,0,-1,-52,-52,-1,112,112,112"/>
162            </Property>
163          </Properties>
164
165          <Layout>
166            <DimensionLayout dim="0">
167              <Group type="103" groupAlignment="0" attributes="0">
168                  <Group type="102" attributes="0">
169                      <EmptySpace max="-2" attributes="0"/>
170                      <Group type="103" groupAlignment="0" attributes="0">
171                          <Group type="102" alignment="0" attributes="0">
172                              <Component id="lblToppings" min="-2" max="-2" attributes="0"/>
173                              <EmptySpace pref="303" max="32767" attributes="0"/>
174                          </Group>
175                          <Group type="102" alignment="1" attributes="0">
176                              <Group type="103" groupAlignment="0" attributes="0">
177                                  <Component id="jCheckBox2" alignment="0" min="-2" max="-2" attributes="0"/>
178                                  <Component id="jCheckBox1" alignment="0" min="-2" max="-2" attributes="0"/>
179                                  <Component id="jCheckBox3" alignment="0" min="-2" max="-2" attributes="0"/>
180                              </Group>
181                              <EmptySpace pref="143" max="32767" attributes="0"/>
182                              <Group type="103" groupAlignment="1" max="-2" attributes="0">
183                                  <Component id="jCheckBox6" alignment="0" max="32767" attributes="1"/>
184                                  <Component id="jCheckBox4" alignment="0" max="32767" attributes="1"/>
185                                  <Component id="jCheckBox5" alignment="0" max="32767" attributes="1"/>
186                              </Group>
187                              <EmptySpace min="-2" pref="70" max="-2" attributes="0"/>
188                          </Group>
189                      </Group>
190                  </Group>
191              </Group>
192            </DimensionLayout>
193            <DimensionLayout dim="1">
194              <Group type="103" groupAlignment="0" attributes="0">
195                  <Group type="102" alignment="0" attributes="0">
196                      <Component id="lblToppings" min="-2" max="-2" attributes="0"/>
197                      <EmptySpace type="unrelated" max="-2" attributes="0"/>
198                      <Group type="103" groupAlignment="3" attributes="0">
199                          <Component id="jCheckBox1" alignment="3" min="-2" max="-2" attributes="0"/>
200                          <Component id="jCheckBox4" alignment="3" min="-2" max="-2" attributes="0"/>
201                      </Group>
202                      <EmptySpace max="-2" attributes="0"/>
203                      <Group type="103" groupAlignment="3" attributes="0">
204                          <Component id="jCheckBox2" alignment="3" min="-2" max="-2" attributes="0"/>
205                          <Component id="jCheckBox5" alignment="3" min="-2" max="-2" attributes="0"/>
206                      </Group>
207                      <EmptySpace max="-2" attributes="0"/>
208                      <Group type="103" groupAlignment="3" attributes="0">
209                          <Component id="jCheckBox3" alignment="3" min="-2" max="-2" attributes="0"/>
210                          <Component id="jCheckBox6" alignment="3" min="-2" max="-2" attributes="0"/>
211                      </Group>
212                      <EmptySpace min="0" pref="42" max="32767" attributes="0"/>
213                  </Group>
214              </Group>
215            </DimensionLayout>
216          </Layout>
217          <SubComponents>
218            <Component class="javax.swing.JLabel" name="lblToppings">
219              <Properties>
220                <Property name="text" type="java.lang.String" value="Desired toppings"/>
221              </Properties>
222            </Component>
223            <Component class="javax.swing.JCheckBox" name="jCheckBox1">
224              <Properties>
225                <Property name="text" type="java.lang.String" value="Onions"/>
226              </Properties>
227            </Component>
228            <Component class="javax.swing.JCheckBox" name="jCheckBox2">
229              <Properties>
230                <Property name="text" type="java.lang.String" value="Mushrooms"/>
231              </Properties>
232            </Component>
233            <Component class="javax.swing.JCheckBox" name="jCheckBox3">
234              <Properties>
235                <Property name="text" type="java.lang.String" value="Peppers"/>
236              </Properties>
237            </Component>
238            <Component class="javax.swing.JCheckBox" name="jCheckBox4">
239              <Properties>
240                <Property name="text" type="java.lang.String" value="Olives"/>
241              </Properties>
242            </Component>
243            <Component class="javax.swing.JCheckBox" name="jCheckBox5">
244              <Properties>
245                <Property name="text" type="java.lang.String" value="Tomatoes"/>
246              </Properties>
247            </Component>
248            <Component class="javax.swing.JCheckBox" name="jCheckBox6">
249              <Properties>
250                <Property name="text" type="java.lang.String" value="Pepperoni"/>
251              </Properties>
252            </Component>
253          </SubComponents>
254        </Container>
255        <Container class="javax.swing.JPanel" name="jPanel4">
256
257          <Layout>
258            <DimensionLayout dim="0">
259              <Group type="103" groupAlignment="0" attributes="0">
260                  <Group type="102" alignment="1" attributes="0">
261                      <EmptySpace pref="280" max="32767" attributes="0"/>
262                      <Component id="btnSubmit" min="-2" max="-2" attributes="0"/>
263                      <EmptySpace min="-2" pref="22" max="-2" attributes="0"/>
264                  </Group>
265              </Group>
266            </DimensionLayout>
267            <DimensionLayout dim="1">
268              <Group type="103" groupAlignment="0" attributes="0">
269                  <Group type="102" alignment="1" attributes="0">
270                      <EmptySpace max="32767" attributes="0"/>
271                      <Component id="btnSubmit" min="-2" max="-2" attributes="0"/>
272                      <EmptySpace max="-2" attributes="0"/>
273                  </Group>
274              </Group>
275            </DimensionLayout>
276          </Layout>
277          <SubComponents>
278            <Component class="javax.swing.JButton" name="btnSubmit">
279              <Properties>
280                <Property name="text" type="java.lang.String" value="Submit Order"/>
281              </Properties>
282              <Events>
283                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnSubmitActionPerformed"/>
284              </Events>
285            </Component>
286          </SubComponents>
287        </Container>
288      </SubComponents>
289    </Container>
290  </SubComponents>
291</Form>
Note: See TracBrowser for help on using the repository browser.