java/abc-drupal-gui/src/cz/frantovo/abcDrupal/gui/HlavniOkno.form
author František Kučera <franta-hg@frantovo.cz>
Wed, 30 Dec 2009 02:35:15 +0100
changeset 0 f1a6902957b8
child 2 2f02db6cd698
permissions -rw-r--r--
Vytvoření projektu v Netbeans.
franta-hg@0
     1
<?xml version="1.0" encoding="UTF-8" ?>
franta-hg@0
     2
franta-hg@0
     3
<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
franta-hg@0
     4
  <Properties>
franta-hg@0
     5
    <Property name="defaultCloseOperation" type="int" value="3"/>
franta-hg@0
     6
  </Properties>
franta-hg@0
     7
  <SyntheticProperties>
franta-hg@0
     8
    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
franta-hg@0
     9
  </SyntheticProperties>
franta-hg@0
    10
  <AuxValues>
franta-hg@0
    11
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
franta-hg@0
    12
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
franta-hg@0
    13
    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
franta-hg@0
    14
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
franta-hg@0
    15
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
franta-hg@0
    16
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
franta-hg@0
    17
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
franta-hg@0
    18
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
franta-hg@0
    19
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
franta-hg@0
    20
  </AuxValues>
franta-hg@0
    21
franta-hg@0
    22
  <Layout>
franta-hg@0
    23
    <DimensionLayout dim="0">
franta-hg@0
    24
      <Group type="103" groupAlignment="0" attributes="0">
franta-hg@0
    25
          <Group type="102" attributes="0">
franta-hg@0
    26
              <EmptySpace max="-2" attributes="0"/>
franta-hg@0
    27
              <Group type="103" groupAlignment="0" attributes="0">
franta-hg@0
    28
                  <Component id="jButton1" alignment="1" min="-2" max="-2" attributes="0"/>
franta-hg@0
    29
                  <Component id="jTextField1" alignment="0" pref="388" max="32767" attributes="0"/>
franta-hg@0
    30
              </Group>
franta-hg@0
    31
              <EmptySpace max="-2" attributes="0"/>
franta-hg@0
    32
          </Group>
franta-hg@0
    33
      </Group>
franta-hg@0
    34
    </DimensionLayout>
franta-hg@0
    35
    <DimensionLayout dim="1">
franta-hg@0
    36
      <Group type="103" groupAlignment="0" attributes="0">
franta-hg@0
    37
          <Group type="102" alignment="1" attributes="0">
franta-hg@0
    38
              <EmptySpace max="-2" attributes="0"/>
franta-hg@0
    39
              <Component id="jTextField1" min="-2" max="-2" attributes="0"/>
franta-hg@0
    40
              <EmptySpace pref="234" max="32767" attributes="0"/>
franta-hg@0
    41
              <Component id="jButton1" min="-2" max="-2" attributes="0"/>
franta-hg@0
    42
              <EmptySpace max="-2" attributes="0"/>
franta-hg@0
    43
          </Group>
franta-hg@0
    44
      </Group>
franta-hg@0
    45
    </DimensionLayout>
franta-hg@0
    46
  </Layout>
franta-hg@0
    47
  <SubComponents>
franta-hg@0
    48
    <Component class="javax.swing.JButton" name="jButton1">
franta-hg@0
    49
      <Properties>
franta-hg@0
    50
        <Property name="text" type="java.lang.String" value=":-)"/>
franta-hg@0
    51
      </Properties>
franta-hg@0
    52
    </Component>
franta-hg@0
    53
    <Component class="javax.swing.JTextField" name="jTextField1">
franta-hg@0
    54
      <Properties>
franta-hg@0
    55
        <Property name="text" type="java.lang.String" value="jTextField1"/>
franta-hg@0
    56
      </Properties>
franta-hg@0
    57
    </Component>
franta-hg@0
    58
  </SubComponents>
franta-hg@0
    59
</Form>