java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Panel.form
author František Kučera <franta-hg@frantovo.cz>
Tue Dec 28 17:24:05 2010 +0100 (2010-12-28)
changeset 16 c39a2d3cb6d2
parent 15 8854e172a18f
child 19 c20edbed09c3
permissions -rw-r--r--
JTable: zjednodušení.
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
    </Container>
franta-hg@10
    51
    <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoP&#x159;idat">
franta-hg@10
    52
      <Properties>
franta-hg@11
    53
        <Property name="mnemonic" type="int" value="112"/>
franta-hg@15
    54
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
franta-hg@15
    55
          <ResourceString bundle="cz/frantovo/rozsireneAtributy/P&#x159;eklady.properties" key="p&#x159;idatAtribut" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
franta-hg@15
    56
        </Property>
franta-hg@10
    57
      </Properties>
franta-hg@10
    58
      <Events>
franta-hg@10
    59
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoP&#x159;idatActionPerformed"/>
franta-hg@10
    60
      </Events>
franta-hg@10
    61
    </Component>
franta-hg@10
    62
    <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoSmazat">
franta-hg@10
    63
      <Properties>
franta-hg@11
    64
        <Property name="mnemonic" type="int" value="115"/>
franta-hg@15
    65
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
franta-hg@15
    66
          <ResourceString bundle="cz/frantovo/rozsireneAtributy/P&#x159;eklady.properties" key="smazatAtribut" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
franta-hg@15
    67
        </Property>
franta-hg@10
    68
        <Property name="enabled" type="boolean" value="false"/>
franta-hg@10
    69
      </Properties>
franta-hg@10
    70
      <Events>
franta-hg@10
    71
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoSmazatActionPerformed"/>
franta-hg@10
    72
      </Events>
franta-hg@10
    73
    </Component>
franta-hg@10
    74
    <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;st">
franta-hg@10
    75
      <Properties>
franta-hg@11
    76
        <Property name="mnemonic" type="int" value="122"/>
franta-hg@15
    77
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
franta-hg@15
    78
          <ResourceString bundle="cz/frantovo/rozsireneAtributy/P&#x159;eklady.properties" key="znovuNa&#x10d;&#xed;st" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
franta-hg@15
    79
        </Property>
franta-hg@10
    80
      </Properties>
franta-hg@10
    81
      <Events>
franta-hg@10
    82
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;stActionPerformed"/>
franta-hg@10
    83
      </Events>
franta-hg@10
    84
    </Component>
franta-hg@6
    85
  </SubComponents>
franta-hg@6
    86
</Form>