396 lines
22 KiB
XML
396 lines
22 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<Form version="1.6" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
|
|
<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="1"/>
|
|
<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="jPanel2" alignment="1" max="32767" 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 min="0" pref="0" max="32767" attributes="0"/>
|
|
<Component id="buttonAddToQueue" linkSize="1" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
|
<Component id="buttonStart" linkSize="1" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
|
<Component id="buttonAbort" linkSize="1" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace pref="137" max="32767" attributes="0"/>
|
|
</Group>
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<Component id="buttonScienta" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="32767" attributes="0"/>
|
|
<Component id="jLabel2" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="textFileId" min="-2" pref="67" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="buttonResetId" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="1" attributes="0">
|
|
<Component id="jPanel2" max="32767" attributes="0"/>
|
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="buttonScienta" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonResetId" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="textFileId" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="buttonStart" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonAbort" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonAddToQueue" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JButton" name="buttonScienta">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Scienta Panel"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonScientaActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel2">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="File ID:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="textFileId">
|
|
<Properties>
|
|
<Property name="editable" type="boolean" value="false"/>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="buttonResetId">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Reset"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonResetIdActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="buttonStart">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Start"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonStartActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="buttonAbort">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Abort"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonAbortActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Container class="javax.swing.JPanel" name="jPanel2">
|
|
<Properties>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
|
|
<TitledBorder title="Parameters"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="jPanel1" max="32767" attributes="0"/>
|
|
</Group>
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace min="-2" pref="17" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace min="0" pref="98" max="32767" attributes="0"/>
|
|
<Component id="checkZigzag" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
|
<Component id="jLabel4" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="spinnerLatency" linkSize="3" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
|
<Component id="jLabel1" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="spinnerPasses" linkSize="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<Group type="102" attributes="0">
|
|
<Component id="jLabel3" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Component id="textFile" max="32767" attributes="0"/>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonOpen" linkSize="2" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonSave" linkSize="2" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="buttonClear" linkSize="2" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</Group>
|
|
</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">
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="buttonOpen" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonSave" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="textFile" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonClear" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="103" alignment="0" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="spinnerLatency" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="checkZigzag" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="spinnerPasses" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
<EmptySpace min="-2" pref="2" max="-2" attributes="0"/>
|
|
<Component id="jPanel1" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace pref="56" max="32767" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JButton" name="buttonOpen">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Open"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonOpenActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="buttonSave">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Save"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonSaveActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel3">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="File:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="textFile">
|
|
<Properties>
|
|
<Property name="disabledTextColor" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="0" green="0" id="TextField.foreground" palette="3" red="0" type="palette"/>
|
|
</Property>
|
|
<Property name="enabled" type="boolean" value="false"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="buttonClear">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Clear"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonClearActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Container class="javax.swing.JPanel" name="jPanel1">
|
|
<Properties>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
|
|
<TitledBorder title="Positioners"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Component id="jScrollPane1" pref="0" max="32767" attributes="0"/>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Component id="jScrollPane2" pref="0" max="32767" attributes="0"/>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Component id="jScrollPane3" pref="0" max="32767" attributes="0"/>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jScrollPane1" pref="0" max="32767" attributes="0"/>
|
|
<Component id="jScrollPane2" pref="183" max="32767" attributes="0"/>
|
|
<Component id="jScrollPane3" pref="183" max="32767" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace min="-2" pref="12" 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="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
|
|
<TitledBorder title="Inactive"/>
|
|
</Border>
|
|
</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.JTable" name="tableInactive">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
|
|
<Table columnCount="1" rowCount="0">
|
|
<Column editable="false" title="Name" type="java.lang.String"/>
|
|
</Table>
|
|
</Property>
|
|
<Property name="selectionMode" type="int" value="0"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<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="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
|
|
<TitledBorder title="Fixed"/>
|
|
</Border>
|
|
</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.JTable" name="tableFixed">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
|
|
<Table columnCount="3" rowCount="0">
|
|
<Column editable="false" title="Name" type="java.lang.String"/>
|
|
<Column editable="true" title="Value" type="java.lang.Double"/>
|
|
<Column editable="false" title="Units" type="java.lang.String"/>
|
|
</Table>
|
|
</Property>
|
|
<Property name="selectionMode" type="int" value="0"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<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="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
|
|
<TitledBorder title="Scanned"/>
|
|
</Border>
|
|
</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.JTable" name="tableScanned">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
|
|
<Table columnCount="6" rowCount="0">
|
|
<Column editable="false" title="Name" type="java.lang.String"/>
|
|
<Column editable="true" title="Start" type="java.lang.Double"/>
|
|
<Column editable="true" title="Stop" type="java.lang.Double"/>
|
|
<Column editable="true" title="Points" type="java.lang.Integer"/>
|
|
<Column editable="false" title="Step" type="java.lang.Double"/>
|
|
<Column editable="false" title="Units" type="java.lang.String"/>
|
|
</Table>
|
|
</Property>
|
|
<Property name="selectionMode" type="int" value="0"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
</SubComponents>
|
|
</Container>
|
|
<Component class="javax.swing.JLabel" name="jLabel1">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Passes:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JSpinner" name="spinnerPasses">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
|
|
<SpinnerModel initial="1" maximum="1000" minimum="1" numberType="java.lang.Integer" stepSize="1" type="number"/>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JCheckBox" name="checkZigzag">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Zigzag"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel4">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Settling Time:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JSpinner" name="spinnerLatency">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
|
|
<SpinnerModel initial="0.0" maximum="1000.0" minimum="0.0" numberType="java.lang.Double" stepSize="1.0" type="number"/>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Component class="javax.swing.JButton" name="buttonAddToQueue">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Add to Queue"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonAddToQueueActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
</SubComponents>
|
|
</Form>
|