Changeset 171 in tmcsimulator-scriptbuilder for trunk/src/event/editor/AudioPanel.form


Ignore:
Timestamp:
12/19/2019 06:48:37 PM (6 years ago)
Author:
sdanthin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/event/editor/AudioPanel.form

    r92 r171  
    2525              <EmptySpace max="-2" attributes="0"/> 
    2626              <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"/> 
    3329              </Group> 
    3430              <EmptySpace max="-2" attributes="0"/> 
     
    3935      <Group type="103" groupAlignment="0" attributes="0"> 
    4036          <Group type="102" alignment="0" attributes="0"> 
    41               <EmptySpace min="-2" pref="41" max="-2" attributes="0"/> 
     37              <EmptySpace min="-2" pref="44" max="-2" attributes="0"/> 
    4238              <Group type="103" groupAlignment="3" attributes="0"> 
    4339                  <Component id="audioFileText" alignment="3" min="-2" max="-2" attributes="0"/> 
    4440                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> 
    45                   <Component id="browseButton" alignment="3" min="-2" max="-2" attributes="0"/> 
    4641              </Group> 
    4742              <EmptySpace max="-2" attributes="0"/> 
     
    6459      <Properties> 
    6560        <Property name="toolTipText" type="java.lang.String" value="The path to the audio file"/> 
     61        <Property name="enabled" type="boolean" value="false"/> 
    6662      </Properties> 
    6763    </Component> 
     
    7874      </Properties> 
    7975    </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> 
    8976  </SubComponents> 
    9077</Form> 
Note: See TracChangeset for help on using the changeset viewer.