view src/MPipeline2/src/mpipeline/main/MainWindow.form @ 29:54f14716c721 database-connection-manager

Update Java code
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Mon, 05 Dec 2011 16:20:06 +0100
parents f0afece42f48
children
line wrap: on
line source

<?xml version="1.1" encoding="UTF-8" ?>

<Form version="1.7" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
  <NonVisualComponents>
    <Container class="javax.swing.JPopupMenu" name="BlocktreeContextMenu">

      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
        <Property name="useNullLayout" type="boolean" value="true"/>
      </Layout>
      <SubComponents>
        <MenuItem class="javax.swing.JMenuItem" name="AddBlockMenuItem">
          <Properties>
            <Property name="text" type="java.lang.String" value="Add block(s)"/>
          </Properties>
          <Events>
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="AddBlockMenuItemActionPerformed"/>
          </Events>
        </MenuItem>
        <MenuItem class="javax.swing.JMenuItem" name="BlockHelpMenuItem">
          <Properties>
            <Property name="text" type="java.lang.String" value="Help"/>
          </Properties>
          <Events>
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="BlockHelpMenuItemActionPerformed"/>
          </Events>
        </MenuItem>
      </SubComponents>
    </Container>
    <Menu class="javax.swing.JMenuBar" name="MainMenuBar">
      <SubComponents>
        <Menu class="javax.swing.JMenu" name="MainMenuFile">
          <Properties>
            <Property name="text" type="java.lang.String" value="File"/>
          </Properties>
        </Menu>
        <Menu class="javax.swing.JMenu" name="MainMenuEdit">
          <Properties>
            <Property name="text" type="java.lang.String" value="Edit"/>
          </Properties>
        </Menu>
        <Menu class="javax.swing.JMenu" name="MainMenuView">
          <Properties>
            <Property name="text" type="java.lang.String" value="View"/>
          </Properties>
        </Menu>
        <Menu class="javax.swing.JMenu" name="MainMenuFormat">
          <Properties>
            <Property name="text" type="java.lang.String" value="Format"/>
          </Properties>
        </Menu>
        <Menu class="javax.swing.JMenu" name="MainMenuPipeline">
          <Properties>
            <Property name="text" type="java.lang.String" value="Pipeline"/>
          </Properties>
        </Menu>
        <Menu class="javax.swing.JMenu" name="MainMenuTools">
          <Properties>
            <Property name="text" type="java.lang.String" value="Tools"/>
          </Properties>
        </Menu>
        <Menu class="javax.swing.JMenu" name="MainMenuWindow">
          <Properties>
            <Property name="text" type="java.lang.String" value="Window"/>
          </Properties>
          <Events>
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="MainMenuWindowActionPerformed"/>
            <EventHandler event="menuSelected" listener="javax.swing.event.MenuListener" parameters="javax.swing.event.MenuEvent" handler="MainMenuWindowMenuSelected"/>
          </Events>
        </Menu>
        <Menu class="javax.swing.JMenu" name="MainMenuHelp">
          <Properties>
            <Property name="text" type="java.lang.String" value="Help"/>
          </Properties>
        </Menu>
      </SubComponents>
    </Menu>
  </NonVisualComponents>
  <Properties>
    <Property name="defaultCloseOperation" type="int" value="0"/>
    <Property name="title" type="java.lang.String" value="LTPDA Workbench"/>
    <Property name="name" type="java.lang.String" value="MainFrame" noResource="true"/>
  </Properties>
  <SyntheticProperties>
    <SyntheticProperty name="menuBar" type="java.lang.String" value="MainMenuBar"/>
    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  </SyntheticProperties>
  <Events>
    <EventHandler event="windowClosing" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowClosing"/>
    <EventHandler event="keyPressed" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="formKeyPressed"/>
  </Events>
  <AuxValues>
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  </AuxValues>

  <Layout>
    <DimensionLayout dim="0">
      <Group type="103" groupAlignment="0" attributes="0">
          <Component id="MainToolbar" alignment="0" pref="1096" max="32767" attributes="0"/>
          <Group type="102" alignment="0" attributes="0">
              <Component id="jPanel5" max="32767" attributes="0"/>
              <EmptySpace min="-2" max="-2" attributes="0"/>
          </Group>
          <Component id="statusLabel" alignment="0" pref="1096" max="32767" attributes="0"/>
      </Group>
    </DimensionLayout>
    <DimensionLayout dim="1">
      <Group type="103" groupAlignment="0" attributes="0">
          <Group type="102" alignment="0" attributes="0">
              <Component id="MainToolbar" min="-2" pref="32" max="-2" attributes="0"/>
              <EmptySpace min="-2" max="-2" attributes="0"/>
              <Component id="jPanel5" max="32767" attributes="0"/>
              <EmptySpace min="-2" pref="4" max="-2" attributes="0"/>
              <Component id="statusLabel" min="-2" max="-2" attributes="0"/>
          </Group>
      </Group>
    </DimensionLayout>
  </Layout>
  <SubComponents>
    <Container class="javax.swing.JToolBar" name="MainToolbar">
      <Properties>
        <Property name="floatable" type="boolean" value="false"/>
        <Property name="rollover" type="boolean" value="true"/>
      </Properties>

      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
      <SubComponents>
        <Component class="javax.swing.JButton" name="newPipelineTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/add_page.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="New pipeline"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/add_page_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JButton" name="saveWorkbenchTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/save.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Save workbench"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/save_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JButton" name="saveWorkbenchAsTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/save_as.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Save workbench as..."/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/save_as_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JButton" name="importTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/green_arrow_down.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Import pipelines from workbench"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/green_arrow_down_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JToolBar$Separator" name="jSeparator1">
        </Component>
        <Component class="javax.swing.JButton" name="copyTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/copy_paste.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Copy selected blocks"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/copy_paste_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JButton" name="pasteTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/note.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Paste blocks from clipboard"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/note_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JButton" name="undoTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/page_down.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Undo"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/page_down_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JButton" name="redoTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/page_up.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Redo"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/page_up_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JButton" name="deleteSelectedTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/delete.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Delete selected blocks"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/delete_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JToolBar$Separator" name="jSeparator2">
        </Component>
        <Component class="javax.swing.JButton" name="leftTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/back.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Move selected blocks left"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/back_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JButton" name="rightTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/next.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Move selected blocks right"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/next_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JButton" name="upTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/up.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Move selected blocks up"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/up_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JButton" name="downTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/download.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Move selected blocks down"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/download_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JToolBar$Separator" name="jSeparator4">
        </Component>
        <Component class="javax.swing.JButton" name="zoomInTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/zoom_in.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Zoom in"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/zoom_in_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JButton" name="zoomOutTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/zoom_out.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Zoom out"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/zoom_out_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JToolBar$Separator" name="jSeparator3">
        </Component>
        <Component class="javax.swing.JButton" name="searchTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/search.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Search for a block"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/search_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JButton" name="paramsOverviewBtn">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/paramsOverview.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="View an overview of the block parameters set on this canvas."/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/paramsOverview_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
          <Events>
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="paramsOverviewBtnActionPerformed"/>
          </Events>
        </Component>
        <Component class="javax.swing.JButton" name="showConsoleBtn">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/console.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Show the message console."/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
              <Dimension value="[36, 36]"/>
            </Property>
            <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
              <Dimension value="[36, 36]"/>
            </Property>
            <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
              <Dimension value="[36, 36]"/>
            </Property>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/console_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
          <Events>
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="showConsoleBtnActionPerformed"/>
          </Events>
        </Component>
        <Component class="javax.swing.JButton" name="helpTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/help.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Help on selected block"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/help_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JButton" name="infoTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/info.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Show block info"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/info_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JButton" name="togifTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/jpg_file.png"/>
            </Property>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/jpg_file_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
          <Events>
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="togifTBBActionPerformed"/>
          </Events>
        </Component>
        <Component class="javax.swing.JToolBar$Separator" name="jSeparator5">
        </Component>
        <Component class="javax.swing.JButton" name="repoSubmitTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/add_to_database.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Submit the output of the selected blocks to the repository."/>
            <Property name="enabled" type="boolean" value="false"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/add_to_database_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JButton" name="repoSearchTBB">
          <Properties>
            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/search_database.png"/>
            </Property>
            <Property name="toolTipText" type="java.lang.String" value="Search an LTPDA Repository"/>
            <Property name="focusable" type="boolean" value="false"/>
            <Property name="horizontalTextPosition" type="int" value="0"/>
            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
              <Image iconType="3" name="/mpipeline/icons/search_database_ro.png"/>
            </Property>
            <Property name="verticalTextPosition" type="int" value="3"/>
          </Properties>
        </Component>
      </SubComponents>
    </Container>
    <Container class="javax.swing.JPanel" name="jPanel5">

      <Layout>
        <DimensionLayout dim="0">
          <Group type="103" groupAlignment="0" attributes="0">
              <Component id="jSplitPane1" alignment="0" pref="1084" max="32767" attributes="0"/>
              <Group type="102" alignment="1" attributes="0">
                  <EmptySpace pref="895" max="32767" attributes="0"/>
                  <Component id="jLabel4" min="-2" max="-2" attributes="0"/>
                  <EmptySpace max="-2" attributes="0"/>
                  <Component id="instanceIdLabel" min="-2" pref="93" max="-2" attributes="0"/>
              </Group>
          </Group>
        </DimensionLayout>
        <DimensionLayout dim="1">
          <Group type="103" groupAlignment="0" attributes="0">
              <Group type="102" alignment="0" attributes="0">
                  <Component id="jSplitPane1" pref="551" max="32767" attributes="0"/>
                  <EmptySpace type="unrelated" max="-2" attributes="0"/>
                  <Group type="103" groupAlignment="3" attributes="0">
                      <Component id="instanceIdLabel" alignment="3" min="-2" max="-2" attributes="0"/>
                      <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
                  </Group>
                  <EmptySpace min="-2" pref="20" max="-2" attributes="0"/>
              </Group>
          </Group>
        </DimensionLayout>
      </Layout>
      <SubComponents>
        <Container class="javax.swing.JSplitPane" name="jSplitPane1">
          <Properties>
            <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
              <Border info="null"/>
            </Property>
            <Property name="dividerLocation" type="int" value="280"/>
            <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
              <Dimension value="[10, 41]"/>
            </Property>
          </Properties>

          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout"/>
          <SubComponents>
            <Container class="javax.swing.JDesktopPane" name="DocumentPane">
              <Constraints>
                <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout$JSplitPaneConstraintsDescription">
                  <JSplitPaneConstraints position="right"/>
                </Constraint>
              </Constraints>

              <Layout class="org.netbeans.modules.form.compat2.layouts.support.JLayeredPaneSupportLayout"/>
            </Container>
            <Container class="javax.swing.JTabbedPane" name="mainTabPanel">
              <Properties>
                <Property name="tabPlacement" type="int" value="2"/>
                <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
                  <Font name="Lucida Grande" size="11" style="0"/>
                </Property>
              </Properties>
              <Constraints>
                <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout$JSplitPaneConstraintsDescription">
                  <JSplitPaneConstraints position="left"/>
                </Constraint>
              </Constraints>

              <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/>
              <SubComponents>
                <Container class="javax.swing.JPanel" name="pipelineTab">
                  <Properties>
                    <Property name="opaque" type="boolean" value="false"/>
                  </Properties>
                  <Constraints>
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
                      <JTabbedPaneConstraints tabName="Pipelines" toolTip="&lt;User Code&gt;">
                        <Property name="tabTitle" type="java.lang.String" value="Pipelines"/>
                        <Property name="tabToolTip" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
                          <Connection code="&quot;Activate with &quot;+KeyEvent.getModifiersExText(keyModifier)+&quot;+1&quot;" type="code"/>
                        </Property>
                      </JTabbedPaneConstraints>
                    </Constraint>
                  </Constraints>

                  <Layout>
                    <DimensionLayout dim="0">
                      <Group type="103" groupAlignment="0" attributes="0">
                          <Component id="jScrollPane6" alignment="0" pref="197" max="32767" attributes="0"/>
                          <Group type="102" alignment="1" attributes="0">
                              <EmptySpace max="-2" attributes="0"/>
                              <Group type="103" groupAlignment="0" attributes="0">
                                  <Group type="102" alignment="0" attributes="0">
                                      <Component id="mvPipelineUpBtn" linkSize="10" min="-2" pref="36" max="-2" attributes="0"/>
                                      <EmptySpace pref="101" max="32767" attributes="0"/>
                                      <Component id="deletePipelineBtn" linkSize="10" min="-2" pref="36" max="-2" attributes="0"/>
                                  </Group>
                                  <Component id="mvPipelineDownBtn" linkSize="10" alignment="0" min="-2" pref="36" max="-2" attributes="0"/>
                              </Group>
                              <EmptySpace max="-2" attributes="0"/>
                          </Group>
                      </Group>
                    </DimensionLayout>
                    <DimensionLayout dim="1">
                      <Group type="103" groupAlignment="0" attributes="0">
                          <Group type="102" alignment="0" attributes="0">
                              <Component id="jScrollPane6" pref="339" max="32767" attributes="0"/>
                              <EmptySpace max="-2" attributes="0"/>
                              <Group type="103" groupAlignment="0" attributes="0">
                                  <Group type="102" attributes="0">
                                      <Component id="mvPipelineUpBtn" linkSize="11" min="-2" pref="36" max="-2" attributes="0"/>
                                      <EmptySpace max="-2" attributes="0"/>
                                      <Component id="mvPipelineDownBtn" linkSize="11" min="-2" pref="36" max="-2" attributes="0"/>
                                  </Group>
                                  <Component id="deletePipelineBtn" linkSize="11" min="-2" pref="36" max="-2" attributes="0"/>
                              </Group>
                              <EmptySpace min="-2" pref="116" max="-2" attributes="0"/>
                          </Group>
                      </Group>
                    </DimensionLayout>
                  </Layout>
                  <SubComponents>
                    <Container class="javax.swing.JScrollPane" name="jScrollPane6">
                      <Properties>
                        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
                          <Border info="null"/>
                        </Property>
                      </Properties>
                      <AuxValues>
                        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
                      </AuxValues>

                      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
                      <SubComponents>
                        <Component class="javax.swing.JTree" name="pipelineListTree">
                          <Events>
                            <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="pipelineListTreeMouseClicked"/>
                            <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="pipelineListTreeMousePressed"/>
                            <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="pipelineListTreeMouseReleased"/>
                          </Events>
                          <AuxValues>
                            <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new PipelineListTree(this)"/>
                          </AuxValues>
                        </Component>
                      </SubComponents>
                    </Container>
                    <Component class="javax.swing.JButton" name="mvPipelineUpBtn">
                      <Properties>
                        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                          <Image iconType="3" name="/mpipeline/icons/up.png"/>
                        </Property>
                        <Property name="toolTipText" type="java.lang.String" value="Move top level pipeline up"/>
                        <Property name="enabled" type="boolean" value="false"/>
                        <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                          <Image iconType="3" name="/mpipeline/icons/up_ro.png"/>
                        </Property>
                      </Properties>
                      <Events>
                        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mvPipelineUpBtnActionPerformed"/>
                      </Events>
                    </Component>
                    <Component class="javax.swing.JButton" name="mvPipelineDownBtn">
                      <Properties>
                        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                          <Image iconType="3" name="/mpipeline/icons/download.png"/>
                        </Property>
                        <Property name="toolTipText" type="java.lang.String" value="Move top level pipeline down"/>
                        <Property name="enabled" type="boolean" value="false"/>
                        <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                          <Image iconType="3" name="/mpipeline/icons/download_ro.png"/>
                        </Property>
                      </Properties>
                      <Events>
                        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mvPipelineDownBtnActionPerformed"/>
                      </Events>
                    </Component>
                    <Component class="javax.swing.JButton" name="deletePipelineBtn">
                      <Properties>
                        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                          <Image iconType="3" name="/mpipeline/icons/delete.png"/>
                        </Property>
                        <Property name="toolTipText" type="java.lang.String" value="Delete selected pipeline"/>
                        <Property name="enabled" type="boolean" value="false"/>
                        <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                          <Image iconType="3" name="/mpipeline/icons/delete_ro.png"/>
                        </Property>
                      </Properties>
                      <Events>
                        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="deletePipelineBtnActionPerformed"/>
                      </Events>
                    </Component>
                  </SubComponents>
                </Container>
                <Container class="javax.swing.JPanel" name="libraryTab">
                  <Properties>
                    <Property name="opaque" type="boolean" value="false"/>
                  </Properties>
                  <Constraints>
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
                      <JTabbedPaneConstraints tabName="Library" toolTip="&lt;User Code&gt;">
                        <Property name="tabTitle" type="java.lang.String" value="Library"/>
                        <Property name="tabToolTip" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
                          <Connection code="&quot;Activate with &quot;+KeyEvent.getModifiersExText(keyModifier)+&quot;+2&quot;" type="code"/>
                        </Property>
                      </JTabbedPaneConstraints>
                    </Constraint>
                  </Constraints>

                  <Layout>
                    <DimensionLayout dim="0">
                      <Group type="103" groupAlignment="0" attributes="0">
                          <Component id="jScrollPane1" alignment="0" pref="197" max="32767" attributes="0"/>
                          <Group type="102" alignment="1" attributes="0">
                              <EmptySpace pref="53" max="32767" attributes="1"/>
                              <Component id="jLabel1" min="-2" pref="66" max="-2" attributes="0"/>
                              <EmptySpace min="-2" pref="4" max="-2" attributes="0"/>
                              <Group type="103" groupAlignment="0" max="-2" attributes="0">
                                  <Group type="102" attributes="0">
                                      <Component id="librarySearchPrevious" min="-2" max="-2" attributes="0"/>
                                      <EmptySpace max="-2" attributes="0"/>
                                      <Component id="librarySearchNext" min="-2" max="-2" attributes="0"/>
                                  </Group>
                                  <Component id="BlockSearchTxt" max="32767" attributes="0"/>
                              </Group>
                              <EmptySpace max="-2" attributes="0"/>
                          </Group>
                      </Group>
                    </DimensionLayout>
                    <DimensionLayout dim="1">
                      <Group type="103" groupAlignment="0" attributes="0">
                          <Group type="102" alignment="0" attributes="0">
                              <Component id="jScrollPane1" pref="341" max="32767" attributes="0"/>
                              <EmptySpace min="-2" max="-2" attributes="0"/>
                              <Group type="103" groupAlignment="2" attributes="0">
                                  <Component id="jLabel1" alignment="2" min="-2" max="-2" attributes="0"/>
                                  <Component id="BlockSearchTxt" alignment="2" min="-2" max="-2" attributes="0"/>
                              </Group>
                              <EmptySpace min="-2" max="-2" attributes="0"/>
                              <Group type="103" groupAlignment="0" attributes="0">
                                  <Component id="librarySearchPrevious" min="-2" max="-2" attributes="0"/>
                                  <Component id="librarySearchNext" min="-2" max="-2" attributes="0"/>
                              </Group>
                              <EmptySpace min="-2" pref="133" max="-2" attributes="0"/>
                          </Group>
                      </Group>
                    </DimensionLayout>
                  </Layout>
                  <SubComponents>
                    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
                      <Properties>
                        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
                          <Border info="null"/>
                        </Property>
                      </Properties>

                      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
                      <SubComponents>
                        <Component class="javax.swing.JTree" name="blockLibraryTree">
                          <Properties>
                            <Property name="dragEnabled" type="boolean" value="true"/>
                          </Properties>
                          <Events>
                            <EventHandler event="valueChanged" listener="javax.swing.event.TreeSelectionListener" parameters="javax.swing.event.TreeSelectionEvent" handler="blockLibraryTreeValueChanged"/>
                            <EventHandler event="keyPressed" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="blockLibraryTreeKeyPressed"/>
                            <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="blockLibraryTreeMouseClicked"/>
                            <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="blockLibraryTreeMousePressed"/>
                            <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="blockLibraryTreeMouseReleased"/>
                          </Events>
                          <AuxValues>
                            <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new LibraryTree()"/>
                          </AuxValues>
                        </Component>
                      </SubComponents>
                    </Container>
                    <Component class="javax.swing.JTextField" name="BlockSearchTxt">
                      <Events>
                        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="BlockSearchTxtActionPerformed"/>
                        <EventHandler event="propertyChange" listener="java.beans.PropertyChangeListener" parameters="java.beans.PropertyChangeEvent" handler="BlockSearchTxtPropertyChange"/>
                        <EventHandler event="keyPressed" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="BlockSearchTxtKeyPressed"/>
                        <EventHandler event="keyReleased" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="BlockSearchTxtKeyReleased"/>
                        <EventHandler event="keyTyped" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="BlockSearchTxtKeyTyped"/>
                      </Events>
                    </Component>
                    <Component class="javax.swing.JLabel" name="jLabel1">
                      <Properties>
                        <Property name="text" type="java.lang.String" value="search"/>
                      </Properties>
                    </Component>
                    <Component class="javax.swing.JButton" name="librarySearchPrevious">
                      <Properties>
                        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                          <Image iconType="3" name="/mpipeline/icons/previous.png"/>
                        </Property>
                        <Property name="toolTipText" type="java.lang.String" value="Previous match"/>
                        <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                          <Image iconType="3" name="/mpipeline/icons/previous_ro.png"/>
                        </Property>
                      </Properties>
                      <Events>
                        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="librarySearchPreviousActionPerformed"/>
                      </Events>
                    </Component>
                    <Component class="javax.swing.JButton" name="librarySearchNext">
                      <Properties>
                        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                          <Image iconType="3" name="/mpipeline/icons/next_small.png"/>
                        </Property>
                        <Property name="toolTipText" type="java.lang.String" value="Next match"/>
                        <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                          <Image iconType="3" name="/mpipeline/icons/next_small_ro.png"/>
                        </Property>
                      </Properties>
                      <Events>
                        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="librarySearchNextActionPerformed"/>
                      </Events>
                    </Component>
                  </SubComponents>
                </Container>
                <Container class="javax.swing.JPanel" name="shelfTab">
                  <Properties>
                    <Property name="opaque" type="boolean" value="false"/>
                  </Properties>
                  <Constraints>
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
                      <JTabbedPaneConstraints tabName="Shelf" toolTip="&lt;User Code&gt;">
                        <Property name="tabTitle" type="java.lang.String" value="Shelf"/>
                        <Property name="tabToolTip" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
                          <Connection code="&quot;Activate with &quot;+KeyEvent.getModifiersExText(keyModifier)+&quot;+3&quot;" type="code"/>
                        </Property>
                      </JTabbedPaneConstraints>
                    </Constraint>
                  </Constraints>

                  <Layout>
                    <DimensionLayout dim="0">
                      <Group type="103" groupAlignment="0" attributes="0">
                          <Component id="jScrollPane2" alignment="0" pref="197" max="32767" attributes="0"/>
                      </Group>
                    </DimensionLayout>
                    <DimensionLayout dim="1">
                      <Group type="103" groupAlignment="0" attributes="0">
                          <Group type="102" alignment="0" attributes="0">
                              <Component id="jScrollPane2" min="-2" pref="496" max="-2" attributes="0"/>
                              <EmptySpace pref="43" max="32767" attributes="0"/>
                          </Group>
                      </Group>
                    </DimensionLayout>
                  </Layout>
                  <SubComponents>
                    <Container class="javax.swing.JScrollPane" name="jScrollPane2">
                      <Properties>
                        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
                          <Border info="null"/>
                        </Property>
                      </Properties>
                      <AuxValues>
                        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
                      </AuxValues>

                      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
                      <SubComponents>
                        <Component class="javax.swing.JTree" name="shelfTree">
                          <Properties>
                            <Property name="dragEnabled" type="boolean" value="true"/>
                          </Properties>
                          <Events>
                            <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="shelfTreeMouseClicked"/>
                            <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="shelfTreeMousePressed"/>
                            <EventHandler event="mouseReleased" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="shelfTreeMouseReleased"/>
                          </Events>
                          <AuxValues>
                            <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new ShelfTree()"/>
                          </AuxValues>
                        </Component>
                      </SubComponents>
                    </Container>
                  </SubComponents>
                </Container>
                <Container class="javax.swing.JPanel" name="paramsTab">
                  <Properties>
                    <Property name="opaque" type="boolean" value="false"/>
                  </Properties>
                  <Constraints>
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
                      <JTabbedPaneConstraints tabName="Properties" toolTip="&lt;User Code&gt;">
                        <Property name="tabTitle" type="java.lang.String" value="Properties"/>
                        <Property name="tabToolTip" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
                          <Connection code="&quot;Activate with &quot;+KeyEvent.getModifiersExText(keyModifier)+&quot;+4&quot;" type="code"/>
                        </Property>
                      </JTabbedPaneConstraints>
                    </Constraint>
                  </Constraints>

                  <Layout>
                    <DimensionLayout dim="0">
                      <Group type="103" groupAlignment="0" attributes="0">
                          <Component id="jSplitPane2" alignment="0" pref="197" max="32767" attributes="0"/>
                      </Group>
                    </DimensionLayout>
                    <DimensionLayout dim="1">
                      <Group type="103" groupAlignment="0" attributes="0">
                          <Group type="102" alignment="0" attributes="0">
                              <Component id="jSplitPane2" pref="527" max="32767" attributes="0"/>
                              <EmptySpace max="-2" attributes="0"/>
                          </Group>
                      </Group>
                    </DimensionLayout>
                  </Layout>
                  <SubComponents>
                    <Container class="javax.swing.JSplitPane" name="jSplitPane2">
                      <Properties>
                        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
                          <Border info="null"/>
                        </Property>
                        <Property name="dividerLocation" type="int" value="120"/>
                        <Property name="orientation" type="int" value="0"/>
                      </Properties>

                      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout"/>
                      <SubComponents>
                        <Container class="javax.swing.JPanel" name="jPanel1">
                          <Properties>
                            <Property name="opaque" type="boolean" value="false"/>
                          </Properties>
                          <Constraints>
                            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout$JSplitPaneConstraintsDescription">
                              <JSplitPaneConstraints position="left"/>
                            </Constraint>
                          </Constraints>

                          <Layout>
                            <DimensionLayout dim="0">
                              <Group type="103" groupAlignment="0" attributes="0">
                                  <Component id="jScrollPane3" alignment="0" pref="197" max="32767" attributes="0"/>
                              </Group>
                            </DimensionLayout>
                            <DimensionLayout dim="1">
                              <Group type="103" groupAlignment="0" attributes="0">
                                  <Group type="102" alignment="0" attributes="0">
                                      <Component id="jScrollPane3" pref="108" max="32767" attributes="0"/>
                                      <EmptySpace min="-2" max="-2" attributes="0"/>
                                  </Group>
                              </Group>
                            </DimensionLayout>
                          </Layout>
                          <SubComponents>
                            <Container class="javax.swing.JScrollPane" name="jScrollPane3">
                              <Properties>
                                <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
                                  <Border info="null"/>
                                </Property>
                              </Properties>
                              <Events>
                                <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jScrollPane3MouseClicked"/>
                              </Events>

                              <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
                              <SubComponents>
                                <Component class="javax.swing.JTable" name="BlockPropertyTable">
                                  <Properties>
                                    <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
                                      <Table columnCount="2" rowCount="0">
                                        <Column editable="false" title="Parameter" type="java.lang.Object"/>
                                        <Column editable="true" title="Value" type="java.lang.Object"/>
                                      </Table>
                                    </Property>
                                    <Property name="autoResizeMode" type="int" value="3"/>
                                    <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor">
                                      <TableColumnModel selectionModel="0">
                                        <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
                                          <Title/>
                                          <Editor/>
                                          <Renderer/>
                                        </Column>
                                        <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
                                          <Title/>
                                          <Editor/>
                                          <Renderer/>
                                        </Column>
                                      </TableColumnModel>
                                    </Property>
                                    <Property name="gridColor" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
                                      <Color blue="ff" green="66" red="66" type="rgb"/>
                                    </Property>
                                    <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
                                      <TableHeader reorderingAllowed="false" resizingAllowed="true"/>
                                    </Property>
                                  </Properties>
                                  <AuxValues>
                                    <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new mpipeline.propertytable.BlockPropertyTable()"/>
                                  </AuxValues>
                                </Component>
                              </SubComponents>
                            </Container>
                          </SubComponents>
                        </Container>
                        <Container class="javax.swing.JPanel" name="jPanel2">
                          <Properties>
                            <Property name="opaque" type="boolean" value="false"/>
                          </Properties>
                          <Constraints>
                            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout$JSplitPaneConstraintsDescription">
                              <JSplitPaneConstraints position="right"/>
                            </Constraint>
                          </Constraints>

                          <Layout>
                            <DimensionLayout dim="0">
                              <Group type="103" groupAlignment="0" attributes="0">
                                  <Group type="102" alignment="1" attributes="0">
                                      <EmptySpace max="-2" attributes="0"/>
                                      <Component id="ApplyBtn" min="-2" max="-2" attributes="0"/>
                                      <EmptySpace pref="62" max="32767" attributes="0"/>
                                      <Component id="ParamRmvBtn" min="-2" pref="36" max="-2" attributes="0"/>
                                      <EmptySpace max="-2" attributes="0"/>
                                      <Component id="ParamAddBtn" min="-2" pref="36" max="-2" attributes="0"/>
                                      <EmptySpace max="-2" attributes="0"/>
                                  </Group>
                                  <Group type="102" alignment="0" attributes="0">
                                      <EmptySpace max="-2" attributes="0"/>
                                      <Component id="setCombo" pref="173" max="32767" attributes="0"/>
                                      <EmptySpace max="-2" attributes="0"/>
                                  </Group>
                                  <Component id="jScrollPane5" alignment="0" pref="197" max="32767" attributes="0"/>
                              </Group>
                            </DimensionLayout>
                            <DimensionLayout dim="1">
                              <Group type="103" groupAlignment="0" attributes="0">
                                  <Group type="102" alignment="1" attributes="0">
                                      <EmptySpace min="-2" max="-2" attributes="0"/>
                                      <Component id="setCombo" min="-2" max="-2" attributes="0"/>
                                      <EmptySpace max="-2" attributes="0"/>
                                      <Component id="jScrollPane5" pref="304" max="32767" attributes="0"/>
                                      <EmptySpace max="-2" attributes="0"/>
                                      <Group type="103" groupAlignment="1" attributes="0">
                                          <Component id="ParamAddBtn" linkSize="9" min="-2" pref="36" max="-2" attributes="0"/>
                                          <Component id="ParamRmvBtn" linkSize="9" min="-2" pref="36" max="-2" attributes="0"/>
                                          <Component id="ApplyBtn" linkSize="9" min="-2" pref="36" max="-2" attributes="0"/>
                                      </Group>
                                      <EmptySpace min="-2" max="-2" attributes="0"/>
                                  </Group>
                              </Group>
                            </DimensionLayout>
                          </Layout>
                          <SubComponents>
                            <Component class="javax.swing.JButton" name="ParamRmvBtn">
                              <Properties>
                                <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
                                  <Font name="Lucida Grande" size="12" style="0"/>
                                </Property>
                                <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                                  <Image iconType="3" name="/mpipeline/icons/subtract.png"/>
                                </Property>
                                <Property name="toolTipText" type="java.lang.String" value="Remove parameter"/>
                                <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                                  <Image iconType="3" name="/mpipeline/icons/subtract_ro.png"/>
                                </Property>
                              </Properties>
                              <Events>
                                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="ParamRmvBtnActionPerformed"/>
                              </Events>
                            </Component>
                            <Component class="javax.swing.JButton" name="ParamAddBtn">
                              <Properties>
                                <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
                                  <Font name="Lucida Grande" size="12" style="0"/>
                                </Property>
                                <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                                  <Image iconType="3" name="/mpipeline/icons/add.png"/>
                                </Property>
                                <Property name="toolTipText" type="java.lang.String" value="Add parameter"/>
                                <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                                  <Image iconType="3" name="/mpipeline/icons/add_ro.png"/>
                                </Property>
                              </Properties>
                              <Events>
                                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="ParamAddBtnActionPerformed"/>
                              </Events>
                            </Component>
                            <Component class="javax.swing.JComboBox" name="setCombo">
                              <Properties>
                                <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
                                  <StringArray count="4">
                                    <StringItem index="0" value="Item 1"/>
                                    <StringItem index="1" value="Item 2"/>
                                    <StringItem index="2" value="Item 3"/>
                                    <StringItem index="3" value="Item 4"/>
                                  </StringArray>
                                </Property>
                              </Properties>
                              <Events>
                                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="setComboActionPerformed"/>
                                <EventHandler event="propertyChange" listener="java.beans.PropertyChangeListener" parameters="java.beans.PropertyChangeEvent" handler="setComboPropertyChange"/>
                              </Events>
                            </Component>
                            <Component class="javax.swing.JButton" name="ApplyBtn">
                              <Properties>
                                <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
                                  <Font name="Lucida Grande" size="12" style="0"/>
                                </Property>
                                <Property name="text" type="java.lang.String" value="Set"/>
                                <Property name="toolTipText" type="java.lang.String" value="Set the plist"/>
                                <Property name="enabled" type="boolean" value="false"/>
                              </Properties>
                              <Events>
                                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="ApplyBtnActionPerformed"/>
                              </Events>
                            </Component>
                            <Container class="javax.swing.JScrollPane" name="jScrollPane5">

                              <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
                              <SubComponents>
                                <Component class="javax.swing.JTable" name="plistTable">
                                  <Properties>
                                    <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
                                      <Connection code="new PlistTableModel(this, new JPlist())" type="code"/>
                                    </Property>
                                    <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor">
                                      <TableColumnModel selectionModel="3"/>
                                    </Property>
                                    <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
                                      <Dimension value="[1000, 1000]"/>
                                    </Property>
                                    <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
                                      <Dimension value="[10, 10]"/>
                                    </Property>
                                    <Property name="selectionModel" type="javax.swing.ListSelectionModel" editor="org.netbeans.modules.form.editors2.JTableSelectionModelEditor">
                                      <JTableSelectionModel selectionMode="2"/>
                                    </Property>
                                    <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
                                      <TableHeader reorderingAllowed="true" resizingAllowed="true"/>
                                    </Property>
                                  </Properties>
                                  <AuxValues>
                                    <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new PlistTable(this)"/>
                                    <AuxValue name="JavaCodeGenerator_SerializeTo" type="java.lang.String" value="MainWindow_plistTable"/>
                                    <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value=""/>
                                    <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="18"/>
                                  </AuxValues>
                                </Component>
                              </SubComponents>
                            </Container>
                          </SubComponents>
                        </Container>
                      </SubComponents>
                    </Container>
                  </SubComponents>
                </Container>
                <Container class="javax.swing.JPanel" name="controlsTab">
                  <Properties>
                    <Property name="opaque" type="boolean" value="false"/>
                  </Properties>
                  <Constraints>
                    <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
                      <JTabbedPaneConstraints tabName="Controls" toolTip="&lt;User Code&gt;">
                        <Property name="tabTitle" type="java.lang.String" value="Controls"/>
                        <Property name="tabToolTip" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
                          <Connection code="&quot;Activate with &quot;+KeyEvent.getModifiersExText(keyModifier)+&quot;+5 or &quot;+KeyEvent.getModifiersExText(keyModifier)+&quot;+R&quot;" type="code"/>
                        </Property>
                      </JTabbedPaneConstraints>
                    </Constraint>
                  </Constraints>

                  <Layout>
                    <DimensionLayout dim="0">
                      <Group type="103" groupAlignment="0" attributes="0">
                          <Group type="102" alignment="0" attributes="0">
                              <Component id="jSeparator6" pref="185" max="32767" attributes="2"/>
                              <EmptySpace min="-2" max="-2" attributes="0"/>
                          </Group>
                          <Component id="jPanel3" alignment="0" pref="197" max="32767" attributes="0"/>
                          <Component id="jPanel4" alignment="0" max="32767" attributes="0"/>
                          <Group type="102" alignment="0" attributes="0">
                              <Component id="jSeparator7" pref="185" max="32767" attributes="2"/>
                              <EmptySpace min="-2" max="-2" attributes="0"/>
                          </Group>
                          <Component id="jPanel6" alignment="0" max="32767" attributes="0"/>
                      </Group>
                    </DimensionLayout>
                    <DimensionLayout dim="1">
                      <Group type="103" groupAlignment="0" attributes="0">
                          <Group type="102" alignment="0" attributes="0">
                              <Component id="jPanel3" min="-2" max="-2" attributes="0"/>
                              <EmptySpace max="-2" attributes="0"/>
                              <Component id="jSeparator6" min="-2" max="-2" attributes="0"/>
                              <EmptySpace max="-2" attributes="0"/>
                              <Component id="jPanel4" min="-2" max="-2" attributes="0"/>
                              <EmptySpace max="-2" attributes="0"/>
                              <Component id="jSeparator7" min="-2" max="-2" attributes="0"/>
                              <EmptySpace max="-2" attributes="0"/>
                              <Component id="jPanel6" min="-2" pref="160" max="-2" attributes="0"/>
                              <EmptySpace pref="37" max="32767" attributes="0"/>
                          </Group>
                      </Group>
                    </DimensionLayout>
                  </Layout>
                  <SubComponents>
                    <Component class="javax.swing.JSeparator" name="jSeparator6">
                    </Component>
                    <Component class="javax.swing.JSeparator" name="jSeparator7">
                    </Component>
                    <Container class="javax.swing.JPanel" name="jPanel3">
                      <Properties>
                        <Property name="opaque" type="boolean" value="false"/>
                      </Properties>

                      <Layout>
                        <DimensionLayout dim="0">
                          <Group type="103" groupAlignment="0" attributes="0">
                              <Group type="102" alignment="0" max="-2" attributes="0">
                                  <EmptySpace min="-2" max="-2" attributes="0"/>
                                  <Group type="103" groupAlignment="0" max="-2" attributes="0">
                                      <Component id="StepBackwardsBtn" min="-2" pref="45" max="-2" attributes="1"/>
                                      <Component id="ResetBtn" alignment="0" min="-2" pref="45" max="-2" attributes="1"/>
                                  </Group>
                                  <EmptySpace min="-2" pref="7" max="-2" attributes="0"/>
                                  <Group type="103" groupAlignment="0" max="-2" attributes="0">
                                      <Group type="102" attributes="0">
                                          <Component id="StepForwardBtn" min="-2" pref="45" max="-2" attributes="1"/>
                                          <EmptySpace min="-2" max="-2" attributes="0"/>
                                          <Component id="SkipForwardBtn" min="-2" pref="45" max="-2" attributes="0"/>
                                      </Group>
                                      <Component id="RunBtn" pref="96" max="32767" attributes="1"/>
                                  </Group>
                                  <EmptySpace min="-2" pref="20" max="-2" attributes="0"/>
                              </Group>
                          </Group>
                        </DimensionLayout>
                        <DimensionLayout dim="1">
                          <Group type="103" groupAlignment="0" attributes="0">
                              <Group type="102" attributes="0">
                                  <EmptySpace max="-2" attributes="0"/>
                                  <Group type="103" groupAlignment="1" attributes="0">
                                      <Component id="StepForwardBtn" min="-2" pref="45" max="-2" attributes="1"/>
                                      <Component id="StepBackwardsBtn" alignment="1" min="-2" pref="45" max="-2" attributes="1"/>
                                      <Component id="SkipForwardBtn" min="-2" pref="45" max="-2" attributes="1"/>
                                  </Group>
                                  <EmptySpace max="-2" attributes="0"/>
                                  <Group type="103" groupAlignment="0" attributes="0">
                                      <Component id="ResetBtn" min="-2" pref="45" max="-2" attributes="1"/>
                                      <Component id="RunBtn" min="-2" pref="45" max="-2" attributes="1"/>
                                  </Group>
                                  <EmptySpace min="-2" max="-2" attributes="0"/>
                              </Group>
                          </Group>
                        </DimensionLayout>
                      </Layout>
                      <SubComponents>
                        <Component class="javax.swing.JButton" name="StepBackwardsBtn">
                          <Properties>
                            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/rewind3.png"/>
                            </Property>
                            <Property name="toolTipText" type="java.lang.String" value="Step Backward"/>
                            <Property name="focusable" type="boolean" value="false"/>
                            <Property name="horizontalTextPosition" type="int" value="0"/>
                            <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
                              <Dimension value="[32, 32]"/>
                            </Property>
                            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/rewind3_ro.png"/>
                            </Property>
                            <Property name="verticalTextPosition" type="int" value="3"/>
                          </Properties>
                          <Events>
                            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="StepBackwardsBtnActionPerformed"/>
                          </Events>
                        </Component>
                        <Component class="javax.swing.JButton" name="ResetBtn">
                          <Properties>
                            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/reload3.png"/>
                            </Property>
                            <Property name="toolTipText" type="java.lang.String" value="Reset pipeline"/>
                            <Property name="focusable" type="boolean" value="false"/>
                            <Property name="horizontalTextPosition" type="int" value="0"/>
                            <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
                              <Dimension value="[32, 32]"/>
                            </Property>
                            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/reload3_ro.png"/>
                            </Property>
                            <Property name="verticalTextPosition" type="int" value="3"/>
                          </Properties>
                          <Events>
                            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="ResetBtnActionPerformed"/>
                          </Events>
                        </Component>
                        <Component class="javax.swing.JButton" name="RunBtn">
                          <Properties>
                            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/play3.png"/>
                            </Property>
                            <Property name="toolTipText" type="java.lang.String" value="Run"/>
                            <Property name="focusable" type="boolean" value="false"/>
                            <Property name="horizontalTextPosition" type="int" value="0"/>
                            <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
                              <Dimension value="[32, 32]"/>
                            </Property>
                            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/play3_ro.png"/>
                            </Property>
                            <Property name="verticalTextPosition" type="int" value="3"/>
                          </Properties>
                          <Events>
                            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="RunBtnActionPerformed"/>
                          </Events>
                        </Component>
                        <Component class="javax.swing.JButton" name="StepForwardBtn">
                          <Properties>
                            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/fastforward3.png"/>
                            </Property>
                            <Property name="toolTipText" type="java.lang.String" value="Step Forward"/>
                            <Property name="focusable" type="boolean" value="false"/>
                            <Property name="horizontalTextPosition" type="int" value="0"/>
                            <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
                              <Dimension value="[32, 32]"/>
                            </Property>
                            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/fastforward3_ro.png"/>
                            </Property>
                            <Property name="verticalTextPosition" type="int" value="3"/>
                          </Properties>
                          <Events>
                            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="StepForwardBtnActionPerformed"/>
                          </Events>
                        </Component>
                        <Component class="javax.swing.JButton" name="SkipForwardBtn">
                          <Properties>
                            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/skipforward3.png"/>
                            </Property>
                            <Property name="toolTipText" type="java.lang.String" value="Skip Forward"/>
                            <Property name="focusable" type="boolean" value="false"/>
                            <Property name="horizontalTextPosition" type="int" value="0"/>
                            <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
                              <Dimension value="[32, 32]"/>
                            </Property>
                            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/skipforward3_ro.png"/>
                            </Property>
                            <Property name="verticalTextPosition" type="int" value="3"/>
                          </Properties>
                          <Events>
                            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="SkipForwardBtnActionPerformed"/>
                          </Events>
                        </Component>
                      </SubComponents>
                    </Container>
                    <Container class="javax.swing.JPanel" name="jPanel4">
                      <Properties>
                        <Property name="opaque" type="boolean" value="false"/>
                      </Properties>

                      <Layout>
                        <DimensionLayout dim="0">
                          <Group type="103" groupAlignment="0" attributes="0">
                              <Group type="102" alignment="0" attributes="0">
                                  <EmptySpace max="-2" attributes="0"/>
                                  <Group type="103" groupAlignment="0" attributes="0">
                                      <Group type="102" alignment="0" attributes="0">
                                          <Component id="saveObjectBtn" linkSize="8" min="-2" pref="36" max="-2" attributes="0"/>
                                          <EmptySpace max="-2" attributes="0"/>
                                          <Component id="exportWorkspaceBtn" linkSize="8" min="-2" pref="36" max="-2" attributes="0"/>
                                      </Group>
                                      <Group type="102" alignment="0" attributes="0">
                                          <Component id="ExploreBtn" linkSize="8" min="-2" pref="36" max="-2" attributes="0"/>
                                          <EmptySpace max="-2" attributes="0"/>
                                          <Component id="PlotBtn" linkSize="8" min="-2" pref="36" max="-2" attributes="0"/>
                                      </Group>
                                      <Group type="102" alignment="0" attributes="0">
                                          <Component id="HistoryBtn" linkSize="8" min="-2" pref="36" max="-2" attributes="0"/>
                                          <EmptySpace max="-2" attributes="0"/>
                                          <Component id="DisplayBtn" linkSize="8" min="-2" pref="36" max="-2" attributes="0"/>
                                      </Group>
                                      <Group type="102" alignment="0" attributes="0">
                                          <Component id="tableBtn" linkSize="8" min="-2" pref="36" max="-2" attributes="0"/>
                                          <EmptySpace max="-2" attributes="0"/>
                                          <Component id="reportBtn" linkSize="8" min="-2" pref="36" max="-2" attributes="0"/>
                                      </Group>
                                  </Group>
                                  <EmptySpace pref="107" max="32767" attributes="0"/>
                              </Group>
                          </Group>
                        </DimensionLayout>
                        <DimensionLayout dim="1">
                          <Group type="103" groupAlignment="0" attributes="0">
                              <Group type="102" alignment="0" attributes="0">
                                  <EmptySpace max="-2" attributes="0"/>
                                  <Group type="103" groupAlignment="0" attributes="0">
                                      <Component id="saveObjectBtn" linkSize="6" alignment="0" min="-2" pref="36" max="-2" attributes="1"/>
                                      <Component id="exportWorkspaceBtn" linkSize="6" alignment="0" min="-2" pref="36" max="-2" attributes="1"/>
                                  </Group>
                                  <EmptySpace max="-2" attributes="0"/>
                                  <Group type="103" groupAlignment="0" attributes="0">
                                      <Component id="PlotBtn" linkSize="6" alignment="0" min="-2" pref="36" max="-2" attributes="1"/>
                                      <Component id="ExploreBtn" linkSize="6" alignment="0" min="-2" pref="36" max="-2" attributes="1"/>
                                  </Group>
                                  <EmptySpace max="-2" attributes="0"/>
                                  <Group type="103" groupAlignment="1" attributes="0">
                                      <Component id="HistoryBtn" linkSize="6" min="-2" pref="36" max="-2" attributes="1"/>
                                      <Component id="DisplayBtn" linkSize="6" min="-2" pref="36" max="-2" attributes="1"/>
                                  </Group>
                                  <EmptySpace max="-2" attributes="0"/>
                                  <Group type="103" groupAlignment="1" attributes="0">
                                      <Component id="tableBtn" linkSize="6" min="-2" pref="36" max="-2" attributes="1"/>
                                      <Component id="reportBtn" linkSize="6" min="-2" pref="36" max="-2" attributes="1"/>
                                  </Group>
                                  <EmptySpace max="32767" attributes="0"/>
                              </Group>
                          </Group>
                        </DimensionLayout>
                      </Layout>
                      <SubComponents>
                        <Component class="javax.swing.JButton" name="saveObjectBtn">
                          <Properties>
                            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/save.png"/>
                            </Property>
                            <Property name="toolTipText" type="java.lang.String" value="&lt;html&gt;Save outputs of selected blocks in a cell array contained in a plist.&lt;br&gt;&lt;tt&gt;plist(&apos;collection&apos;, {})&lt;tt&gt;&lt;/html&gt;"/>
                            <Property name="focusable" type="boolean" value="false"/>
                            <Property name="horizontalTextPosition" type="int" value="0"/>
                            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/save_ro.png"/>
                            </Property>
                            <Property name="verticalTextPosition" type="int" value="3"/>
                          </Properties>
                        </Component>
                        <Component class="javax.swing.JButton" name="ExploreBtn">
                          <Properties>
                            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/explore.png"/>
                            </Property>
                            <Property name="toolTipText" type="java.lang.String" value="Explore selected object(s)"/>
                            <Property name="focusable" type="boolean" value="false"/>
                            <Property name="horizontalTextPosition" type="int" value="0"/>
                            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/explore_ro.png"/>
                            </Property>
                            <Property name="verticalTextPosition" type="int" value="3"/>
                          </Properties>
                        </Component>
                        <Component class="javax.swing.JButton" name="HistoryBtn">
                          <Properties>
                            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/history.png"/>
                            </Property>
                            <Property name="toolTipText" type="java.lang.String" value="Display history of the selected object."/>
                            <Property name="focusable" type="boolean" value="false"/>
                            <Property name="horizontalTextPosition" type="int" value="0"/>
                            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/history_ro.png"/>
                            </Property>
                            <Property name="verticalTextPosition" type="int" value="3"/>
                          </Properties>
                        </Component>
                        <Component class="javax.swing.JButton" name="tableBtn">
                          <Properties>
                            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/table.png"/>
                            </Property>
                            <Property name="toolTipText" type="java.lang.String" value="Show data in a table"/>
                            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/table_ro.png"/>
                            </Property>
                            <Property name="verticalTextPosition" type="int" value="3"/>
                          </Properties>
                        </Component>
                        <Component class="javax.swing.JButton" name="reportBtn">
                          <Properties>
                            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/report.png"/>
                            </Property>
                            <Property name="toolTipText" type="java.lang.String" value="Show a report of the selected objects"/>
                            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/report_ro.png"/>
                            </Property>
                            <Property name="verticalTextPosition" type="int" value="3"/>
                          </Properties>
                        </Component>
                        <Component class="javax.swing.JButton" name="DisplayBtn">
                          <Properties>
                            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/display.png"/>
                            </Property>
                            <Property name="toolTipText" type="java.lang.String" value="Display the selected object(s) on the MATLAB terminal"/>
                            <Property name="focusable" type="boolean" value="false"/>
                            <Property name="horizontalTextPosition" type="int" value="0"/>
                            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/display_ro.png"/>
                            </Property>
                            <Property name="verticalTextPosition" type="int" value="3"/>
                          </Properties>
                        </Component>
                        <Component class="javax.swing.JButton" name="PlotBtn">
                          <Properties>
                            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/plot.png"/>
                            </Property>
                            <Property name="toolTipText" type="java.lang.String" value="Plot selected objects"/>
                            <Property name="focusable" type="boolean" value="false"/>
                            <Property name="horizontalTextPosition" type="int" value="0"/>
                            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/plot_ro.png"/>
                            </Property>
                            <Property name="verticalTextPosition" type="int" value="3"/>
                          </Properties>
                        </Component>
                        <Component class="javax.swing.JButton" name="exportWorkspaceBtn">
                          <Properties>
                            <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/export_to_ws.png"/>
                            </Property>
                            <Property name="toolTipText" type="java.lang.String" value="Store to workspace"/>
                            <Property name="focusable" type="boolean" value="false"/>
                            <Property name="horizontalTextPosition" type="int" value="0"/>
                            <Property name="rolloverIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
                              <Image iconType="3" name="/mpipeline/icons/export_to_ws_ro.png"/>
                            </Property>
                            <Property name="verticalTextPosition" type="int" value="3"/>
                          </Properties>
                        </Component>
                      </SubComponents>
                    </Container>
                    <Container class="javax.swing.JPanel" name="jPanel6">
                      <Properties>
                        <Property name="opaque" type="boolean" value="false"/>
                      </Properties>

                      <Layout>
                        <DimensionLayout dim="0">
                          <Group type="103" groupAlignment="0" attributes="0">
                              <Group type="102" alignment="0" attributes="0">
                                  <EmptySpace max="-2" attributes="0"/>
                                  <Group type="103" groupAlignment="0" attributes="0">
                                      <Group type="102" alignment="0" attributes="0">
                                          <EmptySpace pref="3" max="-2" attributes="0"/>
                                          <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
                                      </Group>
                                      <Component id="vebosityCombo" alignment="0" min="-2" max="-2" attributes="0"/>
                                  </Group>
                                  <EmptySpace pref="81" max="32767" attributes="0"/>
                              </Group>
                          </Group>
                        </DimensionLayout>
                        <DimensionLayout dim="1">
                          <Group type="103" groupAlignment="0" attributes="0">
                              <Group type="102" alignment="0" attributes="0">
                                  <EmptySpace min="-2" max="-2" attributes="0"/>
                                  <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
                                  <EmptySpace min="-2" max="-2" attributes="0"/>
                                  <Component id="vebosityCombo" min="-2" pref="27" max="-2" attributes="0"/>
                                  <EmptySpace min="-2" pref="218" max="-2" attributes="0"/>
                              </Group>
                          </Group>
                        </DimensionLayout>
                      </Layout>
                      <SubComponents>
                        <Component class="javax.swing.JComboBox" name="vebosityCombo">
                          <Properties>
                            <Property name="maximumRowCount" type="int" value="9"/>
                            <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
                              <StringArray count="14">
                                <StringItem index="0" value="OFF"/>
                                <StringItem index="1" value="IMPORTANT"/>
                                <StringItem index="2" value="MNAME"/>
                                <StringItem index="3" value="PROC1"/>
                                <StringItem index="4" value="PROC2"/>
                                <StringItem index="5" value="PROC3"/>
                                <StringItem index="6" value="PROC4"/>
                                <StringItem index="7" value="PROC5"/>
                                <StringItem index="8" value="OMNAME"/>
                                <StringItem index="9" value="OPROC1"/>
                                <StringItem index="10" value="OPROC2"/>
                                <StringItem index="11" value="OPROC3"/>
                                <StringItem index="12" value="OPROC4"/>
                                <StringItem index="13" value="OPROC5"/>
                              </StringArray>
                            </Property>
                            <Property name="selectedIndex" type="int" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
                              <Connection code="((ltpdaPreferences2 == null) ? 0 : (ltpdaPreferences2.getDisplayPrefs().getDisplayVerboseLevel()+1))" type="code"/>
                            </Property>
                            <Property name="toolTipText" type="java.lang.String" value="Set the verbosity of LTPDA. Higher numbers mean more output."/>
                          </Properties>
                          <Events>
                            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="vebosityComboActionPerformed"/>
                          </Events>
                        </Component>
                        <Component class="javax.swing.JLabel" name="jLabel2">
                          <Properties>
                            <Property name="text" type="java.lang.String" value="Verbosity"/>
                          </Properties>
                        </Component>
                      </SubComponents>
                    </Container>
                  </SubComponents>
                </Container>
              </SubComponents>
            </Container>
          </SubComponents>
        </Container>
        <Component class="javax.swing.JLabel" name="instanceIdLabel">
          <Properties>
            <Property name="text" type="java.lang.String" value="Status:"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JLabel" name="jLabel4">
          <Properties>
            <Property name="text" type="java.lang.String" value="Workbench ID:"/>
          </Properties>
        </Component>
      </SubComponents>
    </Container>
    <Component class="javax.swing.JLabel" name="statusLabel">
    </Component>
  </SubComponents>
</Form>