bump product version to 4.1.6.2
[LibreOffice.git] / svx / source / dialog / contdlg.src
blob41bee84347706f775ba08591f06bae4bd278257b
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "helpid.hrc"
21 #include "contdlg.hrc"
23 #define MASKCOLOR   MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
25  // RID_SVXDLG_CONTOUR ----------------------------------------------------
26 FloatingWindow RID_SVXDLG_CONTOUR
28     HelpID = "svx:FloatingWindow:RID_SVXDLG_CONTOUR";
29     OutputSize = TRUE ;
30     Hide = TRUE ;
31     SVLook = TRUE ;
32     Pos = MAP_APPFONT ( 0 , 0 ) ;
33     Size = MAP_APPFONT ( 270 , 213 ) ;
34     Text [ en-US ] = "Contour Editor" ;
35     Sizeable = TRUE ;
36     Moveable = TRUE ;
37     Closeable = TRUE ;
38     Zoomable = TRUE ;
39     ToolBox TBX1
40     {
41         SVLook = TRUE ;
42         Pos = MAP_APPFONT ( 6 , 6 ) ;
43         HelpId = HID_CONTDLG_TOOLBOX ;
44         ItemList =
45         {
46             ToolBoxItem
47             {
48                 Identifier = TBI_APPLY ;
49                 HelpId = HID_CONTDLG_APPLY ;
50                 Text [ en-US ] = "Apply" ;
51             };
52             ToolBoxItem
53             {
54                 Type = TOOLBOXITEM_SEPARATOR ;
55             };
56             ToolBoxItem
57             {
58                 Identifier = TBI_WORKPLACE ;
59                 HelpId = HID_CONTDLG_WORKPLACE ;
60                 Text [ en-US ] = "Workspace" ;
61                 AutoCheck = TRUE ;
62             };
63             ToolBoxItem
64             {
65                 Type = TOOLBOXITEM_SEPARATOR ;
66             };
67             ToolBoxItem
68             {
69                 Identifier = TBI_SELECT ;
70                 HelpId = HID_CONTDLG_SELECT ;
71                 RadioCheck = TRUE ;
72                 AutoCheck = TRUE ;
73                 Text [ en-US ] = "Select" ;
74             };
75             ToolBoxItem
76             {
77                 Identifier = TBI_RECT ;
78                 HelpId = HID_CONTDLG_RECT ;
79                 RadioCheck = TRUE ;
80                 AutoCheck = TRUE ;
81                 Text [ en-US ] = "Rectangle" ;
82             };
83             ToolBoxItem
84             {
85                 Identifier = TBI_CIRCLE ;
86                 HelpId = HID_CONTDLG_CIRCLE ;
87                 RadioCheck = TRUE ;
88                 AutoCheck = TRUE ;
89                 Text [ en-US ] = "Ellipse" ;
90             };
91             ToolBoxItem
92             {
93                 Identifier = TBI_POLY ;
94                 HelpId = HID_CONTDLG_POLY ;
95                 RadioCheck = TRUE ;
96                 AutoCheck = TRUE ;
97                 Text [ en-US ] = "Polygon" ;
98             };
99             ToolBoxItem
100             {
101                 Type = TOOLBOXITEM_SEPARATOR ;
102             };
103             ToolBoxItem
104             {
105                 Identifier = TBI_POLYEDIT ;
106                 HelpId = HID_CONTDLG_POLYEDIT ;
107                 Text [ en-US ] = "Edit Points" ;
108                 AutoCheck = TRUE ;
109             };
110             ToolBoxItem
111             {
112                 Identifier = TBI_POLYMOVE ;
113                 HelpId = HID_CONTDLG_POLYMOVE ;
114                 Text [ en-US ] = "Move Points" ;
115                 RadioCheck = TRUE ;
116                 AutoCheck = TRUE ;
117             };
118             ToolBoxItem
119             {
120                 Identifier = TBI_POLYINSERT ;
121                 HelpId = HID_CONTDLG_POLYINSERT ;
122                 Text [ en-US ] = "Insert Points" ;
123                 RadioCheck = TRUE ;
124                 AutoCheck = TRUE ;
125             };
126             ToolBoxItem
127             {
128                 Identifier = TBI_POLYDELETE ;
129                 HelpId = HID_CONTDLG_POLYDELETE ;
130                 Text [ en-US ] = "Delete Points" ;
131             };
132             ToolBoxItem
133             {
134                 Type = TOOLBOXITEM_SEPARATOR ;
135             };
136             ToolBoxItem
137             {
138                 Identifier = TBI_AUTOCONTOUR ;
139                 HelpId = HID_CONTDLG_AUTOCONTOUR ;
140                 Text [ en-US ] = "AutoContour" ;
141             };
142             ToolBoxItem
143             {
144                 Type = TOOLBOXITEM_SEPARATOR ;
145             };
146             ToolBoxItem
147             {
148                 Identifier = TBI_UNDO ;
149                 HelpId = HID_CONTDLG_UNDO ;
151                 Text [ en-US ] = "Undo " ;
152             };
153             ToolBoxItem
154             {
155                 Identifier = TBI_REDO ;
156                 HelpId = HID_CONTDLG_REDO ;
159                 Text [ en-US ] = "Redo " ;
160             };
161             ToolBoxItem
162             {
163                 Identifier = TBI_PIPETTE ;
164                 HelpId = HID_CONTDLG_PIPETTE ;
165                 Text [ en-US ] = "Pipette" ;
166                 AutoCheck = TRUE ;
167             };
168         };
169     };
170     MetricField MTF_TOLERANCE
171     {
172         HelpID = "svx:MetricField:RID_SVXDLG_CONTOUR:MTF_TOLERANCE";
173         Border = TRUE ;
174         Pos = MAP_APPFONT ( 0 , 0 ) ;
175         Size = MAP_APPFONT ( 28 , 12 ) ;
176         TabStop = TRUE ;
177         Repeat = TRUE ;
178         Spin = TRUE ;
179         Maximum = 99 ;
180         Last = 99 ;
181         SpinSize = 1 ;
182         Unit = FUNIT_CUSTOM ;
183         QuickHelpText [ en-US ] = "Color Tolerance" ;
184         CustomUnitText [ en-US ] = "%" ;
185     };
186     Control CTL_CONTOUR
187     {
188         Border = TRUE ;
189         SVLook = TRUE ;
190         Pos = MAP_APPFONT ( 6 , 24 ) ;
191         HelpId = HID_CONTDLG_GRAPHWND ;
192     };
194 #define CONTOURDLG_IDLIST \
195         IdList =            \
196         {                   \
197             TBI_APPLY ; \
198             TBI_WORKPLACE ; \
199             TBI_SELECT ;    \
200             TBI_RECT ;  \
201             TBI_CIRCLE ;    \
202             TBI_POLY ;  \
203             TBI_POLYEDIT ;  \
204             TBI_POLYMOVE ;  \
205             TBI_POLYINSERT ; \
206             TBI_POLYDELETE ;    \
207             TBI_AUTOCONTOUR ;   \
208             TBI_UNDO ;  \
209             TBI_REDO ;  \
210             TBI_PIPETTE ; \
211         }; \
212         IdCount = { 14 ; };
214     ImageList CD_IMAPDLG
215     {
216         Prefix = "cd";
217         MASKCOLOR
218         CONTOURDLG_IDLIST
219     };
222 /******************************************************************************/
223 String STR_CONTOURDLG_MODIFY
225     Text [ en-US ] = "The contour has been modified.\nDo you want to save the changes?" ;
228 String STR_CONTOURDLG_NEWPIPETTE
230     Text [ en-US ] = "Do you want to create a new contour?" ;
233 String STR_CONTOURDLG_WORKPLACE
235     Text [ en-US ] = "Setting a new workspace will\ncause the contour to be deleted.\nAre you sure you want to continue?" ;
238 String STR_CONTOURDLG_LINKED
240     Text [ en-US ] = "This graphic object is linked to the document. Do you want to unlink the graphics in order to edit it?" ;
243 /******************************************************************************/
245 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */