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: imapdlg.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 "imapdlg.hrc"
33 // pragma ----------------------------------------------------------------
35 // RID_SVXDLG_IMAP ----------------------------------------------------
36 ModelessDialog RID_SVXDLG_IMAP
41 Pos = MAP_APPFONT ( 0 , 0 ) ;
42 Size = MAP_APPFONT ( 270 , 213 ) ;
49 Pos = MAP_APPFONT ( 6 , 6 ) ;
50 HelpId = HID_IMAPDLG_TOOLBOX ;
56 Identifier = TBI_APPLY ;
57 HelpId = HID_IMAPDLG_APPLY ;
58 Text [ en-US ] = "Apply" ;
62 Identifier = TBI_OPEN ;
63 HelpId = HID_IMAPDLG_OPEN ;
64 Text [ en-US ] = "Open..." ;
68 Identifier = TBI_SAVEAS ;
69 HelpId = HID_IMAPDLG_SAVEAS ;
71 Text [ en-US ] = "Save..." ;
75 Type = TOOLBOXITEM_SEPARATOR ;
79 Identifier = TBI_SELECT ;
80 HelpId = HID_IMAPDLG_SELECT ;
83 Text [ en-US ] = "Select" ;
87 Identifier = TBI_RECT ;
88 HelpId = HID_IMAPDLG_RECT ;
91 Text [ en-US ] = "Rectangle" ;
95 Identifier = TBI_CIRCLE ;
96 HelpId = HID_IMAPDLG_CIRCLE ;
99 Text [ en-US ] = "Ellipse" ;
103 Identifier = TBI_POLY ;
104 HelpId = HID_IMAPDLG_POLY ;
107 Text [ en-US ] = "Polygon" ;
111 Identifier = TBI_FREEPOLY ;
112 HelpId = HID_IMAPDLG_FREEPOLY ;
113 Text [ en-US ] = "Freeform Polygon" ;
119 Type = TOOLBOXITEM_SEPARATOR ;
123 Identifier = TBI_POLYEDIT ;
124 HelpId = HID_IMAPDLG_POLYEDIT ;
125 Text [ en-US ] = "Edit Points" ;
130 Identifier = TBI_POLYMOVE ;
131 HelpId = HID_IMAPDLG_POLYMOVE ;
132 Text [ en-US ] = "Move Points" ;
138 Identifier = TBI_POLYINSERT ;
139 HelpId = HID_IMAPDLG_POLYINSERT ;
140 Text [ en-US ] = "Insert Points" ;
146 Identifier = TBI_POLYDELETE ;
147 HelpId = HID_IMAPDLG_POLYDELETE ;
148 Text [ en-US ] = "Delete Points" ;
152 Type = TOOLBOXITEM_SEPARATOR ;
156 Identifier = TBI_UNDO ;
157 HelpId = HID_IMAPDLG_UNDO ;
158 Text [ en-US ] = "Undo " ;
162 Identifier = TBI_REDO ;
163 HelpId = HID_IMAPDLG_REDO ;
164 Text [ en-US ] = "Redo" ;
168 Type = TOOLBOXITEM_SEPARATOR ;
172 Identifier = TBI_ACTIVE ;
173 HelpId = HID_IMAPDLG_ACTIVE ;
174 Text [ en-US ] = "Active" ;
178 Identifier = TBI_MACRO ;
179 HelpId = HID_IMAPDLG_MACRO ;
180 Text [ en-US ] = "Macro..." ;
184 Identifier = TBI_PROPERTY ;
185 HelpId = HID_IMAPDLG_PROPERTY ;
186 Text [ en-US ] = "Properties..." ;
193 Pos = MAP_APPFONT ( 6 , 25 ) ;
194 Size = MAP_APPFONT ( 30 , 12 ) ;
195 Text [ en-US ] = "Address:" ;
199 Pos = MAP_APPFONT ( 39 , 23 ) ;
200 Size = MAP_APPFONT ( 225 , 69 ) ;
208 Pos = MAP_APPFONT ( 6 , 43 ) ;
209 Size = MAP_APPFONT ( 30 , 12 ) ;
210 Text [ en-US ] = "Text:" ;
216 Pos = MAP_APPFONT ( 39 , 41 ) ;
217 Size = MAP_APPFONT ( 143 , 12 ) ;
221 Text [ en-US ] = "ImageMap Editor" ;
223 FixedText RID_SVXCTL_FT_TARGET
225 Pos = MAP_APPFONT ( 188 , 43 ) ;
226 Size = MAP_APPFONT ( 22 , 12 ) ;
227 Text [ en-US ] = "Frame:" ;
230 ComboBox RID_SVXCTL_CBB_TARGET
234 Pos = MAP_APPFONT ( 213 , 41 ) ;
235 Size = MAP_APPFONT ( 51 , 50 ) ;
242 #define IMAPDLG_IDLIST \
268 MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
271 ImageList ILH_IMAPDLG
274 MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
278 Control RID_SVXCTL_IMAP
282 Pos = MAP_APPFONT ( 6 , 56 ) ;
283 HelpId = HID_IMAPDLG_GRAPHWND ;
286 /******************************************************************************/
293 Identifier = MN_URL ;
294 Text [ en-US ] = "Description..." ;
298 Identifier = MN_MACRO ;
299 Text [ en-US ] = "~Macro..." ;
303 Identifier = MN_ACTIVATE ;
304 Text [ en-US ] = "Active" ;
312 Identifier = MN_POSITION ;
313 Text [ en-US ] = "Arrange" ;
320 Identifier = MN_FRAME_TO_TOP ;
321 Text [ en-US ] = "Bring to Front" ;
325 Identifier = MN_MOREFRONT ;
326 Text [ en-US ] = "Bring ~Forward" ;
330 Identifier = MN_MOREBACK ;
331 Text [ en-US ] = "Send Back~ward" ;
335 Identifier = MN_FRAME_TO_BOTTOM ;
336 Text [ en-US ] = "~Send to Back" ;
347 Identifier = MN_MARK_ALL ;
348 Text [ en-US ] = "Select ~All" ;
352 Identifier = MN_DELETE1 ;
353 Text [ en-US ] = "~Delete" ;
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?" ;