113 lines
6.2 KiB
XML
113 lines
6.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<Form version="1.3" maxVersion="1.7" 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 max="-2" attributes="0"/>
|
|
<Component id="nameLabel" min="-2" pref="103" max="-2" attributes="0"/>
|
|
<EmptySpace min="-2" pref="58" max="-2" attributes="0"/>
|
|
<Component id="colorLabel" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace min="-2" pref="50" max="-2" attributes="0"/>
|
|
<Component id="plotCheckBox" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace min="-2" pref="30" max="-2" attributes="0"/>
|
|
<Component id="singleCheckBox" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace min="-2" pref="30" max="-2" attributes="0"/>
|
|
<Component id="logCheckBox" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace min="-2" pref="28" max="-2" attributes="0"/>
|
|
<Component id="individualRangeScaleCheckBox" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace min="-2" pref="49" max="-2" attributes="0"/>
|
|
<Component id="minTextField" min="-2" pref="83" max="-2" attributes="0"/>
|
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
|
<Component id="maxTextField" min="-2" pref="86" max="-2" attributes="0"/>
|
|
<EmptySpace pref="106" 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" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="logCheckBox" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
<Component id="singleCheckBox" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
<Component id="plotCheckBox" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
<Component id="nameLabel" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" alignment="0" groupAlignment="3" attributes="0">
|
|
<Component id="minTextField" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="maxTextField" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace min="-2" pref="6" max="-2" attributes="0"/>
|
|
<Component id="colorLabel" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<Component id="individualRangeScaleCheckBox" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="32767" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JLabel" name="nameLabel">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="name"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="colorLabel">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value=" "/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JCheckBox" name="plotCheckBox">
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="plotCheckBoxActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JCheckBox" name="singleCheckBox">
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="singleCheckBoxActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JCheckBox" name="logCheckBox">
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="logCheckBoxActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="minTextField">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="min"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="minTextFieldActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="maxTextField">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="max"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="maxTextFieldActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JCheckBox" name="individualRangeScaleCheckBox">
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="individualRangeScaleCheckBoxActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
</SubComponents>
|
|
</Form>
|