|
| 1 | +<?xml version="1.0" encoding="UTF-8" ?> |
| 2 | + |
| 3 | +<!-- |
| 4 | +
|
| 5 | + Licensed to the Apache Software Foundation (ASF) under one |
| 6 | + or more contributor license agreements. See the NOTICE file |
| 7 | + distributed with this work for additional information |
| 8 | + regarding copyright ownership. The ASF licenses this file |
| 9 | + to you under the Apache License, Version 2.0 (the |
| 10 | + "License"); you may not use this file except in compliance |
| 11 | + with the License. You may obtain a copy of the License at |
| 12 | +
|
| 13 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | +
|
| 15 | + Unless required by applicable law or agreed to in writing, |
| 16 | + software distributed under the License is distributed on an |
| 17 | + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 18 | + KIND, either express or implied. See the License for the |
| 19 | + specific language governing permissions and limitations |
| 20 | + under the License. |
| 21 | +
|
| 22 | +--> |
| 23 | + |
| 24 | +<Form version="1.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> |
| 25 | + <Properties> |
| 26 | + <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> |
| 27 | + <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo"> |
| 28 | + <EmptyBorder bottom="8" left="8" right="8" top="8"/> |
| 29 | + </Border> |
| 30 | + </Property> |
| 31 | + <Property name="focusCycleRoot" type="boolean" value="true"/> |
| 32 | + <Property name="focusTraversalPolicy" type="java.awt.FocusTraversalPolicy" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
| 33 | + <Connection code="new java.awt.FocusTraversalPolicy() {
 public java.awt.Component getDefaultComponent(java.awt.Container focusCycleRoot){
 return onOffCheckBox;
 }//end getDefaultComponent

 public java.awt.Component getFirstComponent(java.awt.Container focusCycleRoot){
 return onOffCheckBox;
 }//end getFirstComponent

 public java.awt.Component getLastComponent(java.awt.Container focusCycleRoot){
 return onOffCheckBox;
 }//end getLastComponent

 public java.awt.Component getComponentAfter(java.awt.Container focusCycleRoot, java.awt.Component aComponent){
 return onOffCheckBox;//end getComponentAfter
 }
 public java.awt.Component getComponentBefore(java.awt.Container focusCycleRoot, java.awt.Component aComponent){
 return onOffCheckBox;//end getComponentBefore

 }}
 " type="code"/> |
| 34 | + </Property> |
| 35 | + </Properties> |
| 36 | + <AccessibilityProperties> |
| 37 | + <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| 38 | + <ResourceString bundle="org/netbeans/modules/web/el/options/Bundle.properties" key="MarkOccurrencesPanel.AccessibleContext.accessibleName" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 39 | + </Property> |
| 40 | + <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| 41 | + <ResourceString bundle="org/netbeans/modules/web/el/options/Bundle.properties" key="MarkOccurrencesPanel.AccessibleContext.accessibleDescription" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 42 | + </Property> |
| 43 | + </AccessibilityProperties> |
| 44 | + <AuxValues> |
| 45 | + <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> |
| 46 | + <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> |
| 47 | + <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/> |
| 48 | + <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/> |
| 49 | + <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> |
| 50 | + <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> |
| 51 | + <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> |
| 52 | + <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> |
| 53 | + <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,75,0,0,2,18"/> |
| 54 | + </AuxValues> |
| 55 | + |
| 56 | + <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/> |
| 57 | + <SubComponents> |
| 58 | + <Component class="javax.swing.JCheckBox" name="onOffCheckBox"> |
| 59 | + <Properties> |
| 60 | + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| 61 | + <ResourceString bundle="org/netbeans/modules/web/el/options/Bundle.properties" key="CTL_OnOff_CheckBox" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 62 | + </Property> |
| 63 | + <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> |
| 64 | + <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo"> |
| 65 | + <EmptyBorder bottom="0" left="0" right="0" top="0"/> |
| 66 | + </Border> |
| 67 | + </Property> |
| 68 | + </Properties> |
| 69 | + <AccessibilityProperties> |
| 70 | + <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| 71 | + <ResourceString bundle="org/netbeans/modules/web/el/options/Bundle.properties" key="MarkOccurrencesPanel.onOffCheckBox.AccessibleContext.accessibleName" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 72 | + </Property> |
| 73 | + <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| 74 | + <ResourceString bundle="org/netbeans/modules/web/el/options/Bundle.properties" key="ACSD_OnOff_CB" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 75 | + </Property> |
| 76 | + </AccessibilityProperties> |
| 77 | + <Constraints> |
| 78 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription"> |
| 79 | + <GridBagConstraints gridX="0" gridY="0" gridWidth="0" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="12" insetsRight="0" anchor="18" weightX="1.0" weightY="0.0"/> |
| 80 | + </Constraint> |
| 81 | + </Constraints> |
| 82 | + </Component> |
| 83 | + <Component class="javax.swing.JCheckBox" name="keepMarksCheckBox"> |
| 84 | + <Properties> |
| 85 | + <Property name="mnemonic" type="int" value="115"/> |
| 86 | + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| 87 | + <ResourceString bundle="org/netbeans/modules/web/el/options/Bundle.properties" key="MarkOccurencesPanel.keepMarksCheckBox.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 88 | + </Property> |
| 89 | + </Properties> |
| 90 | + <AccessibilityProperties> |
| 91 | + <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| 92 | + <ResourceString bundle="org/netbeans/modules/web/el/options/Bundle.properties" key="MarkOccurencesPanel.keepMarksCheckBox.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 93 | + </Property> |
| 94 | + </AccessibilityProperties> |
| 95 | + <Constraints> |
| 96 | + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription"> |
| 97 | + <GridBagConstraints gridX="0" gridY="1" gridWidth="0" gridHeight="0" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="20" insetsBottom="8" insetsRight="0" anchor="18" weightX="0.0" weightY="1.0"/> |
| 98 | + </Constraint> |
| 99 | + </Constraints> |
| 100 | + </Component> |
| 101 | + </SubComponents> |
| 102 | +</Form> |
0 commit comments