update dev300-m58
[ooovba.git] / svx / source / dialog / contdlg.src
blobb2c663cc8c3e62041126c410839ff3797d93a51e
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: contdlg.src,v $
10  * $Revision: 1.39 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
30  // include ---------------------------------------------------------------
31 #include "helpid.hrc"
32 #include "contdlg.hrc"
34 #define MASKCOLOR       MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
36  // RID_SVXDLG_CONTOUR ----------------------------------------------------
37 FloatingWindow RID_SVXDLG_CONTOUR
39     OutputSize = TRUE ;
40     Hide = TRUE ;
41     SVLook = TRUE ;
42     Pos = MAP_APPFONT ( 0 , 0 ) ;
43     Size = MAP_APPFONT ( 270 , 213 ) ;
44     Text [ en-US ] = "Contour Editor" ;
45     Sizeable = TRUE ;
46     Moveable = TRUE ;
47     Closeable = TRUE ;
48     Zoomable = TRUE ;
49     ToolBox TBX1
50     {
51         SVLook = TRUE ;
52         Pos = MAP_APPFONT ( 6 , 6 ) ;
53         HelpId = HID_CONTDLG_TOOLBOX ;
54         ItemList =
55         {
56             ToolBoxItem
57             {
58                 Identifier = TBI_APPLY ;
59                 HelpId = HID_CONTDLG_APPLY ;
60                 Text [ en-US ] = "Apply" ;
61             };
62             ToolBoxItem
63             {
64                 Type = TOOLBOXITEM_SEPARATOR ;
65             };
66             ToolBoxItem
67             {
68                 Identifier = TBI_WORKPLACE ;
69                 HelpId = HID_CONTDLG_WORKPLACE ;
70                 Text [ en-US ] = "Workspace" ;
71                 AutoCheck = TRUE ;
72             };
73             ToolBoxItem
74             {
75                 Type = TOOLBOXITEM_SEPARATOR ;
76             };
77             ToolBoxItem
78             {
79                 Identifier = TBI_SELECT ;
80                 HelpId = HID_CONTDLG_SELECT ;
81                 RadioCheck = TRUE ;
82                 AutoCheck = TRUE ;
83                 Text [ en-US ] = "Select" ;
84             };
85             ToolBoxItem
86             {
87                 Identifier = TBI_RECT ;
88                 HelpId = HID_CONTDLG_RECT ;
89                 RadioCheck = TRUE ;
90                 AutoCheck = TRUE ;
91                 Text [ en-US ] = "Rectangle" ;
92             };
93             ToolBoxItem
94             {
95                 Identifier = TBI_CIRCLE ;
96                 HelpId = HID_CONTDLG_CIRCLE ;
97                 RadioCheck = TRUE ;
98                 AutoCheck = TRUE ;
99                 Text [ en-US ] = "Ellipse" ;
100             };
101             ToolBoxItem
102             {
103                 Identifier = TBI_POLY ;
104                 HelpId = HID_CONTDLG_POLY ;
105                 RadioCheck = TRUE ;
106                 AutoCheck = TRUE ;
107                 Text [ en-US ] = "Polygon" ;
108             };
109             ToolBoxItem
110             {
111                 Type = TOOLBOXITEM_SEPARATOR ;
112             };
113             ToolBoxItem
114             {
115                 Identifier = TBI_POLYEDIT ;
116                 HelpId = HID_CONTDLG_POLYEDIT ;
117                 Text [ en-US ] = "Edit Points" ;
118                 AutoCheck = TRUE ;
119             };
120             ToolBoxItem
121             {
122                 Identifier = TBI_POLYMOVE ;
123                 HelpId = HID_CONTDLG_POLYMOVE ;
124                 Text [ en-US ] = "Move Points" ;
125                 RadioCheck = TRUE ;
126                 AutoCheck = TRUE ;
127             };
128             ToolBoxItem
129             {
130                 Identifier = TBI_POLYINSERT ;
131                 HelpId = HID_CONTDLG_POLYINSERT ;
132                 Text [ en-US ] = "Insert Points" ;
133                 RadioCheck = TRUE ;
134                 AutoCheck = TRUE ;
135             };
136             ToolBoxItem
137             {
138                 Identifier = TBI_POLYDELETE ;
139                 HelpId = HID_CONTDLG_POLYDELETE ;
140                 Text [ en-US ] = "Delete Points" ;
141             };
142             ToolBoxItem
143             {
144                 Type = TOOLBOXITEM_SEPARATOR ;
145             };
146             ToolBoxItem
147             {
148                 Identifier = TBI_AUTOCONTOUR ;
149                 HelpId = HID_CONTDLG_AUTOCONTOUR ;
150                 Text [ en-US ] = "AutoContour" ;
151             };
152             ToolBoxItem
153             {
154                 Type = TOOLBOXITEM_SEPARATOR ;
155             };
156             ToolBoxItem
157             {
158                 Identifier = TBI_UNDO ;
159                 HelpId = HID_CONTDLG_UNDO ;
161                 Text [ en-US ] = "Undo " ;
162             };
163             ToolBoxItem
164             {
165                 Identifier = TBI_REDO ;
166                 HelpId = HID_CONTDLG_REDO ;
169                 Text [ en-US ] = "Redo " ;
170             };
171             ToolBoxItem
172             {
173                 Identifier = TBI_PIPETTE ;
174                 HelpId = HID_CONTDLG_PIPETTE ;
175                 Text [ en-US ] = "Eyedropper" ;
176                 AutoCheck = TRUE ;
177             };
178         };
179     };
180     MetricField MTF_TOLERANCE
181     {
182         Border = TRUE ;
183         Pos = MAP_APPFONT ( 0 , 0 ) ;
184         Size = MAP_APPFONT ( 28 , 12 ) ;
185         TabStop = TRUE ;
186         Repeat = TRUE ;
187         Spin = TRUE ;
188         Maximum = 99 ;
189         Last = 99 ;
190         SpinSize = 1 ;
191         Unit = FUNIT_CUSTOM ;
192         QuickHelpText [ en-US ] = "Color Tolerance" ;
193         CustomUnitText [ en-US ] = "%" ;
194     };
195     Control CTL_CONTOUR
196     {
197         Border = TRUE ;
198         SVLook = TRUE ;
199         Pos = MAP_APPFONT ( 6 , 24 ) ;
200         HelpId = HID_CONTDLG_GRAPHWND ;
201     };
203 #define CONTOURDLG_IDLIST \
204         IdList =            \
205         {                   \
206             TBI_APPLY ; \
207             TBI_WORKPLACE ;     \
208             TBI_SELECT ;        \
209             TBI_RECT ;  \
210             TBI_CIRCLE ;        \
211             TBI_POLY ;  \
212             TBI_POLYEDIT ;      \
213             TBI_POLYMOVE ;      \
214             TBI_POLYINSERT ; \
215             TBI_POLYDELETE ;    \
216             TBI_AUTOCONTOUR ;   \
217             TBI_UNDO ;  \
218             TBI_REDO ;  \
219             TBI_PIPETTE ; \
220         }; \
221         IdCount = { 14 ; };
223     ImageList CD_IMAPDLG
224     {
225         Prefix = "cd";
226         MASKCOLOR
227         CONTOURDLG_IDLIST
228     };
229     ImageList CDH_IMAPDLG
230     {
231         Prefix = "cdh";
232         MASKCOLOR
233         CONTOURDLG_IDLIST
234     };
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 /******************************************************************************/