99 lines
5.1 KiB
XML
99 lines
5.1 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">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace min="-2" pref="96" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" max="-2" attributes="0">
|
|
<Component id="btFbm" linkSize="1" max="32767" attributes="0"/>
|
|
<Component id="btRock" linkSize="1" max="32767" attributes="0"/>
|
|
<Component id="btSete" linkSize="1" alignment="0" max="32767" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
|
<Component id="spEnergy" linkSize="4" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
|
<Component id="deviceValuePanel1" linkSize="4" min="-2" pref="91" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="jLabel1" 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" attributes="0">
|
|
<EmptySpace min="-2" pref="56" max="-2" attributes="0"/>
|
|
<Component id="btRock" linkSize="6" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
|
<Component id="btFbm" linkSize="6" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="2" attributes="0">
|
|
<Component id="jLabel1" linkSize="6" alignment="2" min="-2" max="-2" attributes="0"/>
|
|
<Component id="deviceValuePanel1" linkSize="6" alignment="2" min="-2" max="-2" attributes="0"/>
|
|
<Component id="spEnergy" linkSize="6" alignment="2" min="-2" max="-2" attributes="0"/>
|
|
<Component id="btSete" linkSize="6" alignment="2" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace pref="210" max="32767" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JButton" name="btRock">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Rock"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btRockActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="btFbm">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="FBM"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btFbmActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="btSete">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Set Energy"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btSeteActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JSpinner" name="spEnergy">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
|
|
<SpinnerModel initial="6.0" maximum="17.5" minimum="4.7" numberType="java.lang.Double" stepSize="0.1" type="number"/>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel1">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="kev"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="ch.psi.pshell.swing.DeviceValuePanel" name="deviceValuePanel1">
|
|
<Properties>
|
|
<Property name="deviceName" type="java.lang.String" value="energy"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Form>
|