~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to xml/refactoring/src/org/netbeans/modules/xml/refactoring/ui/RenamePanel.form

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
 
 
3
<Form version="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
4
  <Properties>
 
5
    <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
6
      <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
7
        <EmptyBorder bottom="11" left="12" right="11" top="12"/>
 
8
      </Border>
 
9
    </Property>
 
10
  </Properties>
 
11
  <AuxValues>
 
12
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
 
13
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
 
14
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
 
15
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
16
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
17
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
 
18
    <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,0,-49,0,0,1,105"/>
 
19
  </AuxValues>
 
20
 
 
21
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
22
  <SubComponents>
 
23
    <Component class="javax.swing.JLabel" name="label">
 
24
      <Properties>
 
25
        <Property name="horizontalAlignment" type="int" value="2"/>
 
26
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
27
          <ComponentRef name="nameField"/>
 
28
        </Property>
 
29
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
30
          <ResourceString bundle="org/netbeans/modules/xml/refactoring/ui/Bundle.properties" key="LBL_NewName" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
31
        </Property>
 
32
      </Properties>
 
33
      <AuxValues>
 
34
        <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
 
35
      </AuxValues>
 
36
      <Constraints>
 
37
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
38
          <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
 
39
        </Constraint>
 
40
      </Constraints>
 
41
    </Component>
 
42
    <Component class="javax.swing.JTextField" name="nameField">
 
43
      <Properties>
 
44
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
45
          <Connection code="oldName" type="code"/>
 
46
        </Property>
 
47
      </Properties>
 
48
      <AccessibilityProperties>
 
49
        <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
50
          <ResourceString bundle="org/netbeans/modules/xml/refactoring/ui/j/ui/Bundle.properties" key="ACSD_nameField" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
51
        </Property>
 
52
      </AccessibilityProperties>
 
53
      <Events>
 
54
        <EventHandler event="inputMethodTextChanged" listener="java.awt.event.InputMethodListener" parameters="java.awt.event.InputMethodEvent" handler="nameFieldInputMethodTextChanged"/>
 
55
      </Events>
 
56
      <AuxValues>
 
57
        <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="nameField.selectAll();"/>
 
58
      </AuxValues>
 
59
      <Constraints>
 
60
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
61
          <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="1.0" weightY="0.0"/>
 
62
        </Constraint>
 
63
      </Constraints>
 
64
    </Component>
 
65
    <Container class="javax.swing.JPanel" name="jPanel1">
 
66
      <Properties>
 
67
        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
 
68
          <Dimension value="[0, 0]"/>
 
69
        </Property>
 
70
        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
 
71
          <Dimension value="[0, 0]"/>
 
72
        </Property>
 
73
      </Properties>
 
74
      <Constraints>
 
75
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
76
          <GridBagConstraints gridX="0" gridY="2" gridWidth="2" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="1.0" weightY="1.0"/>
 
77
        </Constraint>
 
78
      </Constraints>
 
79
 
 
80
      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/>
 
81
    </Container>
 
82
    <Component class="javax.swing.JCheckBox" name="updateReferencesCheckBox">
 
83
      <Properties>
 
84
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
85
          <ResourceString bundle="org/netbeans/modules/xml/refactoring/ui/Bundle.properties" key="LBL_RenameWithoutRefactoring" replaceFormat="org.openide.util.NbBundle.getBundle({sourceFileName}.class).getString(&quot;{key}&quot;)"/>
 
86
        </Property>
 
87
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
88
          <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
89
            <EmptyBorder bottom="0" left="4" right="4" top="4"/>
 
90
          </Border>
 
91
        </Property>
 
92
        <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
 
93
          <Insets value="[2, 2, 0, 2]"/>
 
94
        </Property>
 
95
      </Properties>
 
96
      <AuxValues>
 
97
        <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
 
98
      </AuxValues>
 
99
      <Constraints>
 
100
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
101
          <GridBagConstraints gridX="0" gridY="3" gridWidth="2" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="17" weightX="0.0" weightY="0.0"/>
 
102
        </Constraint>
 
103
      </Constraints>
 
104
    </Component>
 
105
  </SubComponents>
 
106
</Form>