1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
21 #include "imapdlg.hrc"
23 // RID_SVXDLG_IMAP ----------------------------------------------------
24 ModelessDialog RID_SVXDLG_IMAP
26 HelpID = "svx:ModelessDialog:RID_SVXDLG_IMAP";
30 Pos = MAP_APPFONT ( 0 , 0 ) ;
31 Size = MAP_APPFONT ( 270 , 213 ) ;
38 Pos = MAP_APPFONT ( 6 , 6 ) ;
39 HelpId = HID_IMAPDLG_TOOLBOX ;
45 Identifier = TBI_APPLY ;
46 HelpId = HID_IMAPDLG_APPLY ;
47 Text [ en-US ] = "Apply" ;
51 Identifier = TBI_OPEN ;
52 HelpId = HID_IMAPDLG_OPEN ;
53 Text [ en-US ] = "Open..." ;
57 Identifier = TBI_SAVEAS ;
58 HelpId = HID_IMAPDLG_SAVEAS ;
60 Text [ en-US ] = "Save..." ;
64 Type = TOOLBOXITEM_SEPARATOR ;
68 Identifier = TBI_SELECT ;
69 HelpId = HID_IMAPDLG_SELECT ;
72 Text [ en-US ] = "Select" ;
76 Identifier = TBI_RECT ;
77 HelpId = HID_IMAPDLG_RECT ;
80 Text [ en-US ] = "Rectangle" ;
84 Identifier = TBI_CIRCLE ;
85 HelpId = HID_IMAPDLG_CIRCLE ;
88 Text [ en-US ] = "Ellipse" ;
92 Identifier = TBI_POLY ;
93 HelpId = HID_IMAPDLG_POLY ;
96 Text [ en-US ] = "Polygon" ;
100 Identifier = TBI_FREEPOLY ;
101 HelpId = HID_IMAPDLG_FREEPOLY ;
102 Text [ en-US ] = "Freeform Polygon" ;
108 Type = TOOLBOXITEM_SEPARATOR ;
112 Identifier = TBI_POLYEDIT ;
113 HelpId = HID_IMAPDLG_POLYEDIT ;
114 Text [ en-US ] = "Edit Points" ;
119 Identifier = TBI_POLYMOVE ;
120 HelpId = HID_IMAPDLG_POLYMOVE ;
121 Text [ en-US ] = "Move Points" ;
127 Identifier = TBI_POLYINSERT ;
128 HelpId = HID_IMAPDLG_POLYINSERT ;
129 Text [ en-US ] = "Insert Points" ;
135 Identifier = TBI_POLYDELETE ;
136 HelpId = HID_IMAPDLG_POLYDELETE ;
137 Text [ en-US ] = "Delete Points" ;
141 Type = TOOLBOXITEM_SEPARATOR ;
145 Identifier = TBI_UNDO ;
146 HelpId = HID_IMAPDLG_UNDO ;
147 Text [ en-US ] = "Undo " ;
151 Identifier = TBI_REDO ;
152 HelpId = HID_IMAPDLG_REDO ;
153 Text [ en-US ] = "Redo" ;
157 Type = TOOLBOXITEM_SEPARATOR ;
161 Identifier = TBI_ACTIVE ;
162 HelpId = HID_IMAPDLG_ACTIVE ;
163 Text [ en-US ] = "Active" ;
167 Identifier = TBI_MACRO ;
168 HelpId = HID_IMAPDLG_MACRO ;
169 Text [ en-US ] = "Macro..." ;
173 Identifier = TBI_PROPERTY ;
174 HelpId = HID_IMAPDLG_PROPERTY ;
175 Text [ en-US ] = "Properties..." ;
182 Pos = MAP_APPFONT ( 6 , 25 ) ;
183 Size = MAP_APPFONT ( 30 , 12 ) ;
184 Text [ en-US ] = "Address:" ;
188 HelpID = "svx:ComboBox:RID_SVXDLG_IMAP:CBB_URL";
189 Pos = MAP_APPFONT ( 39 , 23 ) ;
190 Size = MAP_APPFONT ( 225 , 69 ) ;
198 Pos = MAP_APPFONT ( 6 , 43 ) ;
199 Size = MAP_APPFONT ( 30 , 12 ) ;
200 Text [ en-US ] = "Text:" ;
204 HelpID = "svx:Edit:RID_SVXDLG_IMAP:EDT_TEXT";
207 Pos = MAP_APPFONT ( 39 , 41 ) ;
208 Size = MAP_APPFONT ( 143 , 12 ) ;
212 Text [ en-US ] = "ImageMap Editor" ;
214 FixedText RID_SVXCTL_FT_TARGET
216 Pos = MAP_APPFONT ( 188 , 43 ) ;
217 Size = MAP_APPFONT ( 22 , 12 ) ;
218 Text [ en-US ] = "Frame:" ;
221 ComboBox RID_SVXCTL_CBB_TARGET
223 HelpID = "svx:ComboBox:RID_SVXDLG_IMAP:RID_SVXCTL_CBB_TARGET";
226 Pos = MAP_APPFONT ( 213 , 41 ) ;
227 Size = MAP_APPFONT ( 51 , 50 ) ;
234 #define IMAPDLG_IDLIST \
260 MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
265 Control RID_SVXCTL_IMAP
269 Pos = MAP_APPFONT ( 6 , 56 ) ;
270 HelpId = HID_IMAPDLG_GRAPHWND ;
273 /******************************************************************************/
280 Identifier = MN_URL ;
281 Text [ en-US ] = "Description..." ;
285 Identifier = MN_MACRO ;
286 Text [ en-US ] = "~Macro..." ;
290 Identifier = MN_ACTIVATE ;
291 Text [ en-US ] = "Active" ;
299 Identifier = MN_POSITION ;
300 Text [ en-US ] = "Arrange" ;
307 Identifier = MN_FRAME_TO_TOP ;
308 Text [ en-US ] = "Bring to Front" ;
312 Identifier = MN_MOREFRONT ;
313 Text [ en-US ] = "Bring ~Forward" ;
317 Identifier = MN_MOREBACK ;
318 Text [ en-US ] = "Send Back~ward" ;
322 Identifier = MN_FRAME_TO_BOTTOM ;
323 Text [ en-US ] = "~Send to Back" ;
334 Identifier = MN_MARK_ALL ;
335 Text [ en-US ] = "Select ~All" ;
339 Identifier = MN_DELETE1 ;
340 Text [ en-US ] = "~Delete" ;
345 /******************************************************************************/
347 String STR_IMAPDLG_SAVE
349 Text [ en-US ] = "The ImageMap has been modified.\nDo you want to save the changes?";
352 String STR_IMAPDLG_MODIFY
354 Text [ en-US ] = "The ImageMap has been modified.\nDo you want to save the changes?" ;
357 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */