java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Panel.form
changeset 6 734f104f2869
child 10 ed2b6ebf138d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Panel.form	Wed Dec 15 20:07:14 2010 +0100
     1.3 @@ -0,0 +1,48 @@
     1.4 +<?xml version="1.1" encoding="UTF-8" ?>
     1.5 +
     1.6 +<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
     1.7 +  <AuxValues>
     1.8 +    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
     1.9 +    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
    1.10 +    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
    1.11 +    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
    1.12 +    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
    1.13 +    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
    1.14 +    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
    1.15 +    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
    1.16 +    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
    1.17 +  </AuxValues>
    1.18 +
    1.19 +  <Layout>
    1.20 +    <DimensionLayout dim="0">
    1.21 +      <Group type="103" groupAlignment="0" attributes="0">
    1.22 +          <Component id="scroll" alignment="0" pref="447" max="32767" attributes="0"/>
    1.23 +      </Group>
    1.24 +    </DimensionLayout>
    1.25 +    <DimensionLayout dim="1">
    1.26 +      <Group type="103" groupAlignment="0" attributes="0">
    1.27 +          <Component id="scroll" alignment="0" pref="316" max="32767" attributes="0"/>
    1.28 +      </Group>
    1.29 +    </DimensionLayout>
    1.30 +  </Layout>
    1.31 +  <SubComponents>
    1.32 +    <Container class="javax.swing.JScrollPane" name="scroll">
    1.33 +
    1.34 +      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
    1.35 +      <SubComponents>
    1.36 +        <Component class="javax.swing.JTable" name="tabulka">
    1.37 +          <Properties>
    1.38 +            <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
    1.39 +              <Table columnCount="4" rowCount="4">
    1.40 +                <Column editable="true" title="Title 1" type="java.lang.Object"/>
    1.41 +                <Column editable="true" title="Title 2" type="java.lang.Object"/>
    1.42 +                <Column editable="true" title="Title 3" type="java.lang.Object"/>
    1.43 +                <Column editable="true" title="Title 4" type="java.lang.Object"/>
    1.44 +              </Table>
    1.45 +            </Property>
    1.46 +          </Properties>
    1.47 +        </Component>
    1.48 +      </SubComponents>
    1.49 +    </Container>
    1.50 +  </SubComponents>
    1.51 +</Form>