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

Revision 171, 3.8 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.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="0" attributes="0">
20              <EmptySpace max="-2" attributes="0"/>
21              <Group type="103" groupAlignment="0" attributes="0">
22                  <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
23                  <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
24              </Group>
25              <EmptySpace max="-2" attributes="0"/>
26              <Group type="103" groupAlignment="0" attributes="0">
27                  <Component id="audioLengthText" pref="497" max="32767" attributes="0"/>
28                  <Component id="audioFileText" max="32767" attributes="0"/>
29              </Group>
30              <EmptySpace max="-2" attributes="0"/>
31          </Group>
32      </Group>
33    </DimensionLayout>
34    <DimensionLayout dim="1">
35      <Group type="103" groupAlignment="0" attributes="0">
36          <Group type="102" alignment="0" attributes="0">
37              <EmptySpace min="-2" pref="44" max="-2" attributes="0"/>
38              <Group type="103" groupAlignment="3" attributes="0">
39                  <Component id="audioFileText" alignment="3" min="-2" max="-2" attributes="0"/>
40                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
41              </Group>
42              <EmptySpace max="-2" attributes="0"/>
43              <Group type="103" groupAlignment="3" attributes="0">
44                  <Component id="audioLengthText" alignment="3" min="-2" max="-2" attributes="0"/>
45                  <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
46              </Group>
47              <EmptySpace max="32767" attributes="0"/>
48          </Group>
49      </Group>
50    </DimensionLayout>
51  </Layout>
52  <SubComponents>
53    <Component class="javax.swing.JLabel" name="jLabel1">
54      <Properties>
55        <Property name="text" type="java.lang.String" value="Audio File"/>
56      </Properties>
57    </Component>
58    <Component class="javax.swing.JTextField" name="audioFileText">
59      <Properties>
60        <Property name="toolTipText" type="java.lang.String" value="The path to the audio file"/>
61        <Property name="enabled" type="boolean" value="false"/>
62      </Properties>
63    </Component>
64    <Component class="javax.swing.JLabel" name="jLabel2">
65      <Properties>
66        <Property name="text" type="java.lang.String" value="Length"/>
67      </Properties>
68    </Component>
69    <Component class="javax.swing.JFormattedTextField" name="audioLengthText">
70      <Properties>
71        <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor">
72          <Format subtype="1" type="0"/>
73        </Property>
74      </Properties>
75    </Component>
76  </SubComponents>
77</Form>
Note: See TracBrowser for help on using the repository browser.