java/ObrazkovyApplet/src/cz/frantovo/obrazkovyApplet/ObrazkovyApplet.form
author František Kučera <franta-hg@frantovo.cz>
Sun, 20 Nov 2016 18:22:56 +0100
changeset 39 988b56d4a7b8
parent 16 131d2652b241
permissions -rw-r--r--
libevent: identifikace serverových soketů a jednotlivých spojení (pomocí čísel FD)
franta-hg@15
     1
<?xml version="1.1" encoding="UTF-8" ?>
franta-hg@15
     2
franta-hg@15
     3
<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JAppletFormInfo">
franta-hg@15
     4
  <AuxValues>
franta-hg@15
     5
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
franta-hg@15
     6
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
franta-hg@15
     7
    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
franta-hg@15
     8
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
franta-hg@15
     9
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
franta-hg@15
    10
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
franta-hg@15
    11
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
franta-hg@15
    12
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
franta-hg@15
    13
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
franta-hg@15
    14
  </AuxValues>
franta-hg@15
    15
franta-hg@15
    16
  <Layout>
franta-hg@15
    17
    <DimensionLayout dim="0">
franta-hg@15
    18
      <Group type="103" groupAlignment="0" attributes="0">
franta-hg@15
    19
          <Group type="102" alignment="0" attributes="0">
franta-hg@15
    20
              <EmptySpace max="-2" attributes="0"/>
franta-hg@15
    21
              <Group type="103" groupAlignment="0" attributes="0">
franta-hg@16
    22
                  <Component id="panel" alignment="0" max="32767" attributes="0"/>
franta-hg@15
    23
                  <Group type="102" alignment="0" attributes="0">
franta-hg@15
    24
                      <Component id="stavovyRadek" pref="243" max="32767" attributes="0"/>
franta-hg@15
    25
                      <EmptySpace max="-2" attributes="0"/>
franta-hg@15
    26
                      <Component id="odeslat" min="-2" max="-2" attributes="0"/>
franta-hg@15
    27
                  </Group>
franta-hg@15
    28
              </Group>
franta-hg@15
    29
              <EmptySpace max="-2" attributes="0"/>
franta-hg@15
    30
          </Group>
franta-hg@15
    31
      </Group>
franta-hg@15
    32
    </DimensionLayout>
franta-hg@15
    33
    <DimensionLayout dim="1">
franta-hg@15
    34
      <Group type="103" groupAlignment="0" attributes="0">
franta-hg@15
    35
          <Group type="102" alignment="1" attributes="0">
franta-hg@15
    36
              <EmptySpace max="-2" attributes="0"/>
franta-hg@16
    37
              <Component id="panel" max="32767" attributes="0"/>
franta-hg@15
    38
              <EmptySpace max="-2" attributes="0"/>
franta-hg@15
    39
              <Group type="103" groupAlignment="3" attributes="0">
franta-hg@15
    40
                  <Component id="odeslat" alignment="3" min="-2" max="-2" attributes="0"/>
franta-hg@15
    41
                  <Component id="stavovyRadek" alignment="3" min="-2" max="-2" attributes="0"/>
franta-hg@15
    42
              </Group>
franta-hg@15
    43
              <EmptySpace max="-2" attributes="0"/>
franta-hg@15
    44
          </Group>
franta-hg@15
    45
      </Group>
franta-hg@15
    46
    </DimensionLayout>
franta-hg@15
    47
  </Layout>
franta-hg@15
    48
  <SubComponents>
franta-hg@15
    49
    <Component class="javax.swing.JButton" name="odeslat">
franta-hg@15
    50
      <Properties>
franta-hg@15
    51
        <Property name="text" type="java.lang.String" value="Odeslat na server"/>
franta-hg@15
    52
      </Properties>
franta-hg@15
    53
      <Events>
franta-hg@15
    54
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="odeslatActionPerformed"/>
franta-hg@15
    55
      </Events>
franta-hg@15
    56
    </Component>
franta-hg@15
    57
    <Component class="javax.swing.JLabel" name="stavovyRadek">
franta-hg@15
    58
      <Properties>
franta-hg@15
    59
        <Property name="text" type="java.lang.String" value=" "/>
franta-hg@15
    60
      </Properties>
franta-hg@15
    61
    </Component>
franta-hg@16
    62
    <Container class="javax.swing.JPanel" name="panel">
franta-hg@15
    63
franta-hg@15
    64
      <Layout>
franta-hg@15
    65
        <DimensionLayout dim="0">
franta-hg@15
    66
          <Group type="103" groupAlignment="0" attributes="0">
franta-hg@15
    67
              <EmptySpace min="0" pref="388" max="32767" attributes="0"/>
franta-hg@15
    68
          </Group>
franta-hg@15
    69
        </DimensionLayout>
franta-hg@15
    70
        <DimensionLayout dim="1">
franta-hg@15
    71
          <Group type="103" groupAlignment="0" attributes="0">
franta-hg@15
    72
              <EmptySpace min="0" pref="255" max="32767" attributes="0"/>
franta-hg@15
    73
          </Group>
franta-hg@15
    74
        </DimensionLayout>
franta-hg@15
    75
      </Layout>
franta-hg@15
    76
    </Container>
franta-hg@15
    77
  </SubComponents>
franta-hg@15
    78
</Form>