307 lines
15 KiB
XML
307 lines
15 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<Form version="1.5" 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="jPanel3" max="32767" attributes="0"/>
|
|
<Component id="jPanel1" alignment="0" max="32767" attributes="0"/>
|
|
<Component id="deviceStatePanel1" alignment="0" max="32767" attributes="0"/>
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace min="0" pref="0" max="-2" attributes="0"/>
|
|
<Component id="jPanel2" max="32767" attributes="0"/>
|
|
<EmptySpace min="0" pref="0" 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="jPanel3" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="jPanel1" max="32767" attributes="0"/>
|
|
<EmptySpace min="0" pref="0" max="-2" attributes="0"/>
|
|
<Component id="jPanel2" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace min="0" pref="0" max="-2" attributes="0"/>
|
|
<Component id="deviceStatePanel1" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace min="0" pref="0" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Container class="javax.swing.JPanel" name="jPanel3">
|
|
<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="Raspberry Pi "/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="buttonPuckDetCheck" linkSize="1" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace pref="107" max="32767" attributes="0"/>
|
|
<Component id="buttonPuckDetStop" linkSize="1" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace pref="108" max="32767" attributes="0"/>
|
|
<Component id="buttonPuckDetStart" linkSize="1" min="-2" max="-2" attributes="0"/>
|
|
<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 max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="buttonPuckDetCheck" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonPuckDetStop" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="buttonPuckDetStart" 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="buttonPuckDetCheck">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Check"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonPuckDetCheckActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="buttonPuckDetStop">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Stop"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonPuckDetStopActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="buttonPuckDetStart">
|
|
<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="buttonPuckDetStartActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<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="Detection"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jScrollPane1" alignment="0" pref="0" max="32767" attributes="0"/>
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
|
<Component id="buttonConfigure" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
|
</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">
|
|
<Component id="jScrollPane1" pref="251" max="32767" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="buttonConfigure" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Container class="javax.swing.JScrollPane" name="jScrollPane1">
|
|
<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="table">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
|
|
<Table columnCount="6" rowCount="30">
|
|
<Column editable="false" title="Puck" type="java.lang.String"/>
|
|
<Column editable="false" title="Online" type="java.lang.Boolean"/>
|
|
<Column editable="false" title="Mechanical" type="java.lang.String"/>
|
|
<Column editable="false" title="Inductive" type="java.lang.String"/>
|
|
<Column editable="false" title="Detection" type="java.lang.String"/>
|
|
<Column editable="false" title="Image" type="java.lang.String"/>
|
|
</Table>
|
|
</Property>
|
|
<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>
|
|
<Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
|
|
<Title/>
|
|
<Editor/>
|
|
<Renderer/>
|
|
</Column>
|
|
</TableColumnModel>
|
|
</Property>
|
|
<Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
|
|
<TableHeader reorderingAllowed="true" resizingAllowed="true"/>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Component class="javax.swing.JButton" name="buttonConfigure">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Configure"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonConfigureActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Component class="ch.psi.pshell.swing.DeviceStatePanel" name="deviceStatePanel1">
|
|
<Properties>
|
|
<Property name="deviceName" type="java.lang.String" value="puck_detection"/>
|
|
</Properties>
|
|
</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="Enabling"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="jLabel1" min="-2" pref="52" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="ledEnabled" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
|
<Component id="panelPowerCtr" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace 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" pref="4" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="2" attributes="0">
|
|
<Component id="jLabel1" alignment="2" min="-2" max="-2" attributes="0"/>
|
|
<Component id="ledEnabled" alignment="2" min="-2" max="-2" attributes="0"/>
|
|
<Component id="panelPowerCtr" alignment="2" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace min="-2" pref="2" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Component class="ch.psi.pshell.swing.Led" name="ledEnabled">
|
|
<Properties>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="SansSerif" size="18" style="0"/>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel1">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="11"/>
|
|
<Property name="text" type="java.lang.String" value="Enabled"/>
|
|
</Properties>
|
|
</Component>
|
|
<Container class="javax.swing.JPanel" name="panelPowerCtr">
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace min="0" pref="0" max="-2" attributes="0"/>
|
|
<Component id="buttonEnable" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace pref="18" max="32767" attributes="0"/>
|
|
<Component id="buttonDisable" min="-2" 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="0" pref="0" max="-2" attributes="0"/>
|
|
<Group type="103" alignment="2" groupAlignment="1" max="-2" attributes="0">
|
|
<Component id="buttonDisable" alignment="1" max="32767" attributes="0"/>
|
|
<Component id="buttonEnable" alignment="1" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace min="0" pref="0" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JButton" name="buttonDisable">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Disable"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonDisableActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="buttonEnable">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Enable"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonEnableActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
</SubComponents>
|
|
</Container>
|
|
</SubComponents>
|
|
</Form>
|