Changeset 171 in tmcsimulator-scriptbuilder for trunk/src/event/editor/AudioPanel.form
- Timestamp:
- 12/19/2019 06:48:37 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/event/editor/AudioPanel.form (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/event/editor/AudioPanel.form
r92 r171 25 25 <EmptySpace max="-2" attributes="0"/> 26 26 <Group type="103" groupAlignment="0" attributes="0"> 27 <Group type="102" alignment="0" attributes="0"> 28 <Component id="audioFileText" min="-2" pref="395" max="-2" attributes="0"/> 29 <EmptySpace max="-2" attributes="0"/> 30 <Component id="browseButton" pref="93" max="32767" attributes="0"/> 31 </Group> 32 <Component id="audioLengthText" alignment="0" pref="497" max="32767" attributes="0"/> 27 <Component id="audioLengthText" pref="497" max="32767" attributes="0"/> 28 <Component id="audioFileText" max="32767" attributes="0"/> 33 29 </Group> 34 30 <EmptySpace max="-2" attributes="0"/> … … 39 35 <Group type="103" groupAlignment="0" attributes="0"> 40 36 <Group type="102" alignment="0" attributes="0"> 41 <EmptySpace min="-2" pref="4 1" max="-2" attributes="0"/>37 <EmptySpace min="-2" pref="44" max="-2" attributes="0"/> 42 38 <Group type="103" groupAlignment="3" attributes="0"> 43 39 <Component id="audioFileText" alignment="3" min="-2" max="-2" attributes="0"/> 44 40 <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> 45 <Component id="browseButton" alignment="3" min="-2" max="-2" attributes="0"/>46 41 </Group> 47 42 <EmptySpace max="-2" attributes="0"/> … … 64 59 <Properties> 65 60 <Property name="toolTipText" type="java.lang.String" value="The path to the audio file"/> 61 <Property name="enabled" type="boolean" value="false"/> 66 62 </Properties> 67 63 </Component> … … 78 74 </Properties> 79 75 </Component> 80 <Component class="javax.swing.JButton" name="browseButton">81 <Properties>82 <Property name="text" type="java.lang.String" value="Browse"/>83 <Property name="toolTipText" type="java.lang.String" value="Browse for the audio file"/>84 </Properties>85 <Events>86 <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="browse"/>87 </Events>88 </Component>89 76 </SubComponents> 90 77 </Form>
Note: See TracChangeset
for help on using the changeset viewer.
