java/SuperPostak/src/cz/frantovo/superPostak/PanelPrijemcu.form
author František Kučera <franta-hg@frantovo.cz>
Mon, 27 Sep 2010 19:04:50 +0200
changeset 5 bea5d9e11d37
parent 3 03d27d3b3f7b
permissions -rw-r--r--
Souborové dialogy si pamatují naposledy použitý adresář.
franta-hg@5
     1
<?xml version="1.1" encoding="UTF-8" ?>
franta-hg@0
     2
franta-hg@0
     3
<Form version="1.3" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
franta-hg@0
     4
  <AuxValues>
franta-hg@0
     5
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
franta-hg@0
     6
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
franta-hg@3
     7
    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
franta-hg@0
     8
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
franta-hg@0
     9
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
franta-hg@0
    10
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
franta-hg@0
    11
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
franta-hg@0
    12
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
franta-hg@0
    13
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
franta-hg@0
    14
  </AuxValues>
franta-hg@0
    15
franta-hg@0
    16
  <Layout>
franta-hg@0
    17
    <DimensionLayout dim="0">
franta-hg@0
    18
      <Group type="103" groupAlignment="0" attributes="0">
franta-hg@0
    19
          <Group type="102" alignment="1" attributes="0">
franta-hg@5
    20
              <EmptySpace pref="125" max="32767" attributes="0"/>
franta-hg@0
    21
              <Component id="otevrit" min="-2" max="-2" attributes="0"/>
franta-hg@0
    22
              <EmptySpace max="-2" attributes="0"/>
franta-hg@0
    23
              <Component id="ulozit" min="-2" max="-2" attributes="0"/>
franta-hg@0
    24
              <EmptySpace max="-2" attributes="0"/>
franta-hg@0
    25
              <Component id="odebrat" min="-2" max="-2" attributes="0"/>
franta-hg@0
    26
              <EmptySpace max="-2" attributes="0"/>
franta-hg@0
    27
              <Component id="pridat" min="-2" max="-2" attributes="0"/>
franta-hg@0
    28
              <EmptySpace max="-2" attributes="0"/>
franta-hg@0
    29
          </Group>
franta-hg@3
    30
          <Component id="jScrollPane1" alignment="0" pref="421" max="32767" attributes="0"/>
franta-hg@0
    31
      </Group>
franta-hg@0
    32
    </DimensionLayout>
franta-hg@0
    33
    <DimensionLayout dim="1">
franta-hg@0
    34
      <Group type="103" groupAlignment="0" attributes="0">
franta-hg@0
    35
          <Group type="102" alignment="1" attributes="0">
franta-hg@0
    36
              <Component id="jScrollPane1" pref="253" max="32767" attributes="0"/>
franta-hg@0
    37
              <EmptySpace type="unrelated" max="-2" attributes="0"/>
franta-hg@0
    38
              <Group type="103" groupAlignment="3" attributes="0">
franta-hg@0
    39
                  <Component id="pridat" alignment="3" min="-2" max="-2" attributes="0"/>
franta-hg@0
    40
                  <Component id="odebrat" alignment="3" min="-2" max="-2" attributes="0"/>
franta-hg@0
    41
                  <Component id="ulozit" alignment="3" min="-2" max="-2" attributes="0"/>
franta-hg@0
    42
                  <Component id="otevrit" alignment="3" min="-2" max="-2" attributes="0"/>
franta-hg@0
    43
              </Group>
franta-hg@0
    44
              <EmptySpace max="-2" attributes="0"/>
franta-hg@0
    45
          </Group>
franta-hg@0
    46
      </Group>
franta-hg@0
    47
    </DimensionLayout>
franta-hg@0
    48
  </Layout>
franta-hg@0
    49
  <SubComponents>
franta-hg@0
    50
    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
franta-hg@0
    51
      <AuxValues>
franta-hg@0
    52
        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
franta-hg@0
    53
      </AuxValues>
franta-hg@0
    54
franta-hg@0
    55
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
franta-hg@0
    56
      <SubComponents>
franta-hg@0
    57
        <Component class="cz.frantovo.gui.tabulky.JTable" name="tabulka">
franta-hg@0
    58
          <Properties>
franta-hg@0
    59
            <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
franta-hg@0
    60
              <Table columnCount="4" rowCount="4">
franta-hg@0
    61
                <Column editable="true" title="Title 1" type="java.lang.Object"/>
franta-hg@0
    62
                <Column editable="true" title="Title 2" type="java.lang.Object"/>
franta-hg@0
    63
                <Column editable="true" title="Title 3" type="java.lang.Object"/>
franta-hg@0
    64
                <Column editable="true" title="Title 4" type="java.lang.Object"/>
franta-hg@0
    65
              </Table>
franta-hg@0
    66
            </Property>
franta-hg@0
    67
          </Properties>
franta-hg@0
    68
        </Component>
franta-hg@0
    69
      </SubComponents>
franta-hg@0
    70
    </Container>
franta-hg@0
    71
    <Component class="javax.swing.JButton" name="pridat">
franta-hg@0
    72
      <Properties>
franta-hg@0
    73
        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
franta-hg@0
    74
          <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/vlozit.png"/>
franta-hg@0
    75
        </Property>
franta-hg@0
    76
        <Property name="mnemonic" type="int" value="105"/>
franta-hg@0
    77
        <Property name="text" type="java.lang.String" value="P&#x159;idat"/>
franta-hg@0
    78
        <Property name="toolTipText" type="java.lang.String" value="&lt;html&gt;&#xa;P&#x159;id&#xe1; pr&#xe1;zdn&#xfd; &#x159;&#xe1;dek pro vlo&#x17e;en&#xed; nov&#xe9;ho p&#x159;&#xed;jemce&lt;br/&gt;&#xa;Aby se napsan&#xe1; zm&#x11b;na projevila, je pot&#x159;eba kliknout jinam do tabulky&lt;br/&gt;&#xa;(tzn. ukon&#x10d;it re&#x17e;im editace bu&#x148;ky)&lt;br/&gt;&#xa;&lt;/html&gt;"/>
franta-hg@0
    79
      </Properties>
franta-hg@0
    80
      <Events>
franta-hg@0
    81
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="pridatActionPerformed"/>
franta-hg@0
    82
      </Events>
franta-hg@0
    83
    </Component>
franta-hg@0
    84
    <Component class="javax.swing.JButton" name="odebrat">
franta-hg@0
    85
      <Properties>
franta-hg@0
    86
        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
franta-hg@0
    87
          <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/editdelete.png"/>
franta-hg@0
    88
        </Property>
franta-hg@0
    89
        <Property name="mnemonic" type="int" value="114"/>
franta-hg@0
    90
        <Property name="text" type="java.lang.String" value="Odebrat"/>
franta-hg@0
    91
        <Property name="toolTipText" type="java.lang.String" value="Odebere vybran&#xe9;ho p&#x159;&#xed;jemce"/>
franta-hg@0
    92
      </Properties>
franta-hg@0
    93
      <Events>
franta-hg@0
    94
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="odebratActionPerformed"/>
franta-hg@0
    95
      </Events>
franta-hg@0
    96
    </Component>
franta-hg@0
    97
    <Component class="javax.swing.JButton" name="ulozit">
franta-hg@0
    98
      <Properties>
franta-hg@0
    99
        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
franta-hg@0
   100
          <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/ulozit.png"/>
franta-hg@0
   101
        </Property>
franta-hg@0
   102
        <Property name="toolTipText" type="java.lang.String" value="Ulo&#x17e;it seznam p&#x159;&#xed;jemc&#x16f; do souboru."/>
franta-hg@0
   103
      </Properties>
franta-hg@0
   104
      <Events>
franta-hg@0
   105
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="ulozitActionPerformed"/>
franta-hg@0
   106
      </Events>
franta-hg@0
   107
    </Component>
franta-hg@0
   108
    <Component class="javax.swing.JButton" name="otevrit">
franta-hg@0
   109
      <Properties>
franta-hg@0
   110
        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
franta-hg@0
   111
          <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/otevrit.png"/>
franta-hg@0
   112
        </Property>
franta-hg@0
   113
        <Property name="toolTipText" type="java.lang.String" value="&lt;html&gt;P&#x159;idat p&#x159;&#xed;jemce ze souboru.&lt;br/&gt;Na ka&#x17e;d&#xe9;m &#x159;&#xe1;dku se o&#x10d;ek&#xe1;v&#xe1; jedna adresa.&lt;/html&gt;"/>
franta-hg@0
   114
      </Properties>
franta-hg@0
   115
      <Events>
franta-hg@0
   116
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="otevritActionPerformed"/>
franta-hg@0
   117
      </Events>
franta-hg@0
   118
    </Component>
franta-hg@0
   119
  </SubComponents>
franta-hg@0
   120
</Form>