|
| 1 | +<?xml version="1.0" encoding="UTF-8" ?> |
| 2 | + |
| 3 | +<Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JDialogFormInfo"> |
| 4 | + <Properties> |
| 5 | + <Property name="defaultCloseOperation" type="int" value="2"/> |
| 6 | + <Property name="title" type="java.lang.String" resourceKey="title"/> |
| 7 | + <Property name="modal" type="boolean" value="true"/> |
| 8 | + <Property name="name" type="java.lang.String" value="aboutBox" noResource="true"/> |
| 9 | + <Property name="resizable" type="boolean" value="false"/> |
| 10 | + </Properties> |
| 11 | + <SyntheticProperties> |
| 12 | + <SyntheticProperty name="formSizePolicy" type="int" value="1"/> |
| 13 | + </SyntheticProperties> |
| 14 | + <AuxValues> |
| 15 | + <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="2"/> |
| 16 | + <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/> |
| 17 | + <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> |
| 18 | + <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> |
| 19 | + <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> |
| 20 | + <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> |
| 21 | + <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> |
| 22 | + <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> |
| 23 | + <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> |
| 24 | + </AuxValues> |
| 25 | + |
| 26 | + <Layout> |
| 27 | + <DimensionLayout dim="0"> |
| 28 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 29 | + <Group type="102" alignment="0" attributes="0"> |
| 30 | + <Component id="imageLabel" min="-2" max="-2" attributes="0"/> |
| 31 | + <EmptySpace type="separate" min="-2" max="-2" attributes="0"/> |
| 32 | + <Group type="103" groupAlignment="1" attributes="0"> |
| 33 | + <Group type="102" alignment="0" attributes="0"> |
| 34 | + <Component id="versionLabel" min="-2" max="-2" attributes="0"/> |
| 35 | + <EmptySpace min="-2" max="-2" attributes="0"/> |
| 36 | + <Component id="appVersionLabel" min="-2" max="-2" attributes="0"/> |
| 37 | + <EmptySpace min="-2" pref="156" max="-2" attributes="0"/> |
| 38 | + </Group> |
| 39 | + <Component id="appTitleLabel" alignment="0" min="-2" max="-2" attributes="0"/> |
| 40 | + <Component id="appDescLabel" alignment="0" pref="270" max="32767" attributes="0"/> |
| 41 | + <Component id="closeButton" alignment="1" min="-2" max="-2" attributes="0"/> |
| 42 | + </Group> |
| 43 | + <EmptySpace min="-2" max="-2" attributes="0"/> |
| 44 | + </Group> |
| 45 | + </Group> |
| 46 | + </DimensionLayout> |
| 47 | + <DimensionLayout dim="1"> |
| 48 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 49 | + <Component id="imageLabel" min="-2" max="32767" attributes="0"/> |
| 50 | + <Group type="102" alignment="0" attributes="0"> |
| 51 | + <EmptySpace max="-2" attributes="0"/> |
| 52 | + <Component id="appTitleLabel" min="-2" max="-2" attributes="0"/> |
| 53 | + <EmptySpace min="-2" max="-2" attributes="0"/> |
| 54 | + <Component id="appDescLabel" min="-2" max="-2" attributes="0"/> |
| 55 | + <EmptySpace min="-2" max="-2" attributes="0"/> |
| 56 | + <Group type="103" groupAlignment="3" attributes="0"> |
| 57 | + <Component id="versionLabel" alignment="3" min="-2" max="-2" attributes="0"/> |
| 58 | + <Component id="appVersionLabel" alignment="3" min="-2" max="-2" attributes="0"/> |
| 59 | + </Group> |
| 60 | + <EmptySpace pref="59" max="32767" attributes="0"/> |
| 61 | + <Component id="closeButton" min="-2" max="-2" attributes="0"/> |
| 62 | + <EmptySpace max="-2" attributes="0"/> |
| 63 | + </Group> |
| 64 | + </Group> |
| 65 | + </DimensionLayout> |
| 66 | + </Layout> |
| 67 | + <SubComponents> |
| 68 | + <Component class="javax.swing.JButton" name="closeButton"> |
| 69 | + <Properties> |
| 70 | + <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor"> |
| 71 | + <action class="imagedownloader.ImageDownloaderAboutBox" id="closeAboutBox" methodName="closeAboutBox"/> |
| 72 | + </Property> |
| 73 | + <Property name="name" type="java.lang.String" value="closeButton" noResource="true"/> |
| 74 | + </Properties> |
| 75 | + </Component> |
| 76 | + <Component class="javax.swing.JLabel" name="appTitleLabel"> |
| 77 | + <Properties> |
| 78 | + <Property name="font" type="java.awt.Font" noResource="true" editor="org.netbeans.modules.form.editors2.FontEditor"> |
| 79 | + <FontInfo relative="true"> |
| 80 | + <Font bold="true" component="appTitleLabel" property="font" relativeSize="true" size="4"/> |
| 81 | + </FontInfo> |
| 82 | + </Property> |
| 83 | + <Property name="text" type="java.lang.String" resourceKey="Application.title"/> |
| 84 | + <Property name="name" type="java.lang.String" value="appTitleLabel" noResource="true"/> |
| 85 | + </Properties> |
| 86 | + <AuxValues> |
| 87 | + <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/> |
| 88 | + <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/> |
| 89 | + </AuxValues> |
| 90 | + </Component> |
| 91 | + <Component class="javax.swing.JLabel" name="versionLabel"> |
| 92 | + <Properties> |
| 93 | + <Property name="font" type="java.awt.Font" noResource="true" editor="org.netbeans.modules.form.editors2.FontEditor"> |
| 94 | + <FontInfo relative="true"> |
| 95 | + <Font bold="true" component="versionLabel" property="font" relativeSize="true" size="0"/> |
| 96 | + </FontInfo> |
| 97 | + </Property> |
| 98 | + <Property name="text" type="java.lang.String" resourceKey="versionLabel.text"/> |
| 99 | + <Property name="name" type="java.lang.String" value="versionLabel" noResource="true"/> |
| 100 | + </Properties> |
| 101 | + <AuxValues> |
| 102 | + <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/> |
| 103 | + <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/> |
| 104 | + </AuxValues> |
| 105 | + </Component> |
| 106 | + <Component class="javax.swing.JLabel" name="appVersionLabel"> |
| 107 | + <Properties> |
| 108 | + <Property name="text" type="java.lang.String" resourceKey="Application.version"/> |
| 109 | + <Property name="name" type="java.lang.String" value="appVersionLabel" noResource="true"/> |
| 110 | + </Properties> |
| 111 | + <AuxValues> |
| 112 | + <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/> |
| 113 | + <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/> |
| 114 | + </AuxValues> |
| 115 | + </Component> |
| 116 | + <Component class="javax.swing.JLabel" name="appDescLabel"> |
| 117 | + <Properties> |
| 118 | + <Property name="text" type="java.lang.String" resourceKey="appDescLabel.text"/> |
| 119 | + <Property name="name" type="java.lang.String" value="appDescLabel" noResource="true"/> |
| 120 | + </Properties> |
| 121 | + <AuxValues> |
| 122 | + <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/> |
| 123 | + <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/> |
| 124 | + </AuxValues> |
| 125 | + </Component> |
| 126 | + <Component class="javax.swing.JLabel" name="imageLabel"> |
| 127 | + <Properties> |
| 128 | + <Property name="icon" type="javax.swing.Icon" resourceKey="imageLabel.icon"/> |
| 129 | + <Property name="name" type="java.lang.String" value="imageLabel" noResource="true"/> |
| 130 | + </Properties> |
| 131 | + <AuxValues> |
| 132 | + <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/> |
| 133 | + <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/> |
| 134 | + </AuxValues> |
| 135 | + </Component> |
| 136 | + </SubComponents> |
| 137 | +</Form> |
0 commit comments