1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
29 #include "newhelp.hrc"
35 Size = MAP_APPFONT ( 120 , 200 ) ;
39 HelpId = HID_HELP_LISTBOX;
42 Pos = MAP_APPFONT ( 3 , 3 ) ;
43 Size = MAP_APPFONT ( 114 , 40 ) ;
48 Pos = MAP_APPFONT ( 2, 19 ) ;
49 Size = MAP_APPFONT ( 118 , 1 ) ;
53 HelpId = HID_HELP_TABCONTROL;
54 Pos = MAP_APPFONT ( 3, 19 ) ;
60 Identifier = HELP_INDEX_PAGE_CONTENTS ;
61 Text [ en-US ] = "Contents";
65 Identifier = HELP_INDEX_PAGE_INDEX ;
66 Text [ en-US ] = "Index";
70 Identifier = HELP_INDEX_PAGE_SEARCH ;
71 Text [ en-US ] = "Find";
75 Identifier = HELP_INDEX_PAGE_BOOKMARKS ;
76 Text [ en-US ] = "Bookmarks";
84 HelpId = HID_HELP_TABPAGE_INDEX;
87 Size = MAP_APPFONT ( 120 , 200 ) ;
88 FixedText FT_EXPRESSION
90 Pos = MAP_APPFONT ( 6 , 6 ) ;
91 Size = MAP_APPFONT ( 108 , 10 ) ;
92 Text [ en-US ] = "~Search term" ;
96 HelpID = "sfx2:ComboBox:TP_HELP_INDEX:CB_INDEX";
98 Pos = MAP_APPFONT ( 6 , 17 ) ;
99 Size = MAP_APPFONT ( 108 , 97 ) ;
101 PushButton PB_OPEN_INDEX
103 HelpID = "sfx2:PushButton:TP_HELP_INDEX:PB_OPEN_INDEX";
104 Pos = MAP_APPFONT ( 64 , 115 ) ;
105 Size = MAP_APPFONT ( 50 , 14 ) ;
106 Text [ en-US ] = "~Display" ;
110 TabPage TP_HELP_SEARCH
112 HelpId = HID_HELP_TABPAGE_SEARCH;
114 DialogControl = TRUE;
115 Size = MAP_APPFONT ( 140 , 122 ) ;
118 Pos = MAP_APPFONT ( 6 , 6 ) ;
119 Size = MAP_APPFONT ( 128 , 10 ) ;
120 Text [ en-US ] = "S~earch term" ;
124 HelpID = "sfx2:ComboBox:TP_HELP_SEARCH:ED_SEARCH";
127 Pos = MAP_APPFONT ( 6 , 17 ) ;
128 Size = MAP_APPFONT ( 92 , 40 ) ;
132 HelpID = "sfx2:PushButton:TP_HELP_SEARCH:PB_SEARCH";
133 Pos = MAP_APPFONT ( 101 , 17 ) ;
134 Size = MAP_APPFONT ( 50 , 14 ) ;
135 Text [ en-US ] = "~Find";
137 CheckBox CB_FULLWORDS
139 HelpID = "sfx2:CheckBox:TP_HELP_SEARCH:CB_FULLWORDS";
140 Pos = MAP_APPFONT ( 6, 34 ) ;
141 Size = MAP_APPFONT ( 128 , 10 ) ;
142 Text [ en-US ] = "~Complete words only";
146 HelpID = "sfx2:CheckBox:TP_HELP_SEARCH:CB_SCOPE";
147 Pos = MAP_APPFONT ( 6, 47 ) ;
148 Size = MAP_APPFONT ( 128 , 10 ) ;
149 Text [ en-US ] = "Find in ~headings only";
153 HelpID = "sfx2:ListBox:TP_HELP_SEARCH:LB_RESULT";
155 Pos = MAP_APPFONT ( 6 , 60 ) ;
156 Size = MAP_APPFONT ( 128 , 30 ) ;
158 PushButton PB_OPEN_SEARCH
160 HelpID = "sfx2:PushButton:TP_HELP_SEARCH:PB_OPEN_SEARCH";
161 Pos = MAP_APPFONT ( 84 , 182 ) ;
162 Size = MAP_APPFONT ( 50 , 14 ) ;
163 Text [ en-US ] = "~Display" ;
167 TabPage TP_HELP_BOOKMARKS
169 HelpId = HID_HELP_TABPAGE_BOOKMARKS;
171 DialogControl = TRUE;
172 Size = MAP_APPFONT ( 120 , 200 ) ;
173 FixedText FT_BOOKMARKS
175 Pos = MAP_APPFONT ( 6 , 6 ) ;
176 Size = MAP_APPFONT ( 108 , 10 ) ;
177 Text [ en-US ] = "~Bookmarks" ;
181 HelpID = "sfx2:ListBox:TP_HELP_BOOKMARKS:LB_BOOKMARKS";
184 Pos = MAP_APPFONT ( 6 , 19 ) ;
185 Size = MAP_APPFONT ( 108 , 97 ) ;
187 PushButton PB_BOOKMARKS
189 HelpID = "sfx2:PushButton:TP_HELP_BOOKMARKS:PB_BOOKMARKS";
190 Pos = MAP_APPFONT ( 64 , 119 ) ;
191 Size = MAP_APPFONT ( 50 , 14 ) ;
192 Text [ en-US ] = "~Display" ;
196 TabPage TP_HELP_CONTENT
198 HelpId = HID_HELP_TABPAGE_CONTENTS;
200 DialogControl = TRUE;
201 Size = MAP_APPFONT ( 120 , 200 ) ;
204 HelpId = HID_HELP_TREELISTBOX_CONTENTS ;
207 Pos = MAP_APPFONT ( 6 , 6 ) ;
208 Size = MAP_APPFONT ( 108 , 188 ) ;
212 #define MASKCOLOR_MAGENTA \
213 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
215 Image IMG_HELP_TOOLBOX_INDEX_ON
217 ImageBitmap = Bitmap { File = "indexon_small.bmp" ; };
221 Image IMG_HELP_TOOLBOX_INDEX_OFF
223 ImageBitmap = Bitmap { File = "indexoff_small.bmp" ; };
227 Image IMG_HELP_TOOLBOX_START
229 ImageBitmap = Bitmap { File = "sc06303.bmp" ; };
233 Image IMG_HELP_TOOLBOX_PREV
235 ImageBitmap = Bitmap { File = "sc06301.bmp" ; };
239 Image IMG_HELP_TOOLBOX_NEXT
241 ImageBitmap = Bitmap { File = "sc06300.bmp" ; };
245 Image IMG_HELP_TOOLBOX_PRINT
247 ImageBitmap = Bitmap { File = "sc05504.bmp" ; };
251 Image IMG_HELP_TOOLBOX_BOOKMARKS
253 ImageBitmap = Bitmap { File = "favourite.bmp" ; };
257 Image IMG_HELP_TOOLBOX_SEARCHDIALOG
259 ImageBitmap = Bitmap { File = "sc05961.bmp" ; };
263 Image IMG_HELP_TOOLBOX_COPY
265 ImageBitmap = Bitmap { File = "sc05711.bmp" ; };
269 Image IMG_HELP_CONTENT_BOOK_OPEN
271 ImageBitmap = Bitmap { File = "hlpbookopen.bmp" ; };
275 Image IMG_HELP_CONTENT_BOOK_CLOSED
277 ImageBitmap = Bitmap { File = "hlpbookclosed.bmp" ; };
281 Image IMG_HELP_CONTENT_DOC
283 ImageBitmap = Bitmap { File = "hlpdoc.bmp" ; };
287 String STR_HELP_WINDOW_TITLE
289 Text [ en-US ] = "%PRODUCTNAME Help";
292 String STR_HELP_BUTTON_INDEX_ON
294 Text [ en-US ] = "Show Navigation Pane";
297 String STR_HELP_BUTTON_INDEX_OFF
299 Text [ en-US ] = "Hide Navigation Pane";
302 String STR_HELP_BUTTON_START
304 Text [ en-US ] = "First Page";
307 String STR_HELP_BUTTON_PREV
309 Text [ en-US ] = "Previous Page";
312 String STR_HELP_BUTTON_NEXT
314 Text [ en-US ] = "Next Page";
317 String STR_HELP_BUTTON_PRINT
319 Text [ en-US ] = "Print...";
322 String STR_HELP_BUTTON_ADDBOOKMARK
324 Text [ en-US ] = "Add to Bookmarks...";
327 String STR_HELP_BUTTON_SEARCHDIALOG
329 Text [ en-US ] = "Find on this Page...";
332 String STR_HELP_BUTTON_SOURCEVIEW
334 Text [ en-US ] = "HTML Source";
337 String STR_HELP_FIRST_MESSAGE
339 Text [ en-US ] = "The Help is being started...";
342 String STR_HELP_FIRST_HTML
344 Text = "<html></head><body><center><br></br><br></br><p><tt>%1</tt></center></body></html>";
347 String STR_HELP_MENU_TEXT_SELECTION_MODE
349 Text [ en-US ] = "Select Text";
352 String STR_HELP_MENU_TEXT_COPY
354 Text [ en-US ] = "~Copy" ;
357 ModalDialog DLG_HELP_ADDBOOKMARK
359 HelpID = "sfx2:ModalDialog:DLG_HELP_ADDBOOKMARK";
360 Size = MAP_APPFONT ( 208 , 43 ) ;
361 Text [ en-US ] = "Add to Bookmarks";
366 FixedText FT_BOOKMARK_TITLE
368 PosSize = MAP_APPFONT ( 6 , 6 , 140 , 10 ) ;
369 Text [ en-US ] = "Bookmark:" ;
374 Edit ED_BOOKMARK_TITLE
376 HelpID = "sfx2:Edit:DLG_HELP_ADDBOOKMARK:ED_BOOKMARK_TITLE";
377 PosSize = MAP_APPFONT ( 6 , 19 , 140 , 12 ) ;
381 OKButton PB_BOOKMARK_OK
383 PosSize = MAP_APPFONT ( 152 , 6 , 50 , 14 ) ;
390 CancelButton PB_BOOKMARK_CANCEL
392 PosSize = MAP_APPFONT ( 152 , 23 , 50 , 14 ) ;
396 HelpButton PB_BOOKMARK_HELP
398 PosSize = MAP_APPFONT ( 152 , 43 , 50 , 14 ) ;
403 String STR_BOOKMARK_RENAME
405 Text [ en-US ] = "Rename Bookmark";
409 Menu MENU_HELP_BOOKMARKS
415 Identifier = MID_OPEN ;
416 HelpId = HID_HELP_BOOKMARKS_OPEN;
417 Text [ en-US ] = "Display";
425 Identifier = MID_RENAME ;
426 HelpId = HID_HELP_BOOKMARKS_RENAME;
427 Text [ en-US ] = "Rename...";
431 Identifier = MID_DELETE ;
432 HelpId = HID_HELP_BOOKMARKS_DELETE;
433 Text [ en-US ] = "Delete";
438 InfoBox RID_INFO_NOSEARCHRESULTS
441 DEFBUTTON = WB_DEF_OK ;
442 Message [ en-US ] = "No topics found.";
445 InfoBox RID_INFO_NOSEARCHTEXTFOUND
448 DEFBUTTON = WB_DEF_OK ;
449 Message [ en-US ] = "The text you entered was not found.";
452 Image IMG_HELP_TOOLBOX_L_INDEX_ON
454 ImageBitmap = Bitmap { File = "indexon_big.bmp" ; };
458 Image IMG_HELP_TOOLBOX_L_INDEX_OFF
460 ImageBitmap = Bitmap { File = "indexoff_big.bmp" ; };
464 Image IMG_HELP_TOOLBOX_L_START
466 ImageBitmap = Bitmap { File = "lc06303.bmp" ; };
470 Image IMG_HELP_TOOLBOX_L_PREV
472 ImageBitmap = Bitmap { File = "lc06301.bmp" ; };
476 Image IMG_HELP_TOOLBOX_L_NEXT
478 ImageBitmap = Bitmap { File = "lc06300.bmp" ; };
482 Image IMG_HELP_TOOLBOX_L_PRINT
484 ImageBitmap = Bitmap { File = "lc05504.bmp" ; };
488 Image IMG_HELP_TOOLBOX_L_BOOKMARKS
490 ImageBitmap = Bitmap { File = "favourite_big.bmp" ; };
494 Image IMG_HELP_TOOLBOX_L_SEARCHDIALOG
496 ImageBitmap = Bitmap { File = "lc05961.bmp" ; };
500 Image IMG_HELP_TOOLBOX_L_COPY
502 ImageBitmap = Bitmap { File = "lc05711.bmp" ; };
506 CheckBox RID_HELP_ONSTARTUP_BOX
508 HelpId = HID_HELP_ONSTARTUP_BOX;
511 Size = MAP_APPFONT ( 200 , 10 ) ;
514 String RID_HELP_ONSTARTUP_TEXT
516 Text [ en-US ] = "~Display %PRODUCTNAME %MODULENAME Help at Startup";