<?xml version="1.0" encoding="UTF-8" ?> <Form version="1.5" maxVersion="1.8" 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" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Component id="fontsAsShapesCB" min="-2" max="-2" attributes="0"/> <EmptySpace min="0" pref="0" max="32767" attributes="0"/> </Group> <Group type="102" attributes="0"> <EmptySpace min="12" pref="12" max="-2" attributes="0"/> <Component id="jLabel1" pref="0" max="32767" attributes="0"/> </Group> </Group> <EmptySpace max="-2" attributes="0"/> </Group> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace min="29" pref="29" max="-2" attributes="0"/> <Component id="widthTF" min="-2" pref="55" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="unitsComboBox" min="-2" pref="122" max="-2" attributes="0"/> </Group> <Component id="manualWidthCB" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="pixelsPerPointCB" alignment="0" min="-2" max="-2" attributes="0"/> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="22" max="-2" attributes="0"/> <Component id="pixelsPerInchComboBox" min="-2" pref="242" max="-2" attributes="0"/> </Group> </Group> <EmptySpace min="0" pref="24" max="32767" attributes="0"/> </Group> </Group> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="fontsAsShapesCB" linkSize="2" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel1" min="-2" pref="42" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="manualWidthCB" linkSize="2" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="widthTF" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="unitsComboBox" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="pixelsPerPointCB" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="pixelsPerInchComboBox" min="-2" max="-2" attributes="0"/> <EmptySpace pref="104" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JCheckBox" name="fontsAsShapesCB"> <Properties> <Property name="text" type="java.lang.String" value="Fonts as shapes"/> </Properties> <AuxValues> <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/> </AuxValues> </Component> <Component class="javax.swing.JLabel" name="jLabel1"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> <FontInfo relative="true"> <Font component="jLabel1" property="font" relativeSize="true" size="-2"/> </FontInfo> </Property> <Property name="text" type="java.lang.String" value="<html>Write the characters out as shapes. This makes a portable PDF and all characters render, but the labels cannot be edited. "/> <Property name="verticalAlignment" type="int" value="1"/> </Properties> </Component> <Component class="javax.swing.JCheckBox" name="manualWidthCB"> <Properties> <Property name="text" type="java.lang.String" value="Set Canvas Width"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="manualWidthCBActionPerformed"/> </Events> <AuxValues> <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/> </AuxValues> </Component> <Component class="javax.swing.JTextField" name="widthTF"> <Properties> <Property name="text" type="java.lang.String" value="8.5"/> </Properties> <BindingProperties> <BindingProperty name="enabled" source="manualWidthCB" sourcePath="${selected}" target="widthTF" targetPath="enabled" updateStrategy="0" immediately="false"/> </BindingProperties> <AuxValues> <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/> </AuxValues> </Component> <Component class="javax.swing.JComboBox" name="unitsComboBox"> <Properties> <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> <StringArray count="3"> <StringItem index="0" value="inches"/> <StringItem index="1" value="centimeters"/> <StringItem index="2" value="points"/> </StringArray> </Property> </Properties> <BindingProperties> <BindingProperty name="enabled" source="manualWidthCB" sourcePath="${selected}" target="unitsComboBox" targetPath="enabled" updateStrategy="0" immediately="false"/> </BindingProperties> <AuxValues> <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/> </AuxValues> </Component> <Component class="javax.swing.JCheckBox" name="pixelsPerPointCB"> <Properties> <Property name="text" type="java.lang.String" value="Set Pixels Per Inch"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="pixelsPerPointCBActionPerformed"/> </Events> </Component> <Component class="javax.swing.JComboBox" name="pixelsPerInchComboBox"> <Properties> <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> <StringArray count="4"> <StringItem index="0" value="72"/> <StringItem index="1" value="100"/> <StringItem index="2" value="144"/> <StringItem index="3" value="400"/> </StringArray> </Property> </Properties> <BindingProperties> <BindingProperty name="enabled" source="pixelsPerPointCB" sourcePath="${selected}" target="pixelsPerInchComboBox" targetPath="enabled" updateStrategy="0" immediately="false"/> </BindingProperties> <AuxValues> <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> </AuxValues> </Component> </SubComponents> </Form>