java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Panel.form
author František Kučera <franta-hg@frantovo.cz>
Tue Dec 28 17:02:08 2010 +0100 (2010-12-28)
changeset 15 8854e172a18f
parent 11 9b399cde6a3b
child 16 c39a2d3cb6d2
permissions -rw-r--r--
Lokalizace + anglický překlad.
     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" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    72           <ResourceString bundle="cz/frantovo/rozsireneAtributy/P&#x159;eklady.properties" key="p&#x159;idatAtribut" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
    73         </Property>
    74       </Properties>
    75       <Events>
    76         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoP&#x159;idatActionPerformed"/>
    77       </Events>
    78     </Component>
    79     <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoSmazat">
    80       <Properties>
    81         <Property name="mnemonic" type="int" value="115"/>
    82         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    83           <ResourceString bundle="cz/frantovo/rozsireneAtributy/P&#x159;eklady.properties" key="smazatAtribut" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
    84         </Property>
    85         <Property name="enabled" type="boolean" value="false"/>
    86       </Properties>
    87       <Events>
    88         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoSmazatActionPerformed"/>
    89       </Events>
    90     </Component>
    91     <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;st">
    92       <Properties>
    93         <Property name="mnemonic" type="int" value="122"/>
    94         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    95           <ResourceString bundle="cz/frantovo/rozsireneAtributy/P&#x159;eklady.properties" key="znovuNa&#x10d;&#xed;st" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
    96         </Property>
    97       </Properties>
    98       <Events>
    99         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;stActionPerformed"/>
   100       </Events>
   101     </Component>
   102   </SubComponents>
   103 </Form>