java/SuperPostak/src/cz/frantovo/superPostak/PanelPrijemcu.form
author František Kučera <franta-hg@frantovo.cz>
Sun, 23 Nov 2008 22:19:20 +0100
changeset 0 e76872ad5226
child 3 03d27d3b3f7b
permissions -rw-r--r--
Přidání SuperPošťáka do Mercurialu (původně byl v Subversionu)
Postak – základ, knihovna
SuperPostak – GUI nadstavba
SuperPostak2 – pokus o implementaci aplikace jako modulu pro Netbeans, POZOR: není přidán do Mercurialu, možná později (pravděpodobně se ale nebude používat)
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.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@0
     7
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
franta-hg@0
     8
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
franta-hg@0
     9
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
franta-hg@0
    10
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
franta-hg@0
    11
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
franta-hg@0
    12
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
franta-hg@0
    13
  </AuxValues>
franta-hg@0
    14
franta-hg@0
    15
  <Layout>
franta-hg@0
    16
    <DimensionLayout dim="0">
franta-hg@0
    17
      <Group type="103" groupAlignment="0" attributes="0">
franta-hg@0
    18
          <Group type="102" alignment="1" attributes="0">
franta-hg@0
    19
              <EmptySpace pref="97" max="32767" attributes="0"/>
franta-hg@0
    20
              <Component id="otevrit" min="-2" max="-2" attributes="0"/>
franta-hg@0
    21
              <EmptySpace max="-2" attributes="0"/>
franta-hg@0
    22
              <Component id="ulozit" min="-2" max="-2" attributes="0"/>
franta-hg@0
    23
              <EmptySpace max="-2" attributes="0"/>
franta-hg@0
    24
              <Component id="odebrat" min="-2" max="-2" attributes="0"/>
franta-hg@0
    25
              <EmptySpace max="-2" attributes="0"/>
franta-hg@0
    26
              <Component id="pridat" min="-2" max="-2" attributes="0"/>
franta-hg@0
    27
              <EmptySpace max="-2" attributes="0"/>
franta-hg@0
    28
          </Group>
franta-hg@0
    29
          <Component id="jScrollPane1" alignment="0" pref="410" max="32767" attributes="0"/>
franta-hg@0
    30
      </Group>
franta-hg@0
    31
    </DimensionLayout>
franta-hg@0
    32
    <DimensionLayout dim="1">
franta-hg@0
    33
      <Group type="103" groupAlignment="0" attributes="0">
franta-hg@0
    34
          <Group type="102" alignment="1" attributes="0">
franta-hg@0
    35
              <Component id="jScrollPane1" pref="253" max="32767" attributes="0"/>
franta-hg@0
    36
              <EmptySpace type="unrelated" max="-2" attributes="0"/>
franta-hg@0
    37
              <Group type="103" groupAlignment="3" attributes="0">
franta-hg@0
    38
                  <Component id="pridat" alignment="3" min="-2" max="-2" attributes="0"/>
franta-hg@0
    39
                  <Component id="odebrat" alignment="3" min="-2" max="-2" attributes="0"/>
franta-hg@0
    40
                  <Component id="ulozit" alignment="3" min="-2" max="-2" attributes="0"/>
franta-hg@0
    41
                  <Component id="otevrit" alignment="3" min="-2" max="-2" attributes="0"/>
franta-hg@0
    42
              </Group>
franta-hg@0
    43
              <EmptySpace max="-2" attributes="0"/>
franta-hg@0
    44
          </Group>
franta-hg@0
    45
      </Group>
franta-hg@0
    46
    </DimensionLayout>
franta-hg@0
    47
  </Layout>
franta-hg@0
    48
  <SubComponents>
franta-hg@0
    49
    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
franta-hg@0
    50
      <AuxValues>
franta-hg@0
    51
        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
franta-hg@0
    52
      </AuxValues>
franta-hg@0
    53
franta-hg@0
    54
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
franta-hg@0
    55
      <SubComponents>
franta-hg@0
    56
        <Component class="cz.frantovo.gui.tabulky.JTable" name="tabulka">
franta-hg@0
    57
          <Properties>
franta-hg@0
    58
            <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
franta-hg@0
    59
              <Table columnCount="4" rowCount="4">
franta-hg@0
    60
                <Column editable="true" title="Title 1" type="java.lang.Object"/>
franta-hg@0
    61
                <Column editable="true" title="Title 2" type="java.lang.Object"/>
franta-hg@0
    62
                <Column editable="true" title="Title 3" type="java.lang.Object"/>
franta-hg@0
    63
                <Column editable="true" title="Title 4" type="java.lang.Object"/>
franta-hg@0
    64
              </Table>
franta-hg@0
    65
            </Property>
franta-hg@0
    66
          </Properties>
franta-hg@0
    67
        </Component>
franta-hg@0
    68
      </SubComponents>
franta-hg@0
    69
    </Container>
franta-hg@0
    70
    <Component class="javax.swing.JButton" name="pridat">
franta-hg@0
    71
      <Properties>
franta-hg@0
    72
        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
franta-hg@0
    73
          <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/vlozit.png"/>
franta-hg@0
    74
        </Property>
franta-hg@0
    75
        <Property name="mnemonic" type="int" value="105"/>
franta-hg@0
    76
        <Property name="text" type="java.lang.String" value="P&#x159;idat"/>
franta-hg@0
    77
        <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
    78
      </Properties>
franta-hg@0
    79
      <Events>
franta-hg@0
    80
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="pridatActionPerformed"/>
franta-hg@0
    81
      </Events>
franta-hg@0
    82
    </Component>
franta-hg@0
    83
    <Component class="javax.swing.JButton" name="odebrat">
franta-hg@0
    84
      <Properties>
franta-hg@0
    85
        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
franta-hg@0
    86
          <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/editdelete.png"/>
franta-hg@0
    87
        </Property>
franta-hg@0
    88
        <Property name="mnemonic" type="int" value="114"/>
franta-hg@0
    89
        <Property name="text" type="java.lang.String" value="Odebrat"/>
franta-hg@0
    90
        <Property name="toolTipText" type="java.lang.String" value="Odebere vybran&#xe9;ho p&#x159;&#xed;jemce"/>
franta-hg@0
    91
      </Properties>
franta-hg@0
    92
      <Events>
franta-hg@0
    93
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="odebratActionPerformed"/>
franta-hg@0
    94
      </Events>
franta-hg@0
    95
    </Component>
franta-hg@0
    96
    <Component class="javax.swing.JButton" name="ulozit">
franta-hg@0
    97
      <Properties>
franta-hg@0
    98
        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
franta-hg@0
    99
          <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/ulozit.png"/>
franta-hg@0
   100
        </Property>
franta-hg@0
   101
        <Property name="toolTipText" type="java.lang.String" value="Ulo&#x17e;it seznam p&#x159;&#xed;jemc&#x16f; do souboru."/>
franta-hg@0
   102
      </Properties>
franta-hg@0
   103
      <Events>
franta-hg@0
   104
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="ulozitActionPerformed"/>
franta-hg@0
   105
      </Events>
franta-hg@0
   106
    </Component>
franta-hg@0
   107
    <Component class="javax.swing.JButton" name="otevrit">
franta-hg@0
   108
      <Properties>
franta-hg@0
   109
        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
franta-hg@0
   110
          <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/otevrit.png"/>
franta-hg@0
   111
        </Property>
franta-hg@0
   112
        <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
   113
      </Properties>
franta-hg@0
   114
      <Events>
franta-hg@0
   115
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="otevritActionPerformed"/>
franta-hg@0
   116
      </Events>
franta-hg@0
   117
    </Component>
franta-hg@0
   118
  </SubComponents>
franta-hg@0
   119
</Form>