root/java/SuperPostak/src/cz/frantovo/superPostak/PanelPrijemcu.form @ 0:e76872ad5226

Revision 0:e76872ad5226, 6.8 KB (checked in by František Kučera <franta-hg@…>, 15 years ago)

Přidání SuperPošťáka? do Mercurialu (původně byl v Subversionu)
Postak – základ, knihovna
SuperPostak? – GUI nadstavba
SuperPostak?2 – 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)

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