java/rozsirene-atributy/src/cz/frantovo/rozsireneatributy/gui/Panel.form
branchv_0
changeset 39 ec0e970e0830
parent 38 41e91ea94acb
child 40 1978eaf429de
     1.1 --- a/java/rozsirene-atributy/src/cz/frantovo/rozsireneatributy/gui/Panel.form	Sat Dec 16 19:09:35 2023 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,112 +0,0 @@
     1.4 -<?xml version="1.0" encoding="UTF-8" ?>
     1.5 -
     1.6 -<Form version="1.6" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
     1.7 -  <AuxValues>
     1.8 -    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
     1.9 -    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
    1.10 -    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
    1.11 -    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
    1.12 -    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
    1.13 -    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
    1.14 -    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
    1.15 -    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
    1.16 -    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
    1.17 -  </AuxValues>
    1.18 -
    1.19 -  <Layout>
    1.20 -    <DimensionLayout dim="0">
    1.21 -      <Group type="103" groupAlignment="0" attributes="0">
    1.22 -          <Group type="102" alignment="0" attributes="0">
    1.23 -              <EmptySpace max="-2" attributes="0"/>
    1.24 -              <Component id="tlačítkoPřidat" min="-2" max="-2" attributes="0"/>
    1.25 -              <EmptySpace max="-2" attributes="0"/>
    1.26 -              <Component id="tlačítkoSmazat" min="-2" max="-2" attributes="0"/>
    1.27 -              <EmptySpace max="-2" attributes="0"/>
    1.28 -              <Component id="tlačítkoZnovuNačíst" min="-2" max="-2" attributes="0"/>
    1.29 -              <EmptySpace max="-2" attributes="0"/>
    1.30 -              <Component id="tlačítkoZamknout" min="-2" max="-2" attributes="0"/>
    1.31 -              <EmptySpace max="-2" attributes="0"/>
    1.32 -              <Component id="tlačítkoKopírovat" min="-2" max="-2" attributes="0"/>
    1.33 -              <EmptySpace pref="25" max="32767" attributes="0"/>
    1.34 -          </Group>
    1.35 -          <Component id="posuvnýPanel" alignment="0" pref="543" max="32767" attributes="0"/>
    1.36 -      </Group>
    1.37 -    </DimensionLayout>
    1.38 -    <DimensionLayout dim="1">
    1.39 -      <Group type="103" groupAlignment="0" attributes="0">
    1.40 -          <Group type="102" alignment="1" attributes="0">
    1.41 -              <Component id="posuvnýPanel" pref="277" max="32767" attributes="0"/>
    1.42 -              <EmptySpace max="-2" attributes="0"/>
    1.43 -              <Group type="103" groupAlignment="3" attributes="0">
    1.44 -                  <Component id="tlačítkoPřidat" alignment="3" min="-2" max="-2" attributes="0"/>
    1.45 -                  <Component id="tlačítkoSmazat" alignment="3" min="-2" max="-2" attributes="0"/>
    1.46 -                  <Component id="tlačítkoZnovuNačíst" alignment="3" min="-2" max="-2" attributes="0"/>
    1.47 -                  <Component id="tlačítkoZamknout" alignment="3" min="-2" max="-2" attributes="0"/>
    1.48 -                  <Component id="tlačítkoKopírovat" alignment="3" min="-2" max="-2" attributes="0"/>
    1.49 -              </Group>
    1.50 -              <EmptySpace max="-2" attributes="0"/>
    1.51 -          </Group>
    1.52 -      </Group>
    1.53 -    </DimensionLayout>
    1.54 -  </Layout>
    1.55 -  <SubComponents>
    1.56 -    <Container class="javax.swing.JScrollPane" name="posuvn&#xfd;Panel">
    1.57 -
    1.58 -      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
    1.59 -    </Container>
    1.60 -    <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoP&#x159;idat">
    1.61 -      <Properties>
    1.62 -        <Property name="mnemonic" type="int" value="112"/>
    1.63 -        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    1.64 -          <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;)"/>
    1.65 -        </Property>
    1.66 -      </Properties>
    1.67 -      <Events>
    1.68 -        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoP&#x159;idatActionPerformed"/>
    1.69 -      </Events>
    1.70 -    </Component>
    1.71 -    <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoSmazat">
    1.72 -      <Properties>
    1.73 -        <Property name="mnemonic" type="int" value="115"/>
    1.74 -        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    1.75 -          <ResourceString bundle="cz/frantovo/rozsireneatributy/P&#x159;eklady.properties" key="smazatAtribut" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
    1.76 -        </Property>
    1.77 -        <Property name="enabled" type="boolean" value="false"/>
    1.78 -      </Properties>
    1.79 -      <Events>
    1.80 -        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoSmazatActionPerformed"/>
    1.81 -      </Events>
    1.82 -    </Component>
    1.83 -    <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;st">
    1.84 -      <Properties>
    1.85 -        <Property name="mnemonic" type="int" value="122"/>
    1.86 -        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    1.87 -          <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;)"/>
    1.88 -        </Property>
    1.89 -      </Properties>
    1.90 -      <Events>
    1.91 -        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;stActionPerformed"/>
    1.92 -      </Events>
    1.93 -    </Component>
    1.94 -    <Component class="javax.swing.JToggleButton" name="tla&#x10d;&#xed;tkoZamknout">
    1.95 -      <Properties>
    1.96 -        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    1.97 -          <ResourceString bundle="cz/frantovo/rozsireneatributy/P&#x159;eklady.properties" key="zamknout" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
    1.98 -        </Property>
    1.99 -      </Properties>
   1.100 -      <Events>
   1.101 -        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoZamknoutActionPerformed"/>
   1.102 -      </Events>
   1.103 -    </Component>
   1.104 -    <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoKop&#xed;rovat">
   1.105 -      <Properties>
   1.106 -        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   1.107 -          <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;)"/>
   1.108 -        </Property>
   1.109 -      </Properties>
   1.110 -      <Events>
   1.111 -        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoKop&#xed;rovatActionPerformed"/>
   1.112 -      </Events>
   1.113 -    </Component>
   1.114 -  </SubComponents>
   1.115 -</Form>