java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Panel.form
author František Kučera <franta-hg@frantovo.cz>
Wed Dec 15 23:58:34 2010 +0100 (2010-12-15)
changeset 11 9b399cde6a3b
parent 10 ed2b6ebf138d
child 15 8854e172a18f
permissions -rw-r--r--
Klávesové zkratky, kontroly, čeština.
franta-hg@6
     1
<?xml version="1.1" encoding="UTF-8" ?>
franta-hg@6
     2
franta-hg@10
     3
<Form version="1.6" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
franta-hg@6
     4
  <AuxValues>
franta-hg@6
     5
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
franta-hg@6
     6
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
franta-hg@6
     7
    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
franta-hg@6
     8
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
franta-hg@6
     9
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
franta-hg@6
    10
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
franta-hg@6
    11
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
franta-hg@6
    12
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
franta-hg@6
    13
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
franta-hg@6
    14
  </AuxValues>
franta-hg@6
    15
franta-hg@6
    16
  <Layout>
franta-hg@6
    17
    <DimensionLayout dim="0">
franta-hg@6
    18
      <Group type="103" groupAlignment="0" attributes="0">
franta-hg@10
    19
          <Group type="102" alignment="0" attributes="0">
franta-hg@10
    20
              <EmptySpace max="-2" attributes="0"/>
franta-hg@10
    21
              <Component id="tlačítkoPřidat" min="-2" max="-2" attributes="0"/>
franta-hg@10
    22
              <EmptySpace max="-2" attributes="0"/>
franta-hg@10
    23
              <Component id="tlačítkoSmazat" min="-2" max="-2" attributes="0"/>
franta-hg@10
    24
              <EmptySpace max="-2" attributes="0"/>
franta-hg@10
    25
              <Component id="tlačítkoZnovuNačíst" min="-2" max="-2" attributes="0"/>
franta-hg@11
    26
              <EmptySpace pref="186" max="32767" attributes="0"/>
franta-hg@10
    27
          </Group>
franta-hg@11
    28
          <Component id="posuvnýPanel" alignment="0" pref="543" max="32767" attributes="0"/>
franta-hg@6
    29
      </Group>
franta-hg@6
    30
    </DimensionLayout>
franta-hg@6
    31
    <DimensionLayout dim="1">
franta-hg@6
    32
      <Group type="103" groupAlignment="0" attributes="0">
franta-hg@10
    33
          <Group type="102" alignment="1" attributes="0">
franta-hg@10
    34
              <Component id="posuvnýPanel" pref="277" max="32767" attributes="0"/>
franta-hg@10
    35
              <EmptySpace max="-2" attributes="0"/>
franta-hg@10
    36
              <Group type="103" groupAlignment="3" attributes="0">
franta-hg@10
    37
                  <Component id="tlačítkoPřidat" alignment="3" min="-2" max="-2" attributes="0"/>
franta-hg@10
    38
                  <Component id="tlačítkoSmazat" alignment="3" min="-2" max="-2" attributes="0"/>
franta-hg@10
    39
                  <Component id="tlačítkoZnovuNačíst" alignment="3" min="-2" max="-2" attributes="0"/>
franta-hg@10
    40
              </Group>
franta-hg@10
    41
              <EmptySpace max="-2" attributes="0"/>
franta-hg@10
    42
          </Group>
franta-hg@6
    43
      </Group>
franta-hg@6
    44
    </DimensionLayout>
franta-hg@6
    45
  </Layout>
franta-hg@6
    46
  <SubComponents>
franta-hg@10
    47
    <Container class="javax.swing.JScrollPane" name="posuvn&#xfd;Panel">
franta-hg@6
    48
franta-hg@6
    49
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
franta-hg@6
    50
      <SubComponents>
franta-hg@6
    51
        <Component class="javax.swing.JTable" name="tabulka">
franta-hg@6
    52
          <Properties>
franta-hg@6
    53
            <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
franta-hg@6
    54
              <Table columnCount="4" rowCount="4">
franta-hg@6
    55
                <Column editable="true" title="Title 1" type="java.lang.Object"/>
franta-hg@6
    56
                <Column editable="true" title="Title 2" type="java.lang.Object"/>
franta-hg@6
    57
                <Column editable="true" title="Title 3" type="java.lang.Object"/>
franta-hg@6
    58
                <Column editable="true" title="Title 4" type="java.lang.Object"/>
franta-hg@6
    59
              </Table>
franta-hg@6
    60
            </Property>
franta-hg@10
    61
            <Property name="selectionModel" type="javax.swing.ListSelectionModel" editor="org.netbeans.modules.form.editors2.JTableSelectionModelEditor">
franta-hg@10
    62
              <JTableSelectionModel selectionMode="0"/>
franta-hg@10
    63
            </Property>
franta-hg@6
    64
          </Properties>
franta-hg@6
    65
        </Component>
franta-hg@6
    66
      </SubComponents>
franta-hg@6
    67
    </Container>
franta-hg@10
    68
    <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoP&#x159;idat">
franta-hg@10
    69
      <Properties>
franta-hg@11
    70
        <Property name="mnemonic" type="int" value="112"/>
franta-hg@10
    71
        <Property name="text" type="java.lang.String" value="P&#x159;idat atribut"/>
franta-hg@10
    72
      </Properties>
franta-hg@10
    73
      <Events>
franta-hg@10
    74
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoP&#x159;idatActionPerformed"/>
franta-hg@10
    75
      </Events>
franta-hg@10
    76
    </Component>
franta-hg@10
    77
    <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoSmazat">
franta-hg@10
    78
      <Properties>
franta-hg@11
    79
        <Property name="mnemonic" type="int" value="115"/>
franta-hg@10
    80
        <Property name="text" type="java.lang.String" value="Smazat atribut"/>
franta-hg@10
    81
        <Property name="enabled" type="boolean" value="false"/>
franta-hg@10
    82
      </Properties>
franta-hg@10
    83
      <Events>
franta-hg@10
    84
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoSmazatActionPerformed"/>
franta-hg@10
    85
      </Events>
franta-hg@10
    86
    </Component>
franta-hg@10
    87
    <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;st">
franta-hg@10
    88
      <Properties>
franta-hg@11
    89
        <Property name="mnemonic" type="int" value="122"/>
franta-hg@10
    90
        <Property name="text" type="java.lang.String" value="Znovu na&#x10d;&#xed;st"/>
franta-hg@10
    91
      </Properties>
franta-hg@10
    92
      <Events>
franta-hg@10
    93
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;stActionPerformed"/>
franta-hg@10
    94
      </Events>
franta-hg@10
    95
    </Component>
franta-hg@6
    96
  </SubComponents>
franta-hg@6
    97
</Form>