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 "newhelp.hrc"
27 Size = MAP_APPFONT ( 120 , 200 ) ;
31 HelpId = HID_HELP_LISTBOX;
34 Pos = MAP_APPFONT ( 3 , 3 ) ;
35 Size = MAP_APPFONT ( 114 , 40 ) ;
40 Pos = MAP_APPFONT ( 2, 19 ) ;
41 Size = MAP_APPFONT ( 118 , 1 ) ;
45 HelpId = HID_HELP_TABCONTROL;
46 Pos = MAP_APPFONT ( 3, 19 ) ;
52 Identifier = HELP_INDEX_PAGE_CONTENTS ;
53 Text [ en-US ] = "Contents";
57 Identifier = HELP_INDEX_PAGE_INDEX ;
58 Text [ en-US ] = "Index";
62 Identifier = HELP_INDEX_PAGE_SEARCH ;
63 Text [ en-US ] = "Find";
67 Identifier = HELP_INDEX_PAGE_BOOKMARKS ;
68 Text [ en-US ] = "Bookmarks";
76 HelpId = HID_HELP_TABPAGE_INDEX;
79 Size = MAP_APPFONT ( 120 , 200 ) ;
80 FixedText FT_EXPRESSION
82 Pos = MAP_APPFONT ( 6 , 6 ) ;
83 Size = MAP_APPFONT ( 108 , 10 ) ;
84 Text [ en-US ] = "~Search term" ;
88 HelpID = "sfx2:ComboBox:TP_HELP_INDEX:CB_INDEX";
90 Pos = MAP_APPFONT ( 6 , 17 ) ;
91 Size = MAP_APPFONT ( 108 , 97 ) ;
93 PushButton PB_OPEN_INDEX
95 HelpID = "sfx2:PushButton:TP_HELP_INDEX:PB_OPEN_INDEX";
96 Pos = MAP_APPFONT ( 64 , 115 ) ;
97 Size = MAP_APPFONT ( 50 , 14 ) ;
98 Text [ en-US ] = "~Display" ;
102 TabPage TP_HELP_SEARCH
104 HelpId = HID_HELP_TABPAGE_SEARCH;
106 DialogControl = TRUE;
107 Size = MAP_APPFONT ( 140 , 122 ) ;
110 Pos = MAP_APPFONT ( 6 , 6 ) ;
111 Size = MAP_APPFONT ( 128 , 10 ) ;
112 Text [ en-US ] = "S~earch term" ;
116 HelpID = "sfx2:ComboBox:TP_HELP_SEARCH:ED_SEARCH";
119 Pos = MAP_APPFONT ( 6 , 17 ) ;
120 Size = MAP_APPFONT ( 92 , 40 ) ;
124 HelpID = "sfx2:PushButton:TP_HELP_SEARCH:PB_SEARCH";
125 Pos = MAP_APPFONT ( 101 , 17 ) ;
126 Size = MAP_APPFONT ( 50 , 14 ) ;
127 Text [ en-US ] = "~Find";
129 CheckBox CB_FULLWORDS
131 HelpID = "sfx2:CheckBox:TP_HELP_SEARCH:CB_FULLWORDS";
132 Pos = MAP_APPFONT ( 6, 34 ) ;
133 Size = MAP_APPFONT ( 128 , 10 ) ;
134 Text [ en-US ] = "~Complete words only";
138 HelpID = "sfx2:CheckBox:TP_HELP_SEARCH:CB_SCOPE";
139 Pos = MAP_APPFONT ( 6, 47 ) ;
140 Size = MAP_APPFONT ( 128 , 10 ) ;
141 Text [ en-US ] = "Find in ~headings only";
145 HelpID = "sfx2:ListBox:TP_HELP_SEARCH:LB_RESULT";
147 Pos = MAP_APPFONT ( 6 , 60 ) ;
148 Size = MAP_APPFONT ( 128 , 30 ) ;
150 PushButton PB_OPEN_SEARCH
152 HelpID = "sfx2:PushButton:TP_HELP_SEARCH:PB_OPEN_SEARCH";
153 Pos = MAP_APPFONT ( 84 , 182 ) ;
154 Size = MAP_APPFONT ( 50 , 14 ) ;
155 Text [ en-US ] = "~Display" ;
159 TabPage TP_HELP_BOOKMARKS
161 HelpId = HID_HELP_TABPAGE_BOOKMARKS;
163 DialogControl = TRUE;
164 Size = MAP_APPFONT ( 120 , 200 ) ;
165 FixedText FT_BOOKMARKS
167 Pos = MAP_APPFONT ( 6 , 6 ) ;
168 Size = MAP_APPFONT ( 108 , 10 ) ;
169 Text [ en-US ] = "~Bookmarks" ;
173 HelpID = "sfx2:ListBox:TP_HELP_BOOKMARKS:LB_BOOKMARKS";
176 Pos = MAP_APPFONT ( 6 , 19 ) ;
177 Size = MAP_APPFONT ( 108 , 97 ) ;
179 PushButton PB_BOOKMARKS
181 HelpID = "sfx2:PushButton:TP_HELP_BOOKMARKS:PB_BOOKMARKS";
182 Pos = MAP_APPFONT ( 64 , 119 ) ;
183 Size = MAP_APPFONT ( 50 , 14 ) ;
184 Text [ en-US ] = "~Display" ;
188 TabPage TP_HELP_CONTENT
190 HelpId = HID_HELP_TABPAGE_CONTENTS;
192 DialogControl = TRUE;
193 Size = MAP_APPFONT ( 120 , 200 ) ;
196 HelpId = HID_HELP_TREELISTBOX_CONTENTS ;
199 Pos = MAP_APPFONT ( 6 , 6 ) ;
200 Size = MAP_APPFONT ( 108 , 188 ) ;
204 #define MASKCOLOR_MAGENTA \
205 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
207 Image IMG_HELP_TOOLBOX_INDEX_ON
209 ImageBitmap = Bitmap { File = "indexon_small.bmp" ; };
213 Image IMG_HELP_TOOLBOX_INDEX_OFF
215 ImageBitmap = Bitmap { File = "indexoff_small.bmp" ; };
219 Image IMG_HELP_TOOLBOX_START
221 ImageBitmap = Bitmap { File = "sc06303.bmp" ; };
225 Image IMG_HELP_TOOLBOX_PREV
227 ImageBitmap = Bitmap { File = "sc06301.bmp" ; };
231 Image IMG_HELP_TOOLBOX_NEXT
233 ImageBitmap = Bitmap { File = "sc06300.bmp" ; };
237 Image IMG_HELP_TOOLBOX_PRINT
239 ImageBitmap = Bitmap { File = "sc05504.bmp" ; };
243 Image IMG_HELP_TOOLBOX_BOOKMARKS
245 ImageBitmap = Bitmap { File = "favourite.bmp" ; };
249 Image IMG_HELP_TOOLBOX_SEARCHDIALOG
251 ImageBitmap = Bitmap { File = "sc05961.bmp" ; };
255 Image IMG_HELP_TOOLBOX_COPY
257 ImageBitmap = Bitmap { File = "sc05711.bmp" ; };
261 Image IMG_HELP_CONTENT_BOOK_OPEN
263 ImageBitmap = Bitmap { File = "hlpbookopen.bmp" ; };
267 Image IMG_HELP_CONTENT_BOOK_CLOSED
269 ImageBitmap = Bitmap { File = "hlpbookclosed.bmp" ; };
273 Image IMG_HELP_CONTENT_DOC
275 ImageBitmap = Bitmap { File = "hlpdoc.bmp" ; };
279 String STR_HELP_WINDOW_TITLE
281 Text [ en-US ] = "%PRODUCTNAME Help";
284 String STR_HELP_BUTTON_INDEX_ON
286 Text [ en-US ] = "Show Navigation Pane";
289 String STR_HELP_BUTTON_INDEX_OFF
291 Text [ en-US ] = "Hide Navigation Pane";
294 String STR_HELP_BUTTON_START
296 Text [ en-US ] = "First Page";
299 String STR_HELP_BUTTON_PREV
301 Text [ en-US ] = "Previous Page";
304 String STR_HELP_BUTTON_NEXT
306 Text [ en-US ] = "Next Page";
309 String STR_HELP_BUTTON_PRINT
311 Text [ en-US ] = "Print...";
314 String STR_HELP_BUTTON_ADDBOOKMARK
316 Text [ en-US ] = "Add to Bookmarks...";
319 String STR_HELP_BUTTON_SEARCHDIALOG
321 Text [ en-US ] = "Find on this Page...";
324 String STR_HELP_BUTTON_SOURCEVIEW
326 Text [ en-US ] = "HTML Source";
329 String STR_HELP_FIRST_MESSAGE
331 Text [ en-US ] = "The Help is being started...";
334 String STR_HELP_FIRST_HTML
336 Text = "<html></head><body><center><br></br><br></br><p><tt>%1</tt></center></body></html>";
339 String STR_HELP_MENU_TEXT_SELECTION_MODE
341 Text [ en-US ] = "Select Text";
344 String STR_HELP_MENU_TEXT_COPY
346 Text [ en-US ] = "~Copy" ;
349 ModalDialog DLG_HELP_ADDBOOKMARK
351 HelpID = "sfx2:ModalDialog:DLG_HELP_ADDBOOKMARK";
352 Size = MAP_APPFONT ( 208 , 43 ) ;
353 Text [ en-US ] = "Add to Bookmarks";
358 FixedText FT_BOOKMARK_TITLE
360 PosSize = MAP_APPFONT ( 6 , 6 , 140 , 10 ) ;
361 Text [ en-US ] = "Bookmark:" ;
366 Edit ED_BOOKMARK_TITLE
368 HelpID = "sfx2:Edit:DLG_HELP_ADDBOOKMARK:ED_BOOKMARK_TITLE";
369 PosSize = MAP_APPFONT ( 6 , 19 , 140 , 12 ) ;
373 OKButton PB_BOOKMARK_OK
375 PosSize = MAP_APPFONT ( 152 , 6 , 50 , 14 ) ;
382 CancelButton PB_BOOKMARK_CANCEL
384 PosSize = MAP_APPFONT ( 152 , 23 , 50 , 14 ) ;
388 HelpButton PB_BOOKMARK_HELP
390 PosSize = MAP_APPFONT ( 152 , 43 , 50 , 14 ) ;
395 String STR_BOOKMARK_RENAME
397 Text [ en-US ] = "Rename Bookmark";
401 Menu MENU_HELP_BOOKMARKS
407 Identifier = MID_OPEN ;
408 HelpId = HID_HELP_BOOKMARKS_OPEN;
409 Text [ en-US ] = "Display";
417 Identifier = MID_RENAME ;
418 HelpId = HID_HELP_BOOKMARKS_RENAME;
419 Text [ en-US ] = "Rename...";
423 Identifier = MID_DELETE ;
424 HelpId = HID_HELP_BOOKMARKS_DELETE;
425 Text [ en-US ] = "Delete";
430 InfoBox RID_INFO_NOSEARCHRESULTS
433 DEFBUTTON = WB_DEF_OK ;
434 Message [ en-US ] = "No topics found.";
437 InfoBox RID_INFO_NOSEARCHTEXTFOUND
440 DEFBUTTON = WB_DEF_OK ;
441 Message [ en-US ] = "The text you entered was not found.";
444 Image IMG_HELP_TOOLBOX_L_INDEX_ON
446 ImageBitmap = Bitmap { File = "indexon_big.bmp" ; };
450 Image IMG_HELP_TOOLBOX_L_INDEX_OFF
452 ImageBitmap = Bitmap { File = "indexoff_big.bmp" ; };
456 Image IMG_HELP_TOOLBOX_L_START
458 ImageBitmap = Bitmap { File = "lc06303.bmp" ; };
462 Image IMG_HELP_TOOLBOX_L_PREV
464 ImageBitmap = Bitmap { File = "lc06301.bmp" ; };
468 Image IMG_HELP_TOOLBOX_L_NEXT
470 ImageBitmap = Bitmap { File = "lc06300.bmp" ; };
474 Image IMG_HELP_TOOLBOX_L_PRINT
476 ImageBitmap = Bitmap { File = "lc05504.bmp" ; };
480 Image IMG_HELP_TOOLBOX_L_BOOKMARKS
482 ImageBitmap = Bitmap { File = "favourite_big.bmp" ; };
486 Image IMG_HELP_TOOLBOX_L_SEARCHDIALOG
488 ImageBitmap = Bitmap { File = "lc05961.bmp" ; };
492 Image IMG_HELP_TOOLBOX_L_COPY
494 ImageBitmap = Bitmap { File = "lc05711.bmp" ; };
498 CheckBox RID_HELP_ONSTARTUP_BOX
500 HelpId = HID_HELP_ONSTARTUP_BOX;
503 Size = MAP_APPFONT ( 200 , 10 ) ;
506 String RID_HELP_ONSTARTUP_TEXT
508 Text [ en-US ] = "~Display %PRODUCTNAME %MODULENAME Help at Startup";
511 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */