merge the formfield patch from ooo-build
[ooovba.git] / svx / source / dialog / imapdlg.src
blobcc40d30b51d0acc493a5f7f304d2dad44895a167
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: imapdlg.src,v $
10  * $Revision: 1.53 $
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 "imapdlg.hrc"
33  // pragma ----------------------------------------------------------------
35  // RID_SVXDLG_IMAP ----------------------------------------------------
36 ModelessDialog RID_SVXDLG_IMAP
38     OutputSize = TRUE ;
39     Hide = TRUE ;
40     SVLook = TRUE ;
41     Pos = MAP_APPFONT ( 0 , 0 ) ;
42     Size = MAP_APPFONT ( 270 , 213 ) ;
43     Sizeable = TRUE ;
44     Moveable = TRUE ;
45     Closeable = TRUE ;
46     ToolBox TBX_IMAPDLG1
47     {
48         SVLook = TRUE ;
49         Pos = MAP_APPFONT ( 6 , 6 ) ;
50         HelpId = HID_IMAPDLG_TOOLBOX ;
52         ItemList =
53         {
54             ToolBoxItem
55             {
56                 Identifier = TBI_APPLY ;
57                 HelpId = HID_IMAPDLG_APPLY ;
58                 Text [ en-US ] = "Apply" ;
59             };
60             ToolBoxItem
61             {
62                 Identifier = TBI_OPEN ;
63                 HelpId = HID_IMAPDLG_OPEN ;
64                 Text [ en-US ] = "Open..." ;
65             };
66             ToolBoxItem
67             {
68                 Identifier = TBI_SAVEAS ;
69                 HelpId = HID_IMAPDLG_SAVEAS ;
71                 Text [ en-US ] = "Save..." ;
72             };
73             ToolBoxItem
74             {
75                 Type = TOOLBOXITEM_SEPARATOR ;
76             };
77             ToolBoxItem
78             {
79                 Identifier = TBI_SELECT ;
80                 HelpId = HID_IMAPDLG_SELECT ;
81                 RadioCheck = TRUE ;
82                 AutoCheck = TRUE ;
83                 Text [ en-US ] = "Select" ;
84             };
85             ToolBoxItem
86             {
87                 Identifier = TBI_RECT ;
88                 HelpId = HID_IMAPDLG_RECT ;
89                 RadioCheck = TRUE ;
90                 AutoCheck = TRUE ;
91                 Text [ en-US ] = "Rectangle" ;
92             };
93             ToolBoxItem
94             {
95                 Identifier = TBI_CIRCLE ;
96                 HelpId = HID_IMAPDLG_CIRCLE ;
97                 RadioCheck = TRUE ;
98                 AutoCheck = TRUE ;
99                 Text [ en-US ] = "Ellipse" ;
100             };
101             ToolBoxItem
102             {
103                 Identifier = TBI_POLY ;
104                 HelpId = HID_IMAPDLG_POLY ;
105                 RadioCheck = TRUE ;
106                 AutoCheck = TRUE ;
107                 Text [ en-US ] = "Polygon" ;
108             };
109             ToolBoxItem
110             {
111                 Identifier = TBI_FREEPOLY ;
112                 HelpId = HID_IMAPDLG_FREEPOLY ;
113                 Text [ en-US ] = "Freeform Polygon" ;
114                 RadioCheck = TRUE ;
115                 AutoCheck = TRUE ;
116             };
117             ToolBoxItem
118             {
119                 Type = TOOLBOXITEM_SEPARATOR ;
120             };
121             ToolBoxItem
122             {
123                 Identifier = TBI_POLYEDIT ;
124                 HelpId = HID_IMAPDLG_POLYEDIT ;
125                 Text [ en-US ] = "Edit Points" ;
126                 AutoCheck = TRUE ;
127             };
128             ToolBoxItem
129             {
130                 Identifier = TBI_POLYMOVE ;
131                 HelpId = HID_IMAPDLG_POLYMOVE ;
132                 Text [ en-US ] = "Move Points" ;
133                 RadioCheck = TRUE ;
134                 AutoCheck = TRUE ;
135             };
136             ToolBoxItem
137             {
138                 Identifier = TBI_POLYINSERT ;
139                 HelpId = HID_IMAPDLG_POLYINSERT ;
140                 Text [ en-US ] = "Insert Points" ;
141                 RadioCheck = TRUE ;
142                 AutoCheck = TRUE ;
143             };
144             ToolBoxItem
145             {
146                 Identifier = TBI_POLYDELETE ;
147                 HelpId = HID_IMAPDLG_POLYDELETE ;
148                 Text [ en-US ] = "Delete Points" ;
149             };
150             ToolBoxItem
151             {
152                 Type = TOOLBOXITEM_SEPARATOR ;
153             };
154             ToolBoxItem
155             {
156                 Identifier = TBI_UNDO ;
157                 HelpId = HID_IMAPDLG_UNDO ;
158                 Text [ en-US ] = "Undo " ;
159             };
160             ToolBoxItem
161             {
162                 Identifier = TBI_REDO ;
163                 HelpId = HID_IMAPDLG_REDO ;
164                 Text [ en-US ] = "Redo" ;
165             };
166             ToolBoxItem
167             {
168                 Type = TOOLBOXITEM_SEPARATOR ;
169             };
170             ToolBoxItem
171             {
172                 Identifier = TBI_ACTIVE ;
173                 HelpId = HID_IMAPDLG_ACTIVE ;
174                 Text [ en-US ] = "Active" ;
175             };
176             ToolBoxItem
177             {
178                 Identifier = TBI_MACRO ;
179                 HelpId = HID_IMAPDLG_MACRO ;
180                 Text [ en-US ] = "Macro..." ;
181             };
182             ToolBoxItem
183             {
184                 Identifier = TBI_PROPERTY ;
185                 HelpId = HID_IMAPDLG_PROPERTY ;
186                 Text [ en-US ] = "Properties..." ;
187             };
188         };
189     };
191     FixedText FT_URL
192     {
193         Pos = MAP_APPFONT ( 6 , 25 ) ;
194         Size = MAP_APPFONT ( 30 , 12 ) ;
195         Text [ en-US ] = "Address:" ;
196     };
197     ComboBox CBB_URL
198     {
199         Pos = MAP_APPFONT ( 39 , 23 ) ;
200         Size = MAP_APPFONT ( 225 , 69 ) ;
201         TabStop = TRUE ;
202         DropDown = TRUE ;
203         AutoSize = TRUE ;
204         AutoHScroll = TRUE ;
205     };
206     FixedText FT_TEXT
207     {
208         Pos = MAP_APPFONT ( 6 , 43 ) ;
209         Size = MAP_APPFONT ( 30 , 12 ) ;
210         Text [ en-US ] = "Text:" ;
211     };
212     Edit EDT_TEXT
213     {
214         Border = TRUE ;
215         SVLook = TRUE ;
216         Pos = MAP_APPFONT ( 39 , 41 ) ;
217         Size = MAP_APPFONT ( 143 , 12 ) ;
218         TabStop = TRUE ;
219         Left = TRUE ;
220     };
221     Text [ en-US ] = "ImageMap Editor" ;
223     FixedText RID_SVXCTL_FT_TARGET
224     {
225         Pos = MAP_APPFONT ( 188 , 43 ) ;
226         Size = MAP_APPFONT ( 22 , 12 ) ;
227         Text [ en-US ] = "Frame:" ;
228     };
229      // nur temporaer
230     ComboBox RID_SVXCTL_CBB_TARGET
231     {
232         Border = TRUE ;
233         Sort = TRUE ;
234         Pos = MAP_APPFONT ( 213 , 41 ) ;
235         Size = MAP_APPFONT ( 51 , 50 ) ;
236         TabStop = TRUE ;
237         DropDown = TRUE ;
238         HScroll = TRUE ;
239     };
242 #define IMAPDLG_IDLIST \
243         IdList =            \
244         {                   \
245             TBI_APPLY ; \
246             TBI_OPEN ;  \
247             TBI_SAVEAS ;        \
248             TBI_SELECT ;        \
249             TBI_RECT ;  \
250             TBI_CIRCLE ;        \
251             TBI_POLY ;  \
252             TBI_FREEPOLY ;      \
253             TBI_POLYEDIT ;      \
254             TBI_POLYMOVE ; \
255             TBI_POLYINSERT ;    \
256             TBI_POLYDELETE ;    \
257             TBI_UNDO ;  \
258             TBI_REDO ;  \
259             TBI_ACTIVE ; \
260             TBI_MACRO ; \
261             TBI_PROPERTY ; \
262         };                 \
263         IdCount = { 17 ; };
265     ImageList IL_IMAPDLG
266     {
267         Prefix = "id";
268         MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
269         IMAPDLG_IDLIST
270     };
271     ImageList ILH_IMAPDLG
272     {
273         Prefix = "idh";
274         MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
275         IMAPDLG_IDLIST
276     };
278 Control RID_SVXCTL_IMAP
280     Border = TRUE ;
281     SVLook = TRUE ;
282     Pos = MAP_APPFONT ( 6 , 56 ) ;
283     HelpId = HID_IMAPDLG_GRAPHWND ;
286 /******************************************************************************/
287 Menu RID_SVXMN_IMAP
289     ItemList =
290     {
291         MenuItem
292         {
293             Identifier = MN_URL ;
294             Text [ en-US ] = "Description..." ;
295         };
296         MenuItem
297         {
298             Identifier = MN_MACRO ;
299             Text [ en-US ] = "~Macro..." ;
300         };
301         MenuItem
302         {
303             Identifier = MN_ACTIVATE ;
304             Text [ en-US ] = "Active" ;
305         };
306         MenuItem
307         {
308             Separator = TRUE ;
309         };
310         MenuItem
311         {
312             Identifier = MN_POSITION ;
313             Text [ en-US ] = "Arrange" ;
314             SubMenu = Menu
315             {
316                 ItemList =
317                 {
318                     MenuItem
319                     {
320                         Identifier = MN_FRAME_TO_TOP ;
321                         Text [ en-US ] = "Bring to Front" ;
322                     };
323                     MenuItem
324                     {
325                         Identifier = MN_MOREFRONT ;
326                         Text [ en-US ] = "Bring ~Forward" ;
327                     };
328                     MenuItem
329                     {
330                         Identifier = MN_MOREBACK ;
331                         Text [ en-US ] = "Send Back~ward" ;
332                     };
333                     MenuItem
334                     {
335                         Identifier = MN_FRAME_TO_BOTTOM ;
336                         Text [ en-US ] = "~Send to Back" ;
337                     };
338                 };
339             };
340         };
341         MenuItem
342         {
343             Separator = TRUE ;
344         };
345         MenuItem
346         {
347             Identifier = MN_MARK_ALL ;
348             Text [ en-US ] = "Select ~All" ;
349         };
350         MenuItem
351         {
352             Identifier = MN_DELETE1 ;
353             Text [ en-US ] = "~Delete" ;
354         };
355     };
358 /******************************************************************************/
360 String STR_IMAPDLG_SAVE
362     Text [ en-US ] = "The ImageMap has been modified.\nDo you want to save the changes?";
365 String STR_IMAPDLG_MODIFY
367     Text [ en-US ] = "The ImageMap has been modified.\nDo you want to save the changes?" ;