107 lines
6.1 KiB
XML
107 lines
6.1 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
|
|
||
|
|
<Form version="1.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
|
||
|
|
<AuxValues>
|
||
|
|
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
|
||
|
|
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
|
||
|
|
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
|
||
|
|
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
|
||
|
|
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
|
||
|
|
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
|
||
|
|
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
|
||
|
|
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
|
||
|
|
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
|
||
|
|
</AuxValues>
|
||
|
|
|
||
|
|
<Layout>
|
||
|
|
<DimensionLayout dim="0">
|
||
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
||
|
|
<Group type="102" attributes="0">
|
||
|
|
<EmptySpace max="-2" attributes="0"/>
|
||
|
|
<Component id="jbtnNew" min="-2" max="-2" attributes="0"/>
|
||
|
|
<EmptySpace max="-2" attributes="0"/>
|
||
|
|
<Component id="jbtnDelete" min="-2" max="-2" attributes="0"/>
|
||
|
|
<EmptySpace max="-2" attributes="0"/>
|
||
|
|
<Component id="jbtnSave" min="-2" max="-2" attributes="0"/>
|
||
|
|
<EmptySpace max="-2" attributes="0"/>
|
||
|
|
</Group>
|
||
|
|
</Group>
|
||
|
|
</DimensionLayout>
|
||
|
|
<DimensionLayout dim="1">
|
||
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
||
|
|
<Component id="jbtnNew" min="-2" max="-2" attributes="0"/>
|
||
|
|
<Component id="jbtnDelete" min="-2" max="-2" attributes="0"/>
|
||
|
|
<Component id="jbtnSave" min="-2" max="-2" attributes="0"/>
|
||
|
|
</Group>
|
||
|
|
</DimensionLayout>
|
||
|
|
</Layout>
|
||
|
|
<SubComponents>
|
||
|
|
<Component class="javax.swing.JButton" name="jbtnNew">
|
||
|
|
<Properties>
|
||
|
|
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
|
||
|
|
<Image iconType="3" name="/com/unicenta/images/editnew.png"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||
|
|
<ResourceString bundle="pos_messages.properties" key="tooltip.addnew" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="focusPainted" type="boolean" value="false"/>
|
||
|
|
<Property name="focusable" type="boolean" value="false"/>
|
||
|
|
<Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
|
||
|
|
<Insets value="[2, 2, 2, 2]"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||
|
|
<Dimension value="[60, 45]"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="requestFocusEnabled" type="boolean" value="false"/>
|
||
|
|
</Properties>
|
||
|
|
<Events>
|
||
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jbtnNewActionPerformed"/>
|
||
|
|
</Events>
|
||
|
|
</Component>
|
||
|
|
<Component class="javax.swing.JButton" name="jbtnDelete">
|
||
|
|
<Properties>
|
||
|
|
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
|
||
|
|
<Image iconType="3" name="/com/unicenta/images/sale_delete.png"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||
|
|
<ResourceString bundle="pos_messages.properties" key="tooltip.delete" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="focusPainted" type="boolean" value="false"/>
|
||
|
|
<Property name="focusable" type="boolean" value="false"/>
|
||
|
|
<Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
|
||
|
|
<Insets value="[2, 2, 2, 2]"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||
|
|
<Dimension value="[60, 45]"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="requestFocusEnabled" type="boolean" value="false"/>
|
||
|
|
</Properties>
|
||
|
|
<Events>
|
||
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jbtnDeleteActionPerformed"/>
|
||
|
|
</Events>
|
||
|
|
</Component>
|
||
|
|
<Component class="javax.swing.JButton" name="jbtnSave">
|
||
|
|
<Properties>
|
||
|
|
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
|
||
|
|
<Image iconType="3" name="/com/unicenta/images/filesave.png"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||
|
|
<ResourceString bundle="pos_messages.properties" key="tooltip.save" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="focusPainted" type="boolean" value="false"/>
|
||
|
|
<Property name="focusable" type="boolean" value="false"/>
|
||
|
|
<Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
|
||
|
|
<Insets value="[2, 2, 2, 2]"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||
|
|
<Dimension value="[60, 45]"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="requestFocusEnabled" type="boolean" value="false"/>
|
||
|
|
</Properties>
|
||
|
|
<Events>
|
||
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jbtnSaveActionPerformed"/>
|
||
|
|
</Events>
|
||
|
|
</Component>
|
||
|
|
</SubComponents>
|
||
|
|
</Form>
|