src/main/java/cz/frantovo/rozsireneatributy/gui/Panel.form
author František Kučera <franta-hg@frantovo.cz>
Sat, 16 Dec 2023 20:13:13 +0100
branchv_0
changeset 39 ec0e970e0830
parent 35 java/rozsirene-atributy/src/cz/frantovo/rozsireneatributy/gui/Panel.form@72ea1c6d836c
permissions -rw-r--r--
Make, Ant, Maven a Netbeans - různé způsoby sestavení aplikace
     1 <?xml version="1.0" 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 max="-2" attributes="0"/>
    27               <Component id="tlačítkoZamknout" min="-2" max="-2" attributes="0"/>
    28               <EmptySpace max="-2" attributes="0"/>
    29               <Component id="tlačítkoKopírovat" min="-2" max="-2" attributes="0"/>
    30               <EmptySpace pref="25" max="32767" attributes="0"/>
    31           </Group>
    32           <Component id="posuvnýPanel" alignment="0" pref="543" max="32767" attributes="0"/>
    33       </Group>
    34     </DimensionLayout>
    35     <DimensionLayout dim="1">
    36       <Group type="103" groupAlignment="0" attributes="0">
    37           <Group type="102" alignment="1" attributes="0">
    38               <Component id="posuvnýPanel" pref="277" max="32767" attributes="0"/>
    39               <EmptySpace max="-2" attributes="0"/>
    40               <Group type="103" groupAlignment="3" attributes="0">
    41                   <Component id="tlačítkoPřidat" alignment="3" min="-2" max="-2" attributes="0"/>
    42                   <Component id="tlačítkoSmazat" alignment="3" min="-2" max="-2" attributes="0"/>
    43                   <Component id="tlačítkoZnovuNačíst" alignment="3" min="-2" max="-2" attributes="0"/>
    44                   <Component id="tlačítkoZamknout" alignment="3" min="-2" max="-2" attributes="0"/>
    45                   <Component id="tlačítkoKopírovat" alignment="3" min="-2" max="-2" attributes="0"/>
    46               </Group>
    47               <EmptySpace max="-2" attributes="0"/>
    48           </Group>
    49       </Group>
    50     </DimensionLayout>
    51   </Layout>
    52   <SubComponents>
    53     <Container class="javax.swing.JScrollPane" name="posuvn&#xfd;Panel">
    54 
    55       <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
    56     </Container>
    57     <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoP&#x159;idat">
    58       <Properties>
    59         <Property name="mnemonic" type="int" value="112"/>
    60         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    61           <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;)"/>
    62         </Property>
    63       </Properties>
    64       <Events>
    65         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoP&#x159;idatActionPerformed"/>
    66       </Events>
    67     </Component>
    68     <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoSmazat">
    69       <Properties>
    70         <Property name="mnemonic" type="int" value="115"/>
    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="smazatAtribut" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
    73         </Property>
    74         <Property name="enabled" type="boolean" value="false"/>
    75       </Properties>
    76       <Events>
    77         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoSmazatActionPerformed"/>
    78       </Events>
    79     </Component>
    80     <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;st">
    81       <Properties>
    82         <Property name="mnemonic" type="int" value="122"/>
    83         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    84           <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;)"/>
    85         </Property>
    86       </Properties>
    87       <Events>
    88         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;stActionPerformed"/>
    89       </Events>
    90     </Component>
    91     <Component class="javax.swing.JToggleButton" name="tla&#x10d;&#xed;tkoZamknout">
    92       <Properties>
    93         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    94           <ResourceString bundle="cz/frantovo/rozsireneatributy/P&#x159;eklady.properties" key="zamknout" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
    95         </Property>
    96       </Properties>
    97       <Events>
    98         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoZamknoutActionPerformed"/>
    99       </Events>
   100     </Component>
   101     <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoKop&#xed;rovat">
   102       <Properties>
   103         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   104           <ResourceString bundle="cz/frantovo/rozsireneatributy/P&#x159;eklady.properties" key="schr&#xe1;nka.kop&#xed;rovat" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
   105         </Property>
   106       </Properties>
   107       <Events>
   108         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoKop&#xed;rovatActionPerformed"/>
   109       </Events>
   110     </Component>
   111   </SubComponents>
   112 </Form>