Changeset 119 in tmcsimulator-scriptbuilder for trunk/src/event/editor/frame/Editor.form


Ignore:
Timestamp:
09/13/2017 12:30:19 PM (9 years ago)
Author:
bmcguffin
Message:

Fixed a bug which caused an event to be destroyed if it was the only event in its incident and the user attempted to change its start time. (See  http://git.tokomak.net:8888/ticket/20 for more details.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/event/editor/frame/Editor.form

    r101 r119  
    33<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> 
    44  <NonVisualComponents> 
    5     <Container class="javax.swing.JPanel" name="jPanel1"> 
    6  
    7       <Layout> 
    8         <DimensionLayout dim="0"> 
    9           <Group type="103" groupAlignment="0" attributes="0"> 
    10               <EmptySpace min="0" pref="100" max="32767" attributes="0"/> 
    11           </Group> 
    12         </DimensionLayout> 
    13         <DimensionLayout dim="1"> 
    14           <Group type="103" groupAlignment="0" attributes="0"> 
    15               <EmptySpace min="0" pref="100" max="32767" attributes="0"/> 
    16           </Group> 
    17         </DimensionLayout> 
    18       </Layout> 
    19     </Container> 
    20     <Menu class="javax.swing.JMenuBar" name="jMenuBar1"> 
     5    <Menu class="javax.swing.JMenuBar" name="editorMenuBar"> 
    216      <SubComponents> 
    22         <Menu class="javax.swing.JMenu" name="jMenu1"> 
     7        <Menu class="javax.swing.JMenu" name="menuEvaluations"> 
    238          <Properties> 
    249            <Property name="text" type="java.lang.String" value="Evaluations"/> 
     
    11297          </SubComponents> 
    11398        </Menu> 
    114         <Menu class="javax.swing.JMenu" name="JMenu2"> 
     99        <Menu class="javax.swing.JMenu" name="menuInstructor"> 
    115100          <Properties> 
    116101            <Property name="text" type="java.lang.String" value="Instructor Actions"/> 
     
    161146          </SubComponents> 
    162147        </Menu> 
    163         <Menu class="javax.swing.JMenu" name="jMenu3"> 
     148        <Menu class="javax.swing.JMenu" name="menuAutoData"> 
    164149          <Properties> 
    165150            <Property name="text" type="java.lang.String" value="Automated Data"/> 
     
    267252  </Properties> 
    268253  <SyntheticProperties> 
    269     <SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/> 
     254    <SyntheticProperty name="menuBar" type="java.lang.String" value="editorMenuBar"/> 
    270255    <SyntheticProperty name="formSizePolicy" type="int" value="1"/> 
    271256    <SyntheticProperty name="generateCenter" type="boolean" value="false"/> 
     
    286271    <DimensionLayout dim="0"> 
    287272      <Group type="103" groupAlignment="0" attributes="0"> 
    288           <Component id="jTabbedPane1" alignment="1" max="32767" attributes="0"/> 
     273          <Component id="eventTabsPane" alignment="1" max="32767" attributes="0"/> 
    289274          <Group type="102" alignment="0" attributes="0"> 
    290275              <EmptySpace max="-2" attributes="0"/> 
    291276              <Component id="txtEventStart" min="-2" max="-2" attributes="0"/> 
    292277              <EmptySpace max="-2" attributes="0"/> 
    293               <Component id="jPanel2" max="32767" attributes="0"/> 
     278              <Component id="bottomFramePanel" max="32767" attributes="0"/> 
    294279              <EmptySpace max="-2" attributes="0"/> 
    295280              <Component id="btnRemoveCurrentEvent" min="-2" pref="226" max="-2" attributes="0"/> 
     
    302287          <Group type="102" alignment="0" attributes="0"> 
    303288              <EmptySpace max="-2" attributes="0"/> 
    304               <Component id="jTabbedPane1" pref="534" max="32767" attributes="0"/> 
     289              <Component id="eventTabsPane" pref="534" max="32767" attributes="0"/> 
    305290              <EmptySpace max="-2" attributes="0"/> 
    306291              <Group type="103" groupAlignment="0" attributes="0"> 
    307                   <Component id="jPanel2" min="-2" max="-2" attributes="0"/> 
     292                  <Component id="bottomFramePanel" min="-2" max="-2" attributes="0"/> 
    308293                  <Component id="txtEventStart" min="-2" max="-2" attributes="0"/> 
    309294                  <Component id="btnRemoveCurrentEvent" min="-2" max="-2" attributes="0"/> 
     
    314299  </Layout> 
    315300  <SubComponents> 
    316     <Container class="javax.swing.JTabbedPane" name="jTabbedPane1"> 
     301    <Container class="javax.swing.JTabbedPane" name="eventTabsPane"> 
    317302 
    318303      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/> 
    319304    </Container> 
    320     <Container class="javax.swing.JPanel" name="jPanel2"> 
     305    <Container class="javax.swing.JPanel" name="bottomFramePanel"> 
    321306 
    322307      <Layout> 
Note: See TracChangeset for help on using the changeset viewer.