java/ObrazkovyApplet/src/cz/frantovo/obrazkovyApplet/ObrazkovyApplet.form
author František Kučera <franta-hg@frantovo.cz>
Tue, 24 Apr 2012 21:02:52 +0200
changeset 16 131d2652b241
parent 15 b166c6f49719
permissions -rw-r--r--
LED displej – ovládání řadiče – první verze
     1 <?xml version="1.1" encoding="UTF-8" ?>
     2 
     3 <Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JAppletFormInfo">
     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="0" attributes="0">
    20               <EmptySpace max="-2" attributes="0"/>
    21               <Group type="103" groupAlignment="0" attributes="0">
    22                   <Component id="panel" alignment="0" max="32767" attributes="0"/>
    23                   <Group type="102" alignment="0" attributes="0">
    24                       <Component id="stavovyRadek" pref="243" max="32767" attributes="0"/>
    25                       <EmptySpace max="-2" attributes="0"/>
    26                       <Component id="odeslat" min="-2" max="-2" attributes="0"/>
    27                   </Group>
    28               </Group>
    29               <EmptySpace max="-2" attributes="0"/>
    30           </Group>
    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               <EmptySpace max="-2" attributes="0"/>
    37               <Component id="panel" max="32767" attributes="0"/>
    38               <EmptySpace max="-2" attributes="0"/>
    39               <Group type="103" groupAlignment="3" attributes="0">
    40                   <Component id="odeslat" alignment="3" min="-2" max="-2" attributes="0"/>
    41                   <Component id="stavovyRadek" 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     <Component class="javax.swing.JButton" name="odeslat">
    50       <Properties>
    51         <Property name="text" type="java.lang.String" value="Odeslat na server"/>
    52       </Properties>
    53       <Events>
    54         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="odeslatActionPerformed"/>
    55       </Events>
    56     </Component>
    57     <Component class="javax.swing.JLabel" name="stavovyRadek">
    58       <Properties>
    59         <Property name="text" type="java.lang.String" value=" "/>
    60       </Properties>
    61     </Component>
    62     <Container class="javax.swing.JPanel" name="panel">
    63 
    64       <Layout>
    65         <DimensionLayout dim="0">
    66           <Group type="103" groupAlignment="0" attributes="0">
    67               <EmptySpace min="0" pref="388" max="32767" attributes="0"/>
    68           </Group>
    69         </DimensionLayout>
    70         <DimensionLayout dim="1">
    71           <Group type="103" groupAlignment="0" attributes="0">
    72               <EmptySpace min="0" pref="255" max="32767" attributes="0"/>
    73           </Group>
    74         </DimensionLayout>
    75       </Layout>
    76     </Container>
    77   </SubComponents>
    78 </Form>