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

Revision 0:e76872ad5226, 1.7 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.JDialogFormInfo">
4  <Properties>
5    <Property name="defaultCloseOperation" type="int" value="2"/>
6    <Property name="title" type="java.lang.String" value="Seznam adres"/>
7  </Properties>
8  <SyntheticProperties>
9    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
10  </SyntheticProperties>
11  <AuxValues>
12    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
13    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
14    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
15    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
16    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
17    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
18    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
19    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
20  </AuxValues>
21
22  <Layout>
23    <DimensionLayout dim="0">
24      <Group type="103" groupAlignment="0" attributes="0">
25          <Component id="panelAdres" alignment="0" pref="422" max="32767" attributes="0"/>
26      </Group>
27    </DimensionLayout>
28    <DimensionLayout dim="1">
29      <Group type="103" groupAlignment="0" attributes="0">
30          <Component id="panelAdres" alignment="0" pref="315" max="32767" attributes="0"/>
31      </Group>
32    </DimensionLayout>
33  </Layout>
34  <SubComponents>
35    <Component class="cz.frantovo.superPostak.PanelPrijemcu" name="panelAdres">
36    </Component>
37  </SubComponents>
38</Form>
Note: See TracBrowser for help on using the browser.