| <?xml version="1.1" 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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> |
| <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="false"/> |
| <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" attributes="0"> |
| <EmptySpace max="-2" attributes="0"/> |
| <Group type="103" groupAlignment="0" attributes="0"> |
| <Group type="102" attributes="0"> |
| <Component id="deplolymentTimeoutLabel" min="-2" max="-2" attributes="0"/> |
| <EmptySpace max="-2" attributes="0"/> |
| <Component id="deploymentTimeoutSpinner" min="-2" max="-2" attributes="0"/> |
| </Group> |
| <Component id="driverDeploymentjCheckBox" alignment="0" min="-2" max="-2" attributes="0"/> |
| </Group> |
| <EmptySpace pref="176" max="32767" 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="deplolymentTimeoutLabel" alignment="3" min="-2" max="-2" attributes="0"/> |
| <Component id="deploymentTimeoutSpinner" alignment="3" min="-2" max="-2" attributes="0"/> |
| </Group> |
| <EmptySpace type="unrelated" max="-2" attributes="0"/> |
| <Component id="driverDeploymentjCheckBox" min="-2" max="-2" attributes="0"/> |
| <EmptySpace pref="241" max="32767" attributes="0"/> |
| </Group> |
| </Group> |
| </DimensionLayout> |
| </Layout> |
| <SubComponents> |
| <Component class="javax.swing.JCheckBox" name="driverDeploymentjCheckBox"> |
| <Properties> |
| <Property name="model" type="javax.swing.ButtonModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
| <Connection code="custData.getDriverDeploymentModel()" type="code"/> |
| </Property> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/tomcat5/customizer/Bundle.properties" key="CustomizerDeployment.driverDeploymentjCheckBox.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/tomcat5/customizer/Bundle.properties" key="CustomizerDeployment.driverDeploymentjCheckBox.toolTipText" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> |
| <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo"> |
| <EmptyBorder bottom="0" left="0" right="0" top="0"/> |
| </Border> |
| </Property> |
| <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> |
| <Insets value="[0, 0, 0, 0]"/> |
| </Property> |
| </Properties> |
| <AccessibilityProperties> |
| <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/tomcat5/customizer/Bundle.properties" key="CustomizerDeployment.driverDeploymentjCheckBox.accessible.name" 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/tomcat5/customizer/Bundle.properties" key="CustomizerDeployment.driverDeploymentjCheckBox.accessible.description" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </AccessibilityProperties> |
| <AuxValues> |
| <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/> |
| </AuxValues> |
| </Component> |
| <Component class="javax.swing.JSpinner" name="deploymentTimeoutSpinner"> |
| <Properties> |
| <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
| <Connection code="custData.getDeploymentTimeoutModel()" type="code"/> |
| </Property> |
| <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/tomcat5/customizer/Bundle.properties" key="CustomizerDeployment.deplolymentTimeoutSpinner.tooltip" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| <Property name="editor" type="javax.swing.JComponent" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
| <Connection code="new NumberEditor(deploymentTimeoutSpinner, "#")" type="code"/> |
| </Property> |
| </Properties> |
| <AccessibilityProperties> |
| <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/tomcat5/customizer/Bundle.properties" key="CustomizerDeployment.deplolymentTimeoutSpinner.accessible.name" 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/tomcat5/customizer/Bundle.properties" key="CustomizerDeployment.deplolymentTimeoutSpinner.accessible.description" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </AccessibilityProperties> |
| </Component> |
| <Component class="javax.swing.JLabel" name="deplolymentTimeoutLabel"> |
| <Properties> |
| <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor"> |
| <ComponentRef name="deploymentTimeoutSpinner"/> |
| </Property> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/tomcat5/customizer/Bundle.properties" key="CustomizerDeployment.deplolymentTimeoutLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/tomcat5/customizer/Bundle.properties" key="CustomizerDeployment.deplolymentTimeoutLabel.tooltip" 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/tomcat5/customizer/Bundle.properties" key="CustomizerDeployment.deplolymentTimeoutLabel.accessible.name" 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/tomcat5/customizer/Bundle.properties" key="CustomizerDeployment.deplolymentTimeoutLabel.accessible.description" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </AccessibilityProperties> |
| <AuxValues> |
| <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/> |
| </AuxValues> |
| </Component> |
| </SubComponents> |
| </Form> |