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

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

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

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" pref="543" max="32767" attributes="0"/>
23                  <Component id="removeButton" alignment="1" min="-2" max="-2" 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                          <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/>
29                          <Component id="jLabel4" alignment="0" min="-2" max="-2" attributes="0"/>
30                      </Group>
31                      <EmptySpace max="-2" attributes="0"/>
32                      <Group type="103" groupAlignment="0" attributes="0">
33                          <Component id="txtBeat" alignment="0" pref="396" max="32767" attributes="0"/>
34                          <Component id="txtCompany" alignment="0" pref="396" max="32767" attributes="0"/>
35                          <Component id="txtConfirmationNumber" alignment="0" pref="396" max="32767" attributes="0"/>
36                          <Component id="txtPublicNumber" alignment="0" pref="396" max="32767" attributes="0"/>
37                      </Group>
38                  </Group>
39              </Group>
40              <EmptySpace max="-2" attributes="0"/>
41          </Group>
42      </Group>
43    </DimensionLayout>
44    <DimensionLayout dim="1">
45      <Group type="103" groupAlignment="0" attributes="0">
46          <Group type="102" alignment="1" attributes="0">
47              <EmptySpace max="-2" attributes="0"/>
48              <Component id="removeButton" min="-2" max="-2" attributes="0"/>
49              <EmptySpace type="unrelated" max="-2" attributes="0"/>
50              <Group type="103" groupAlignment="3" attributes="0">
51                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
52                  <Component id="txtCompany" 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="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
57                  <Component id="txtConfirmationNumber" alignment="3" min="-2" max="-2" attributes="0"/>
58              </Group>
59              <EmptySpace max="-2" attributes="0"/>
60              <Group type="103" groupAlignment="3" attributes="0">
61                  <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
62                  <Component id="txtPublicNumber" alignment="3" min="-2" max="-2" attributes="0"/>
63              </Group>
64              <EmptySpace max="-2" attributes="0"/>
65              <Group type="103" groupAlignment="3" attributes="0">
66                  <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
67                  <Component id="txtBeat" alignment="3" min="-2" max="-2" attributes="0"/>
68              </Group>
69              <EmptySpace pref="72" max="32767" attributes="0"/>
70              <Component id="help" min="-2" pref="20" max="-2" attributes="0"/>
71              <EmptySpace max="-2" attributes="0"/>
72          </Group>
73      </Group>
74    </DimensionLayout>
75  </Layout>
76  <SubComponents>
77    <Component class="javax.swing.JButton" name="removeButton">
78      <Properties>
79        <Property name="text" type="java.lang.String" value="Remove"/>
80      </Properties>
81      <Events>
82        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="removeThisProperty"/>
83        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="removeButtonActionPerformed"/>
84      </Events>
85    </Component>
86    <Component class="javax.swing.JLabel" name="jLabel1">
87      <Properties>
88        <Property name="text" type="java.lang.String" value="Company"/>
89      </Properties>
90    </Component>
91    <Component class="javax.swing.JTextField" name="txtCompany">
92    </Component>
93    <Component class="javax.swing.JLabel" name="jLabel2">
94      <Properties>
95        <Property name="text" type="java.lang.String" value="Confirmation Number"/>
96      </Properties>
97    </Component>
98    <Component class="javax.swing.JFormattedTextField" name="txtConfirmationNumber">
99      <Properties>
100        <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) {&#xa;ex.printStackTrace();&#xa;}">
101          <Format format="(###)###-####" subtype="-1" type="5"/>
102        </Property>
103      </Properties>
104    </Component>
105    <Component class="javax.swing.JLabel" name="jLabel3">
106      <Properties>
107        <Property name="text" type="java.lang.String" value="Public Number"/>
108      </Properties>
109    </Component>
110    <Component class="javax.swing.JFormattedTextField" name="txtPublicNumber">
111      <Properties>
112        <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) {&#xa;ex.printStackTrace();&#xa;}">
113          <Format format="(###)###-####" subtype="-1" type="5"/>
114        </Property>
115      </Properties>
116    </Component>
117    <Component class="javax.swing.JLabel" name="jLabel4">
118      <Properties>
119        <Property name="text" type="java.lang.String" value="Beat"/>
120      </Properties>
121    </Component>
122    <Component class="javax.swing.JTextField" name="txtBeat">
123    </Component>
124    <Component class="javax.swing.JLabel" name="help">
125    </Component>
126  </SubComponents>
127</Form>
Note: See TracBrowser for help on using the repository browser.