root/java/SuperPostak/src/cz/frantovo/superPostak/PanelPrijemcu.form @ 5:bea5d9e11d37

Revision 5:bea5d9e11d37, 6.9 KB (checked in by František Kučera <franta-hg@…>, 14 years ago)

Souborové dialogy si pamatují naposledy použitý adresář.

Line 
1<?xml version="1.1" encoding="UTF-8" ?>
2
3<Form version="1.3" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
4  <AuxValues>
5    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
6    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
7    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
8    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
9    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
10    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
11    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
12    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
13    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
14  </AuxValues>
15
16  <Layout>
17    <DimensionLayout dim="0">
18      <Group type="103" groupAlignment="0" attributes="0">
19          <Group type="102" alignment="1" attributes="0">
20              <EmptySpace pref="125" max="32767" attributes="0"/>
21              <Component id="otevrit" min="-2" max="-2" attributes="0"/>
22              <EmptySpace max="-2" attributes="0"/>
23              <Component id="ulozit" min="-2" max="-2" attributes="0"/>
24              <EmptySpace max="-2" attributes="0"/>
25              <Component id="odebrat" min="-2" max="-2" attributes="0"/>
26              <EmptySpace max="-2" attributes="0"/>
27              <Component id="pridat" min="-2" max="-2" attributes="0"/>
28              <EmptySpace max="-2" attributes="0"/>
29          </Group>
30          <Component id="jScrollPane1" alignment="0" pref="421" max="32767" attributes="0"/>
31      </Group>
32    </DimensionLayout>
33    <DimensionLayout dim="1">
34      <Group type="103" groupAlignment="0" attributes="0">
35          <Group type="102" alignment="1" attributes="0">
36              <Component id="jScrollPane1" pref="253" max="32767" attributes="0"/>
37              <EmptySpace type="unrelated" max="-2" attributes="0"/>
38              <Group type="103" groupAlignment="3" attributes="0">
39                  <Component id="pridat" alignment="3" min="-2" max="-2" attributes="0"/>
40                  <Component id="odebrat" alignment="3" min="-2" max="-2" attributes="0"/>
41                  <Component id="ulozit" alignment="3" min="-2" max="-2" attributes="0"/>
42                  <Component id="otevrit" alignment="3" min="-2" max="-2" attributes="0"/>
43              </Group>
44              <EmptySpace max="-2" attributes="0"/>
45          </Group>
46      </Group>
47    </DimensionLayout>
48  </Layout>
49  <SubComponents>
50    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
51      <AuxValues>
52        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
53      </AuxValues>
54
55      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
56      <SubComponents>
57        <Component class="cz.frantovo.gui.tabulky.JTable" name="tabulka">
58          <Properties>
59            <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
60              <Table columnCount="4" rowCount="4">
61                <Column editable="true" title="Title 1" type="java.lang.Object"/>
62                <Column editable="true" title="Title 2" type="java.lang.Object"/>
63                <Column editable="true" title="Title 3" type="java.lang.Object"/>
64                <Column editable="true" title="Title 4" type="java.lang.Object"/>
65              </Table>
66            </Property>
67          </Properties>
68        </Component>
69      </SubComponents>
70    </Container>
71    <Component class="javax.swing.JButton" name="pridat">
72      <Properties>
73        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
74          <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/vlozit.png"/>
75        </Property>
76        <Property name="mnemonic" type="int" value="105"/>
77        <Property name="text" type="java.lang.String" value="P&#x159;idat"/>
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;"/>
79      </Properties>
80      <Events>
81        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="pridatActionPerformed"/>
82      </Events>
83    </Component>
84    <Component class="javax.swing.JButton" name="odebrat">
85      <Properties>
86        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
87          <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/editdelete.png"/>
88        </Property>
89        <Property name="mnemonic" type="int" value="114"/>
90        <Property name="text" type="java.lang.String" value="Odebrat"/>
91        <Property name="toolTipText" type="java.lang.String" value="Odebere vybran&#xe9;ho p&#x159;&#xed;jemce"/>
92      </Properties>
93      <Events>
94        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="odebratActionPerformed"/>
95      </Events>
96    </Component>
97    <Component class="javax.swing.JButton" name="ulozit">
98      <Properties>
99        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
100          <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/ulozit.png"/>
101        </Property>
102        <Property name="toolTipText" type="java.lang.String" value="Ulo&#x17e;it seznam p&#x159;&#xed;jemc&#x16f; do souboru."/>
103      </Properties>
104      <Events>
105        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="ulozitActionPerformed"/>
106      </Events>
107    </Component>
108    <Component class="javax.swing.JButton" name="otevrit">
109      <Properties>
110        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
111          <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/otevrit.png"/>
112        </Property>
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;"/>
114      </Properties>
115      <Events>
116        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="otevritActionPerformed"/>
117      </Events>
118    </Component>
119  </SubComponents>
120</Form>
Note: See TracBrowser for help on using the browser.