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

Revision 6, 6.0 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" attributes="0">
20              <EmptySpace max="-2" attributes="0"/>
21              <Group type="103" groupAlignment="0" attributes="0">
22                  <Component id="help" alignment="1" pref="540" 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                      </Group>
30                      <EmptySpace max="-2" attributes="0"/>
31                      <Group type="103" groupAlignment="0" attributes="0">
32                          <Component id="jTextField1" alignment="0" pref="487" max="32767" attributes="0"/>
33                          <Component id="dir" alignment="0" pref="487" max="32767" attributes="0"/>
34                          <Component id="toggle" alignment="0" pref="487" max="32767" attributes="0"/>
35                      </Group>
36                  </Group>
37              </Group>
38              <EmptySpace max="-2" attributes="0"/>
39          </Group>
40      </Group>
41    </DimensionLayout>
42    <DimensionLayout dim="1">
43      <Group type="103" groupAlignment="0" attributes="0">
44          <Group type="102" alignment="0" attributes="0">
45              <EmptySpace max="-2" attributes="0"/>
46              <Component id="removeButton" min="-2" max="-2" attributes="0"/>
47              <EmptySpace type="unrelated" max="-2" attributes="0"/>
48              <Group type="103" groupAlignment="3" attributes="0">
49                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
50                  <Component id="jTextField1" alignment="3" min="-2" max="-2" attributes="0"/>
51              </Group>
52              <EmptySpace max="-2" attributes="0"/>
53              <Group type="103" groupAlignment="3" attributes="0">
54                  <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
55                  <Component id="dir" alignment="3" min="-2" max="-2" attributes="0"/>
56              </Group>
57              <EmptySpace max="-2" attributes="0"/>
58              <Group type="103" groupAlignment="3" attributes="0">
59                  <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
60                  <Component id="toggle" alignment="3" min="-2" max="-2" attributes="0"/>
61              </Group>
62              <EmptySpace min="-2" pref="48" max="-2" attributes="0"/>
63              <Component id="help" pref="13" max="32767" attributes="0"/>
64              <EmptySpace max="-2" attributes="0"/>
65          </Group>
66      </Group>
67    </DimensionLayout>
68  </Layout>
69  <SubComponents>
70    <Component class="javax.swing.JButton" name="removeButton">
71      <Properties>
72        <Property name="text" type="java.lang.String" value="Remove"/>
73      </Properties>
74      <Events>
75        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="removeButtonremoveThisProperty"/>
76        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="removeButtonActionPerformed"/>
77      </Events>
78    </Component>
79    <Component class="javax.swing.JLabel" name="jLabel1">
80      <Properties>
81        <Property name="text" type="java.lang.String" value="ID"/>
82      </Properties>
83    </Component>
84    <Component class="javax.swing.JFormattedTextField" name="dir">
85      <Properties>
86        <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor">
87          <Format subtype="0" type="0"/>
88        </Property>
89      </Properties>
90    </Component>
91    <Component class="javax.swing.JLabel" name="jLabel3">
92      <Properties>
93        <Property name="text" type="java.lang.String" value="Toggle"/>
94      </Properties>
95    </Component>
96    <Component class="javax.swing.JTextField" name="jTextField1">
97    </Component>
98    <Component class="javax.swing.JLabel" name="jLabel2">
99      <Properties>
100        <Property name="text" type="java.lang.String" value="Dir"/>
101      </Properties>
102    </Component>
103    <Component class="javax.swing.JFormattedTextField" name="toggle">
104      <Properties>
105        <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor">
106          <Format subtype="0" type="0"/>
107        </Property>
108      </Properties>
109    </Component>
110    <Component class="javax.swing.JLabel" name="help">
111    </Component>
112  </SubComponents>
113</Form>
Note: See TracBrowser for help on using the repository browser.