Changeset 145 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/ScriptBuilderFrame.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/scriptbuilder/gui/ScriptBuilderFrame.form

    r129 r145  
    1313            <Property name="text" type="java.lang.String" value="Delete Incident..."/> 
    1414          </Properties> 
     15          <Events> 
     16            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="popupDeleteIncidentActionPerformed"/> 
     17          </Events> 
    1518        </MenuItem> 
    1619      </SubComponents> 
     
    241244        <DimensionLayout dim="0"> 
    242245          <Group type="103" groupAlignment="0" attributes="0"> 
    243               <Group type="102" alignment="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"> 
    246249                      <Component id="incidentPropertiesScrollPane" alignment="0" pref="322" max="32767" attributes="0"/> 
    247                       <Component id="labelIncidentDescription" alignment="0" min="-2" max="-2" attributes="0"/> 
    248250                      <Group type="102" alignment="0" attributes="0"> 
    249251                          <Group type="103" groupAlignment="0" attributes="0"> 
     
    252254                              <Component id="labelIncidentColor" alignment="0" min="-2" max="-2" attributes="0"/> 
    253255                          </Group> 
    254                           <EmptySpace type="separate" max="-2" attributes="0"/> 
     256                          <EmptySpace min="-2" pref="66" max="-2" attributes="0"/> 
    255257                          <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"/> 
    258260                              <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"/> 
    260262                                  <EmptySpace max="-2" attributes="0"/> 
    261263                                  <Component id="btnChooseColor" min="-2" pref="93" max="-2" attributes="0"/> 
     
    283285                          </Group> 
    284286                      </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> 
    285301                  </Group> 
    286302                  <EmptySpace max="-2" attributes="0"/> 
     
    308324                  </Group> 
    309325                  <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"/> 
    310336                  <Component id="labelIncidentDescription" min="-2" max="-2" attributes="0"/> 
    311337                  <EmptySpace max="-2" attributes="0"/> 
    312                   <Component id="incidentPropertiesScrollPane" pref="118" max="32767" attributes="0"/> 
     338                  <Component id="incidentPropertiesScrollPane" pref="130" max="32767" attributes="0"/> 
    313339                  <EmptySpace max="-2" attributes="0"/> 
    314340                  <Group type="103" groupAlignment="3" attributes="0"> 
     
    397423        </Component> 
    398424        <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> 
    399428        </Component> 
    400429        <Component class="javax.swing.JLabel" name="labelIncidentLength"> 
     
    437466            <Property name="toolTipText" type="java.lang.String" value=""/> 
    438467          </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"> 
    439485        </Component> 
    440486      </SubComponents> 
     
    641687    </Component> 
    642688    <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> 
    643692      <SubComponents> 
    644693        <Menu class="javax.swing.JMenu" name="fileMenu"> 
     
    794843              </Events> 
    795844            </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> 
    796853            <MenuItem class="javax.swing.JPopupMenu$Separator" name="jSeparator4"> 
    797854            </MenuItem> 
     
    825882              <Events> 
    826883                <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"/> 
    827902              </Events> 
    828903            </MenuItem> 
     
    862937  </NonVisualComponents> 
    863938  <Properties> 
    864     <Property name="defaultCloseOperation" type="int" value="3"/> 
     939    <Property name="defaultCloseOperation" type="int" value="0"/> 
    865940    <Property name="title" type="java.lang.String" value="Script Builder"/> 
    866941    <Property name="bounds" type="java.awt.Rectangle" editor="org.netbeans.beaninfo.editors.RectangleEditor"> 
Note: See TracChangeset for help on using the changeset viewer.