bmpmask.src (38972840) bmpmask.src (1e790e4d)
1/**************************************************************
1/**************************************************************
2 *
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
10 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
19 *
20 *************************************************************/
21
22
20 *************************************************************/
21
22
23 // include ---------------------------------------------------------------
23
24// include ---------------------------------------------------------------
24#include <svx/svxids.hrc>
25#include <svx/dialogs.hrc>
26#include "bmpmask.hrc"
27#include "helpid.hrc"
28
29
25#include <svx/svxids.hrc>
26#include <svx/dialogs.hrc>
27#include "bmpmask.hrc"
28#include "helpid.hrc"
29
30
30#define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
31
32
33 // RID_SVXDLG_BMPMASK ----------------------------------------------------
31// RID_SVXDLG_BMPMASK ----------------------------------------------------
34DockingWindow RID_SVXDLG_BMPMASK
35{
36 HelpId = CMD_SID_BMPMASK ;
37 OutputSize = TRUE ;
38 Hide = TRUE ;
39 SVLook = TRUE ;
32DockingWindow RID_SVXDLG_BMPMASK
33{
34 HelpId = CMD_SID_BMPMASK ;
35 OutputSize = TRUE ;
36 Hide = TRUE ;
37 SVLook = TRUE ;
40 Pos = MAP_APPFONT ( 0 , 0 ) ;
41 Size = MAP_APPFONT ( 163 , 126 ) ;
38 Pos = MAP_APPFONT ( 0, 0 ) ;
39 Size = MAP_APPFONT ( 163, 126 ) ;
42 Sizeable = FALSE ;
43 Moveable = TRUE ;
44 Closeable = TRUE ;
45 Zoomable = TRUE ;
46 Dockable = TRUE ;
47 EnableResizing = TRUE ;
40 Sizeable = FALSE ;
41 Moveable = TRUE ;
42 Closeable = TRUE ;
43 Zoomable = TRUE ;
44 Dockable = TRUE ;
45 EnableResizing = TRUE ;
48 FixedLine GRP_Q
46 FixedLine GRP_Q
49 {
47 {
50 Pos = MAP_APPFONT ( 6 , 26 ) ;
51 Size = MAP_APPFONT ( 151 , 8 ) ;
48 Pos = MAP_APPFONT ( 6, 26 ) ;
49 Size = MAP_APPFONT ( 151, 8 ) ;
52 Text [ en-US ] = "Colors" ;
53 };
54 FixedText FT_1
55 {
50 Text [ en-US ] = "Colors" ;
51 };
52 FixedText FT_1
53 {
56 Pos = MAP_APPFONT ( 12 , 37 ) ;
57 Size = MAP_APPFONT ( 44 , 8 ) ;
54 Pos = MAP_APPFONT ( 12, 37 ) ;
55 Size = MAP_APPFONT ( 44, 8 ) ;
58 Text [ en-US ] = "Source color" ;
59 };
60 FixedText FT_2
61 {
56 Text [ en-US ] = "Source color" ;
57 };
58 FixedText FT_2
59 {
62 Pos = MAP_APPFONT ( 58 , 37 ) ;
63 Size = MAP_APPFONT ( 34 , 8 ) ;
60 Pos = MAP_APPFONT ( 58, 37 ) ;
61 Size = MAP_APPFONT ( 34, 8 ) ;
64 Text [ en-US ] = "Tolerance" ;
65 };
66 FixedText FT_3
67 {
62 Text [ en-US ] = "Tolerance" ;
63 };
64 FixedText FT_3
65 {
68 Pos = MAP_APPFONT ( 93 , 37 ) ;
69 Size = MAP_APPFONT ( 64 , 8 ) ;
66 Pos = MAP_APPFONT ( 93, 37 ) ;
67 Size = MAP_APPFONT ( 64, 8 ) ;
70 Text [ en-US ] = "Replace with..." ;
71 };
72
73 // line 1
74
75 CheckBox CBX_1
76 {
68 Text [ en-US ] = "Replace with..." ;
69 };
70
71 // line 1
72
73 CheckBox CBX_1
74 {
77 HelpID = "svx:CheckBox:RID_SVXDLG_BMPMASK:CBX_1";
78 Pos = MAP_APPFONT ( 12 , 50 ) ;
79 Size = MAP_APPFONT ( 10 , 10 ) ;
75 HelpID = "svx:CheckBox:RID_SVXDLG_BMPMASK:CBX_1" ;
76 Pos = MAP_APPFONT ( 12, 50 ) ;
77 Size = MAP_APPFONT ( 10, 10 ) ;
80 TabStop = TRUE ;
81 };
82 Control QCOL_1
83 {
84 HelpId = HID_BMPMASK_CTL_QCOL_1 ;
78 TabStop = TRUE ;
79 };
80 Control QCOL_1
81 {
82 HelpId = HID_BMPMASK_CTL_QCOL_1 ;
85 Pos = MAP_APPFONT ( 24 , 48 ) ;
86 Size = MAP_APPFONT ( 24 , 12 ) ;
83 Pos = MAP_APPFONT ( 24, 48 ) ;
84 Size = MAP_APPFONT ( 24, 12 ) ;
87 Border = TRUE ;
88 TabStop = TRUE ;
89 };
90 MetricField SP_1
91 {
85 Border = TRUE ;
86 TabStop = TRUE ;
87 };
88 MetricField SP_1
89 {
92 HelpID = "svx:MetricField:RID_SVXDLG_BMPMASK:SP_1";
90 HelpID = "svx:MetricField:RID_SVXDLG_BMPMASK:SP_1" ;
93 Border = TRUE ;
91 Border = TRUE ;
94 Pos = MAP_APPFONT ( 58 , 48 ) ;
95 Size = MAP_APPFONT ( 29 , 12 ) ;
92 Pos = MAP_APPFONT ( 58, 48 ) ;
93 Size = MAP_APPFONT ( 29, 12 ) ;
96 TabStop = TRUE ;
97 Repeat = TRUE ;
98 Spin = TRUE ;
99 Maximum = 99 ;
100 Last = 99 ;
101 SpinSize = 1 ;
102 Unit = FUNIT_PERCENT ;
103 };
104 ListBox LB_1
105 {
94 TabStop = TRUE ;
95 Repeat = TRUE ;
96 Spin = TRUE ;
97 Maximum = 99 ;
98 Last = 99 ;
99 SpinSize = 1 ;
100 Unit = FUNIT_PERCENT ;
101 };
102 ListBox LB_1
103 {
106 HelpID = "svx:ListBox:RID_SVXDLG_BMPMASK:LB_1";
104 HelpID = "svx:ListBox:RID_SVXDLG_BMPMASK:LB_1" ;
107 Border = TRUE ;
105 Border = TRUE ;
108 Pos = MAP_APPFONT ( 93 , 48 ) ;
109 Size = MAP_APPFONT ( 64 , 75 ) ;
106 Pos = MAP_APPFONT ( 93, 48 ) ;
107 Size = MAP_APPFONT ( 64, 75 ) ;
110 TabStop = TRUE ;
111 DropDown = TRUE ;
112 DDExtraWidth = TRUE ;
113 };
114
115 // line 2
116
117 CheckBox CBX_2
118 {
108 TabStop = TRUE ;
109 DropDown = TRUE ;
110 DDExtraWidth = TRUE ;
111 };
112
113 // line 2
114
115 CheckBox CBX_2
116 {
119 HelpID = "svx:CheckBox:RID_SVXDLG_BMPMASK:CBX_2";
120 Pos = MAP_APPFONT ( 12 , 65 ) ;
121 Size = MAP_APPFONT ( 10 , 10 ) ;
117 HelpID = "svx:CheckBox:RID_SVXDLG_BMPMASK:CBX_2" ;
118 Pos = MAP_APPFONT ( 12, 65 ) ;
119 Size = MAP_APPFONT ( 10, 10 ) ;
122 TabStop = TRUE ;
123 };
124 Control QCOL_2
125 {
126 HelpId = HID_BMPMASK_CTL_QCOL_1 ;
120 TabStop = TRUE ;
121 };
122 Control QCOL_2
123 {
124 HelpId = HID_BMPMASK_CTL_QCOL_1 ;
127 Pos = MAP_APPFONT ( 24 , 63 ) ;
128 Size = MAP_APPFONT ( 24 , 12 ) ;
125 Pos = MAP_APPFONT ( 24, 63 ) ;
126 Size = MAP_APPFONT ( 24, 12 ) ;
129 Border = TRUE ;
130 TabStop = TRUE ;
131 };
132 MetricField SP_2
133 {
127 Border = TRUE ;
128 TabStop = TRUE ;
129 };
130 MetricField SP_2
131 {
134 HelpID = "svx:MetricField:RID_SVXDLG_BMPMASK:SP_2";
132 HelpID = "svx:MetricField:RID_SVXDLG_BMPMASK:SP_2" ;
135 Border = TRUE ;
133 Border = TRUE ;
136 Pos = MAP_APPFONT ( 58 , 63 ) ;
137 Size = MAP_APPFONT ( 29 , 12 ) ;
134 Pos = MAP_APPFONT ( 58, 63 ) ;
135 Size = MAP_APPFONT ( 29, 12 ) ;
138 TabStop = TRUE ;
139 Repeat = TRUE ;
140 Spin = TRUE ;
141 Maximum = 99 ;
142 Last = 99 ;
143 SpinSize = 1 ;
144 Unit = FUNIT_PERCENT ;
145 };
146 ListBox LB_2
147 {
136 TabStop = TRUE ;
137 Repeat = TRUE ;
138 Spin = TRUE ;
139 Maximum = 99 ;
140 Last = 99 ;
141 SpinSize = 1 ;
142 Unit = FUNIT_PERCENT ;
143 };
144 ListBox LB_2
145 {
148 HelpID = "svx:ListBox:RID_SVXDLG_BMPMASK:LB_2";
146 HelpID = "svx:ListBox:RID_SVXDLG_BMPMASK:LB_2" ;
149 Border = TRUE ;
147 Border = TRUE ;
150 Pos = MAP_APPFONT ( 93 , 63 ) ;
151 Size = MAP_APPFONT ( 64 , 75 ) ;
148 Pos = MAP_APPFONT ( 93, 63 ) ;
149 Size = MAP_APPFONT ( 64, 75 ) ;
152 TabStop = TRUE ;
153 DropDown = TRUE ;
154 DDExtraWidth = TRUE ;
155 };
156
157 // line 3
158
159 CheckBox CBX_3
160 {
150 TabStop = TRUE ;
151 DropDown = TRUE ;
152 DDExtraWidth = TRUE ;
153 };
154
155 // line 3
156
157 CheckBox CBX_3
158 {
161 HelpID = "svx:CheckBox:RID_SVXDLG_BMPMASK:CBX_3";
162 Pos = MAP_APPFONT ( 12 , 80 ) ;
163 Size = MAP_APPFONT ( 10 , 10 ) ;
159 HelpID = "svx:CheckBox:RID_SVXDLG_BMPMASK:CBX_3" ;
160 Pos = MAP_APPFONT ( 12, 80 ) ;
161 Size = MAP_APPFONT ( 10, 10 ) ;
164 TabStop = TRUE ;
165 };
166 Control QCOL_3
167 {
168 HelpId = HID_BMPMASK_CTL_QCOL_1 ;
162 TabStop = TRUE ;
163 };
164 Control QCOL_3
165 {
166 HelpId = HID_BMPMASK_CTL_QCOL_1 ;
169 Pos = MAP_APPFONT ( 24 , 78 ) ;
170 Size = MAP_APPFONT ( 24 , 12 ) ;
167 Pos = MAP_APPFONT ( 24, 78 ) ;
168 Size = MAP_APPFONT ( 24, 12 ) ;
171 Border = TRUE ;
172 TabStop = TRUE ;
173 };
174 MetricField SP_3
175 {
169 Border = TRUE ;
170 TabStop = TRUE ;
171 };
172 MetricField SP_3
173 {
176 HelpID = "svx:MetricField:RID_SVXDLG_BMPMASK:SP_3";
174 HelpID = "svx:MetricField:RID_SVXDLG_BMPMASK:SP_3" ;
177 Border = TRUE ;
175 Border = TRUE ;
178 Pos = MAP_APPFONT ( 58, 78 ) ;
179 Size = MAP_APPFONT ( 29 , 12 ) ;
176 Pos = MAP_APPFONT ( 58, 78 ) ;
177 Size = MAP_APPFONT ( 29, 12 ) ;
180 TabStop = TRUE ;
181 Repeat = TRUE ;
182 Spin = TRUE ;
183 Maximum = 99 ;
184 Last = 99 ;
185 SpinSize = 1 ;
186 Unit = FUNIT_PERCENT ;
187 };
188 ListBox LB_3
189 {
178 TabStop = TRUE ;
179 Repeat = TRUE ;
180 Spin = TRUE ;
181 Maximum = 99 ;
182 Last = 99 ;
183 SpinSize = 1 ;
184 Unit = FUNIT_PERCENT ;
185 };
186 ListBox LB_3
187 {
190 HelpID = "svx:ListBox:RID_SVXDLG_BMPMASK:LB_3";
188 HelpID = "svx:ListBox:RID_SVXDLG_BMPMASK:LB_3" ;
191 Border = TRUE ;
189 Border = TRUE ;
192 Pos = MAP_APPFONT ( 93 , 78 ) ;
193 Size = MAP_APPFONT ( 64 , 75 ) ;
190 Pos = MAP_APPFONT ( 93, 78 ) ;
191 Size = MAP_APPFONT ( 64, 75 ) ;
194 TabStop = TRUE ;
195 DropDown = TRUE ;
196 DDExtraWidth = TRUE ;
197 };
198
199 // Line 4
200
201 CheckBox CBX_4
202 {
192 TabStop = TRUE ;
193 DropDown = TRUE ;
194 DDExtraWidth = TRUE ;
195 };
196
197 // Line 4
198
199 CheckBox CBX_4
200 {
203 HelpID = "svx:CheckBox:RID_SVXDLG_BMPMASK:CBX_4";
204 Pos = MAP_APPFONT ( 12 , 95 ) ;
205 Size = MAP_APPFONT ( 10 , 10 ) ;
201 HelpID = "svx:CheckBox:RID_SVXDLG_BMPMASK:CBX_4" ;
202 Pos = MAP_APPFONT ( 12, 95 ) ;
203 Size = MAP_APPFONT ( 10, 10 ) ;
206 TabStop = TRUE ;
207 };
208 Control QCOL_4
209 {
210 HelpId = HID_BMPMASK_CTL_QCOL_1 ;
204 TabStop = TRUE ;
205 };
206 Control QCOL_4
207 {
208 HelpId = HID_BMPMASK_CTL_QCOL_1 ;
211 Pos = MAP_APPFONT ( 24 , 93 ) ;
212 Size = MAP_APPFONT ( 24 , 12 ) ;
209 Pos = MAP_APPFONT ( 24, 93 ) ;
210 Size = MAP_APPFONT ( 24, 12 ) ;
213 Border = TRUE ;
214 TabStop = TRUE ;
215 };
216 MetricField SP_4
217 {
211 Border = TRUE ;
212 TabStop = TRUE ;
213 };
214 MetricField SP_4
215 {
218 HelpID = "svx:MetricField:RID_SVXDLG_BMPMASK:SP_4";
216 HelpID = "svx:MetricField:RID_SVXDLG_BMPMASK:SP_4" ;
219 Border = TRUE ;
217 Border = TRUE ;
220 Pos = MAP_APPFONT ( 58 , 93 ) ;
221 Size = MAP_APPFONT ( 29 , 12 ) ;
218 Pos = MAP_APPFONT ( 58, 93 ) ;
219 Size = MAP_APPFONT ( 29, 12 ) ;
222 TabStop = TRUE ;
223 Repeat = TRUE ;
224 Spin = TRUE ;
225 Maximum = 99 ;
226 Last = 99 ;
227 SpinSize = 1 ;
228 Unit = FUNIT_PERCENT ;
229 };
230 ListBox LB_4
231 {
220 TabStop = TRUE ;
221 Repeat = TRUE ;
222 Spin = TRUE ;
223 Maximum = 99 ;
224 Last = 99 ;
225 SpinSize = 1 ;
226 Unit = FUNIT_PERCENT ;
227 };
228 ListBox LB_4
229 {
232 HelpID = "svx:ListBox:RID_SVXDLG_BMPMASK:LB_4";
230 HelpID = "svx:ListBox:RID_SVXDLG_BMPMASK:LB_4" ;
233 Border = TRUE ;
231 Border = TRUE ;
234 Pos = MAP_APPFONT ( 93 , 93 ) ;
235 Size = MAP_APPFONT ( 64 , 75 ) ;
232 Pos = MAP_APPFONT ( 93, 93 ) ;
233 Size = MAP_APPFONT ( 64, 75 ) ;
236 TabStop = TRUE ;
237 DropDown = TRUE ;
238 DDExtraWidth = TRUE ;
239 };
240
241 CheckBox CBX_TRANS
242 {
234 TabStop = TRUE ;
235 DropDown = TRUE ;
236 DDExtraWidth = TRUE ;
237 };
238
239 CheckBox CBX_TRANS
240 {
243 HelpID = "svx:CheckBox:RID_SVXDLG_BMPMASK:CBX_TRANS";
244 Pos = MAP_APPFONT ( 12 , 110 ) ;
245 Size = MAP_APPFONT ( 71 , 10 ) ;
241 HelpID = "svx:CheckBox:RID_SVXDLG_BMPMASK:CBX_TRANS" ;
242 Pos = MAP_APPFONT ( 12, 110 ) ;
243 Size = MAP_APPFONT ( 71, 10 ) ;
246 TabStop = TRUE ;
247 Text [ en-US ] = "Tr~ansparency" ;
248 };
249
250 PushButton BTN_EXEC
251 {
244 TabStop = TRUE ;
245 Text [ en-US ] = "Tr~ansparency" ;
246 };
247
248 PushButton BTN_EXEC
249 {
252 HelpID = "svx:PushButton:RID_SVXDLG_BMPMASK:BTN_EXEC";
253 Pos = MAP_APPFONT ( 93 , 6 ) ;
254 Size = MAP_APPFONT ( 64 , 14 ) ;
250 HelpID = "svx:PushButton:RID_SVXDLG_BMPMASK:BTN_EXEC" ;
251 Pos = MAP_APPFONT ( 93, 6 ) ;
252 Size = MAP_APPFONT ( 64, 14 ) ;
255 Text [ en-US ] = "~Replace" ;
256 };
257
258 ListBox LB_TRANS
259 {
253 Text [ en-US ] = "~Replace" ;
254 };
255
256 ListBox LB_TRANS
257 {
260 HelpID = "svx:ListBox:RID_SVXDLG_BMPMASK:LB_TRANS";
258 HelpID = "svx:ListBox:RID_SVXDLG_BMPMASK:LB_TRANS" ;
261 Border = TRUE ;
259 Border = TRUE ;
262 Pos = MAP_APPFONT ( 93 , 108 ) ;
263 Size = MAP_APPFONT ( 64 , 75 ) ;
260 Pos = MAP_APPFONT ( 93, 108 ) ;
261 Size = MAP_APPFONT ( 64, 75 ) ;
264 TabStop = TRUE ;
265 DropDown = TRUE ;
266 DDExtraWidth = TRUE ;
267 };
268 ToolBox TBX_PIPETTE
269 {
270 SVLook = TRUE ;
262 TabStop = TRUE ;
263 DropDown = TRUE ;
264 DDExtraWidth = TRUE ;
265 };
266 ToolBox TBX_PIPETTE
267 {
268 SVLook = TRUE ;
271 Pos = MAP_APPFONT ( 6 , 7 ) ;
269 Pos = MAP_APPFONT ( 6, 7 ) ;
272 ItemList =
273 {
274 ToolBoxItem
275 {
276 AutoCheck = TRUE ;
277 Identifier = TBI_PIPETTE ;
278 HelpId = HID_BMPMASK_TBI_PIPETTE ;
279 ItemImage = Image
280 {
281 ImageBitmap = Bitmap { File = "sc10350.png" ; };
270 ItemList =
271 {
272 ToolBoxItem
273 {
274 AutoCheck = TRUE ;
275 Identifier = TBI_PIPETTE ;
276 HelpId = HID_BMPMASK_TBI_PIPETTE ;
277 ItemImage = Image
278 {
279 ImageBitmap = Bitmap { File = "sc10350.png" ; };
282 MASKCOLOR
283 };
284 Text [ en-US ] = "Pipette" ;
285 };
286 };
287 };
288 Control WND_PIPETTE
289 {
290 HelpId = HID_BMPMASK_CTL_PIPETTE ;
291 Border = TRUE ;
280 };
281 Text [ en-US ] = "Pipette" ;
282 };
283 };
284 };
285 Control WND_PIPETTE
286 {
287 HelpId = HID_BMPMASK_CTL_PIPETTE ;
288 Border = TRUE ;
292 Pos = MAP_APPFONT ( 22 , 6 ) ;
293 Size = MAP_APPFONT ( 43 , 14 ) ;
289 Pos = MAP_APPFONT ( 22, 6 ) ;
290 Size = MAP_APPFONT ( 43, 14 ) ;
294 };
295 Text [ en-US ] = "Color Replacer" ;
296
297 Image IMG_PIPETTE
298 {
299 ImageBitmap = Bitmap { File = "sc10350.png" ; };
291 };
292 Text [ en-US ] = "Color Replacer" ;
293
294 Image IMG_PIPETTE
295 {
296 ImageBitmap = Bitmap { File = "sc10350.png" ; };
300 MASKCOLOR
301 };
302
303 Image IMG_PIPETTE_H
304 {
305 ImageBitmap = Bitmap { File = "sc10350_h.png" ; };
297 };
298
299 Image IMG_PIPETTE_H
300 {
301 ImageBitmap = Bitmap { File = "sc10350_h.png" ; };
306 MASKCOLOR
307 };
308};
309
310String RID_SVXDLG_BMPMASK_STR_TRANSP
311{
302 };
303};
304
305String RID_SVXDLG_BMPMASK_STR_TRANSP
306{
312 Text [ en-US ] = "Transparent";
307 Text [ en-US ] = "Transparent" ;
313};
314
315String RID_SVXDLG_BMPMASK_STR_SOURCECOLOR
316{
308};
309
310String RID_SVXDLG_BMPMASK_STR_SOURCECOLOR
311{
317 // This string is used by the eyedropper dialog to denote a color in an image
318 // that will be replaced by another color.
319 Text [ en-US ] = "Source Color";
312 // This string is used by the eyedropper dialog to denote a color in an image
313 // that will be replaced by another color.
314 Text [ en-US ] = "Source Color" ;
320};
321
322String RID_SVXDLG_BMPMASK_STR_PALETTE
323{
315};
316
317String RID_SVXDLG_BMPMASK_STR_PALETTE
318{
324 Text [ en-US ] = "Color Palette";
319 Text [ en-US ] = "Color Palette" ;
325};
326String RID_SVXDLG_BMPMASK_STR_TOLERANCE
327{
320};
321String RID_SVXDLG_BMPMASK_STR_TOLERANCE
322{
328 Text [ en-US ] = "Tolerance";
323 Text [ en-US ] = "Tolerance" ;
329};
330String RID_SVXDLG_BMPMASK_STR_REPLACEWITH
331{
324};
325String RID_SVXDLG_BMPMASK_STR_REPLACEWITH
326{
332 Text [ en-US ] = "Replace with";
327 Text [ en-US ] = "Replace with" ;
333};
334
328};
329
330// ********************************************************************** EOF