1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: contdlg.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 // include ---------------------------------------------------------------
32 #include "contdlg.hrc"
34 #define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
36 // RID_SVXDLG_CONTOUR ----------------------------------------------------
37 FloatingWindow RID_SVXDLG_CONTOUR
42 Pos = MAP_APPFONT ( 0 , 0 ) ;
43 Size = MAP_APPFONT ( 270 , 213 ) ;
44 Text [ en-US ] = "Contour Editor" ;
52 Pos = MAP_APPFONT ( 6 , 6 ) ;
53 HelpId = HID_CONTDLG_TOOLBOX ;
58 Identifier = TBI_APPLY ;
59 HelpId = HID_CONTDLG_APPLY ;
60 Text [ en-US ] = "Apply" ;
64 Type = TOOLBOXITEM_SEPARATOR ;
68 Identifier = TBI_WORKPLACE ;
69 HelpId = HID_CONTDLG_WORKPLACE ;
70 Text [ en-US ] = "Workspace" ;
75 Type = TOOLBOXITEM_SEPARATOR ;
79 Identifier = TBI_SELECT ;
80 HelpId = HID_CONTDLG_SELECT ;
83 Text [ en-US ] = "Select" ;
87 Identifier = TBI_RECT ;
88 HelpId = HID_CONTDLG_RECT ;
91 Text [ en-US ] = "Rectangle" ;
95 Identifier = TBI_CIRCLE ;
96 HelpId = HID_CONTDLG_CIRCLE ;
99 Text [ en-US ] = "Ellipse" ;
103 Identifier = TBI_POLY ;
104 HelpId = HID_CONTDLG_POLY ;
107 Text [ en-US ] = "Polygon" ;
111 Type = TOOLBOXITEM_SEPARATOR ;
115 Identifier = TBI_POLYEDIT ;
116 HelpId = HID_CONTDLG_POLYEDIT ;
117 Text [ en-US ] = "Edit Points" ;
122 Identifier = TBI_POLYMOVE ;
123 HelpId = HID_CONTDLG_POLYMOVE ;
124 Text [ en-US ] = "Move Points" ;
130 Identifier = TBI_POLYINSERT ;
131 HelpId = HID_CONTDLG_POLYINSERT ;
132 Text [ en-US ] = "Insert Points" ;
138 Identifier = TBI_POLYDELETE ;
139 HelpId = HID_CONTDLG_POLYDELETE ;
140 Text [ en-US ] = "Delete Points" ;
144 Type = TOOLBOXITEM_SEPARATOR ;
148 Identifier = TBI_AUTOCONTOUR ;
149 HelpId = HID_CONTDLG_AUTOCONTOUR ;
150 Text [ en-US ] = "AutoContour" ;
154 Type = TOOLBOXITEM_SEPARATOR ;
158 Identifier = TBI_UNDO ;
159 HelpId = HID_CONTDLG_UNDO ;
161 Text [ en-US ] = "Undo " ;
165 Identifier = TBI_REDO ;
166 HelpId = HID_CONTDLG_REDO ;
169 Text [ en-US ] = "Redo " ;
173 Identifier = TBI_PIPETTE ;
174 HelpId = HID_CONTDLG_PIPETTE ;
175 Text [ en-US ] = "Eyedropper" ;
180 MetricField MTF_TOLERANCE
183 Pos = MAP_APPFONT ( 0 , 0 ) ;
184 Size = MAP_APPFONT ( 28 , 12 ) ;
191 Unit = FUNIT_CUSTOM ;
192 QuickHelpText [ en-US ] = "Color Tolerance" ;
193 CustomUnitText [ en-US ] = "%" ;
199 Pos = MAP_APPFONT ( 6 , 24 ) ;
200 HelpId = HID_CONTDLG_GRAPHWND ;
203 #define CONTOURDLG_IDLIST \
229 ImageList CDH_IMAPDLG
236 /******************************************************************************/
237 String STR_CONTOURDLG_MODIFY
239 Text [ en-US ] = "The contour has been modified.\nDo you want to save the changes?" ;
241 String STR_CONTOURDLG_NEWPIPETTE
243 Text [ en-US ] = "Do you want to create a new contour?" ;
245 String STR_CONTOURDLG_WORKPLACE
247 Text [ en-US ] = "Setting a new workspace will\ncause the contour to be deleted.\nAre you sure you want to continue?" ;
249 String STR_CONTOURDLG_LINKED
251 Text [ en-US ] = "This graphic object is linked to the document. Do you want to unlink the graphics in order to edit it?" ;
253 /******************************************************************************/