Changeset 145 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/ScriptBuilderFrame.form
- Timestamp:
- 11/04/2019 08:14:32 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/gui/ScriptBuilderFrame.form
r129 r145 13 13 <Property name="text" type="java.lang.String" value="Delete Incident..."/> 14 14 </Properties> 15 <Events> 16 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="popupDeleteIncidentActionPerformed"/> 17 </Events> 15 18 </MenuItem> 16 19 </SubComponents> … … 241 244 <DimensionLayout dim="0"> 242 245 <Group type="103" groupAlignment="0" attributes="0"> 243 <Group type="102" a lignment="1" attributes="0">244 <EmptySpace max="-2" attributes="0"/> 245 <Group type="103" groupAlignment=" 1" attributes="0">246 <Group type="102" attributes="0"> 247 <EmptySpace max="-2" attributes="0"/> 248 <Group type="103" groupAlignment="0" attributes="0"> 246 249 <Component id="incidentPropertiesScrollPane" alignment="0" pref="322" max="32767" attributes="0"/> 247 <Component id="labelIncidentDescription" alignment="0" min="-2" max="-2" attributes="0"/>248 250 <Group type="102" alignment="0" attributes="0"> 249 251 <Group type="103" groupAlignment="0" attributes="0"> … … 252 254 <Component id="labelIncidentColor" alignment="0" min="-2" max="-2" attributes="0"/> 253 255 </Group> 254 <EmptySpace type="separate" max="-2" attributes="0"/>256 <EmptySpace min="-2" pref="66" max="-2" attributes="0"/> 255 257 <Group type="103" groupAlignment="0" attributes="0"> 256 <Component id="addIncidentName" pref=" 218" max="32767" attributes="0"/>257 <Component id="addIncidentNumber" alignment="0" pref=" 218" max="32767" attributes="0"/>258 <Component id="addIncidentName" pref="199" max="32767" attributes="0"/> 259 <Component id="addIncidentNumber" alignment="0" pref="199" max="32767" attributes="0"/> 258 260 <Group type="102" alignment="1" attributes="0"> 259 <Component id="incidentColorField" pref=" 119" max="32767" attributes="0"/>261 <Component id="incidentColorField" pref="97" max="32767" attributes="0"/> 260 262 <EmptySpace max="-2" attributes="0"/> 261 263 <Component id="btnChooseColor" min="-2" pref="93" max="-2" attributes="0"/> … … 283 285 </Group> 284 286 </Group> 287 <Group type="102" alignment="0" attributes="0"> 288 <Component id="jLabel2" min="-2" max="-2" attributes="0"/> 289 <EmptySpace min="-2" pref="93" max="-2" attributes="0"/> 290 <Component id="addIncidentType" max="32767" attributes="0"/> 291 </Group> 292 <Group type="102" attributes="0"> 293 <Component id="labelIncidentDescription" min="-2" max="-2" attributes="0"/> 294 <EmptySpace min="0" pref="0" max="32767" attributes="0"/> 295 </Group> 296 <Group type="102" alignment="0" attributes="0"> 297 <Component id="jLabel1" min="-2" max="-2" attributes="0"/> 298 <EmptySpace min="-2" pref="69" max="-2" attributes="0"/> 299 <Component id="addIncidentLocation" max="32767" attributes="0"/> 300 </Group> 285 301 </Group> 286 302 <EmptySpace max="-2" attributes="0"/> … … 308 324 </Group> 309 325 <EmptySpace max="-2" attributes="0"/> 326 <Group type="103" groupAlignment="3" attributes="0"> 327 <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> 328 <Component id="addIncidentLocation" alignment="3" min="-2" max="-2" attributes="0"/> 329 </Group> 330 <EmptySpace max="-2" attributes="0"/> 331 <Group type="103" groupAlignment="3" attributes="0"> 332 <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> 333 <Component id="addIncidentType" alignment="3" min="-2" max="-2" attributes="0"/> 334 </Group> 335 <EmptySpace max="-2" attributes="0"/> 310 336 <Component id="labelIncidentDescription" min="-2" max="-2" attributes="0"/> 311 337 <EmptySpace max="-2" attributes="0"/> 312 <Component id="incidentPropertiesScrollPane" pref="1 18" max="32767" attributes="0"/>338 <Component id="incidentPropertiesScrollPane" pref="130" max="32767" attributes="0"/> 313 339 <EmptySpace max="-2" attributes="0"/> 314 340 <Group type="103" groupAlignment="3" attributes="0"> … … 397 423 </Component> 398 424 <Component class="javax.swing.JTextField" name="addIncidentName"> 425 <Events> 426 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="addIncidentNameActionPerformed"/> 427 </Events> 399 428 </Component> 400 429 <Component class="javax.swing.JLabel" name="labelIncidentLength"> … … 437 466 <Property name="toolTipText" type="java.lang.String" value=""/> 438 467 </Properties> 468 </Component> 469 <Component class="javax.swing.JLabel" name="jLabel1"> 470 <Properties> 471 <Property name="text" type="java.lang.String" value="Incident Location:"/> 472 </Properties> 473 </Component> 474 <Component class="javax.swing.JTextField" name="addIncidentLocation"> 475 <Events> 476 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="addIncidentLocationActionPerformed"/> 477 </Events> 478 </Component> 479 <Component class="javax.swing.JLabel" name="jLabel2"> 480 <Properties> 481 <Property name="text" type="java.lang.String" value="Incident Type:"/> 482 </Properties> 483 </Component> 484 <Component class="javax.swing.JTextField" name="addIncidentType"> 439 485 </Component> 440 486 </SubComponents> … … 641 687 </Component> 642 688 <Menu class="javax.swing.JMenuBar" name="scriptBuilderMenuBar"> 689 <Events> 690 <EventHandler event="ancestorAdded" listener="javax.swing.event.AncestorListener" parameters="javax.swing.event.AncestorEvent" handler="scriptBuilderMenuBarAncestorAdded"/> 691 </Events> 643 692 <SubComponents> 644 693 <Menu class="javax.swing.JMenu" name="fileMenu"> … … 794 843 </Events> 795 844 </MenuItem> 845 <MenuItem class="javax.swing.JMenuItem" name="deleteIncident1"> 846 <Properties> 847 <Property name="text" type="java.lang.String" value="Edit Incident..."/> 848 </Properties> 849 <Events> 850 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="incidentDetailsActionPerformed"/> 851 </Events> 852 </MenuItem> 796 853 <MenuItem class="javax.swing.JPopupMenu$Separator" name="jSeparator4"> 797 854 </MenuItem> … … 825 882 <Events> 826 883 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="generateNoiseOptionActionPerformed"/> 884 </Events> 885 </MenuItem> 886 </SubComponents> 887 </Menu> 888 <Menu class="javax.swing.JMenu" name="helpMenu1"> 889 <Properties> 890 <Property name="text" type="java.lang.String" value="Unit"/> 891 <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 892 <Insets value="[0, 10, 0, 10]"/> 893 </Property> 894 </Properties> 895 <SubComponents> 896 <MenuItem class="javax.swing.JMenuItem" name="loadUnits"> 897 <Properties> 898 <Property name="text" type="java.lang.String" value="Load Units..."/> 899 </Properties> 900 <Events> 901 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="loadUnitsActionPerformed"/> 827 902 </Events> 828 903 </MenuItem> … … 862 937 </NonVisualComponents> 863 938 <Properties> 864 <Property name="defaultCloseOperation" type="int" value=" 3"/>939 <Property name="defaultCloseOperation" type="int" value="0"/> 865 940 <Property name="title" type="java.lang.String" value="Script Builder"/> 866 941 <Property name="bounds" type="java.awt.Rectangle" editor="org.netbeans.beaninfo.editors.RectangleEditor">
Note: See TracChangeset
for help on using the changeset viewer.
