java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Panel.form
changeset 10 ed2b6ebf138d
parent 6 734f104f2869
child 11 9b399cde6a3b
     1.1 --- a/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Panel.form	Wed Dec 15 20:07:14 2010 +0100
     1.2 +++ b/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Panel.form	Wed Dec 15 23:29:14 2010 +0100
     1.3 @@ -1,6 +1,6 @@
     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.JPanelFormInfo">
     1.7 +<Form version="1.6" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
     1.8    <AuxValues>
     1.9      <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
    1.10      <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
    1.11 @@ -16,17 +16,35 @@
    1.12    <Layout>
    1.13      <DimensionLayout dim="0">
    1.14        <Group type="103" groupAlignment="0" attributes="0">
    1.15 -          <Component id="scroll" alignment="0" pref="447" max="32767" attributes="0"/>
    1.16 +          <Group type="102" alignment="0" attributes="0">
    1.17 +              <EmptySpace max="-2" attributes="0"/>
    1.18 +              <Component id="tlačítkoPřidat" min="-2" max="-2" attributes="0"/>
    1.19 +              <EmptySpace max="-2" attributes="0"/>
    1.20 +              <Component id="tlačítkoSmazat" min="-2" max="-2" attributes="0"/>
    1.21 +              <EmptySpace max="-2" attributes="0"/>
    1.22 +              <Component id="tlačítkoZnovuNačíst" min="-2" max="-2" attributes="0"/>
    1.23 +              <EmptySpace pref="90" max="32767" attributes="0"/>
    1.24 +          </Group>
    1.25 +          <Component id="posuvnýPanel" alignment="0" pref="447" max="32767" attributes="0"/>
    1.26        </Group>
    1.27      </DimensionLayout>
    1.28      <DimensionLayout dim="1">
    1.29        <Group type="103" groupAlignment="0" attributes="0">
    1.30 -          <Component id="scroll" alignment="0" pref="316" max="32767" attributes="0"/>
    1.31 +          <Group type="102" alignment="1" attributes="0">
    1.32 +              <Component id="posuvnýPanel" pref="277" max="32767" attributes="0"/>
    1.33 +              <EmptySpace max="-2" attributes="0"/>
    1.34 +              <Group type="103" groupAlignment="3" attributes="0">
    1.35 +                  <Component id="tlačítkoPřidat" alignment="3" min="-2" max="-2" attributes="0"/>
    1.36 +                  <Component id="tlačítkoSmazat" alignment="3" min="-2" max="-2" attributes="0"/>
    1.37 +                  <Component id="tlačítkoZnovuNačíst" alignment="3" min="-2" max="-2" attributes="0"/>
    1.38 +              </Group>
    1.39 +              <EmptySpace max="-2" attributes="0"/>
    1.40 +          </Group>
    1.41        </Group>
    1.42      </DimensionLayout>
    1.43    </Layout>
    1.44    <SubComponents>
    1.45 -    <Container class="javax.swing.JScrollPane" name="scroll">
    1.46 +    <Container class="javax.swing.JScrollPane" name="posuvn&#xfd;Panel">
    1.47  
    1.48        <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
    1.49        <SubComponents>
    1.50 @@ -40,9 +58,37 @@
    1.51                  <Column editable="true" title="Title 4" type="java.lang.Object"/>
    1.52                </Table>
    1.53              </Property>
    1.54 +            <Property name="selectionModel" type="javax.swing.ListSelectionModel" editor="org.netbeans.modules.form.editors2.JTableSelectionModelEditor">
    1.55 +              <JTableSelectionModel selectionMode="0"/>
    1.56 +            </Property>
    1.57            </Properties>
    1.58          </Component>
    1.59        </SubComponents>
    1.60      </Container>
    1.61 +    <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoP&#x159;idat">
    1.62 +      <Properties>
    1.63 +        <Property name="text" type="java.lang.String" value="P&#x159;idat atribut"/>
    1.64 +      </Properties>
    1.65 +      <Events>
    1.66 +        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoP&#x159;idatActionPerformed"/>
    1.67 +      </Events>
    1.68 +    </Component>
    1.69 +    <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoSmazat">
    1.70 +      <Properties>
    1.71 +        <Property name="text" type="java.lang.String" value="Smazat atribut"/>
    1.72 +        <Property name="enabled" type="boolean" value="false"/>
    1.73 +      </Properties>
    1.74 +      <Events>
    1.75 +        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoSmazatActionPerformed"/>
    1.76 +      </Events>
    1.77 +    </Component>
    1.78 +    <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;st">
    1.79 +      <Properties>
    1.80 +        <Property name="text" type="java.lang.String" value="Znovu na&#x10d;&#xed;st"/>
    1.81 +      </Properties>
    1.82 +      <Events>
    1.83 +        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;stActionPerformed"/>
    1.84 +      </Events>
    1.85 +    </Component>
    1.86    </SubComponents>
    1.87  </Form>