source: tmcsimulator-scriptbuilder/trunk/src/event/editor/CHPRadioPanel.form @ 171

Revision 171, 5.4 KB checked in by sdanthin, 6 years ago (diff)

AudioPanel?.form removed ability to edit the audio filename.
CHPRadioPanel.form removed ability to edit the audio filename.

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