java/rozsirene-atributy/src/cz/frantovo/rozsireneatributy/gui/Panel.form
branchv_0
changeset 28 c2ffda907125
parent 19 adea235f456a
child 30 d511e4bf7d8f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/rozsirene-atributy/src/cz/frantovo/rozsireneatributy/gui/Panel.form	Mon Dec 11 00:28:30 2023 +0100
     1.3 @@ -0,0 +1,86 @@
     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 pref="222" max="32767" attributes="0"/>
    1.30 +          </Group>
    1.31 +          <Component id="posuvnýPanel" alignment="0" pref="543" max="32767" attributes="0"/>
    1.32 +      </Group>
    1.33 +    </DimensionLayout>
    1.34 +    <DimensionLayout dim="1">
    1.35 +      <Group type="103" groupAlignment="0" attributes="0">
    1.36 +          <Group type="102" alignment="1" attributes="0">
    1.37 +              <Component id="posuvnýPanel" pref="277" max="32767" attributes="0"/>
    1.38 +              <EmptySpace max="-2" attributes="0"/>
    1.39 +              <Group type="103" groupAlignment="3" attributes="0">
    1.40 +                  <Component id="tlačítkoPřidat" alignment="3" min="-2" max="-2" attributes="0"/>
    1.41 +                  <Component id="tlačítkoSmazat" alignment="3" min="-2" max="-2" attributes="0"/>
    1.42 +                  <Component id="tlačítkoZnovuNačíst" alignment="3" min="-2" max="-2" attributes="0"/>
    1.43 +              </Group>
    1.44 +              <EmptySpace max="-2" attributes="0"/>
    1.45 +          </Group>
    1.46 +      </Group>
    1.47 +    </DimensionLayout>
    1.48 +  </Layout>
    1.49 +  <SubComponents>
    1.50 +    <Container class="javax.swing.JScrollPane" name="posuvn&#xfd;Panel">
    1.51 +
    1.52 +      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
    1.53 +    </Container>
    1.54 +    <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoP&#x159;idat">
    1.55 +      <Properties>
    1.56 +        <Property name="mnemonic" type="int" value="112"/>
    1.57 +        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    1.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;)"/>
    1.59 +        </Property>
    1.60 +      </Properties>
    1.61 +      <Events>
    1.62 +        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoP&#x159;idatActionPerformed"/>
    1.63 +      </Events>
    1.64 +    </Component>
    1.65 +    <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoSmazat">
    1.66 +      <Properties>
    1.67 +        <Property name="mnemonic" type="int" value="115"/>
    1.68 +        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    1.69 +          <ResourceString bundle="cz/frantovo/rozsireneatributy/P&#x159;eklady.properties" key="smazatAtribut" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
    1.70 +        </Property>
    1.71 +        <Property name="enabled" type="boolean" value="false"/>
    1.72 +      </Properties>
    1.73 +      <Events>
    1.74 +        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoSmazatActionPerformed"/>
    1.75 +      </Events>
    1.76 +    </Component>
    1.77 +    <Component class="javax.swing.JButton" name="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;st">
    1.78 +      <Properties>
    1.79 +        <Property name="mnemonic" type="int" value="122"/>
    1.80 +        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    1.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;)"/>
    1.82 +        </Property>
    1.83 +      </Properties>
    1.84 +      <Events>
    1.85 +        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tla&#x10d;&#xed;tkoZnovuNa&#x10d;&#xed;stActionPerformed"/>
    1.86 +      </Events>
    1.87 +    </Component>
    1.88 +  </SubComponents>
    1.89 +</Form>