1 <?xml version="1.0" encoding="UTF-8" ?>
3 <Form version="1.6" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
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"/>
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"/>
32 <Component id="posuvnýPanel" alignment="0" pref="543" max="32767" attributes="0"/>
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"/>
47 <EmptySpace max="-2" attributes="0"/>
53 <Container class="javax.swing.JScrollPane" name="posuvnýPanel">
55 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
57 <Component class="javax.swing.JButton" name="tlačítkoPřidat">
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řeklady.properties" key="přidatAtribut" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/>
65 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tlačítkoPřidatActionPerformed"/>
68 <Component class="javax.swing.JButton" name="tlačítkoSmazat">
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řeklady.properties" key="smazatAtribut" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/>
74 <Property name="enabled" type="boolean" value="false"/>
77 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tlačítkoSmazatActionPerformed"/>
80 <Component class="javax.swing.JButton" name="tlačítkoZnovuNačíst">
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řeklady.properties" key="znovuNačíst" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/>
88 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tlačítkoZnovuNačístActionPerformed"/>
91 <Component class="javax.swing.JToggleButton" name="tlačítkoZamknout">
93 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
94 <ResourceString bundle="cz/frantovo/rozsireneatributy/Překlady.properties" key="zamknout" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/>
98 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tlačítkoZamknoutActionPerformed"/>
101 <Component class="javax.swing.JButton" name="tlačítkoKopírovat">
103 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
104 <ResourceString bundle="cz/frantovo/rozsireneatributy/Překlady.properties" key="schránka.kopírovat" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/>
108 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tlačítkoKopírovatActionPerformed"/>