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

Revision 6, 5.7 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="0" attributes="0">
20              <EmptySpace max="-2" attributes="0"/>
21              <Group type="103" groupAlignment="0" 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="jLabel1" min="-2" max="-2" attributes="0"/>
26                          <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
27                      </Group>
28                      <EmptySpace max="-2" attributes="0"/>
29                      <Group type="103" groupAlignment="0" attributes="0">
30                          <Group type="102" alignment="0" attributes="0">
31                              <Component id="audioText" min="-2" pref="395" max="-2" attributes="0"/>
32                              <EmptySpace max="-2" attributes="0"/>
33                              <Component id="browseButton" pref="93" max="32767" attributes="0"/>
34                          </Group>
35                          <Component id="jFormattedTextField1" alignment="0" pref="497" max="32767" attributes="0"/>
36                      </Group>
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              <Component id="removeButton" min="-2" max="-2" attributes="0"/>
48              <EmptySpace max="-2" attributes="0"/>
49              <Group type="103" groupAlignment="3" attributes="0">
50                  <Component id="audioText" alignment="3" min="-2" max="-2" attributes="0"/>
51                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
52                  <Component id="browseButton" alignment="3" min="-2" max="-2" attributes="0"/>
53              </Group>
54              <EmptySpace max="-2" attributes="0"/>
55              <Group type="103" groupAlignment="3" attributes="0">
56                  <Component id="jFormattedTextField1" alignment="3" min="-2" max="-2" attributes="0"/>
57                  <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
58              </Group>
59              <EmptySpace max="32767" attributes="0"/>
60          </Group>
61      </Group>
62    </DimensionLayout>
63  </Layout>
64  <SubComponents>
65    <Component class="javax.swing.JButton" name="removeButton">
66      <Properties>
67        <Property name="text" type="java.lang.String" value="Remove"/>
68        <Property name="toolTipText" type="java.lang.String" value="Removes this property"/>
69      </Properties>
70      <Events>
71        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="removeThisProperty"/>
72        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="removeButtonActionPerformed"/>
73      </Events>
74    </Component>
75    <Component class="javax.swing.JLabel" name="jLabel1">
76      <Properties>
77        <Property name="text" type="java.lang.String" value="Audio File"/>
78      </Properties>
79    </Component>
80    <Component class="javax.swing.JTextField" name="audioText">
81      <Properties>
82        <Property name="toolTipText" type="java.lang.String" value="The path to the audio file"/>
83      </Properties>
84    </Component>
85    <Component class="javax.swing.JLabel" name="jLabel2">
86      <Properties>
87        <Property name="text" type="java.lang.String" value="Length"/>
88      </Properties>
89    </Component>
90    <Component class="javax.swing.JFormattedTextField" name="jFormattedTextField1">
91      <Properties>
92        <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor">
93          <Format subtype="1" type="0"/>
94        </Property>
95      </Properties>
96    </Component>
97    <Component class="javax.swing.JButton" name="browseButton">
98      <Properties>
99        <Property name="text" type="java.lang.String" value="Browse"/>
100        <Property name="toolTipText" type="java.lang.String" value="Browse for the audio file"/>
101      </Properties>
102      <Events>
103        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="browse"/>
104      </Events>
105    </Component>
106  </SubComponents>
107</Form>
Note: See TracBrowser for help on using the repository browser.