<?xml version="1.0" encoding="UTF-8" ?> <Form version="1.3" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> <AuxValues> <AuxValue name="FormSettings_generateMnemonicsCode" 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="4"/> </AuxValues> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="g_scrollPane" alignment="0" pref="631" max="32767" attributes="0"/> <Group type="102" alignment="1" attributes="0"> <Group type="103" groupAlignment="1" attributes="0"> <Component id="g_descriptionLabel" pref="560" max="32767" attributes="0"/> <Component id="g_titleLabel" alignment="1" pref="560" max="32767" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="g_cancelButton" min="-2" max="-2" attributes="0"/> </Group> </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"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="1" attributes="0"> <Component id="g_scrollPane" pref="267" max="32767" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="g_titleLabel" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="29" max="-2" attributes="0"/> </Group> <Group type="102" alignment="1" attributes="0"> <Group type="103" groupAlignment="3" attributes="0"> <Component id="g_cancelButton" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="g_descriptionLabel" alignment="3" min="-2" pref="18" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JScrollPane" name="g_scrollPane"> <Properties> <Property name="verticalScrollBarPolicy" type="int" value="21"/> </Properties> <Events> <EventHandler event="componentResized" listener="java.awt.event.ComponentListener" parameters="java.awt.event.ComponentEvent" handler="g_scrollPaneComponentResized"/> </Events> <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> <SubComponents> <Container class="javax.swing.JPanel" name="g_buttonPanel"> <Properties> <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="ff" green="ff" red="ff" type="rgb"/> </Property> <Property name="autoscrolls" type="boolean" value="true"/> </Properties> <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/> </Container> </SubComponents> </Container> <Component class="javax.swing.JButton" name="g_cancelButton"> <Properties> <Property name="text" type="java.lang.String" value="Cancel"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="g_cancelButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JLabel" name="g_titleLabel"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Tahoma" size="12" style="1"/> </Property> <Property name="text" type="java.lang.String" value=" "/> </Properties> </Component> <Component class="javax.swing.JLabel" name="g_descriptionLabel"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Tahoma" size="12" style="0"/> </Property> <Property name="text" type="java.lang.String" value=" "/> </Properties> </Component> </SubComponents> </Form>