Changeset 145 in tmcsimulator-scriptbuilder for trunk/src/event/editor/frame/Editor.form
- Timestamp:
- 11/04/2019 08:14:32 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/event/editor/frame/Editor.form (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/event/editor/frame/Editor.form
r134 r145 251 251 </NonVisualComponents> 252 252 <Properties> 253 <Property name="defaultCloseOperation" type="int" value=" 2"/>253 <Property name="defaultCloseOperation" type="int" value="0"/> 254 254 <Property name="title" type="java.lang.String" value="Event Editor"/> 255 255 </Properties> … … 279 279 <Component id="txtEventStart" min="-2" max="-2" attributes="0"/> 280 280 <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"/> 281 293 <Component id="bottomFramePanel" max="32767" attributes="0"/> 282 294 <EmptySpace max="-2" attributes="0"/> 283 295 <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"/> 284 298 <EmptySpace max="-2" attributes="0"/> 285 299 </Group> … … 290 304 <Group type="102" alignment="0" attributes="0"> 291 305 <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"/> 293 307 <EmptySpace max="-2" attributes="0"/> 294 308 <Group type="103" groupAlignment="0" attributes="0"> 295 309 <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> 298 323 </Group> 299 324 </Group> … … 311 336 <DimensionLayout dim="0"> 312 337 <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"/> 314 339 </Group> 315 340 </DimensionLayout> 316 341 <DimensionLayout dim="1"> 317 342 <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"/> 319 344 </Group> 320 345 </DimensionLayout> … … 325 350 <Property name="text" type="java.lang.String" value="00:00:00"/> 326 351 </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> 327 363 </Component> 328 364 <Component class="javax.swing.JButton" name="btnRemoveCurrentEvent"> … … 334 370 </Events> 335 371 </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="<String>"/> 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="<String>"/> 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="<String>"/> 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> 336 429 </SubComponents> 337 430 </Form>
Note: See TracChangeset
for help on using the changeset viewer.
