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

Revision 6, 6.3 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.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" alignment="1" attributes="0">
20              <EmptySpace max="-2" attributes="0"/>
21              <Group type="103" groupAlignment="1" attributes="0">
22                  <Component id="removeButton" alignment="1" min="-2" max="-2" attributes="0"/>
23                  <Group type="102" alignment="0" attributes="0">
24                      <Group type="103" groupAlignment="0" attributes="0">
25                          <Component id="jLabel3" alignment="0" min="-2" max="-2" 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                      </Group>
29                      <EmptySpace min="-2" pref="15" max="-2" attributes="0"/>
30                      <Group type="103" groupAlignment="0" attributes="0">
31                          <Component id="jTextField2" alignment="1" pref="547" max="32767" attributes="0"/>
32                          <Component id="jTextField3" alignment="0" pref="547" max="32767" attributes="0"/>
33                          <Component id="jTextField1" alignment="1" pref="547" max="32767" attributes="0"/>
34                      </Group>
35                  </Group>
36                  <Group type="102" alignment="0" attributes="0">
37                      <Component id="jLabel4" min="-2" max="-2" attributes="0"/>
38                      <EmptySpace type="unrelated" max="-2" attributes="0"/>
39                      <Component id="jFormattedTextField1" pref="547" max="32767" attributes="0"/>
40                  </Group>
41              </Group>
42              <EmptySpace max="-2" attributes="0"/>
43          </Group>
44      </Group>
45    </DimensionLayout>
46    <DimensionLayout dim="1">
47      <Group type="103" groupAlignment="0" attributes="0">
48          <Group type="102" alignment="0" attributes="0">
49              <EmptySpace max="-2" attributes="0"/>
50              <Component id="removeButton" min="-2" max="-2" attributes="0"/>
51              <EmptySpace type="unrelated" max="-2" attributes="0"/>
52              <Group type="103" groupAlignment="3" attributes="0">
53                  <Component id="jTextField1" alignment="3" min="-2" max="-2" attributes="0"/>
54                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
55              </Group>
56              <EmptySpace max="-2" attributes="0"/>
57              <Group type="103" groupAlignment="3" attributes="0">
58                  <Component id="jTextField2" alignment="3" min="-2" max="-2" attributes="0"/>
59                  <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
60              </Group>
61              <EmptySpace max="-2" attributes="0"/>
62              <Group type="103" groupAlignment="3" attributes="0">
63                  <Component id="jTextField3" alignment="3" min="-2" max="-2" attributes="0"/>
64                  <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
65              </Group>
66              <EmptySpace max="-2" attributes="0"/>
67              <Group type="103" groupAlignment="3" attributes="0">
68                  <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
69                  <Component id="jFormattedTextField1" alignment="3" min="-2" max="-2" attributes="0"/>
70              </Group>
71              <EmptySpace pref="168" max="32767" 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      </Events>
84    </Component>
85    <Component class="javax.swing.JLabel" name="jLabel1">
86      <Properties>
87        <Property name="text" type="java.lang.String" value="First Name"/>
88      </Properties>
89    </Component>
90    <Component class="javax.swing.JTextField" name="jTextField1">
91    </Component>
92    <Component class="javax.swing.JLabel" name="jLabel2">
93      <Properties>
94        <Property name="text" type="java.lang.String" value="Last Name"/>
95      </Properties>
96    </Component>
97    <Component class="javax.swing.JTextField" name="jTextField2">
98    </Component>
99    <Component class="javax.swing.JLabel" name="jLabel3">
100      <Properties>
101        <Property name="text" type="java.lang.String" value="Street Address"/>
102      </Properties>
103    </Component>
104    <Component class="javax.swing.JTextField" name="jTextField3">
105    </Component>
106    <Component class="javax.swing.JLabel" name="jLabel4">
107      <Properties>
108        <Property name="text" type="java.lang.String" value="Phone Number"/>
109      </Properties>
110    </Component>
111    <Component class="javax.swing.JFormattedTextField" name="jFormattedTextField1">
112      <Properties>
113        <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor">
114          <Format format="(###)###-####" subtype="-1" type="0"/>
115        </Property>
116      </Properties>
117    </Component>
118  </SubComponents>
119</Form>
Note: See TracBrowser for help on using the repository browser.