java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Panel.form
author František Kučera <franta-hg@frantovo.cz>
Wed Dec 15 23:29:14 2010 +0100 (2010-12-15)
changeset 10 ed2b6ebf138d
parent 6 734f104f2869
child 11 9b399cde6a3b
permissions -rw-r--r--
Vytváření a mazání atributů.
     1 <?xml version="1.1" encoding="UTF-8" ?>
     2 
     3 <Form version="1.6" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
     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               <Component id="tlačítkoPřidat" min="-2" max="-2" attributes="0"/>
    22               <EmptySpace max="-2" attributes="0"/>
    23               <Component id="tlačítkoSmazat" min="-2" max="-2" attributes="0"/>
    24               <EmptySpace max="-2" attributes="0"/>
    25               <Component id="tlačítkoZnovuNačíst" min="-2" max="-2" attributes="0"/>
    26               <EmptySpace pref="90" max="32767" attributes="0"/>
    27           </Group>
    28           <Component id="posuvnýPanel" alignment="0" pref="447" max="32767" attributes="0"/>
    29       </Group>
    30     </DimensionLayout>
    31     <DimensionLayout dim="1">
    32       <Group type="103" groupAlignment="0" attributes="0">
    33           <Group type="102" alignment="1" attributes="0">
    34               <Component id="posuvnýPanel" pref="277" max="32767" attributes="0"/>
    35               <EmptySpace max="-2" attributes="0"/>
    36               <Group type="103" groupAlignment="3" attributes="0">
    37                   <Component id="tlačítkoPřidat" alignment="3" min="-2" max="-2" attributes="0"/>
    38                   <Component id="tlačítkoSmazat" alignment="3" min="-2" max="-2" attributes="0"/>
    39                   <Component id="tlačítkoZnovuNačíst" alignment="3" min="-2" max="-2" attributes="0"/>
    40               </Group>
    41               <EmptySpace max="-2" attributes="0"/>
    42           </Group>
    43       </Group>
    44     </DimensionLayout>
    45   </Layout>
    46   <SubComponents>
    47     <Container class="javax.swing.JScrollPane" name="posuvn&#xfd;Panel">
    48 
    49       <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
    50       <SubComponents>
    51         <Component class="javax.swing.JTable" name="tabulka">
    52           <Properties>
    53             <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
    54               <Table columnCount="4" rowCount="4">
    55                 <Column editable="true" title="Title 1" type="java.lang.Object"/>
    56                 <Column editable="true" title="Title 2" type="java.lang.Object"/>
    57                 <Column editable="true" title="Title 3" type="java.lang.Object"/>
    58                 <Column editable="true" title="Title 4" type="java.lang.Object"/>
    59               </Table>
    60             </Property>
    61             <Property name="selectionModel" type="javax.swing.ListSelectionModel" editor="org.netbeans.modules.form.editors2.JTableSelectionModelEditor">
    62               <JTableSelectionModel selectionMode="0"/>
    63             </Property>
    64           </Properties>
    65         </Component>
    66       </SubComponents>
    67     </Container>
    68     <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoP&#x159;idat">
    69       <Properties>
    70         <Property name="text" type="java.lang.String" value="P&#x159;idat atribut"/>
    71       </Properties>
    72       <Events>
    73         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoP&#x159;idatActionPerformed"/>
    74       </Events>
    75     </Component>
    76     <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoSmazat">
    77       <Properties>
    78         <Property name="text" type="java.lang.String" value="Smazat atribut"/>
    79         <Property name="enabled" type="boolean" value="false"/>
    80       </Properties>
    81       <Events>
    82         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoSmazatActionPerformed"/>
    83       </Events>
    84     </Component>
    85     <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;st">
    86       <Properties>
    87         <Property name="text" type="java.lang.String" value="Znovu na&#x10d;&#xed;st"/>
    88       </Properties>
    89       <Events>
    90         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;stActionPerformed"/>
    91       </Events>
    92     </Component>
    93   </SubComponents>
    94 </Form>