desktop/desktop-sample/src/main/java/cz/xelfi/quoridor/desktop/sample/LoginPanel.form
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 14 Sep 2010 08:30:37 +0200
branchdesktop
changeset 263 ac802aa234fc
permissions -rw-r--r--
Login panel
jaroslav@263
     1
<?xml version="1.1" encoding="UTF-8" ?>
jaroslav@263
     2
jaroslav@263
     3
<Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
jaroslav@263
     4
  <AuxValues>
jaroslav@263
     5
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
jaroslav@263
     6
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
jaroslav@263
     7
    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
jaroslav@263
     8
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
jaroslav@263
     9
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
jaroslav@263
    10
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
jaroslav@263
    11
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
jaroslav@263
    12
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
jaroslav@263
    13
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
jaroslav@263
    14
  </AuxValues>
jaroslav@263
    15
jaroslav@263
    16
  <Layout>
jaroslav@263
    17
    <DimensionLayout dim="0">
jaroslav@263
    18
      <Group type="103" groupAlignment="0" attributes="0">
jaroslav@263
    19
          <Group type="102" attributes="0">
jaroslav@263
    20
              <EmptySpace max="-2" attributes="0"/>
jaroslav@263
    21
              <Group type="103" groupAlignment="0" attributes="0">
jaroslav@263
    22
                  <Component id="loginLabel" min="-2" max="-2" attributes="0"/>
jaroslav@263
    23
                  <Component id="passwordLabel" alignment="0" min="-2" max="-2" attributes="0"/>
jaroslav@263
    24
              </Group>
jaroslav@263
    25
              <EmptySpace max="-2" attributes="0"/>
jaroslav@263
    26
              <Group type="103" groupAlignment="0" attributes="0">
jaroslav@263
    27
                  <Component id="password" pref="289" max="32767" attributes="0"/>
jaroslav@263
    28
                  <Component id="login" alignment="0" pref="289" max="32767" attributes="0"/>
jaroslav@263
    29
              </Group>
jaroslav@263
    30
              <EmptySpace max="-2" attributes="0"/>
jaroslav@263
    31
          </Group>
jaroslav@263
    32
      </Group>
jaroslav@263
    33
    </DimensionLayout>
jaroslav@263
    34
    <DimensionLayout dim="1">
jaroslav@263
    35
      <Group type="103" groupAlignment="0" attributes="0">
jaroslav@263
    36
          <Group type="102" alignment="0" attributes="0">
jaroslav@263
    37
              <EmptySpace max="-2" attributes="0"/>
jaroslav@263
    38
              <Group type="103" groupAlignment="3" attributes="0">
jaroslav@263
    39
                  <Component id="loginLabel" alignment="3" min="-2" max="-2" attributes="0"/>
jaroslav@263
    40
                  <Component id="login" alignment="3" min="-2" max="-2" attributes="0"/>
jaroslav@263
    41
              </Group>
jaroslav@263
    42
              <EmptySpace type="unrelated" max="-2" attributes="0"/>
jaroslav@263
    43
              <Group type="103" groupAlignment="3" attributes="0">
jaroslav@263
    44
                  <Component id="passwordLabel" alignment="3" min="-2" max="-2" attributes="0"/>
jaroslav@263
    45
                  <Component id="password" alignment="3" min="-2" max="-2" attributes="0"/>
jaroslav@263
    46
              </Group>
jaroslav@263
    47
              <EmptySpace max="32767" attributes="0"/>
jaroslav@263
    48
          </Group>
jaroslav@263
    49
      </Group>
jaroslav@263
    50
    </DimensionLayout>
jaroslav@263
    51
  </Layout>
jaroslav@263
    52
  <SubComponents>
jaroslav@263
    53
    <Component class="javax.swing.JLabel" name="loginLabel">
jaroslav@263
    54
      <Properties>
jaroslav@263
    55
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
jaroslav@263
    56
          <ResourceString bundle="cz/xelfi/quoridor/desktop/sample/Bundle.properties" key="LoginPanel.loginLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
jaroslav@263
    57
        </Property>
jaroslav@263
    58
      </Properties>
jaroslav@263
    59
    </Component>
jaroslav@263
    60
    <Component class="javax.swing.JTextField" name="login">
jaroslav@263
    61
      <Properties>
jaroslav@263
    62
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
jaroslav@263
    63
          <ResourceString bundle="cz/xelfi/quoridor/desktop/sample/Bundle.properties" key="LoginPanel.login.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
jaroslav@263
    64
        </Property>
jaroslav@263
    65
      </Properties>
jaroslav@263
    66
    </Component>
jaroslav@263
    67
    <Component class="javax.swing.JLabel" name="passwordLabel">
jaroslav@263
    68
      <Properties>
jaroslav@263
    69
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
jaroslav@263
    70
          <ResourceString bundle="cz/xelfi/quoridor/desktop/sample/Bundle.properties" key="LoginPanel.passwordLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
jaroslav@263
    71
        </Property>
jaroslav@263
    72
      </Properties>
jaroslav@263
    73
    </Component>
jaroslav@263
    74
    <Component class="javax.swing.JPasswordField" name="password">
jaroslav@263
    75
      <Properties>
jaroslav@263
    76
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
jaroslav@263
    77
          <ResourceString bundle="cz/xelfi/quoridor/desktop/sample/Bundle.properties" key="LoginPanel.password.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
jaroslav@263
    78
        </Property>
jaroslav@263
    79
      </Properties>
jaroslav@263
    80
    </Component>
jaroslav@263
    81
  </SubComponents>
jaroslav@263
    82
</Form>