<?xml version="1.0" encoding="UTF-8" ?>

<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
  <Properties>
    <Property name="title" type="java.lang.String" value="JavaCity - Registrieren"/>
  </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" attributes="0">
              <Group type="103" groupAlignment="0" attributes="0">
                  <Group type="103" groupAlignment="1" max="-2" attributes="0">
                      <Group type="102" alignment="1" attributes="1">
                          <EmptySpace min="-2" pref="63" max="-2" attributes="0"/>
                          <Component id="Lsicherheit" min="-2" max="-2" attributes="0"/>
                          <EmptySpace max="32767" attributes="0"/>
                          <Component id="Bregistrieren" min="-2" pref="150" max="-2" attributes="0"/>
                      </Group>
                      <Group type="102" alignment="0" attributes="0">
                          <EmptySpace max="-2" attributes="0"/>
                          <Group type="103" groupAlignment="1" attributes="0">
                              <Component id="Lpasswort1" alignment="1" min="-2" max="-2" attributes="0"/>
                              <Component id="Lbenutzername" alignment="1" min="-2" max="-2" attributes="0"/>
                              <Component id="Lpasswort2" alignment="1" min="-2" max="-2" attributes="0"/>
                          </Group>
                          <EmptySpace type="unrelated" max="-2" attributes="0"/>
                          <Group type="103" groupAlignment="0" max="-2" attributes="0">
                              <Component id="TFpasswort2" max="32767" attributes="1"/>
                              <Component id="TFpasswort1" max="32767" attributes="1"/>
                              <Component id="TFbenutzername" alignment="0" pref="225" max="32767" attributes="1"/>
                          </Group>
                      </Group>
                  </Group>
                  <Group type="102" alignment="0" attributes="0">
                      <EmptySpace min="-2" pref="58" max="-2" attributes="0"/>
                      <Component id="Lueberschrift" min="-2" max="-2" attributes="0"/>
                  </Group>
              </Group>
              <EmptySpace pref="22" max="32767" attributes="0"/>
          </Group>
      </Group>
    </DimensionLayout>
    <DimensionLayout dim="1">
      <Group type="103" groupAlignment="0" attributes="0">
          <Group type="102" alignment="0" attributes="0">
              <EmptySpace max="-2" attributes="0"/>
              <Component id="Lueberschrift" min="-2" max="-2" attributes="0"/>
              <EmptySpace min="-2" pref="11" max="-2" attributes="0"/>
              <Group type="103" groupAlignment="3" attributes="0">
                  <Component id="Lbenutzername" alignment="3" min="-2" max="-2" attributes="0"/>
                  <Component id="TFbenutzername" alignment="3" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace max="-2" attributes="0"/>
              <Group type="103" groupAlignment="3" attributes="0">
                  <Component id="Lpasswort1" alignment="3" min="-2" max="-2" attributes="0"/>
                  <Component id="TFpasswort1" alignment="3" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace max="-2" attributes="0"/>
              <Group type="103" groupAlignment="3" attributes="0">
                  <Component id="Lpasswort2" alignment="3" min="-2" max="-2" attributes="0"/>
                  <Component id="TFpasswort2" alignment="3" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace max="-2" attributes="0"/>
              <Group type="103" groupAlignment="0" max="-2" attributes="0">
                  <Component id="Lsicherheit" max="32767" attributes="1"/>
                  <Component id="Bregistrieren" alignment="0" max="32767" attributes="1"/>
              </Group>
              <EmptySpace max="32767" attributes="0"/>
          </Group>
      </Group>
    </DimensionLayout>
  </Layout>
  <SubComponents>
    <Component class="javax.swing.JLabel" name="Lueberschrift">
      <Properties>
        <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
          <Font name="Perpetua" size="24" style="1"/>
        </Property>
        <Property name="text" type="java.lang.String" value="JavaCity - Registrieren"/>
      </Properties>
    </Component>
    <Component class="javax.swing.JLabel" name="Lbenutzername">
      <Properties>
        <Property name="text" type="java.lang.String" value="Benutzername:"/>
      </Properties>
    </Component>
    <Component class="javax.swing.JLabel" name="Lpasswort1">
      <Properties>
        <Property name="text" type="java.lang.String" value="Passwort:"/>
      </Properties>
    </Component>
    <Component class="javax.swing.JLabel" name="Lpasswort2">
      <Properties>
        <Property name="text" type="java.lang.String" value="Wiederholen:"/>
      </Properties>
    </Component>
    <Component class="javax.swing.JTextField" name="TFbenutzername">
    </Component>
    <Component class="javax.swing.JLabel" name="Lsicherheit">
      <Properties>
        <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
          <Color blue="0" green="0" red="ff" type="rgb"/>
        </Property>
        <Property name="text" type="java.lang.String" value="Passwortsicherheit"/>
      </Properties>
    </Component>
    <Component class="javax.swing.JPasswordField" name="TFpasswort1">
    </Component>
    <Component class="javax.swing.JPasswordField" name="TFpasswort2">
    </Component>
    <Component class="javax.swing.JButton" name="Bregistrieren">
      <Properties>
        <Property name="text" type="java.lang.String" value="Registrieren"/>
      </Properties>
    </Component>
  </SubComponents>
</Form>
