Closedown

This commit is contained in:
boccioli_m
2017-10-03 13:54:28 +02:00
parent 5a8b9ca739
commit 361f5eef8d
4 changed files with 49 additions and 13 deletions

View File

@@ -57,7 +57,11 @@
</Group>
</Group>
</Group>
<Component id="jButtonOk" min="-2" pref="96" max="-2" attributes="0"/>
<Group type="102" attributes="0">
<Component id="jButtonOkDev" min="-2" max="-2" attributes="0"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="jButtonOk" min="-2" pref="131" max="-2" attributes="0"/>
</Group>
</Group>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="jScrollPaneHtml" pref="272" max="32767" attributes="0"/>
@@ -120,7 +124,10 @@
</Group>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Component id="jButtonOk" min="-2" max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="jButtonOk" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="jButtonOkDev" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
</Group>
<Component id="jScrollPaneHtml" pref="559" max="32767" attributes="0"/>
</Group>
@@ -390,8 +397,8 @@
</Container>
<Component class="javax.swing.JButton" name="jButtonOk">
<Properties>
<Property name="text" type="java.lang.String" value="Save"/>
<Property name="toolTipText" type="java.lang.String" value="Save parameters values"/>
<Property name="text" type="java.lang.String" value="Save as default"/>
<Property name="toolTipText" type="java.lang.String" value="Save parameters values as default (fo this test)"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonOkActionPerformed"/>
@@ -441,5 +448,14 @@
<Property name="text" type="java.lang.String" value="(Value valid for all devices)"/>
</Properties>
</Component>
<Component class="javax.swing.JButton" name="jButtonOkDev">
<Properties>
<Property name="text" type="java.lang.String" value="Save for this device"/>
<Property name="toolTipText" type="java.lang.String" value="Save parameters values for this specific device"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonOkDevActionPerformed"/>
</Events>
</Component>
</SubComponents>
</Form>