Changeset 55 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/ScriptBuilderFrame.form


Ignore:
Timestamp:
08/14/2017 12:33:56 PM (9 years ago)
Author:
bmcguffin
Message:

Removed most of the panels and buttons from the Script Builder frame. Left those same components in Incident Editor Frame, from which the dropdown menu at the top was removed.

File:
1 edited

Legend:

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

    r53 r55  
    896896                  <Component id="timelinesScrollPane" alignment="0" min="0" pref="0" max="32767" attributes="1"/> 
    897897                  <Component id="timeStampScrollPane" alignment="0" max="32767" attributes="0"/> 
    898                   <Group type="102" alignment="0" attributes="0"> 
    899                       <Component id="selectButton" min="-2" pref="40" max="-2" attributes="0"/> 
     898                  <Group type="102" alignment="1" attributes="0"> 
     899                      <EmptySpace min="0" pref="597" max="32767" attributes="0"/> 
     900                      <Component id="zoomOutIcon" min="-2" max="-2" attributes="0"/> 
    900901                      <EmptySpace max="-2" attributes="0"/> 
    901                       <Component id="incidentEventsPanel" min="-2" max="-2" attributes="0"/> 
     902                      <Component id="zoomSlider" min="-2" pref="140" max="-2" attributes="0"/> 
    902903                      <EmptySpace max="-2" attributes="0"/> 
    903                       <Component id="evaluationEventsPanel" min="-2" max="-2" attributes="0"/> 
    904                       <EmptySpace type="separate" max="-2" attributes="0"/> 
    905                       <Group type="103" groupAlignment="0" attributes="0"> 
    906                           <Component id="zoomInIcon" alignment="0" min="-2" max="-2" attributes="0"/> 
    907                           <Component id="zoomSlider" alignment="0" min="-2" pref="31" max="-2" attributes="0"/> 
    908                           <Component id="zoomOutIcon" alignment="0" min="-2" max="-2" attributes="0"/> 
    909                       </Group> 
     904                      <Component id="zoomInIcon" min="-2" max="-2" attributes="0"/> 
     905                      <EmptySpace min="-2" pref="136" max="-2" attributes="0"/> 
    910906                  </Group> 
    911907              </Group> 
     
    917913      <Group type="103" groupAlignment="0" attributes="0"> 
    918914          <Group type="102" alignment="1" attributes="0"> 
    919               <Group type="103" groupAlignment="0" attributes="0"> 
    920                   <Group type="102" attributes="0"> 
    921                       <EmptySpace max="-2" attributes="0"/> 
    922                       <Group type="103" groupAlignment="0" attributes="0"> 
    923                           <Component id="evaluationEventsPanel" alignment="0" min="-2" max="-2" attributes="1"/> 
    924                           <Component id="incidentEventsPanel" alignment="0" min="-2" max="-2" attributes="1"/> 
    925                           <Group type="102" alignment="0" attributes="0"> 
    926                               <EmptySpace min="-2" pref="47" max="-2" attributes="0"/> 
    927                               <Component id="selectButton" min="-2" pref="55" max="-2" attributes="1"/> 
    928                           </Group> 
    929                       </Group> 
    930                   </Group> 
    931                   <Group type="102" alignment="0" attributes="0"> 
    932                       <EmptySpace min="-2" pref="20" max="-2" attributes="0"/> 
    933                       <Component id="zoomInIcon" min="-2" max="-2" attributes="0"/> 
    934                       <EmptySpace min="-2" pref="1" max="-2" attributes="0"/> 
    935                       <Component id="zoomSlider" min="-2" pref="69" max="-2" attributes="1"/> 
    936                       <EmptySpace max="-2" attributes="0"/> 
    937                       <Component id="zoomOutIcon" min="-2" max="-2" attributes="0"/> 
    938                   </Group> 
     915              <EmptySpace max="-2" attributes="0"/> 
     916              <Group type="103" groupAlignment="1" attributes="0"> 
     917                  <Component id="zoomOutIcon" min="-2" max="-2" attributes="0"/> 
     918                  <Component id="zoomSlider" min="-2" max="-2" attributes="1"/> 
     919                  <Component id="zoomInIcon" min="-2" max="-2" attributes="0"/> 
    939920              </Group> 
    940               <EmptySpace max="-2" attributes="0"/> 
     921              <EmptySpace min="-2" max="-2" attributes="0"/> 
    941922              <Component id="timeStampScrollPane" min="-2" pref="20" max="-2" attributes="0"/> 
    942923              <EmptySpace max="-2" attributes="0"/> 
    943               <Component id="timelinesScrollPane" max="32767" attributes="0"/> 
     924              <Component id="timelinesScrollPane" pref="1289" max="32767" attributes="0"/> 
    944925              <EmptySpace max="-2" attributes="0"/> 
    945926          </Group> 
     
    14511432        <Property name="maximum" type="int" value="22"/> 
    14521433        <Property name="minimum" type="int" value="4"/> 
    1453         <Property name="orientation" type="int" value="1"/> 
    14541434        <Property name="value" type="int" value="4"/> 
    14551435        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor"> 
     
    14621442      </Events> 
    14631443    </Component> 
    1464     <Component class="javax.swing.JButton" name="selectButton"> 
    1465       <Properties> 
    1466         <Property name="toolTipText" type="java.lang.String" value="Select"/> 
    1467         <Property name="focusPainted" type="boolean" value="false"/> 
    1468         <Property name="iconTextGap" type="int" value="0"/> 
    1469         <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    1470           <Insets value="[2, 10, 2, 10]"/> 
    1471         </Property> 
    1472         <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    1473           <Dimension value="[30, 25]"/> 
    1474         </Property> 
    1475       </Properties> 
    1476       <Events> 
    1477         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="selectButtonActionPerformed"/> 
    1478       </Events> 
    1479     </Component> 
    1480     <Container class="javax.swing.JPanel" name="incidentEventsPanel"> 
    1481       <Properties> 
    1482         <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 
    1483           <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> 
    1484             <TitledBorder title="Incident Events"/> 
    1485           </Border> 
    1486         </Property> 
    1487       </Properties> 
    1488  
    1489       <Layout> 
    1490         <DimensionLayout dim="0"> 
    1491           <Group type="103" groupAlignment="0" attributes="0"> 
    1492               <Group type="102" alignment="0" attributes="0"> 
    1493                   <EmptySpace max="-2" attributes="0"/> 
    1494                   <Group type="103" groupAlignment="0" attributes="0"> 
    1495                       <Group type="103" alignment="0" groupAlignment="0" attributes="0"> 
    1496                           <Group type="102" alignment="1" attributes="0"> 
    1497                               <Component id="maintenanceRadioButton" min="-2" pref="120" max="-2" attributes="0"/> 
    1498                               <EmptySpace max="-2" attributes="0"/> 
    1499                               <Component id="tmtRadioButton" min="-2" pref="120" max="-2" attributes="0"/> 
    1500                               <EmptySpace max="-2" attributes="0"/> 
    1501                               <Component id="telephoneButton" min="-2" pref="120" max="-2" attributes="0"/> 
    1502                               <EmptySpace max="-2" attributes="0"/> 
    1503                               <Component id="paramicsButton" min="-2" pref="120" max="-2" attributes="0"/> 
    1504                           </Group> 
    1505                           <Group type="102" alignment="0" attributes="0"> 
    1506                               <Component id="towButton" min="-2" pref="120" max="-2" attributes="0"/> 
    1507                               <EmptySpace max="-2" attributes="0"/> 
    1508                               <Component id="unitButton" min="-2" pref="120" max="-2" attributes="0"/> 
    1509                               <EmptySpace max="-2" attributes="0"/> 
    1510                               <Component id="witnessButton" min="-2" pref="120" max="-2" attributes="0"/> 
    1511                               <EmptySpace max="-2" attributes="0"/> 
    1512                               <Component id="audioButton" min="-2" pref="120" max="-2" attributes="0"/> 
    1513                           </Group> 
    1514                       </Group> 
    1515                       <Group type="102" alignment="0" attributes="0"> 
    1516                           <Component id="cadButton" min="-2" pref="120" max="-2" attributes="0"/> 
    1517                           <EmptySpace max="-2" attributes="0"/> 
    1518                           <Component id="cctvButton" min="-2" pref="120" max="-2" attributes="0"/> 
    1519                           <EmptySpace max="-2" attributes="0"/> 
    1520                           <Component id="chpRadioButton" min="-2" pref="120" max="-2" attributes="0"/> 
    1521                       </Group> 
    1522                   </Group> 
    1523                   <EmptySpace max="32767" attributes="0"/> 
    1524               </Group> 
    1525           </Group> 
    1526         </DimensionLayout> 
    1527         <DimensionLayout dim="1"> 
    1528           <Group type="103" groupAlignment="0" attributes="0"> 
    1529               <Group type="102" alignment="0" attributes="0"> 
    1530                   <Group type="103" groupAlignment="0" attributes="0"> 
    1531                       <Group type="102" attributes="0"> 
    1532                           <Group type="103" groupAlignment="3" attributes="0"> 
    1533                               <Component id="maintenanceRadioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/> 
    1534                               <Component id="tmtRadioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/> 
    1535                               <Component id="telephoneButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/> 
    1536                           </Group> 
    1537                           <EmptySpace max="-2" attributes="0"/> 
    1538                           <Group type="103" groupAlignment="3" attributes="0"> 
    1539                               <Component id="towButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/> 
    1540                               <Component id="unitButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/> 
    1541                               <Component id="witnessButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/> 
    1542                               <Component id="audioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/> 
    1543                           </Group> 
    1544                       </Group> 
    1545                       <Component id="paramicsButton" min="-2" pref="30" max="-2" attributes="0"/> 
    1546                   </Group> 
    1547                   <EmptySpace max="-2" attributes="0"/> 
    1548                   <Group type="103" groupAlignment="1" attributes="0"> 
    1549                       <Group type="103" alignment="1" groupAlignment="3" attributes="0"> 
    1550                           <Component id="cctvButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/> 
    1551                           <Component id="chpRadioButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/> 
    1552                       </Group> 
    1553                       <Component id="cadButton" min="-2" pref="30" max="-2" attributes="0"/> 
    1554                   </Group> 
    1555               </Group> 
    1556           </Group> 
    1557         </DimensionLayout> 
    1558       </Layout> 
    1559       <SubComponents> 
    1560         <Component class="javax.swing.JButton" name="maintenanceRadioButton"> 
    1561           <Properties> 
    1562             <Property name="text" type="java.lang.String" value="Maintenance Radio"/> 
    1563             <Property name="toolTipText" type="java.lang.String" value=""/> 
    1564             <Property name="focusPainted" type="boolean" value="false"/> 
    1565             <Property name="iconTextGap" type="int" value="0"/> 
    1566             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    1567               <Insets value="[2, 10, 2, 10]"/> 
    1568             </Property> 
    1569             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    1570               <Dimension value="[30, 25]"/> 
    1571             </Property> 
    1572           </Properties> 
    1573           <Events> 
    1574             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="maintenanceRadioButtonActionPerformed"/> 
    1575           </Events> 
    1576         </Component> 
    1577         <Component class="javax.swing.JButton" name="tmtRadioButton"> 
    1578           <Properties> 
    1579             <Property name="text" type="java.lang.String" value="TMT Radio"/> 
    1580             <Property name="toolTipText" type="java.lang.String" value=""/> 
    1581             <Property name="focusPainted" type="boolean" value="false"/> 
    1582             <Property name="iconTextGap" type="int" value="0"/> 
    1583             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    1584               <Insets value="[2, 10, 2, 10]"/> 
    1585             </Property> 
    1586             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    1587               <Dimension value="[30, 25]"/> 
    1588             </Property> 
    1589           </Properties> 
    1590           <Events> 
    1591             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tmtRadioButtonActionPerformed"/> 
    1592           </Events> 
    1593         </Component> 
    1594         <Component class="javax.swing.JButton" name="telephoneButton"> 
    1595           <Properties> 
    1596             <Property name="text" type="java.lang.String" value="Telephone"/> 
    1597             <Property name="toolTipText" type="java.lang.String" value=""/> 
    1598             <Property name="focusPainted" type="boolean" value="false"/> 
    1599             <Property name="iconTextGap" type="int" value="0"/> 
    1600             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    1601               <Insets value="[2, 10, 2, 10]"/> 
    1602             </Property> 
    1603             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    1604               <Dimension value="[30, 25]"/> 
    1605             </Property> 
    1606           </Properties> 
    1607           <Events> 
    1608             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="telephoneButtonActionPerformed"/> 
    1609           </Events> 
    1610         </Component> 
    1611         <Component class="javax.swing.JButton" name="unitButton"> 
    1612           <Properties> 
    1613             <Property name="text" type="java.lang.String" value="Unit"/> 
    1614             <Property name="toolTipText" type="java.lang.String" value=""/> 
    1615             <Property name="focusPainted" type="boolean" value="false"/> 
    1616             <Property name="iconTextGap" type="int" value="0"/> 
    1617             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    1618               <Insets value="[2, 10, 2, 10]"/> 
    1619             </Property> 
    1620             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    1621               <Dimension value="[30, 25]"/> 
    1622             </Property> 
    1623           </Properties> 
    1624           <Events> 
    1625             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="unitButtonActionPerformed"/> 
    1626           </Events> 
    1627         </Component> 
    1628         <Component class="javax.swing.JButton" name="witnessButton"> 
    1629           <Properties> 
    1630             <Property name="text" type="java.lang.String" value="Witness"/> 
    1631             <Property name="toolTipText" type="java.lang.String" value=""/> 
    1632             <Property name="focusPainted" type="boolean" value="false"/> 
    1633             <Property name="iconTextGap" type="int" value="0"/> 
    1634             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    1635               <Insets value="[2, 10, 2, 10]"/> 
    1636             </Property> 
    1637             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    1638               <Dimension value="[30, 25]"/> 
    1639             </Property> 
    1640           </Properties> 
    1641           <Events> 
    1642             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="witnessButtonActionPerformed"/> 
    1643           </Events> 
    1644         </Component> 
    1645         <Component class="javax.swing.JButton" name="paramicsButton"> 
    1646           <Properties> 
    1647             <Property name="text" type="java.lang.String" value="Paramics"/> 
    1648             <Property name="toolTipText" type="java.lang.String" value=""/> 
    1649             <Property name="focusPainted" type="boolean" value="false"/> 
    1650             <Property name="iconTextGap" type="int" value="0"/> 
    1651             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    1652               <Insets value="[2, 10, 2, 10]"/> 
    1653             </Property> 
    1654             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    1655               <Dimension value="[30, 25]"/> 
    1656             </Property> 
    1657           </Properties> 
    1658           <Events> 
    1659             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="paramicsButtonActionPerformed"/> 
    1660           </Events> 
    1661         </Component> 
    1662         <Component class="javax.swing.JButton" name="towButton"> 
    1663           <Properties> 
    1664             <Property name="text" type="java.lang.String" value="Tow"/> 
    1665             <Property name="toolTipText" type="java.lang.String" value=""/> 
    1666             <Property name="focusPainted" type="boolean" value="false"/> 
    1667             <Property name="iconTextGap" type="int" value="0"/> 
    1668             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    1669               <Insets value="[2, 10, 2, 10]"/> 
    1670             </Property> 
    1671             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    1672               <Dimension value="[30, 25]"/> 
    1673             </Property> 
    1674           </Properties> 
    1675           <Events> 
    1676             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="towButtonActionPerformed"/> 
    1677           </Events> 
    1678         </Component> 
    1679         <Component class="javax.swing.JButton" name="audioButton"> 
    1680           <Properties> 
    1681             <Property name="text" type="java.lang.String" value="Audio"/> 
    1682             <Property name="toolTipText" type="java.lang.String" value=""/> 
    1683             <Property name="focusPainted" type="boolean" value="false"/> 
    1684             <Property name="iconTextGap" type="int" value="0"/> 
    1685             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    1686               <Insets value="[2, 10, 2, 10]"/> 
    1687             </Property> 
    1688             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    1689               <Dimension value="[30, 25]"/> 
    1690             </Property> 
    1691           </Properties> 
    1692           <Events> 
    1693             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="audioButtonActionPerformed"/> 
    1694           </Events> 
    1695         </Component> 
    1696         <Component class="javax.swing.JButton" name="cctvButton"> 
    1697           <Properties> 
    1698             <Property name="text" type="java.lang.String" value="CCTV"/> 
    1699             <Property name="toolTipText" type="java.lang.String" value=""/> 
    1700             <Property name="focusPainted" type="boolean" value="false"/> 
    1701             <Property name="iconTextGap" type="int" value="0"/> 
    1702             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    1703               <Insets value="[2, 10, 2, 10]"/> 
    1704             </Property> 
    1705             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    1706               <Dimension value="[30, 25]"/> 
    1707             </Property> 
    1708           </Properties> 
    1709           <Events> 
    1710             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cctvButtonActionPerformed"/> 
    1711           </Events> 
    1712         </Component> 
    1713         <Component class="javax.swing.JButton" name="cadButton"> 
    1714           <Properties> 
    1715             <Property name="text" type="java.lang.String" value="CAD"/> 
    1716             <Property name="toolTipText" type="java.lang.String" value=""/> 
    1717             <Property name="focusPainted" type="boolean" value="false"/> 
    1718             <Property name="iconTextGap" type="int" value="0"/> 
    1719             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    1720               <Insets value="[2, 10, 2, 10]"/> 
    1721             </Property> 
    1722             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    1723               <Dimension value="[30, 25]"/> 
    1724             </Property> 
    1725           </Properties> 
    1726           <Events> 
    1727             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cadButtonActionPerformed"/> 
    1728           </Events> 
    1729         </Component> 
    1730         <Component class="javax.swing.JButton" name="chpRadioButton"> 
    1731           <Properties> 
    1732             <Property name="text" type="java.lang.String" value="CHP Radio"/> 
    1733             <Property name="toolTipText" type="java.lang.String" value=""/> 
    1734             <Property name="focusPainted" type="boolean" value="false"/> 
    1735             <Property name="iconTextGap" type="int" value="0"/> 
    1736             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    1737               <Insets value="[2, 10, 2, 10]"/> 
    1738             </Property> 
    1739             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    1740               <Dimension value="[30, 25]"/> 
    1741             </Property> 
    1742           </Properties> 
    1743           <Events> 
    1744             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="chpRadioButtonActionPerformed"/> 
    1745           </Events> 
    1746         </Component> 
    1747       </SubComponents> 
    1748     </Container> 
    1749     <Container class="javax.swing.JPanel" name="evaluationEventsPanel"> 
    1750       <Properties> 
    1751         <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 
    1752           <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> 
    1753             <TitledBorder title="Evaluation Events"/> 
    1754           </Border> 
    1755         </Property> 
    1756       </Properties> 
    1757  
    1758       <Layout> 
    1759         <DimensionLayout dim="0"> 
    1760           <Group type="103" groupAlignment="0" attributes="0"> 
    1761               <Group type="102" attributes="0"> 
    1762                   <EmptySpace max="-2" attributes="0"/> 
    1763                   <Group type="103" groupAlignment="0" attributes="0"> 
    1764                       <Group type="102" alignment="0" attributes="0"> 
    1765                           <Component id="atmsEvalButton" min="-2" pref="140" max="-2" attributes="0"/> 
    1766                           <EmptySpace max="-2" attributes="0"/> 
    1767                           <Component id="activityLogEvalButton" min="-2" pref="140" max="-2" attributes="0"/> 
    1768                       </Group> 
    1769                       <Group type="102" alignment="0" attributes="0"> 
    1770                           <Component id="cmsEvalButton" min="-2" pref="140" max="-2" attributes="0"/> 
    1771                           <EmptySpace max="-2" attributes="0"/> 
    1772                           <Component id="facilitatorEvalButton" min="-2" pref="140" max="-2" attributes="0"/> 
    1773                       </Group> 
    1774                       <Group type="102" alignment="0" attributes="0"> 
    1775                           <Component id="cadEvalButton" min="-2" pref="140" max="-2" attributes="0"/> 
    1776                           <EmptySpace max="-2" attributes="0"/> 
    1777                           <Component id="radioEvalButton" min="-2" pref="140" max="-2" attributes="0"/> 
    1778                       </Group> 
    1779                   </Group> 
    1780                   <EmptySpace max="32767" attributes="0"/> 
    1781               </Group> 
    1782           </Group> 
    1783         </DimensionLayout> 
    1784         <DimensionLayout dim="1"> 
    1785           <Group type="103" groupAlignment="0" attributes="0"> 
    1786               <Group type="102" alignment="0" attributes="0"> 
    1787                   <Group type="103" groupAlignment="0" attributes="0"> 
    1788                       <Component id="cmsEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/> 
    1789                       <Component id="facilitatorEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/> 
    1790                   </Group> 
    1791                   <EmptySpace max="-2" attributes="0"/> 
    1792                   <Group type="103" groupAlignment="0" attributes="0"> 
    1793                       <Component id="atmsEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/> 
    1794                       <Component id="activityLogEvalButton" alignment="0" min="-2" pref="30" max="-2" attributes="0"/> 
    1795                   </Group> 
    1796                   <EmptySpace max="-2" attributes="0"/> 
    1797                   <Group type="103" groupAlignment="3" attributes="0"> 
    1798                       <Component id="cadEvalButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/> 
    1799                       <Component id="radioEvalButton" alignment="3" min="-2" pref="30" max="-2" attributes="0"/> 
    1800                   </Group> 
    1801               </Group> 
    1802           </Group> 
    1803         </DimensionLayout> 
    1804       </Layout> 
    1805       <SubComponents> 
    1806         <Component class="javax.swing.JButton" name="atmsEvalButton"> 
    1807           <Properties> 
    1808             <Property name="text" type="java.lang.String" value="ATMS Evaluation"/> 
    1809             <Property name="toolTipText" type="java.lang.String" value=""/> 
    1810             <Property name="focusPainted" type="boolean" value="false"/> 
    1811             <Property name="iconTextGap" type="int" value="0"/> 
    1812             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    1813               <Insets value="[2, 10, 2, 10]"/> 
    1814             </Property> 
    1815             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    1816               <Dimension value="[30, 25]"/> 
    1817             </Property> 
    1818           </Properties> 
    1819           <Events> 
    1820             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="atmsEvalButtonActionPerformed"/> 
    1821           </Events> 
    1822         </Component> 
    1823         <Component class="javax.swing.JButton" name="cmsEvalButton"> 
    1824           <Properties> 
    1825             <Property name="text" type="java.lang.String" value="CMS Evaluation"/> 
    1826             <Property name="toolTipText" type="java.lang.String" value=""/> 
    1827             <Property name="focusPainted" type="boolean" value="false"/> 
    1828             <Property name="iconTextGap" type="int" value="0"/> 
    1829             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    1830               <Insets value="[2, 10, 2, 10]"/> 
    1831             </Property> 
    1832             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    1833               <Dimension value="[30, 25]"/> 
    1834             </Property> 
    1835           </Properties> 
    1836           <Events> 
    1837             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cmsEvalButtonActionPerformed"/> 
    1838           </Events> 
    1839         </Component> 
    1840         <Component class="javax.swing.JButton" name="cadEvalButton"> 
    1841           <Properties> 
    1842             <Property name="text" type="java.lang.String" value="CAD Evaluation"/> 
    1843             <Property name="toolTipText" type="java.lang.String" value=""/> 
    1844             <Property name="focusPainted" type="boolean" value="false"/> 
    1845             <Property name="iconTextGap" type="int" value="0"/> 
    1846             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    1847               <Insets value="[2, 10, 2, 10]"/> 
    1848             </Property> 
    1849             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    1850               <Dimension value="[30, 25]"/> 
    1851             </Property> 
    1852           </Properties> 
    1853           <Events> 
    1854             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cadEvalButtonActionPerformed"/> 
    1855           </Events> 
    1856         </Component> 
    1857         <Component class="javax.swing.JButton" name="facilitatorEvalButton"> 
    1858           <Properties> 
    1859             <Property name="text" type="java.lang.String" value="Facilitator Evaluation"/> 
    1860             <Property name="toolTipText" type="java.lang.String" value=""/> 
    1861             <Property name="focusPainted" type="boolean" value="false"/> 
    1862             <Property name="iconTextGap" type="int" value="0"/> 
    1863             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    1864               <Insets value="[2, 10, 2, 10]"/> 
    1865             </Property> 
    1866             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    1867               <Dimension value="[30, 25]"/> 
    1868             </Property> 
    1869           </Properties> 
    1870           <Events> 
    1871             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="facilitatorEvalButtonActionPerformed"/> 
    1872           </Events> 
    1873         </Component> 
    1874         <Component class="javax.swing.JButton" name="activityLogEvalButton"> 
    1875           <Properties> 
    1876             <Property name="text" type="java.lang.String" value="Activity Log Evaluation"/> 
    1877             <Property name="toolTipText" type="java.lang.String" value=""/> 
    1878             <Property name="focusPainted" type="boolean" value="false"/> 
    1879             <Property name="iconTextGap" type="int" value="0"/> 
    1880             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    1881               <Insets value="[2, 10, 2, 10]"/> 
    1882             </Property> 
    1883             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    1884               <Dimension value="[30, 25]"/> 
    1885             </Property> 
    1886           </Properties> 
    1887           <Events> 
    1888             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="activityLogEvalButtonActionPerformed"/> 
    1889           </Events> 
    1890         </Component> 
    1891         <Component class="javax.swing.JButton" name="radioEvalButton"> 
    1892           <Properties> 
    1893             <Property name="text" type="java.lang.String" value="Radio Evaluation"/> 
    1894             <Property name="toolTipText" type="java.lang.String" value=""/> 
    1895             <Property name="focusPainted" type="boolean" value="false"/> 
    1896             <Property name="iconTextGap" type="int" value="0"/> 
    1897             <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> 
    1898               <Insets value="[2, 10, 2, 10]"/> 
    1899             </Property> 
    1900             <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 
    1901               <Dimension value="[30, 25]"/> 
    1902             </Property> 
    1903           </Properties> 
    1904           <Events> 
    1905             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="radioEvalButtonActionPerformed"/> 
    1906           </Events> 
    1907         </Component> 
    1908       </SubComponents> 
    1909     </Container> 
    19101444    <Component class="javax.swing.JLabel" name="zoomInIcon"> 
    19111445      <Properties> 
Note: See TracChangeset for help on using the changeset viewer.