desktop/desktop-sample/src/main/java/cz/xelfi/quoridor/desktop/sample/LoginPanel.form
branchdesktop
changeset 263 ac802aa234fc
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/desktop/desktop-sample/src/main/java/cz/xelfi/quoridor/desktop/sample/LoginPanel.form	Tue Sep 14 08:30:37 2010 +0200
     1.3 @@ -0,0 +1,82 @@
     1.4 +<?xml version="1.1" encoding="UTF-8" ?>
     1.5 +
     1.6 +<Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
     1.7 +  <AuxValues>
     1.8 +    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
     1.9 +    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
    1.10 +    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
    1.11 +    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
    1.12 +    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
    1.13 +    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
    1.14 +    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
    1.15 +    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
    1.16 +    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
    1.17 +  </AuxValues>
    1.18 +
    1.19 +  <Layout>
    1.20 +    <DimensionLayout dim="0">
    1.21 +      <Group type="103" groupAlignment="0" attributes="0">
    1.22 +          <Group type="102" attributes="0">
    1.23 +              <EmptySpace max="-2" attributes="0"/>
    1.24 +              <Group type="103" groupAlignment="0" attributes="0">
    1.25 +                  <Component id="loginLabel" min="-2" max="-2" attributes="0"/>
    1.26 +                  <Component id="passwordLabel" alignment="0" min="-2" max="-2" attributes="0"/>
    1.27 +              </Group>
    1.28 +              <EmptySpace max="-2" attributes="0"/>
    1.29 +              <Group type="103" groupAlignment="0" attributes="0">
    1.30 +                  <Component id="password" pref="289" max="32767" attributes="0"/>
    1.31 +                  <Component id="login" alignment="0" pref="289" max="32767" attributes="0"/>
    1.32 +              </Group>
    1.33 +              <EmptySpace max="-2" attributes="0"/>
    1.34 +          </Group>
    1.35 +      </Group>
    1.36 +    </DimensionLayout>
    1.37 +    <DimensionLayout dim="1">
    1.38 +      <Group type="103" groupAlignment="0" attributes="0">
    1.39 +          <Group type="102" alignment="0" attributes="0">
    1.40 +              <EmptySpace max="-2" attributes="0"/>
    1.41 +              <Group type="103" groupAlignment="3" attributes="0">
    1.42 +                  <Component id="loginLabel" alignment="3" min="-2" max="-2" attributes="0"/>
    1.43 +                  <Component id="login" alignment="3" min="-2" max="-2" attributes="0"/>
    1.44 +              </Group>
    1.45 +              <EmptySpace type="unrelated" max="-2" attributes="0"/>
    1.46 +              <Group type="103" groupAlignment="3" attributes="0">
    1.47 +                  <Component id="passwordLabel" alignment="3" min="-2" max="-2" attributes="0"/>
    1.48 +                  <Component id="password" alignment="3" min="-2" max="-2" attributes="0"/>
    1.49 +              </Group>
    1.50 +              <EmptySpace max="32767" attributes="0"/>
    1.51 +          </Group>
    1.52 +      </Group>
    1.53 +    </DimensionLayout>
    1.54 +  </Layout>
    1.55 +  <SubComponents>
    1.56 +    <Component class="javax.swing.JLabel" name="loginLabel">
    1.57 +      <Properties>
    1.58 +        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    1.59 +          <ResourceString bundle="cz/xelfi/quoridor/desktop/sample/Bundle.properties" key="LoginPanel.loginLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
    1.60 +        </Property>
    1.61 +      </Properties>
    1.62 +    </Component>
    1.63 +    <Component class="javax.swing.JTextField" name="login">
    1.64 +      <Properties>
    1.65 +        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    1.66 +          <ResourceString bundle="cz/xelfi/quoridor/desktop/sample/Bundle.properties" key="LoginPanel.login.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
    1.67 +        </Property>
    1.68 +      </Properties>
    1.69 +    </Component>
    1.70 +    <Component class="javax.swing.JLabel" name="passwordLabel">
    1.71 +      <Properties>
    1.72 +        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    1.73 +          <ResourceString bundle="cz/xelfi/quoridor/desktop/sample/Bundle.properties" key="LoginPanel.passwordLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
    1.74 +        </Property>
    1.75 +      </Properties>
    1.76 +    </Component>
    1.77 +    <Component class="javax.swing.JPasswordField" name="password">
    1.78 +      <Properties>
    1.79 +        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    1.80 +          <ResourceString bundle="cz/xelfi/quoridor/desktop/sample/Bundle.properties" key="LoginPanel.password.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
    1.81 +        </Property>
    1.82 +      </Properties>
    1.83 +    </Component>
    1.84 +  </SubComponents>
    1.85 +</Form>