Changeset 69 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/IncidentPaletteFrame.form


Ignore:
Timestamp:
08/24/2017 11:50:30 AM (9 years ago)
Author:
bmcguffin
Message:

Updated palette to describe number of incidents currently in script as well as listed in palette.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/scriptbuilder/gui/IncidentPaletteFrame.form

    r63 r69  
    121121              <Properties> 
    122122                <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> 
    123                   <Table columnCount="3" rowCount="4"> 
     123                  <Table columnCount="3" rowCount="11"> 
    124124                    <Column editable="false" title="Incident #" type="java.lang.Integer"/> 
    125125                    <Column editable="false" title="Start Time" type="java.lang.String"/> 
     
    179179          <Group type="103" groupAlignment="0" attributes="0"> 
    180180              <Group type="102" alignment="1" attributes="0"> 
    181                   <EmptySpace max="32767" attributes="0"/> 
     181                  <EmptySpace max="-2" attributes="0"/> 
     182                  <Component id="labelFileCount" max="32767" attributes="0"/> 
     183                  <EmptySpace max="-2" attributes="0"/> 
    182184                  <Component id="btnClosePalette" min="-2" max="-2" attributes="0"/> 
    183185                  <EmptySpace max="-2" attributes="0"/> 
     
    187189        <DimensionLayout dim="1"> 
    188190          <Group type="103" groupAlignment="0" attributes="0"> 
    189               <Component id="btnClosePalette" min="-2" max="-2" attributes="0"/> 
     191              <Group type="103" groupAlignment="3" attributes="0"> 
     192                  <Component id="btnClosePalette" alignment="3" min="-2" max="-2" attributes="0"/> 
     193                  <Component id="labelFileCount" alignment="3" min="-2" max="-2" attributes="0"/> 
     194              </Group> 
    190195          </Group> 
    191196        </DimensionLayout> 
     
    200205          </Events> 
    201206        </Component> 
     207        <Component class="javax.swing.JLabel" name="labelFileCount"> 
     208        </Component> 
    202209      </SubComponents> 
    203210    </Container> 
Note: See TracChangeset for help on using the changeset viewer.