Changeset 145 in tmcsimulator-scriptbuilder for trunk/src/event/editor/frame/Editor.form


Ignore:
Timestamp:
11/04/2019 08:14:32 AM (6 years ago)
Author:
sdanthin
Message:

Move from Git to Svn (LARGE COMMIT)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/event/editor/frame/Editor.form

    r134 r145  
    251251  </NonVisualComponents> 
    252252  <Properties> 
    253     <Property name="defaultCloseOperation" type="int" value="2"/> 
     253    <Property name="defaultCloseOperation" type="int" value="0"/> 
    254254    <Property name="title" type="java.lang.String" value="Event Editor"/> 
    255255  </Properties> 
     
    279279              <Component id="txtEventStart" min="-2" max="-2" attributes="0"/> 
    280280              <EmptySpace max="-2" attributes="0"/> 
     281              <Component id="jLabel1" min="-2" max="-2" attributes="0"/> 
     282              <EmptySpace max="-2" attributes="0"/> 
     283              <Component id="timeHourComboSelector" min="-2" max="-2" attributes="0"/> 
     284              <EmptySpace max="-2" attributes="0"/> 
     285              <Component id="jLabel2" min="-2" max="-2" attributes="0"/> 
     286              <EmptySpace max="-2" attributes="0"/> 
     287              <Component id="timeMinuteComboSelector" min="-2" max="-2" attributes="0"/> 
     288              <EmptySpace max="-2" attributes="0"/> 
     289              <Component id="jLabel3" min="-2" max="-2" attributes="0"/> 
     290              <EmptySpace max="-2" attributes="0"/> 
     291              <Component id="timeSecondComboSelector" min="-2" max="-2" attributes="0"/> 
     292              <EmptySpace max="-2" attributes="0"/> 
    281293              <Component id="bottomFramePanel" max="32767" attributes="0"/> 
    282294              <EmptySpace max="-2" attributes="0"/> 
    283295              <Component id="btnRemoveCurrentEvent" min="-2" pref="226" max="-2" attributes="0"/> 
     296              <EmptySpace max="-2" attributes="0"/> 
     297              <Component id="saveCloseBtn" min="-2" max="-2" attributes="0"/> 
    284298              <EmptySpace max="-2" attributes="0"/> 
    285299          </Group> 
     
    290304          <Group type="102" alignment="0" attributes="0"> 
    291305              <EmptySpace max="-2" attributes="0"/> 
    292               <Component id="eventTabsPane" pref="534" max="32767" attributes="0"/> 
     306              <Component id="eventTabsPane" min="-2" pref="523" max="-2" attributes="0"/> 
    293307              <EmptySpace max="-2" attributes="0"/> 
    294308              <Group type="103" groupAlignment="0" attributes="0"> 
    295309                  <Component id="bottomFramePanel" min="-2" max="-2" attributes="0"/> 
    296                   <Component id="txtEventStart" min="-2" max="-2" attributes="0"/> 
    297                   <Component id="btnRemoveCurrentEvent" min="-2" max="-2" attributes="0"/> 
     310                  <Group type="103" groupAlignment="3" attributes="0"> 
     311                      <Component id="txtEventStart" alignment="3" min="-2" max="-2" attributes="0"/> 
     312                      <Component id="timeSecondComboSelector" alignment="3" min="-2" max="-2" attributes="0"/> 
     313                      <Component id="timeMinuteComboSelector" alignment="3" min="-2" max="-2" attributes="0"/> 
     314                      <Component id="timeHourComboSelector" alignment="3" min="-2" max="-2" attributes="0"/> 
     315                      <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> 
     316                      <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> 
     317                      <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> 
     318                  </Group> 
     319                  <Group type="103" groupAlignment="3" attributes="0"> 
     320                      <Component id="saveCloseBtn" alignment="3" min="-2" max="-2" attributes="0"/> 
     321                      <Component id="btnRemoveCurrentEvent" alignment="3" min="-2" max="-2" attributes="0"/> 
     322                  </Group> 
    298323              </Group> 
    299324          </Group> 
     
    311336        <DimensionLayout dim="0"> 
    312337          <Group type="103" groupAlignment="0" attributes="0"> 
    313               <EmptySpace min="0" pref="613" max="32767" attributes="0"/> 
     338              <EmptySpace min="0" pref="70" max="32767" attributes="0"/> 
    314339          </Group> 
    315340        </DimensionLayout> 
    316341        <DimensionLayout dim="1"> 
    317342          <Group type="103" groupAlignment="0" attributes="0"> 
    318               <EmptySpace min="0" pref="34" max="32767" attributes="0"/> 
     343              <EmptySpace min="0" pref="45" max="32767" attributes="0"/> 
    319344          </Group> 
    320345        </DimensionLayout> 
     
    325350        <Property name="text" type="java.lang.String" value="00:00:00"/> 
    326351      </Properties> 
     352      <Events> 
     353        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtEventStartActionPerformed"/> 
     354      </Events> 
     355    </Component> 
     356    <Component class="javax.swing.JButton" name="saveCloseBtn"> 
     357      <Properties> 
     358        <Property name="text" type="java.lang.String" value="Save and Close"/> 
     359      </Properties> 
     360      <Events> 
     361        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="saveCloseBtnActionPerformed"/> 
     362      </Events> 
    327363    </Component> 
    328364    <Component class="javax.swing.JButton" name="btnRemoveCurrentEvent"> 
     
    334370      </Events> 
    335371    </Component> 
     372    <Component class="javax.swing.JComboBox" name="timeSecondComboSelector"> 
     373      <Properties> 
     374        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> 
     375          <StringArray count="1"> 
     376            <StringItem index="0" value="Second"/> 
     377          </StringArray> 
     378        </Property> 
     379      </Properties> 
     380      <Events> 
     381        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="timeSecondComboSelectorActionPerformed"/> 
     382      </Events> 
     383      <AuxValues> 
     384        <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/> 
     385      </AuxValues> 
     386    </Component> 
     387    <Component class="javax.swing.JComboBox" name="timeMinuteComboSelector"> 
     388      <Properties> 
     389        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> 
     390          <StringArray count="1"> 
     391            <StringItem index="0" value="Minute"/> 
     392          </StringArray> 
     393        </Property> 
     394      </Properties> 
     395      <Events> 
     396        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="timeMinuteComboSelectorActionPerformed"/> 
     397      </Events> 
     398      <AuxValues> 
     399        <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/> 
     400      </AuxValues> 
     401    </Component> 
     402    <Component class="javax.swing.JComboBox" name="timeHourComboSelector"> 
     403      <Properties> 
     404        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> 
     405          <StringArray count="1"> 
     406            <StringItem index="0" value="Hour"/> 
     407          </StringArray> 
     408        </Property> 
     409      </Properties> 
     410      <AuxValues> 
     411        <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/> 
     412      </AuxValues> 
     413    </Component> 
     414    <Component class="javax.swing.JLabel" name="jLabel1"> 
     415      <Properties> 
     416        <Property name="text" type="java.lang.String" value="Hour"/> 
     417      </Properties> 
     418    </Component> 
     419    <Component class="javax.swing.JLabel" name="jLabel2"> 
     420      <Properties> 
     421        <Property name="text" type="java.lang.String" value="Minute"/> 
     422      </Properties> 
     423    </Component> 
     424    <Component class="javax.swing.JLabel" name="jLabel3"> 
     425      <Properties> 
     426        <Property name="text" type="java.lang.String" value="Second"/> 
     427      </Properties> 
     428    </Component> 
    336429  </SubComponents> 
    337430</Form> 
Note: See TracChangeset for help on using the changeset viewer.