forked from External/mage
98 lines
4.8 KiB
XML
98 lines
4.8 KiB
XML
<?xml version="1.1" encoding="UTF-8" ?>
|
|
|
|
<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JInternalFrameFormInfo">
|
|
<Properties>
|
|
<Property name="title" type="java.lang.String" value="About MAGE"/>
|
|
</Properties>
|
|
<SyntheticProperties>
|
|
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
|
|
</SyntheticProperties>
|
|
<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="1" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="1" attributes="0">
|
|
<Component id="jLabel3" alignment="0" max="32767" attributes="0"/>
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<Component id="jLabel1" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="lblVersion" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
<Component id="btnOk" alignment="1" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel4" alignment="0" pref="380" max="32767" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="1" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="lblVersion" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="jLabel2" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="jLabel3" min="-2" pref="21" max="-2" attributes="0"/>
|
|
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
|
<Component id="jLabel4" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace pref="22" max="32767" attributes="0"/>
|
|
<Component id="btnOk" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JButton" name="btnOk">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="OK"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnOkActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel1">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="MAGE client"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="lblVersion">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="0.0.0"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel2">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Courtesy: BetaSteward@googlemail.com. Site: www.magefree.com"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel3">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Devs: BetaSteward, Nantuko84, Eugen.Rivniy, North, maurer.it, Rafbill, Alvin. "/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel4">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Thanks: i_no_k, soulless, arching, Rahan."/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Form>
|