1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/java/ObrazkovyApplet/src/cz/frantovo/obrazkovyApplet/ObrazkovyApplet.form Mon Mar 14 21:54:03 2011 +0100
1.3 @@ -0,0 +1,78 @@
1.4 +<?xml version="1.1" encoding="UTF-8" ?>
1.5 +
1.6 +<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JAppletFormInfo">
1.7 + <AuxValues>
1.8 + <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
1.9 + <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
1.10 + <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
1.11 + <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
1.12 + <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
1.13 + <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
1.14 + <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
1.15 + <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
1.16 + <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
1.17 + </AuxValues>
1.18 +
1.19 + <Layout>
1.20 + <DimensionLayout dim="0">
1.21 + <Group type="103" groupAlignment="0" attributes="0">
1.22 + <Group type="102" alignment="0" attributes="0">
1.23 + <EmptySpace max="-2" attributes="0"/>
1.24 + <Group type="103" groupAlignment="0" attributes="0">
1.25 + <Component id="platno" alignment="0" max="32767" attributes="0"/>
1.26 + <Group type="102" alignment="0" attributes="0">
1.27 + <Component id="stavovyRadek" pref="243" max="32767" attributes="0"/>
1.28 + <EmptySpace max="-2" attributes="0"/>
1.29 + <Component id="odeslat" min="-2" max="-2" attributes="0"/>
1.30 + </Group>
1.31 + </Group>
1.32 + <EmptySpace max="-2" attributes="0"/>
1.33 + </Group>
1.34 + </Group>
1.35 + </DimensionLayout>
1.36 + <DimensionLayout dim="1">
1.37 + <Group type="103" groupAlignment="0" attributes="0">
1.38 + <Group type="102" alignment="1" attributes="0">
1.39 + <EmptySpace max="-2" attributes="0"/>
1.40 + <Component id="platno" max="32767" attributes="0"/>
1.41 + <EmptySpace max="-2" attributes="0"/>
1.42 + <Group type="103" groupAlignment="3" attributes="0">
1.43 + <Component id="odeslat" alignment="3" min="-2" max="-2" attributes="0"/>
1.44 + <Component id="stavovyRadek" alignment="3" min="-2" max="-2" attributes="0"/>
1.45 + </Group>
1.46 + <EmptySpace max="-2" attributes="0"/>
1.47 + </Group>
1.48 + </Group>
1.49 + </DimensionLayout>
1.50 + </Layout>
1.51 + <SubComponents>
1.52 + <Component class="javax.swing.JButton" name="odeslat">
1.53 + <Properties>
1.54 + <Property name="text" type="java.lang.String" value="Odeslat na server"/>
1.55 + </Properties>
1.56 + <Events>
1.57 + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="odeslatActionPerformed"/>
1.58 + </Events>
1.59 + </Component>
1.60 + <Component class="javax.swing.JLabel" name="stavovyRadek">
1.61 + <Properties>
1.62 + <Property name="text" type="java.lang.String" value=" "/>
1.63 + </Properties>
1.64 + </Component>
1.65 + <Container class="javax.swing.JPanel" name="platno">
1.66 +
1.67 + <Layout>
1.68 + <DimensionLayout dim="0">
1.69 + <Group type="103" groupAlignment="0" attributes="0">
1.70 + <EmptySpace min="0" pref="388" max="32767" attributes="0"/>
1.71 + </Group>
1.72 + </DimensionLayout>
1.73 + <DimensionLayout dim="1">
1.74 + <Group type="103" groupAlignment="0" attributes="0">
1.75 + <EmptySpace min="0" pref="255" max="32767" attributes="0"/>
1.76 + </Group>
1.77 + </DimensionLayout>
1.78 + </Layout>
1.79 + </Container>
1.80 + </SubComponents>
1.81 +</Form>