Changeset 145 in tmcsimulator-scriptbuilder for trunk/src/event/editor/UnitPanel.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/UnitPanel.form

    r92 r145  
    2323                  <Group type="102" alignment="0" attributes="0"> 
    2424                      <Group type="103" groupAlignment="0" attributes="0"> 
    25                           <Component id="jLabel1" alignment="0" 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                           <Component id="StatusDropdown" pref="475" max="32767" attributes="0"/> 
    31                           <Component id="txtUnitNumber" alignment="0" pref="475" max="32767" attributes="0"/> 
    32                       </Group> 
    33                   </Group> 
    34                   <Group type="102" alignment="0" attributes="0"> 
    35                       <Group type="103" groupAlignment="0" attributes="0"> 
    3625                          <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/> 
    3726                          <Component id="jLabel4" alignment="0" min="-2" max="-2" attributes="0"/> 
     
    4130                          <Component id="ActiveDropdown" alignment="0" pref="475" max="32767" attributes="0"/> 
    4231                          <Component id="PrimaryDropdown" alignment="0" pref="475" max="32767" attributes="0"/> 
     32                      </Group> 
     33                  </Group> 
     34                  <Group type="102" alignment="0" attributes="0"> 
     35                      <Group type="103" groupAlignment="0" attributes="0"> 
     36                          <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/> 
     37                          <Component id="jLabel5" alignment="0" min="-2" max="-2" attributes="0"/> 
     38                      </Group> 
     39                      <EmptySpace min="-2" pref="54" max="-2" attributes="0"/> 
     40                      <Group type="103" groupAlignment="0" attributes="0"> 
     41                          <Group type="102" attributes="0"> 
     42                              <Component id="StatusDropdown" pref="419" max="32767" attributes="0"/> 
     43                              <EmptySpace min="-2" pref="57" max="-2" attributes="0"/> 
     44                          </Group> 
     45                          <Group type="102" alignment="0" attributes="0"> 
     46                              <Component id="unitSelector" min="-2" max="-2" attributes="0"/> 
     47                              <EmptySpace min="0" pref="0" max="32767" attributes="0"/> 
     48                          </Group> 
    4349                      </Group> 
    4450                  </Group> 
     
    5157      <Group type="103" groupAlignment="0" attributes="0"> 
    5258          <Group type="102" alignment="0" attributes="0"> 
    53               <EmptySpace min="-2" pref="47" max="-2" attributes="0"/> 
     59              <EmptySpace min="-2" pref="82" max="-2" attributes="0"/> 
    5460              <Group type="103" groupAlignment="3" attributes="0"> 
    55                   <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> 
    56                   <Component id="txtUnitNumber" alignment="3" min="-2" max="-2" attributes="0"/> 
     61                  <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/> 
     62                  <Component id="unitSelector" alignment="3" min="-2" max="-2" attributes="0"/> 
    5763              </Group> 
    58               <EmptySpace type="unrelated" max="-2" attributes="0"/> 
     64              <EmptySpace max="-2" attributes="0"/> 
    5965              <Group type="103" groupAlignment="3" attributes="0"> 
    6066                  <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> 
     
    7177                  <Component id="ActiveDropdown" alignment="3" min="-2" max="-2" attributes="0"/> 
    7278              </Group> 
    73               <EmptySpace pref="128" max="32767" attributes="0"/> 
     79              <EmptySpace pref="100" max="32767" attributes="0"/> 
    7480              <Component id="help" min="-2" pref="20" max="-2" attributes="0"/> 
    7581              <EmptySpace max="-2" attributes="0"/> 
     
    7985  </Layout> 
    8086  <SubComponents> 
    81     <Component class="javax.swing.JLabel" name="jLabel1"> 
    82       <Properties> 
    83         <Property name="text" type="java.lang.String" value="Unit Number"/> 
    84       </Properties> 
    85     </Component> 
    86     <Component class="javax.swing.JFormattedTextField" name="txtUnitNumber"> 
    87       <Properties> 
    88         <Property name="text" type="java.lang.String" value="  -  "/> 
    89         <Property name="toolTipText" type="java.lang.String" value=""/> 
    90       </Properties> 
    91     </Component> 
    9287    <Component class="javax.swing.JLabel" name="jLabel2"> 
    9388      <Properties> 
     
    138133    <Component class="javax.swing.JLabel" name="help"> 
    139134    </Component> 
     135    <Component class="javax.swing.JLabel" name="jLabel5"> 
     136      <Properties> 
     137        <Property name="text" type="java.lang.String" value="Unit"/> 
     138      </Properties> 
     139    </Component> 
     140    <Component class="javax.swing.JComboBox" name="unitSelector"> 
     141      <Properties> 
     142        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> 
     143          <StringArray count="0"/> 
     144        </Property> 
     145      </Properties> 
     146      <Events> 
     147        <EventHandler event="ancestorAdded" listener="javax.swing.event.AncestorListener" parameters="javax.swing.event.AncestorEvent" handler="unitSelectorAncestorAdded"/> 
     148        <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="unitSelectorMouseEntered"/> 
     149        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="unitSelectorActionPerformed"/> 
     150      </Events> 
     151      <AuxValues> 
     152        <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/> 
     153      </AuxValues> 
     154    </Component> 
    140155  </SubComponents> 
    141156</Form> 
Note: See TracChangeset for help on using the changeset viewer.