134 lines
7.0 KiB
XML
134 lines
7.0 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
|
|
||
|
|
<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
|
||
|
|
<Properties>
|
||
|
|
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||
|
|
<Dimension value="[0, 45]"/>
|
||
|
|
</Property>
|
||
|
|
</Properties>
|
||
|
|
<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" alignment="0" attributes="0">
|
||
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
||
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
||
|
|
<Group type="102" alignment="0" attributes="0">
|
||
|
|
<Component id="btnCheckIn" min="-2" pref="256" max="-2" attributes="0"/>
|
||
|
|
<EmptySpace max="32767" attributes="0"/>
|
||
|
|
<Component id="btnCheckOut" min="-2" pref="248" max="-2" attributes="0"/>
|
||
|
|
</Group>
|
||
|
|
<Component id="jScrollPane1" alignment="0" max="32767" attributes="0"/>
|
||
|
|
<Component id="message" alignment="1" max="32767" attributes="0"/>
|
||
|
|
</Group>
|
||
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
||
|
|
</Group>
|
||
|
|
</Group>
|
||
|
|
</DimensionLayout>
|
||
|
|
<DimensionLayout dim="1">
|
||
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
||
|
|
<Group type="102" attributes="0">
|
||
|
|
<EmptySpace max="-2" attributes="0"/>
|
||
|
|
<Component id="message" min="-2" pref="50" max="-2" attributes="0"/>
|
||
|
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
||
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
||
|
|
<Component id="btnCheckIn" alignment="3" min="-2" pref="49" max="-2" attributes="0"/>
|
||
|
|
<Component id="btnCheckOut" alignment="3" min="-2" pref="49" max="-2" attributes="0"/>
|
||
|
|
</Group>
|
||
|
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
||
|
|
<Component id="jScrollPane1" min="-2" max="-2" attributes="0"/>
|
||
|
|
<EmptySpace pref="80" max="32767" attributes="0"/>
|
||
|
|
</Group>
|
||
|
|
</Group>
|
||
|
|
</DimensionLayout>
|
||
|
|
</Layout>
|
||
|
|
<SubComponents>
|
||
|
|
<Component class="javax.swing.JButton" name="btnCheckIn">
|
||
|
|
<Properties>
|
||
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
||
|
|
<Font name="Arial" size="12" style="0"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="text" type="java.lang.String" value="Check In"/>
|
||
|
|
<Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||
|
|
<Dimension value="[85, 23]"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||
|
|
<Dimension value="[0, 45]"/>
|
||
|
|
</Property>
|
||
|
|
</Properties>
|
||
|
|
<Events>
|
||
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnCheckInActionPerformed"/>
|
||
|
|
</Events>
|
||
|
|
</Component>
|
||
|
|
<Component class="javax.swing.JButton" name="btnCheckOut">
|
||
|
|
<Properties>
|
||
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
||
|
|
<Font name="Arial" size="12" style="0"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="text" type="java.lang.String" value="Check Out"/>
|
||
|
|
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||
|
|
<Dimension value="[0, 45]"/>
|
||
|
|
</Property>
|
||
|
|
</Properties>
|
||
|
|
<Events>
|
||
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnCheckOutActionPerformed"/>
|
||
|
|
</Events>
|
||
|
|
</Component>
|
||
|
|
<Container class="javax.swing.JScrollPane" name="jScrollPane1">
|
||
|
|
<Properties>
|
||
|
|
<Property name="horizontalScrollBarPolicy" type="int" value="31"/>
|
||
|
|
<Property name="verticalScrollBarPolicy" type="int" value="22"/>
|
||
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
||
|
|
<Font name="Arial" size="12" style="0"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||
|
|
<Dimension value="[570, 120]"/>
|
||
|
|
</Property>
|
||
|
|
</Properties>
|
||
|
|
|
||
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
|
||
|
|
</Container>
|
||
|
|
<Component class="javax.swing.JLabel" name="message">
|
||
|
|
<Properties>
|
||
|
|
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
||
|
|
<Color blue="ff" green="ff" id="white" palette="0" red="ff" type="palette"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
||
|
|
<Font name="Arial" size="14" style="0"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
||
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
||
|
|
<Border info="org.netbeans.modules.form.compat2.border.CompoundBorderInfo">
|
||
|
|
<CompoundBorder>
|
||
|
|
<Border PropertyName="outside" info="org.netbeans.modules.form.compat2.border.LineBorderInfo">
|
||
|
|
<LineBorder>
|
||
|
|
<Color PropertyName="color" blue="64" green="6f" id="Button.darkShadow" palette="3" red="71" type="palette"/>
|
||
|
|
</LineBorder>
|
||
|
|
</Border>
|
||
|
|
<Border PropertyName="inside" info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
|
||
|
|
<EmptyBorder bottom="1" left="4" right="4" top="1"/>
|
||
|
|
</Border>
|
||
|
|
</CompoundBorder>
|
||
|
|
</Border>
|
||
|
|
</Property>
|
||
|
|
<Property name="opaque" type="boolean" value="true"/>
|
||
|
|
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||
|
|
<Dimension value="[160, 25]"/>
|
||
|
|
</Property>
|
||
|
|
<Property name="requestFocusEnabled" type="boolean" value="false"/>
|
||
|
|
</Properties>
|
||
|
|
</Component>
|
||
|
|
</SubComponents>
|
||
|
|
</Form>
|