Changeset 145 in tmcsimulator-scriptbuilder for trunk/src/event/editor/UnitPanel.form
- Timestamp:
- 11/04/2019 08:14:32 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/event/editor/UnitPanel.form (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/event/editor/UnitPanel.form
r92 r145 23 23 <Group type="102" alignment="0" attributes="0"> 24 24 <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">36 25 <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/> 37 26 <Component id="jLabel4" alignment="0" min="-2" max="-2" attributes="0"/> … … 41 30 <Component id="ActiveDropdown" alignment="0" pref="475" max="32767" attributes="0"/> 42 31 <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> 43 49 </Group> 44 50 </Group> … … 51 57 <Group type="103" groupAlignment="0" attributes="0"> 52 58 <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"/> 54 60 <Group type="103" groupAlignment="3" attributes="0"> 55 <Component id="jLabel 1" 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"/> 57 63 </Group> 58 <EmptySpace type="unrelated"max="-2" attributes="0"/>64 <EmptySpace max="-2" attributes="0"/> 59 65 <Group type="103" groupAlignment="3" attributes="0"> 60 66 <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> … … 71 77 <Component id="ActiveDropdown" alignment="3" min="-2" max="-2" attributes="0"/> 72 78 </Group> 73 <EmptySpace pref="1 28" max="32767" attributes="0"/>79 <EmptySpace pref="100" max="32767" attributes="0"/> 74 80 <Component id="help" min="-2" pref="20" max="-2" attributes="0"/> 75 81 <EmptySpace max="-2" attributes="0"/> … … 79 85 </Layout> 80 86 <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>92 87 <Component class="javax.swing.JLabel" name="jLabel2"> 93 88 <Properties> … … 138 133 <Component class="javax.swing.JLabel" name="help"> 139 134 </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="<String>"/> 153 </AuxValues> 154 </Component> 140 155 </SubComponents> 141 156 </Form>
Note: See TracChangeset
for help on using the changeset viewer.
