Closedown

This commit is contained in:
2015-11-06 17:17:48 +01:00
parent 656cf528c7
commit 2a08f09f2b
3 changed files with 104 additions and 87 deletions
+54 -25
View File
@@ -17,20 +17,23 @@
<DimensionLayout dim="0">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="1" attributes="0">
<Component id="renderer" pref="108" max="32767" attributes="0"/>
<Component id="renderer" pref="137" max="32767" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" max="-2" attributes="0">
<Component id="jButton1" min="-2" pref="113" max="-2" attributes="0"/>
<Component id="motorPanel1" max="32767" attributes="0"/>
<Component id="processVariablePanel1" alignment="0" max="32767" attributes="0"/>
</Group>
</Group>
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="123" max="-2" attributes="0"/>
<Component id="buttonDefineBeam" min="-2" max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="0" attributes="0">
<EmptySpace type="unrelated" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Group type="103" alignment="0" groupAlignment="0" max="-2" attributes="0">
<Component id="motorPanel1" linkSize="1" max="32767" attributes="0"/>
<Component id="motorPanel2" linkSize="1" min="-2" max="-2" attributes="0"/>
</Group>
<Component id="processVariablePanel1" linkSize="1" alignment="1" min="-2" pref="324" max="-2" attributes="0"/>
<Component id="processVariablePanel2" linkSize="1" alignment="0" min="-2" pref="324" max="-2" attributes="0"/>
</Group>
</Group>
</Group>
<EmptySpace max="-2" attributes="0"/>
</Group>
@@ -38,18 +41,19 @@
</DimensionLayout>
<DimensionLayout dim="1">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="1" attributes="0">
<Group type="102" attributes="0">
<Component id="renderer" max="32767" attributes="0"/>
<EmptySpace min="-2" pref="5" max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="1" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Component id="jButton1" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="42" max="-2" attributes="0"/>
<Group type="102" attributes="0">
<Component id="motorPanel1" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="111" max="-2" attributes="0"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="motorPanel2" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="processVariablePanel1" min="-2" max="-2" attributes="0"/>
<EmptySpace pref="93" max="32767" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="processVariablePanel2" min="-2" max="-2" attributes="0"/>
<EmptySpace pref="159" max="32767" attributes="0"/>
<Component id="buttonDefineBeam" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="26" max="-2" attributes="0"/>
</Group>
@@ -67,17 +71,16 @@
<Property name="showStatus" type="boolean" value="false"/>
</Properties>
</Component>
<Component class="javax.swing.JButton" name="jButton1">
<Properties>
<Property name="text" type="java.lang.String" value="Wait click"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
</Events>
</Component>
<Component class="ch.psi.pshell.swing.MotorPanel" name="motorPanel1">
<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/>
</Border>
</Property>
<Property name="deviceName" type="java.lang.String" value="cy"/>
<Property name="showAdvanced" type="boolean" value="false"/>
<Property name="showStatus" type="boolean" value="false"/>
<Property name="showTitle" type="boolean" value="true"/>
</Properties>
</Component>
@@ -88,7 +91,8 @@
<TitledBorder/>
</Border>
</Property>
<Property name="deviceName" type="java.lang.String" value="omega"/>
<Property name="deviceName" type="java.lang.String" value="x"/>
<Property name="showSlider" type="boolean" value="false"/>
<Property name="showTitle" type="boolean" value="true"/>
</Properties>
</Component>
@@ -100,5 +104,30 @@
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonDefineBeamActionPerformed"/>
</Events>
</Component>
<Component class="ch.psi.pshell.swing.MotorPanel" name="motorPanel2">
<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/>
</Border>
</Property>
<Property name="deviceName" type="java.lang.String" value="cz"/>
<Property name="showAdvanced" type="boolean" value="false"/>
<Property name="showStatus" type="boolean" value="false"/>
<Property name="showTitle" type="boolean" value="true"/>
</Properties>
</Component>
<Component class="ch.psi.pshell.swing.ProcessVariablePanel" name="processVariablePanel2">
<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/>
</Border>
</Property>
<Property name="deviceName" type="java.lang.String" value="omega"/>
<Property name="showSlider" type="boolean" value="false"/>
<Property name="showTitle" type="boolean" value="true"/>
</Properties>
</Component>
</SubComponents>
</Form>