author | František Kučera <franta-hg@frantovo.cz> |
Tue, 28 Dec 2010 17:02:08 +0100 | |
branch | v_0 |
changeset 15 | 984cba2864e5 |
parent 11 | cc6e58fb6aad |
child 16 | c25305af7968 |
permissions | -rw-r--r-- |
franta-hg@6 | 1 |
<?xml version="1.1" encoding="UTF-8" ?> |
franta-hg@6 | 2 |
|
franta-hg@10 | 3 |
<Form version="1.6" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> |
franta-hg@6 | 4 |
<AuxValues> |
franta-hg@6 | 5 |
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> |
franta-hg@6 | 6 |
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> |
franta-hg@6 | 7 |
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> |
franta-hg@6 | 8 |
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> |
franta-hg@6 | 9 |
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> |
franta-hg@6 | 10 |
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> |
franta-hg@6 | 11 |
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> |
franta-hg@6 | 12 |
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> |
franta-hg@6 | 13 |
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> |
franta-hg@6 | 14 |
</AuxValues> |
franta-hg@6 | 15 |
|
franta-hg@6 | 16 |
<Layout> |
franta-hg@6 | 17 |
<DimensionLayout dim="0"> |
franta-hg@6 | 18 |
<Group type="103" groupAlignment="0" attributes="0"> |
franta-hg@10 | 19 |
<Group type="102" alignment="0" attributes="0"> |
franta-hg@10 | 20 |
<EmptySpace max="-2" attributes="0"/> |
franta-hg@10 | 21 |
<Component id="tlačítkoPřidat" min="-2" max="-2" attributes="0"/> |
franta-hg@10 | 22 |
<EmptySpace max="-2" attributes="0"/> |
franta-hg@10 | 23 |
<Component id="tlačítkoSmazat" min="-2" max="-2" attributes="0"/> |
franta-hg@10 | 24 |
<EmptySpace max="-2" attributes="0"/> |
franta-hg@10 | 25 |
<Component id="tlačítkoZnovuNačíst" min="-2" max="-2" attributes="0"/> |
franta-hg@11 | 26 |
<EmptySpace pref="186" max="32767" attributes="0"/> |
franta-hg@10 | 27 |
</Group> |
franta-hg@11 | 28 |
<Component id="posuvnýPanel" alignment="0" pref="543" max="32767" attributes="0"/> |
franta-hg@6 | 29 |
</Group> |
franta-hg@6 | 30 |
</DimensionLayout> |
franta-hg@6 | 31 |
<DimensionLayout dim="1"> |
franta-hg@6 | 32 |
<Group type="103" groupAlignment="0" attributes="0"> |
franta-hg@10 | 33 |
<Group type="102" alignment="1" attributes="0"> |
franta-hg@10 | 34 |
<Component id="posuvnýPanel" pref="277" max="32767" attributes="0"/> |
franta-hg@10 | 35 |
<EmptySpace max="-2" attributes="0"/> |
franta-hg@10 | 36 |
<Group type="103" groupAlignment="3" attributes="0"> |
franta-hg@10 | 37 |
<Component id="tlačítkoPřidat" alignment="3" min="-2" max="-2" attributes="0"/> |
franta-hg@10 | 38 |
<Component id="tlačítkoSmazat" alignment="3" min="-2" max="-2" attributes="0"/> |
franta-hg@10 | 39 |
<Component id="tlačítkoZnovuNačíst" alignment="3" min="-2" max="-2" attributes="0"/> |
franta-hg@10 | 40 |
</Group> |
franta-hg@10 | 41 |
<EmptySpace max="-2" attributes="0"/> |
franta-hg@10 | 42 |
</Group> |
franta-hg@6 | 43 |
</Group> |
franta-hg@6 | 44 |
</DimensionLayout> |
franta-hg@6 | 45 |
</Layout> |
franta-hg@6 | 46 |
<SubComponents> |
franta-hg@10 | 47 |
<Container class="javax.swing.JScrollPane" name="posuvnýPanel"> |
franta-hg@6 | 48 |
|
franta-hg@6 | 49 |
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> |
franta-hg@6 | 50 |
<SubComponents> |
franta-hg@6 | 51 |
<Component class="javax.swing.JTable" name="tabulka"> |
franta-hg@6 | 52 |
<Properties> |
franta-hg@6 | 53 |
<Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> |
franta-hg@6 | 54 |
<Table columnCount="4" rowCount="4"> |
franta-hg@6 | 55 |
<Column editable="true" title="Title 1" type="java.lang.Object"/> |
franta-hg@6 | 56 |
<Column editable="true" title="Title 2" type="java.lang.Object"/> |
franta-hg@6 | 57 |
<Column editable="true" title="Title 3" type="java.lang.Object"/> |
franta-hg@6 | 58 |
<Column editable="true" title="Title 4" type="java.lang.Object"/> |
franta-hg@6 | 59 |
</Table> |
franta-hg@6 | 60 |
</Property> |
franta-hg@10 | 61 |
<Property name="selectionModel" type="javax.swing.ListSelectionModel" editor="org.netbeans.modules.form.editors2.JTableSelectionModelEditor"> |
franta-hg@10 | 62 |
<JTableSelectionModel selectionMode="0"/> |
franta-hg@10 | 63 |
</Property> |
franta-hg@6 | 64 |
</Properties> |
franta-hg@6 | 65 |
</Component> |
franta-hg@6 | 66 |
</SubComponents> |
franta-hg@6 | 67 |
</Container> |
franta-hg@10 | 68 |
<Component class="javax.swing.JButton" name="tlačítkoPřidat"> |
franta-hg@10 | 69 |
<Properties> |
franta-hg@11 | 70 |
<Property name="mnemonic" type="int" value="112"/> |
franta-hg@15 | 71 |
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
franta-hg@15 | 72 |
<ResourceString bundle="cz/frantovo/rozsireneAtributy/Překlady.properties" key="přidatAtribut" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> |
franta-hg@15 | 73 |
</Property> |
franta-hg@10 | 74 |
</Properties> |
franta-hg@10 | 75 |
<Events> |
franta-hg@10 | 76 |
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tlačítkoPřidatActionPerformed"/> |
franta-hg@10 | 77 |
</Events> |
franta-hg@10 | 78 |
</Component> |
franta-hg@10 | 79 |
<Component class="javax.swing.JButton" name="tlačítkoSmazat"> |
franta-hg@10 | 80 |
<Properties> |
franta-hg@11 | 81 |
<Property name="mnemonic" type="int" value="115"/> |
franta-hg@15 | 82 |
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
franta-hg@15 | 83 |
<ResourceString bundle="cz/frantovo/rozsireneAtributy/Překlady.properties" key="smazatAtribut" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> |
franta-hg@15 | 84 |
</Property> |
franta-hg@10 | 85 |
<Property name="enabled" type="boolean" value="false"/> |
franta-hg@10 | 86 |
</Properties> |
franta-hg@10 | 87 |
<Events> |
franta-hg@10 | 88 |
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tlačítkoSmazatActionPerformed"/> |
franta-hg@10 | 89 |
</Events> |
franta-hg@10 | 90 |
</Component> |
franta-hg@10 | 91 |
<Component class="javax.swing.JButton" name="tlačítkoZnovuNačíst"> |
franta-hg@10 | 92 |
<Properties> |
franta-hg@11 | 93 |
<Property name="mnemonic" type="int" value="122"/> |
franta-hg@15 | 94 |
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
franta-hg@15 | 95 |
<ResourceString bundle="cz/frantovo/rozsireneAtributy/Překlady.properties" key="znovuNačíst" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> |
franta-hg@15 | 96 |
</Property> |
franta-hg@10 | 97 |
</Properties> |
franta-hg@10 | 98 |
<Events> |
franta-hg@10 | 99 |
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="tlačítkoZnovuNačístActionPerformed"/> |
franta-hg@10 | 100 |
</Events> |
franta-hg@10 | 101 |
</Component> |
franta-hg@6 | 102 |
</SubComponents> |
franta-hg@6 | 103 |
</Form> |