1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/src/main/java/cz/frantovo/rozsireneatributy/gui/Panel.form Sat Dec 16 20:13:13 2023 +0100
1.3 @@ -0,0 +1,112 @@
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ý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čítkoPř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řeklady.properties" key="přidatAtribut" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/>
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čítkoPřidatActionPerformed"/>
1.69 + </Events>
1.70 + </Component>
1.71 + <Component class="javax.swing.JButton" name="tlačí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řeklady.properties" key="smazatAtribut" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/>
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čítkoSmazatActionPerformed"/>
1.81 + </Events>
1.82 + </Component>
1.83 + <Component class="javax.swing.JButton" name="tlačítkoZnovuNačí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řeklady.properties" key="znovuNačíst" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/>
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čítkoZnovuNačístActionPerformed"/>
1.92 + </Events>
1.93 + </Component>
1.94 + <Component class="javax.swing.JToggleButton" name="tlačí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řeklady.properties" key="zamknout" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/>
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čítkoZamknoutActionPerformed"/>
1.102 + </Events>
1.103 + </Component>
1.104 + <Component class="javax.swing.JButton" name="tlačítkoKopí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řeklady.properties" key="schránka.kopírovat" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/>
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čítkoKopírovatActionPerformed"/>
1.112 + </Events>
1.113 + </Component>
1.114 + </SubComponents>
1.115 +</Form>