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
     1 <?xml version="1.1" encoding="UTF-8" ?>
     2 
     3 <Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
     4   <AuxValues>
     5     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
     6     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
     7     <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
     8     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
     9     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
    10     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
    11     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
    12     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
    13     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
    14   </AuxValues>
    15 
    16   <Layout>
    17     <DimensionLayout dim="0">
    18       <Group type="103" groupAlignment="0" attributes="0">
    19           <Group type="102" attributes="0">
    20               <EmptySpace max="-2" attributes="0"/>
    21               <Group type="103" groupAlignment="0" attributes="0">
    22                   <Component id="loginLabel" min="-2" max="-2" attributes="0"/>
    23                   <Component id="passwordLabel" alignment="0" min="-2" max="-2" attributes="0"/>
    24               </Group>
    25               <EmptySpace max="-2" attributes="0"/>
    26               <Group type="103" groupAlignment="0" attributes="0">
    27                   <Component id="password" pref="289" max="32767" attributes="0"/>
    28                   <Component id="login" alignment="0" pref="289" max="32767" attributes="0"/>
    29               </Group>
    30               <EmptySpace max="-2" attributes="0"/>
    31           </Group>
    32       </Group>
    33     </DimensionLayout>
    34     <DimensionLayout dim="1">
    35       <Group type="103" groupAlignment="0" attributes="0">
    36           <Group type="102" alignment="0" attributes="0">
    37               <EmptySpace max="-2" attributes="0"/>
    38               <Group type="103" groupAlignment="3" attributes="0">
    39                   <Component id="loginLabel" alignment="3" min="-2" max="-2" attributes="0"/>
    40                   <Component id="login" alignment="3" min="-2" max="-2" attributes="0"/>
    41               </Group>
    42               <EmptySpace type="unrelated" max="-2" attributes="0"/>
    43               <Group type="103" groupAlignment="3" attributes="0">
    44                   <Component id="passwordLabel" alignment="3" min="-2" max="-2" attributes="0"/>
    45                   <Component id="password" alignment="3" min="-2" max="-2" attributes="0"/>
    46               </Group>
    47               <EmptySpace max="32767" attributes="0"/>
    48           </Group>
    49       </Group>
    50     </DimensionLayout>
    51   </Layout>
    52   <SubComponents>
    53     <Component class="javax.swing.JLabel" name="loginLabel">
    54       <Properties>
    55         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    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;)"/>
    57         </Property>
    58       </Properties>
    59     </Component>
    60     <Component class="javax.swing.JTextField" name="login">
    61       <Properties>
    62         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    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;)"/>
    64         </Property>
    65       </Properties>
    66     </Component>
    67     <Component class="javax.swing.JLabel" name="passwordLabel">
    68       <Properties>
    69         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    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;)"/>
    71         </Property>
    72       </Properties>
    73     </Component>
    74     <Component class="javax.swing.JPasswordField" name="password">
    75       <Properties>
    76         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    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;)"/>
    78         </Property>
    79       </Properties>
    80     </Component>
    81   </SubComponents>
    82 </Form>