java/rozsirene-atributy/src/cz/frantovo/rozsireneatributy/gui/Panel.form
author František Kučera <franta-hg@frantovo.cz>
Tue, 12 Dec 2023 21:19:11 +0100
branchv_0
changeset 30 d511e4bf7d8f
parent 28 c2ffda907125
child 35 72ea1c6d836c
permissions -rw-r--r--
volitelné zamykání souborů (POSIX) a zaslání notifikace ostatním aplikacím (inotify/CLOSE_WRITE)
     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 pref="122" max="32767" attributes="0"/>
    29           </Group>
    30           <Component id="posuvnýPanel" alignment="0" pref="543" max="32767" attributes="0"/>
    31       </Group>
    32     </DimensionLayout>
    33     <DimensionLayout dim="1">
    34       <Group type="103" groupAlignment="0" attributes="0">
    35           <Group type="102" alignment="1" attributes="0">
    36               <Component id="posuvnýPanel" pref="277" max="32767" attributes="0"/>
    37               <EmptySpace max="-2" attributes="0"/>
    38               <Group type="103" groupAlignment="3" attributes="0">
    39                   <Component id="tlačítkoPřidat" alignment="3" min="-2" max="-2" attributes="0"/>
    40                   <Component id="tlačítkoSmazat" alignment="3" min="-2" max="-2" attributes="0"/>
    41                   <Component id="tlačítkoZnovuNačíst" alignment="3" min="-2" max="-2" attributes="0"/>
    42                   <Component id="tlačítkoZamknout" alignment="3" min="-2" max="-2" attributes="0"/>
    43               </Group>
    44               <EmptySpace max="-2" attributes="0"/>
    45           </Group>
    46       </Group>
    47     </DimensionLayout>
    48   </Layout>
    49   <SubComponents>
    50     <Container class="javax.swing.JScrollPane" name="posuvn&#xfd;Panel">
    51 
    52       <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
    53     </Container>
    54     <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoP&#x159;idat">
    55       <Properties>
    56         <Property name="mnemonic" type="int" value="112"/>
    57         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    58           <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;)"/>
    59         </Property>
    60       </Properties>
    61       <Events>
    62         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoP&#x159;idatActionPerformed"/>
    63       </Events>
    64     </Component>
    65     <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoSmazat">
    66       <Properties>
    67         <Property name="mnemonic" type="int" value="115"/>
    68         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    69           <ResourceString bundle="cz/frantovo/rozsireneatributy/P&#x159;eklady.properties" key="smazatAtribut" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
    70         </Property>
    71         <Property name="enabled" type="boolean" value="false"/>
    72       </Properties>
    73       <Events>
    74         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoSmazatActionPerformed"/>
    75       </Events>
    76     </Component>
    77     <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;st">
    78       <Properties>
    79         <Property name="mnemonic" type="int" value="122"/>
    80         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    81           <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;)"/>
    82         </Property>
    83       </Properties>
    84       <Events>
    85         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;stActionPerformed"/>
    86       </Events>
    87     </Component>
    88     <Component class="javax.swing.JToggleButton" name="tla&#x10d;&#xed;tkoZamknout">
    89       <Properties>
    90         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    91           <ResourceString bundle="cz/frantovo/rozsireneatributy/P&#x159;eklady.properties" key="zamknout" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
    92         </Property>
    93       </Properties>
    94       <Events>
    95         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoZamknoutActionPerformed"/>
    96       </Events>
    97     </Component>
    98   </SubComponents>
    99 </Form>