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

Revision 5:bea5d9e11d37, 1.8 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.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_generateFQN" type="java.lang.Boolean" value="true"/>
15    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
16    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
17    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
18    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
19    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
20    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
21  </AuxValues>
22
23  <Layout>
24    <DimensionLayout dim="0">
25      <Group type="103" groupAlignment="0" attributes="0">
26          <Component id="panelAdres" alignment="0" pref="422" max="32767" attributes="0"/>
27      </Group>
28    </DimensionLayout>
29    <DimensionLayout dim="1">
30      <Group type="103" groupAlignment="0" attributes="0">
31          <Component id="panelAdres" alignment="0" pref="315" max="32767" attributes="0"/>
32      </Group>
33    </DimensionLayout>
34  </Layout>
35  <SubComponents>
36    <Component class="cz.frantovo.superPostak.PanelPrijemcu" name="panelAdres">
37    </Component>
38  </SubComponents>
39</Form>
Note: See TracBrowser for help on using the browser.