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

« back to all changes in this revision

Viewing changes to editor/lib2/src/org/netbeans/modules/editor/lib2/search/EditorFindDialogPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
4
  <AuxValues>
 
5
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
 
6
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
7
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
8
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="1"/>
 
9
    <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,44,0,0,1,-112"/>
 
10
  </AuxValues>
 
11
 
 
12
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
13
  <SubComponents>
 
14
    <Container class="javax.swing.JPanel" name="findWhatPanel">
 
15
      <AuxValues>
 
16
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
17
      </AuxValues>
 
18
      <Constraints>
 
19
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
20
          <GridBagConstraints gridX="0" gridY="0" gridWidth="3" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="12" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="11" weightX="1.0" weightY="0.0"/>
 
21
        </Constraint>
 
22
      </Constraints>
 
23
 
 
24
      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
25
    </Container>
 
26
    <Component class="javax.swing.JLabel" name="findWhatLabel">
 
27
      <Properties>
 
28
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
29
          <Connection code="findWhat" type="code"/>
 
30
        </Property>
 
31
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
32
          <Connection code="bundle.getString(EditorFindSupport.FIND_WHAT ) " type="code"/>
 
33
        </Property>
 
34
      </Properties>
 
35
      <AuxValues>
 
36
        <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="findWhatLabel.setDisplayedMnemonic(bundle.getString(EditorFindSupport.FIND_WHAT + &quot;-mnemonic&quot;).charAt(0));"/>
 
37
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
38
      </AuxValues>
 
39
      <Constraints>
 
40
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
41
          <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="12" insetsBottom="5" insetsRight="0" anchor="17" weightX="0.0" weightY="0.0"/>
 
42
        </Constraint>
 
43
      </Constraints>
 
44
    </Component>
 
45
    <Component class="javax.swing.JComboBox" name="findWhat">
 
46
      <Properties>
 
47
        <Property name="editable" type="boolean" value="true"/>
 
48
      </Properties>
 
49
      <AuxValues>
 
50
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
51
      </AuxValues>
 
52
      <Constraints>
 
53
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
54
          <GridBagConstraints gridX="1" gridY="1" gridWidth="0" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="11" insetsBottom="9" insetsRight="10" anchor="10" weightX="1.0" weightY="0.0"/>
 
55
        </Constraint>
 
56
      </Constraints>
 
57
    </Component>
 
58
    <Component class="javax.swing.JLabel" name="replaceWithLabel">
 
59
      <Properties>
 
60
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
61
          <Connection code="replaceWith" type="code"/>
 
62
        </Property>
 
63
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
64
          <Connection code="bundle.getString(EditorFindSupport.FIND_REPLACE_WITH ) " type="code"/>
 
65
        </Property>
 
66
      </Properties>
 
67
      <AuxValues>
 
68
        <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="replaceWithLabel.setDisplayedMnemonic(bundle.getString(EditorFindSupport.FIND_REPLACE_WITH + &quot;-mnemonic&quot;).charAt(0));"/>
 
69
        <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value=""/>
 
70
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
71
      </AuxValues>
 
72
      <Constraints>
 
73
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
74
          <GridBagConstraints gridX="0" gridY="2" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="12" insetsBottom="9" insetsRight="0" anchor="17" weightX="0.0" weightY="0.0"/>
 
75
        </Constraint>
 
76
      </Constraints>
 
77
    </Component>
 
78
    <Component class="javax.swing.JComboBox" name="replaceWith">
 
79
      <Properties>
 
80
        <Property name="editable" type="boolean" value="true"/>
 
81
      </Properties>
 
82
      <AuxValues>
 
83
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
84
      </AuxValues>
 
85
      <Constraints>
 
86
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
87
          <GridBagConstraints gridX="1" gridY="2" gridWidth="0" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="11" insetsBottom="9" insetsRight="10" anchor="10" weightX="1.0" weightY="0.0"/>
 
88
        </Constraint>
 
89
      </Constraints>
 
90
    </Component>
 
91
    <Component class="javax.swing.JCheckBox" name="highlightSearch">
 
92
      <Properties>
 
93
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
94
          <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
95
            <EmptyBorder/>
 
96
          </Border>
 
97
        </Property>
 
98
      </Properties>
 
99
      <AuxValues>
 
100
        <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="createCheckBox( EditorFindSupport.FIND_HIGHLIGHT_SEARCH, &apos;H&apos; );"/>
 
101
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
102
      </AuxValues>
 
103
      <Constraints>
 
104
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
105
          <GridBagConstraints gridX="1" gridY="6" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="11" insetsLeft="11" insetsBottom="11" insetsRight="0" anchor="18" weightX="0.0" weightY="1.0"/>
 
106
        </Constraint>
 
107
      </Constraints>
 
108
    </Component>
 
109
    <Component class="javax.swing.JCheckBox" name="incSearch">
 
110
      <Properties>
 
111
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
112
          <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
113
            <EmptyBorder/>
 
114
          </Border>
 
115
        </Property>
 
116
      </Properties>
 
117
      <AuxValues>
 
118
        <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="createCheckBox( EditorFindSupport.FIND_INC_SEARCH, &apos;I&apos; );"/>
 
119
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
120
      </AuxValues>
 
121
      <Constraints>
 
122
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
123
          <GridBagConstraints gridX="2" gridY="6" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="11" insetsLeft="11" insetsBottom="11" insetsRight="10" anchor="18" weightX="0.0" weightY="0.0"/>
 
124
        </Constraint>
 
125
      </Constraints>
 
126
    </Component>
 
127
    <Component class="javax.swing.JCheckBox" name="matchCase">
 
128
      <Properties>
 
129
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
130
          <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
131
            <EmptyBorder/>
 
132
          </Border>
 
133
        </Property>
 
134
      </Properties>
 
135
      <AuxValues>
 
136
        <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="createCheckBox( EditorFindSupport.FIND_MATCH_CASE, &apos;C&apos; );"/>
 
137
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
138
      </AuxValues>
 
139
      <Constraints>
 
140
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
141
          <GridBagConstraints gridX="1" gridY="3" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="3" insetsLeft="11" insetsBottom="0" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/>
 
142
        </Constraint>
 
143
      </Constraints>
 
144
    </Component>
 
145
    <Component class="javax.swing.JCheckBox" name="wholeWords">
 
146
      <Properties>
 
147
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
148
          <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
149
            <EmptyBorder/>
 
150
          </Border>
 
151
        </Property>
 
152
      </Properties>
 
153
      <AuxValues>
 
154
        <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="createCheckBox( EditorFindSupport.FIND_WHOLE_WORDS, &apos;W&apos; );"/>
 
155
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
156
      </AuxValues>
 
157
      <Constraints>
 
158
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
159
          <GridBagConstraints gridX="1" gridY="4" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="11" insetsBottom="0" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/>
 
160
        </Constraint>
 
161
      </Constraints>
 
162
    </Component>
 
163
    <Component class="javax.swing.JCheckBox" name="bwdSearch">
 
164
      <Properties>
 
165
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
166
          <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
167
            <EmptyBorder/>
 
168
          </Border>
 
169
        </Property>
 
170
      </Properties>
 
171
      <AuxValues>
 
172
        <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="createCheckBox( EditorFindSupport.FIND_BACKWARD_SEARCH, &apos;B&apos; );"/>
 
173
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
174
      </AuxValues>
 
175
      <Constraints>
 
176
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
177
          <GridBagConstraints gridX="2" gridY="5" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="11" insetsBottom="0" insetsRight="10" anchor="18" weightX="0.0" weightY="0.0"/>
 
178
        </Constraint>
 
179
      </Constraints>
 
180
    </Component>
 
181
    <Component class="javax.swing.JCheckBox" name="wrapSearch">
 
182
      <Properties>
 
183
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
184
          <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
185
            <EmptyBorder/>
 
186
          </Border>
 
187
        </Property>
 
188
      </Properties>
 
189
      <AuxValues>
 
190
        <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="createCheckBox( EditorFindSupport.FIND_WRAP_SEARCH, &apos;p&apos; );"/>
 
191
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
192
      </AuxValues>
 
193
      <Constraints>
 
194
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
195
          <GridBagConstraints gridX="2" gridY="3" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="3" insetsLeft="11" insetsBottom="0" insetsRight="10" anchor="18" weightX="0.0" weightY="0.0"/>
 
196
        </Constraint>
 
197
      </Constraints>
 
198
    </Component>
 
199
    <Component class="javax.swing.JCheckBox" name="regExp">
 
200
      <Properties>
 
201
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
202
          <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
203
            <EmptyBorder/>
 
204
          </Border>
 
205
        </Property>
 
206
      </Properties>
 
207
      <AuxValues>
 
208
        <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="createCheckBox( EditorFindSupport.FIND_REG_EXP, &apos;E&apos; );"/>
 
209
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
210
      </AuxValues>
 
211
      <Constraints>
 
212
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
213
          <GridBagConstraints gridX="1" gridY="5" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="11" insetsBottom="0" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/>
 
214
        </Constraint>
 
215
      </Constraints>
 
216
    </Component>
 
217
    <Component class="javax.swing.JCheckBox" name="blockSearch">
 
218
      <Properties>
 
219
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
220
          <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
221
            <EmptyBorder/>
 
222
          </Border>
 
223
        </Property>
 
224
      </Properties>
 
225
      <AuxValues>
 
226
        <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="createCheckBox( EditorFindSupport.FIND_BLOCK_SEARCH, &apos;l&apos; );"/>
 
227
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
228
      </AuxValues>
 
229
      <Constraints>
 
230
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
231
          <GridBagConstraints gridX="2" gridY="4" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="11" insetsBottom="0" insetsRight="10" anchor="18" weightX="0.0" weightY="0.0"/>
 
232
        </Constraint>
 
233
      </Constraints>
 
234
    </Component>
 
235
  </SubComponents>
 
236
</Form>