foul-magics/Mage.Client/src/main/java/mage/client/unusedFiles/PlayerPanel.form

156 lines
8.2 KiB
XML

<?xml version="1.1" encoding="UTF-8" ?>
<Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
<Properties>
<Property name="name" type="java.lang.String" value="Form" noResource="true"/>
</Properties>
<AuxValues>
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="2"/>
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/>
<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" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Component id="lblLife" alignment="1" pref="42" max="32767" attributes="1"/>
<Component id="lblGrave" alignment="0" pref="42" max="32767" attributes="0"/>
<Component id="lblHand" alignment="0" pref="42" max="32767" attributes="0"/>
<Component id="lblLibrary" alignment="0" pref="42" max="32767" attributes="1"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="1" attributes="0">
<Component id="txtLife" alignment="1" pref="48" max="32767" attributes="2"/>
<Component id="txtLibrary" alignment="1" pref="48" max="32767" attributes="2"/>
<Component id="txtHand" alignment="1" pref="48" max="32767" attributes="2"/>
<Component id="btnGrave" alignment="1" pref="48" max="32767" attributes="0"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
</Group>
<Component id="btnPlayerName" alignment="0" pref="116" max="32767" attributes="0"/>
</Group>
</DimensionLayout>
<DimensionLayout dim="1">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<Component id="btnPlayerName" min="-2" pref="26" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="1" attributes="0">
<Component id="txtLife" min="-2" pref="14" max="-2" attributes="1"/>
<Component id="lblLife" alignment="1" min="-2" pref="14" max="-2" attributes="1"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="1" attributes="0">
<Component id="txtLibrary" min="-2" pref="14" max="-2" attributes="1"/>
<Component id="lblLibrary" alignment="1" max="32767" attributes="1"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="1" attributes="0">
<Component id="txtHand" pref="14" max="32767" attributes="1"/>
<Component id="lblHand" min="-2" max="-2" attributes="1"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="1" attributes="0">
<Component id="lblGrave" min="-2" max="-2" attributes="1"/>
<Component id="btnGrave" min="-2" pref="18" max="-2" attributes="0"/>
</Group>
<EmptySpace min="-2" max="-2" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
</Layout>
<SubComponents>
<Component class="javax.swing.JButton" name="btnPlayerName">
<Properties>
<Property name="text" type="java.lang.String" value="Player Name" noResource="true"/>
<Property name="name" type="java.lang.String" value="btnPlayerName" noResource="true"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnPlayerNameActionPerformed"/>
</Events>
</Component>
<Component class="javax.swing.JLabel" name="lblLife">
<Properties>
<Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
<ComponentRef name="txtLife"/>
</Property>
<Property name="text" type="java.lang.String" value="Life:" noResource="true"/>
<Property name="name" type="java.lang.String" value="lblLife" noResource="true"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="lblLibrary">
<Properties>
<Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
<ComponentRef name="txtLibrary"/>
</Property>
<Property name="text" type="java.lang.String" value="Library:" noResource="true"/>
<Property name="name" type="java.lang.String" value="lblLibrary" noResource="true"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="lblHand">
<Properties>
<Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
<ComponentRef name="txtHand"/>
</Property>
<Property name="text" type="java.lang.String" value="Hand:" noResource="true"/>
<Property name="name" type="java.lang.String" value="lblHand" noResource="true"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="txtLife">
<Properties>
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
<Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo">
<LineBorder/>
</Border>
</Property>
<Property name="name" type="java.lang.String" value="txtLife" noResource="true"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="txtLibrary">
<Properties>
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
<Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo">
<LineBorder/>
</Border>
</Property>
<Property name="name" type="java.lang.String" value="txtLibrary" noResource="true"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="txtHand">
<Properties>
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
<Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo">
<LineBorder/>
</Border>
</Property>
<Property name="name" type="java.lang.String" value="txtHand" noResource="true"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="lblGrave">
<Properties>
<Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
<ComponentRef name="btnGrave"/>
</Property>
<Property name="text" type="java.lang.String" value="Grave:" noResource="true"/>
<Property name="name" type="java.lang.String" value="lblGrave" noResource="true"/>
</Properties>
</Component>
<Component class="javax.swing.JButton" name="btnGrave">
<Properties>
<Property name="name" type="java.lang.String" value="btnGrave" noResource="true"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnGraveActionPerformed"/>
</Events>
</Component>
</SubComponents>
</Form>