Changeset 177 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/ScriptBuilderFrame.form
- Timestamp:
- 12/22/2019 02:45:25 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/gui/ScriptBuilderFrame.form
r151 r177 258 258 <Component id="addIncidentName" pref="199" max="32767" attributes="0"/> 259 259 <Component id="addIncidentNumber" alignment="0" pref="199" max="32767" attributes="0"/> 260 <Group type="102" alignment=" 1" attributes="0">261 <Component id="incidentColorField" pref="97" max="32767" attributes="0"/>260 <Group type="102" alignment="0" attributes="0"> 261 <Component id="incidentColorField" min="-2" pref="55" max="-2" attributes="0"/> 262 262 <EmptySpace max="-2" attributes="0"/> 263 <Component id=" btnChooseColor" min="-2" pref="93" max="-2" attributes="0"/>263 <Component id="colorComboBox" max="32767" attributes="0"/> 264 264 </Group> 265 265 </Group> … … 320 320 <Group type="103" groupAlignment="3" attributes="0"> 321 321 <Component id="labelIncidentColor" alignment="3" min="-2" max="-2" attributes="0"/> 322 <Component id="btnChooseColor" alignment="3" min="-2" max="-2" attributes="0"/>323 322 <Component id="incidentColorField" alignment="3" min="-2" max="-2" attributes="0"/> 323 <Component id="colorComboBox" alignment="3" min="-2" max="-2" attributes="0"/> 324 324 </Group> 325 325 <EmptySpace max="-2" attributes="0"/> … … 336 336 <Component id="labelIncidentDescription" min="-2" max="-2" attributes="0"/> 337 337 <EmptySpace max="-2" attributes="0"/> 338 <Component id="incidentPropertiesScrollPane" pref="13 0" max="32767" attributes="0"/>338 <Component id="incidentPropertiesScrollPane" pref="132" max="32767" attributes="0"/> 339 339 <EmptySpace max="-2" attributes="0"/> 340 340 <Group type="103" groupAlignment="3" attributes="0"> … … 444 444 </Properties> 445 445 </Component> 446 <Component class="javax.swing.JButton" name="btnChooseColor">447 <Properties>448 <Property name="text" type="java.lang.String" value="Choose..."/>449 </Properties>450 <Events>451 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnChooseColorActionPerformed"/>452 </Events>453 </Component>454 446 <Component class="javax.swing.JTextField" name="incidentColorField"> 455 447 <Properties> … … 483 475 </Component> 484 476 <Component class="javax.swing.JTextField" name="addIncidentType"> 477 </Component> 478 <Component class="javax.swing.JComboBox" name="colorComboBox"> 479 <Properties> 480 <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> 481 <Connection code="new DefaultComboBoxModel(colorModel)" type="code"/> 482 </Property> 483 </Properties> 484 <Events> 485 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="colorSelectedHandler"/> 486 </Events> 487 <AuxValues> 488 <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> 489 </AuxValues> 485 490 </Component> 486 491 </SubComponents>
Note: See TracChangeset
for help on using the changeset viewer.
