mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
162 lines
9 KiB
XML
162 lines
9 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<Form version="1.8" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
|
|
<NonVisualComponents>
|
|
<Component class="javax.swing.JSpinner" name="jSpinner1">
|
|
</Component>
|
|
</NonVisualComponents>
|
|
<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">
|
|
<Component id="jSplitPane1" alignment="0" pref="350" max="32767" attributes="0"/>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="1" attributes="0">
|
|
<Component id="jSplitPane1" max="32767" attributes="0"/>
|
|
<EmptySpace min="0" pref="0" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Container class="javax.swing.JSplitPane" name="jSplitPane1">
|
|
<Properties>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="null"/>
|
|
</Property>
|
|
<Property name="dividerSize" type="int" value="10"/>
|
|
<Property name="orientation" type="int" value="0"/>
|
|
<Property name="resizeWeight" type="double" value="0.25"/>
|
|
</Properties>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Container class="javax.swing.JScrollPane" name="jScrollPanePlayers">
|
|
<Properties>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="null"/>
|
|
</Property>
|
|
</Properties>
|
|
<AuxValues>
|
|
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
|
|
</AuxValues>
|
|
<Constraints>
|
|
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout$JSplitPaneConstraintsDescription">
|
|
<JSplitPaneConstraints position="top"/>
|
|
</Constraint>
|
|
</Constraints>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JTable" name="jTablePlayers">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
|
|
<Connection code="this.userTableModel" type="code"/>
|
|
</Property>
|
|
<Property name="toolTipText" type="java.lang.String" value="Connected players"/>
|
|
<Property name="autoscrolls" type="boolean" value="false"/>
|
|
<Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
|
|
<Color id="Standardcursor"/>
|
|
</Property>
|
|
<Property name="focusable" type="boolean" value="false"/>
|
|
<Property name="gridColor" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="ff" green="ff" red="ff" type="rgb"/>
|
|
</Property>
|
|
<Property name="opaque" type="boolean" value="false"/>
|
|
<Property name="requestFocusEnabled" type="boolean" value="false"/>
|
|
<Property name="rowSelectionAllowed" type="boolean" value="false"/>
|
|
<Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
|
|
<TableHeader reorderingAllowed="true" resizingAllowed="true"/>
|
|
</Property>
|
|
<Property name="updateSelectionOnSort" type="boolean" value="false"/>
|
|
<Property name="verifyInputWhenFocusTarget" type="boolean" value="false"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JTabbedPane" name="jTabbedPaneText">
|
|
<Properties>
|
|
<Property name="tabPlacement" type="int" value="3"/>
|
|
</Properties>
|
|
<Constraints>
|
|
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout$JSplitPaneConstraintsDescription">
|
|
<JSplitPaneConstraints position="right"/>
|
|
</Constraint>
|
|
</Constraints>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Component class="mage.client.chat.ChatPanelSeparated" name="jScrollPaneTalk">
|
|
<Constraints>
|
|
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
|
|
<JTabbedPaneConstraints tabName="Talk">
|
|
<Property name="tabTitle" type="java.lang.String" value="Talk"/>
|
|
</JTabbedPaneConstraints>
|
|
</Constraint>
|
|
</Constraints>
|
|
</Component>
|
|
<Container class="javax.swing.JScrollPane" name="jScrollPaneSystem">
|
|
<Properties>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="null"/>
|
|
</Property>
|
|
<Property name="horizontalScrollBarPolicy" type="int" value="31"/>
|
|
<Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
|
|
<Color id="Standardcursor"/>
|
|
</Property>
|
|
<Property name="focusable" type="boolean" value="false"/>
|
|
<Property name="opaque" type="boolean" value="false"/>
|
|
</Properties>
|
|
<AuxValues>
|
|
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
|
|
</AuxValues>
|
|
<Constraints>
|
|
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
|
|
<JTabbedPaneConstraints tabName="System">
|
|
<Property name="tabTitle" type="java.lang.String" value="System"/>
|
|
</JTabbedPaneConstraints>
|
|
</Constraint>
|
|
</Constraints>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Component class="mage.client.components.ColorPane" name="colorPaneSystem">
|
|
<Properties>
|
|
<Property name="editable" type="boolean" value="false"/>
|
|
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="0" green="0" red="0" type="rgb"/>
|
|
</Property>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="null"/>
|
|
</Property>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="Arial" size="14" style="0"/>
|
|
</Property>
|
|
<Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
|
|
<Insets value="[0, 0, 0, 0]"/>
|
|
</Property>
|
|
<Property name="opaque" type="boolean" value="false"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
</SubComponents>
|
|
</Container>
|
|
</SubComponents>
|
|
</Container>
|
|
</SubComponents>
|
|
</Form>
|