source: tmcsimulator-scriptbuilder/branches/ScriptBuilder4/src/event/editor/CHPRadioPanel.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.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                  <Component id="jScrollPane1" alignment="0" pref="730" max="32767" attributes="0"/>
23                  <Group type="102" alignment="0" attributes="0">
24                      <Component id="addDispatchButton" min="-2" pref="130" max="-2" attributes="0"/>
25                      <EmptySpace min="-2" pref="3" max="-2" attributes="0"/>
26                      <Component id="addFieldButton" min="-2" pref="130" max="-2" attributes="0"/>
27                      <EmptySpace type="unrelated" max="-2" attributes="0"/>
28                      <Component id="deleteSelectedButton" min="-2" pref="131" max="-2" attributes="0"/>
29                      <EmptySpace max="-2" attributes="0"/>
30                  </Group>
31                  <Group type="102" alignment="0" attributes="1">
32                      <Component id="jLabel4" min="-2" max="-2" attributes="0"/>
33                      <EmptySpace max="-2" attributes="0"/>
34                      <Component id="audioText" pref="511" max="32767" attributes="0"/>
35                      <EmptySpace type="separate" max="-2" attributes="0"/>
36                      <Component id="jButton2" min="-2" pref="130" max="-2" attributes="0"/>
37                  </Group>
38              </Group>
39              <EmptySpace max="-2" attributes="0"/>
40          </Group>
41      </Group>
42    </DimensionLayout>
43    <DimensionLayout dim="1">
44      <Group type="103" groupAlignment="0" attributes="0">
45          <Group type="102" alignment="0" attributes="0">
46              <EmptySpace max="-2" attributes="0"/>
47              <Group type="103" groupAlignment="3" attributes="0">
48                  <Component id="audioText" alignment="3" min="-2" max="-2" attributes="0"/>
49                  <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
50                  <Component id="jButton2" alignment="3" min="-2" max="-2" attributes="0"/>
51              </Group>
52              <EmptySpace type="separate" max="-2" attributes="0"/>
53              <Group type="103" groupAlignment="3" attributes="0">
54                  <Component id="addDispatchButton" alignment="3" min="-2" max="-2" attributes="0"/>
55                  <Component id="addFieldButton" alignment="3" min="-2" max="-2" attributes="0"/>
56                  <Component id="deleteSelectedButton" alignment="3" min="-2" max="-2" attributes="0"/>
57              </Group>
58              <EmptySpace type="unrelated" max="-2" attributes="0"/>
59              <Component id="jScrollPane1" pref="341" max="32767" attributes="0"/>
60              <EmptySpace max="-2" attributes="0"/>
61          </Group>
62      </Group>
63    </DimensionLayout>
64  </Layout>
65  <SubComponents>
66    <Component class="javax.swing.JLabel" name="jLabel4">
67      <Properties>
68        <Property name="text" type="java.lang.String" value="Radio File"/>
69      </Properties>
70    </Component>
71    <Component class="javax.swing.JTextField" name="audioText">
72      <Properties>
73        <Property name="toolTipText" type="java.lang.String" value="The radio audio file"/>
74      </Properties>
75    </Component>
76    <Component class="javax.swing.JButton" name="jButton2">
77      <Properties>
78        <Property name="text" type="java.lang.String" value="Browse"/>
79        <Property name="toolTipText" type="java.lang.String" value="Browse for the radio audio file"/>
80      </Properties>
81      <Events>
82        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="browse"/>
83      </Events>
84    </Component>
85    <Component class="javax.swing.JButton" name="addDispatchButton">
86      <Properties>
87        <Property name="text" type="java.lang.String" value="Add Dispatch"/>
88        <Property name="toolTipText" type="java.lang.String" value="Adds a row for dialog by the dispatch operator in the table"/>
89      </Properties>
90    </Component>
91    <Component class="javax.swing.JButton" name="deleteSelectedButton">
92      <Properties>
93        <Property name="text" type="java.lang.String" value="Delete Selected"/>
94        <Property name="toolTipText" type="java.lang.String" value="Deletes the selected row from the table"/>
95      </Properties>
96    </Component>
97    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
98
99      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
100    </Container>
101    <Component class="javax.swing.JButton" name="addFieldButton">
102      <Properties>
103        <Property name="text" type="java.lang.String" value="Add Field"/>
104        <Property name="toolTipText" type="java.lang.String" value="Adds a row for dialog by the field operator in the table"/>
105      </Properties>
106      <Events>
107        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="addFieldButtonActionPerformed"/>
108      </Events>
109    </Component>
110  </SubComponents>
111</Form>
Note: See TracBrowser for help on using the repository browser.