Closedown
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user