java/abc-drupal-gui/src/cz/frantovo/abcDrupal/gui/HlavniOkno.form
changeset 0 f1a6902957b8
child 2 2f02db6cd698
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/abc-drupal-gui/src/cz/frantovo/abcDrupal/gui/HlavniOkno.form	Wed Dec 30 02:35:15 2009 +0100
     1.3 @@ -0,0 +1,59 @@
     1.4 +<?xml version="1.0" encoding="UTF-8" ?>
     1.5 +
     1.6 +<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
     1.7 +  <Properties>
     1.8 +    <Property name="defaultCloseOperation" type="int" value="3"/>
     1.9 +  </Properties>
    1.10 +  <SyntheticProperties>
    1.11 +    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
    1.12 +  </SyntheticProperties>
    1.13 +  <AuxValues>
    1.14 +    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
    1.15 +    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
    1.16 +    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
    1.17 +    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
    1.18 +    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
    1.19 +    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
    1.20 +    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
    1.21 +    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
    1.22 +    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
    1.23 +  </AuxValues>
    1.24 +
    1.25 +  <Layout>
    1.26 +    <DimensionLayout dim="0">
    1.27 +      <Group type="103" groupAlignment="0" attributes="0">
    1.28 +          <Group type="102" attributes="0">
    1.29 +              <EmptySpace max="-2" attributes="0"/>
    1.30 +              <Group type="103" groupAlignment="0" attributes="0">
    1.31 +                  <Component id="jButton1" alignment="1" min="-2" max="-2" attributes="0"/>
    1.32 +                  <Component id="jTextField1" alignment="0" pref="388" max="32767" attributes="0"/>
    1.33 +              </Group>
    1.34 +              <EmptySpace max="-2" attributes="0"/>
    1.35 +          </Group>
    1.36 +      </Group>
    1.37 +    </DimensionLayout>
    1.38 +    <DimensionLayout dim="1">
    1.39 +      <Group type="103" groupAlignment="0" attributes="0">
    1.40 +          <Group type="102" alignment="1" attributes="0">
    1.41 +              <EmptySpace max="-2" attributes="0"/>
    1.42 +              <Component id="jTextField1" min="-2" max="-2" attributes="0"/>
    1.43 +              <EmptySpace pref="234" max="32767" attributes="0"/>
    1.44 +              <Component id="jButton1" min="-2" max="-2" attributes="0"/>
    1.45 +              <EmptySpace max="-2" attributes="0"/>
    1.46 +          </Group>
    1.47 +      </Group>
    1.48 +    </DimensionLayout>
    1.49 +  </Layout>
    1.50 +  <SubComponents>
    1.51 +    <Component class="javax.swing.JButton" name="jButton1">
    1.52 +      <Properties>
    1.53 +        <Property name="text" type="java.lang.String" value=":-)"/>
    1.54 +      </Properties>
    1.55 +    </Component>
    1.56 +    <Component class="javax.swing.JTextField" name="jTextField1">
    1.57 +      <Properties>
    1.58 +        <Property name="text" type="java.lang.String" value="jTextField1"/>
    1.59 +      </Properties>
    1.60 +    </Component>
    1.61 +  </SubComponents>
    1.62 +</Form>