contdlg.src (7ea7a1cc) contdlg.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 "helpid.hrc"
25#include "contdlg.hrc"
26
27#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
28
25#include "helpid.hrc"
26#include "contdlg.hrc"
27
28#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
29
29 // RID_SVXDLG_CONTOUR ----------------------------------------------------
30// RID_SVXDLG_CONTOUR ----------------------------------------------------
30FloatingWindow RID_SVXDLG_CONTOUR
31{
31FloatingWindow RID_SVXDLG_CONTOUR
32{
32 HelpID = "svx:FloatingWindow:RID_SVXDLG_CONTOUR";
33 HelpID = "svx:FloatingWindow:RID_SVXDLG_CONTOUR" ;
33 OutputSize = TRUE ;
34 Hide = TRUE ;
35 SVLook = TRUE ;
34 OutputSize = TRUE ;
35 Hide = TRUE ;
36 SVLook = TRUE ;
36 Pos = MAP_APPFONT ( 0 , 0 ) ;
37 Size = MAP_APPFONT ( 270 , 213 ) ;
37 Pos = MAP_APPFONT ( 0, 0 ) ;
38 Size = MAP_APPFONT ( 270, 213 ) ;
38 Text [ en-US ] = "Contour Editor" ;
39 Sizeable = TRUE ;
40 Moveable = TRUE ;
41 Closeable = TRUE ;
42 Zoomable = TRUE ;
43 ToolBox TBX1
44 {
45 SVLook = TRUE ;
39 Text [ en-US ] = "Contour Editor" ;
40 Sizeable = TRUE ;
41 Moveable = TRUE ;
42 Closeable = TRUE ;
43 Zoomable = TRUE ;
44 ToolBox TBX1
45 {
46 SVLook = TRUE ;
46 Pos = MAP_APPFONT ( 6 , 6 ) ;
47 Pos = MAP_APPFONT ( 6, 6 ) ;
47 HelpId = HID_CONTDLG_TOOLBOX ;
48 ItemList =
49 {
50 ToolBoxItem
51 {
52 Identifier = TBI_APPLY ;
53 HelpId = HID_CONTDLG_APPLY ;
54 Text [ en-US ] = "Apply" ;

--- 113 unchanged lines hidden (view full) ---

168 HelpId = HID_CONTDLG_PIPETTE ;
169 Text [ en-US ] = "Pipette" ;
170 AutoCheck = TRUE ;
171 };
172 };
173 };
174 MetricField MTF_TOLERANCE
175 {
48 HelpId = HID_CONTDLG_TOOLBOX ;
49 ItemList =
50 {
51 ToolBoxItem
52 {
53 Identifier = TBI_APPLY ;
54 HelpId = HID_CONTDLG_APPLY ;
55 Text [ en-US ] = "Apply" ;

--- 113 unchanged lines hidden (view full) ---

169 HelpId = HID_CONTDLG_PIPETTE ;
170 Text [ en-US ] = "Pipette" ;
171 AutoCheck = TRUE ;
172 };
173 };
174 };
175 MetricField MTF_TOLERANCE
176 {
176 HelpID = "svx:MetricField:RID_SVXDLG_CONTOUR:MTF_TOLERANCE";
177 HelpID = "svx:MetricField:RID_SVXDLG_CONTOUR:MTF_TOLERANCE" ;
177 Border = TRUE ;
178 Border = TRUE ;
178 Pos = MAP_APPFONT ( 0 , 0 ) ;
179 Size = MAP_APPFONT ( 28 , 12 ) ;
179 Pos = MAP_APPFONT ( 0, 0 ) ;
180 Size = MAP_APPFONT ( 28, 12 ) ;
180 TabStop = TRUE ;
181 Repeat = TRUE ;
182 Spin = TRUE ;
183 Maximum = 99 ;
184 Last = 99 ;
185 SpinSize = 1 ;
186 Unit = FUNIT_PERCENT ;
187 QuickHelpText [ en-US ] = "Color Tolerance" ;
188 };
189 Control CTL_CONTOUR
190 {
191 Border = TRUE ;
192 SVLook = TRUE ;
181 TabStop = TRUE ;
182 Repeat = TRUE ;
183 Spin = TRUE ;
184 Maximum = 99 ;
185 Last = 99 ;
186 SpinSize = 1 ;
187 Unit = FUNIT_PERCENT ;
188 QuickHelpText [ en-US ] = "Color Tolerance" ;
189 };
190 Control CTL_CONTOUR
191 {
192 Border = TRUE ;
193 SVLook = TRUE ;
193 Pos = MAP_APPFONT ( 6 , 24 ) ;
194 Pos = MAP_APPFONT ( 6, 24 ) ;
194 HelpId = HID_CONTDLG_GRAPHWND ;
195 };
196
195 HelpId = HID_CONTDLG_GRAPHWND ;
196 };
197
197#define CONTOURDLG_IDLIST \
198 IdList = \
199 { \
200 TBI_APPLY ; \
201 TBI_WORKPLACE ; \
202 TBI_SELECT ; \
203 TBI_RECT ; \
204 TBI_CIRCLE ; \
205 TBI_POLY ; \
206 TBI_POLYEDIT ; \
207 TBI_POLYMOVE ; \
208 TBI_POLYINSERT ; \
198#define CONTOURDLG_IDLIST \
199 IdList = \
200 { \
201 TBI_APPLY ; \
202 TBI_WORKPLACE ; \
203 TBI_SELECT ; \
204 TBI_RECT ; \
205 TBI_CIRCLE ; \
206 TBI_POLY ; \
207 TBI_POLYEDIT ; \
208 TBI_POLYMOVE ; \
209 TBI_POLYINSERT ; \
209 TBI_POLYDELETE ; \
210 TBI_AUTOCONTOUR ; \
210 TBI_POLYDELETE ; \
211 TBI_AUTOCONTOUR ; \
211 TBI_UNDO ; \
212 TBI_REDO ; \
213 TBI_PIPETTE ; \
214 }; \
215 IdCount = { 14 ; };
212 TBI_UNDO ; \
213 TBI_REDO ; \
214 TBI_PIPETTE ; \
215 }; \
216 IdCount = { 14 ; };
216
217 ImageList CD_IMAPDLG
218 {
217
218 ImageList CD_IMAPDLG
219 {
219 Prefix = "cd";
220 Prefix = "cd" ;
220 MASKCOLOR
221 MASKCOLOR
221 CONTOURDLG_IDLIST
222 };
223 ImageList CDH_IMAPDLG
222 CONTOURDLG_IDLIST
223 };
224 ImageList CDH_IMAPDLG
224 {
225 {
225 Prefix = "cdh";
226 Prefix = "cdh" ;
226 MASKCOLOR
227 MASKCOLOR
227 CONTOURDLG_IDLIST
228 };
228 CONTOURDLG_IDLIST
229 };
229};
230/******************************************************************************/
231String STR_CONTOURDLG_MODIFY
232{
233 Text [ en-US ] = "The contour has been modified.\nDo you want to save the changes?" ;
234};
235String STR_CONTOURDLG_NEWPIPETTE
236{
237 Text [ en-US ] = "Do you want to create a new contour?" ;
238};
239String STR_CONTOURDLG_WORKPLACE
240{
241 Text [ en-US ] = "Setting a new workspace will\ncause the contour to be deleted.\nAre you sure you want to continue?" ;
242};
243String STR_CONTOURDLG_LINKED
244{
245 Text [ en-US ] = "This graphic object is linked to the document. Do you want to unlink the graphics in order to edit it?" ;
246};
230};
231/******************************************************************************/
232String STR_CONTOURDLG_MODIFY
233{
234 Text [ en-US ] = "The contour has been modified.\nDo you want to save the changes?" ;
235};
236String STR_CONTOURDLG_NEWPIPETTE
237{
238 Text [ en-US ] = "Do you want to create a new contour?" ;
239};
240String STR_CONTOURDLG_WORKPLACE
241{
242 Text [ en-US ] = "Setting a new workspace will\ncause the contour to be deleted.\nAre you sure you want to continue?" ;
243};
244String STR_CONTOURDLG_LINKED
245{
246 Text [ en-US ] = "This graphic object is linked to the document. Do you want to unlink the graphics in order to edit it?" ;
247};
247/******************************************************************************/
248
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
249// ********************************************************************** EOF