java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Panel.form
author František Kučera <franta-hg@frantovo.cz>
Wed Dec 15 23:58:34 2010 +0100 (2010-12-15)
changeset 11 9b399cde6a3b
parent 10 ed2b6ebf138d
child 15 8854e172a18f
permissions -rw-r--r--
Klávesové zkratky, kontroly, čeština.
     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="186" max="32767" attributes="0"/>
    27           </Group>
    28           <Component id="posuvnýPanel" alignment="0" pref="543" 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="mnemonic" type="int" value="112"/>
    71         <Property name="text" type="java.lang.String" value="P&#x159;idat atribut"/>
    72       </Properties>
    73       <Events>
    74         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoP&#x159;idatActionPerformed"/>
    75       </Events>
    76     </Component>
    77     <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoSmazat">
    78       <Properties>
    79         <Property name="mnemonic" type="int" value="115"/>
    80         <Property name="text" type="java.lang.String" value="Smazat atribut"/>
    81         <Property name="enabled" type="boolean" value="false"/>
    82       </Properties>
    83       <Events>
    84         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoSmazatActionPerformed"/>
    85       </Events>
    86     </Component>
    87     <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;st">
    88       <Properties>
    89         <Property name="mnemonic" type="int" value="122"/>
    90         <Property name="text" type="java.lang.String" value="Znovu na&#x10d;&#xed;st"/>
    91       </Properties>
    92       <Events>
    93         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;stActionPerformed"/>
    94       </Events>
    95     </Component>
    96   </SubComponents>
    97 </Form>