| <?xml version="1.0" encoding="UTF-8" ?> |
| |
| <!-- |
| |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| |
| --> |
| |
| <Form version="1.5" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> |
| <Properties> |
| <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> |
| <Dimension value="[489, 97]"/> |
| </Property> |
| </Properties> |
| <AccessibilityProperties> |
| <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
| <Connection code="myFolderLbl.getAccessibleContext().getAccessibleName()" type="code"/> |
| </Property> |
| <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
| <Connection code="myFolderLbl.getAccessibleContext().getAccessibleDescription()" type="code"/> |
| </Property> |
| </AccessibilityProperties> |
| <AuxValues> |
| <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/> |
| <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="true"/> |
| <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/> |
| <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"> |
| <Component id="myNameLbl" alignment="0" min="-2" max="-2" attributes="0"/> |
| <Group type="103" alignment="0" groupAlignment="1" max="-2" attributes="0"> |
| <Component id="myCreatedFileLbl" alignment="0" max="32767" attributes="0"/> |
| <Component id="myFolderLbl" alignment="0" max="32767" attributes="0"/> |
| </Group> |
| </Group> |
| <EmptySpace max="-2" attributes="0"/> |
| <Group type="103" groupAlignment="0" attributes="0"> |
| <Component id="myCreatedFile" pref="391" max="32767" attributes="0"/> |
| <Component id="myName" max="32767" attributes="0"/> |
| <Component id="myFolder" alignment="0" max="32767" attributes="0"/> |
| </Group> |
| <EmptySpace max="-2" attributes="0"/> |
| </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"/> |
| <Group type="103" groupAlignment="3" attributes="0"> |
| <Component id="myNameLbl" alignment="3" min="-2" max="-2" attributes="0"/> |
| <Component id="myName" alignment="3" min="-2" max="-2" attributes="0"/> |
| </Group> |
| <EmptySpace max="-2" attributes="0"/> |
| <Group type="103" groupAlignment="3" attributes="0"> |
| <Component id="myFolderLbl" alignment="3" min="-2" max="-2" attributes="0"/> |
| <Component id="myFolder" alignment="3" min="-2" max="-2" attributes="0"/> |
| </Group> |
| <EmptySpace max="-2" attributes="0"/> |
| <Group type="103" groupAlignment="3" attributes="0"> |
| <Component id="myCreatedFile" alignment="3" min="-2" max="-2" attributes="0"/> |
| <Component id="myCreatedFileLbl" alignment="3" min="-2" max="-2" attributes="0"/> |
| </Group> |
| <EmptySpace pref="14" max="32767" attributes="0"/> |
| </Group> |
| </Group> |
| </DimensionLayout> |
| </Layout> |
| <SubComponents> |
| <Component class="javax.swing.JLabel" name="myNameLbl"> |
| <Properties> |
| <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor"> |
| <ComponentRef name="myName"/> |
| </Property> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/web/client/rest/wizard/Bundle.properties" key="LBL_HtmlFileName" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| <AccessibilityProperties> |
| <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/web/client/rest/wizard/Bundle.properties" key="ACSN_FileName" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/web/client/rest/wizard/Bundle.properties" key="ACSD_FileName" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </AccessibilityProperties> |
| </Component> |
| <Component class="javax.swing.JTextField" name="myName"> |
| <AccessibilityProperties> |
| <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
| <Connection code="myNameLbl.getAccessibleContext().getAccessibleName()" type="code"/> |
| </Property> |
| <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
| <Connection code="myNameLbl.getAccessibleContext().getAccessibleDescription()" type="code"/> |
| </Property> |
| </AccessibilityProperties> |
| </Component> |
| <Component class="javax.swing.JLabel" name="myFolderLbl"> |
| <Properties> |
| <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor"> |
| <ComponentRef name="myFolder"/> |
| </Property> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/web/client/rest/wizard/Bundle.properties" key="LBL_Folder" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| <AccessibilityProperties> |
| <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/web/client/rest/wizard/Bundle.properties" key="ACSN_Folder" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/web/client/rest/wizard/Bundle.properties" key="ACSD_Folder" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </AccessibilityProperties> |
| </Component> |
| <Component class="javax.swing.JTextField" name="myFolder"> |
| </Component> |
| <Component class="javax.swing.JTextField" name="myCreatedFile"> |
| <Properties> |
| <Property name="editable" type="boolean" value="false"/> |
| </Properties> |
| </Component> |
| <Component class="javax.swing.JLabel" name="myCreatedFileLbl"> |
| <Properties> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/web/client/rest/wizard/Bundle.properties" key="LBL_CreatedFile" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| <AccessibilityProperties> |
| <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/web/client/rest/wizard/Bundle.properties" key="ACSN_CreatedFile" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/web/client/rest/wizard/Bundle.properties" key="ACSD_CreatedFile" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </AccessibilityProperties> |
| </Component> |
| </SubComponents> |
| </Form> |