forked from amazingfate/loongoffice
2004/04/22 17:21:53 hjs 1.83.54.4: #i8252# fix macro 2004/04/20 20:44:34 hjs 1.83.54.3: RESYNC: (1.83-1.85); FILE MERGED 2004/02/23 11:38:09 ihi 1.83.54.2: Merge-While-Build update 2003/11/10 17:54:46 ihi 1.83.54.1: #111234# Merge during build
652 lines
16 KiB
Plaintext
652 lines
16 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* $RCSfile: newhelp.src,v $
|
|
*
|
|
* $Revision: 1.87 $
|
|
*
|
|
* last change: $Author: hjs $ $Date: 2004-06-26 17:41:11 $
|
|
*
|
|
* The Contents of this file are made available subject to the terms of
|
|
* either of the following licenses
|
|
*
|
|
* - GNU Lesser General Public License Version 2.1
|
|
* - Sun Industry Standards Source License Version 1.1
|
|
*
|
|
* Sun Microsystems Inc., October, 2000
|
|
*
|
|
* GNU Lesser General Public License Version 2.1
|
|
* =============================================
|
|
* Copyright 2000 by Sun Microsystems, Inc.
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
* MA 02111-1307 USA
|
|
*
|
|
*
|
|
* Sun Industry Standards Source License Version 1.1
|
|
* =================================================
|
|
* The contents of this file are subject to the Sun Industry Standards
|
|
* Source License Version 1.1 (the "License"); You may not use this file
|
|
* except in compliance with the License. You may obtain a copy of the
|
|
* License at http://www.openoffice.org/license.html.
|
|
*
|
|
* Software provided under this License is provided on an "AS IS" basis,
|
|
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
|
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
|
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
|
* See the License for the specific provisions governing your rights and
|
|
* obligations concerning the Software.
|
|
*
|
|
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
|
*
|
|
* Copyright: 2000 by Sun Microsystems, Inc.
|
|
*
|
|
* All Rights Reserved.
|
|
*
|
|
* Contributor(s): _______________________________________
|
|
*
|
|
*
|
|
************************************************************************/
|
|
|
|
#include "app.hrc"
|
|
#include "newhelp.hrc"
|
|
#include "helpid.hrc"
|
|
|
|
Window WIN_HELP_INDEX
|
|
{
|
|
Hide = TRUE ;
|
|
Size = MAP_APPFONT ( 120 , 200 ) ;
|
|
DialogControl = TRUE;
|
|
ListBox LB_ACTIVE
|
|
{
|
|
HelpId = HID_HELP_LISTBOX;
|
|
Border = TRUE ;
|
|
DropDown = TRUE;
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
Size = MAP_APPFONT ( 114 , 40 ) ;
|
|
};
|
|
FixedLine FL_ACTIVE
|
|
{
|
|
Hide = True;
|
|
Pos = MAP_APPFONT ( 2, 19 ) ;
|
|
Size = MAP_APPFONT ( 118 , 1 ) ;
|
|
};
|
|
TabControl TC_INDEX
|
|
{
|
|
HelpId = HID_HELP_TABCONTROL;
|
|
Pos = MAP_APPFONT ( 3, 19 ) ;
|
|
TabStop = TRUE;
|
|
PageList =
|
|
{
|
|
PageItem
|
|
{
|
|
Identifier = HELP_INDEX_PAGE_CONTENTS ;
|
|
Text [ de ] = "Inhalte" ;
|
|
Text [ en-US ] = "Contents";
|
|
};
|
|
PageItem
|
|
{
|
|
Identifier = HELP_INDEX_PAGE_INDEX ;
|
|
Text [ de ] = "Index" ;
|
|
Text [ en-US ] = "Index";
|
|
};
|
|
PageItem
|
|
{
|
|
Identifier = HELP_INDEX_PAGE_SEARCH ;
|
|
Text [ de ] = "Suchen" ;
|
|
Text [ en-US ] = "Find";
|
|
Text [ x-comment ] = "; pb: the correct english text here must be 'Search' (said VK and FPE)";
|
|
};
|
|
PageItem
|
|
{
|
|
Identifier = HELP_INDEX_PAGE_BOOKMARKS ;
|
|
Text [ de ] = "Lesezeichen" ;
|
|
Text [ en-US ] = "Bookmarks";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
TabPage TP_HELP_INDEX
|
|
{
|
|
HelpId = HID_HELP_TABPAGE_INDEX;
|
|
Hide = TRUE ;
|
|
DialogControl = TRUE;
|
|
Size = MAP_APPFONT ( 120 , 200 ) ;
|
|
FixedText FT_EXPRESSION
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
|
Size = MAP_APPFONT ( 108 , 10 ) ;
|
|
Text [ de ] = "~Suchbegriff" ;
|
|
Text [ en-US ] = "~Search term" ;
|
|
};
|
|
ComboBox CB_INDEX
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 17 ) ;
|
|
Size = MAP_APPFONT ( 108 , 97 ) ;
|
|
};
|
|
PushButton PB_OPEN_INDEX
|
|
{
|
|
Pos = MAP_APPFONT ( 64 , 115 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
Text [ de ] = "~Anzeigen" ;
|
|
Text [ en-US ] = "~Display" ;
|
|
};
|
|
};
|
|
|
|
TabPage TP_HELP_SEARCH
|
|
{
|
|
HelpId = HID_HELP_TABPAGE_SEARCH;
|
|
Hide = TRUE ;
|
|
DialogControl = TRUE;
|
|
Size = MAP_APPFONT ( 120 , 122 ) ;
|
|
FixedText FT_SEARCH
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
|
Size = MAP_APPFONT ( 108 , 10 ) ;
|
|
Text [ de ] = "S~uchbegriff" ;
|
|
Text [ en-US ] = "S~earch term" ;
|
|
};
|
|
ComboBox ED_SEARCH
|
|
{
|
|
Border = TRUE ;
|
|
DropDown = TRUE;
|
|
Pos = MAP_APPFONT ( 6 , 17 ) ;
|
|
Size = MAP_APPFONT ( 72 , 40 ) ;
|
|
};
|
|
PushButton PB_SEARCH
|
|
{
|
|
Pos = MAP_APPFONT ( 81 , 17 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
Text [ de ] = "~Suchen";
|
|
Text [ en-US ] = "~Find";
|
|
};
|
|
CheckBox CB_FULLWORDS
|
|
{
|
|
Pos = MAP_APPFONT ( 6, 34 ) ;
|
|
Size = MAP_APPFONT ( 108 , 10 ) ;
|
|
Text [ de ] = "~Nur ganze W�rter" ;
|
|
Text [ en-US ] = "~Complete words only";
|
|
};
|
|
CheckBox CB_SCOPE
|
|
{
|
|
Pos = MAP_APPFONT ( 6, 47 ) ;
|
|
Size = MAP_APPFONT ( 108 , 10 ) ;
|
|
Text [ de ] = "Nur in ~Titeln suchen" ;
|
|
Text [ en-US ] = "Find in ~headings only";
|
|
};
|
|
ListBox LB_RESULT
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 60 ) ;
|
|
Size = MAP_APPFONT ( 108 , 30 ) ;
|
|
};
|
|
PushButton PB_OPEN_SEARCH
|
|
{
|
|
Pos = MAP_APPFONT ( 64 , 182 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
Text [ de ] = "~Anzeigen" ;
|
|
Text [ en-US ] = "~Display" ;
|
|
};
|
|
};
|
|
|
|
TabPage TP_HELP_BOOKMARKS
|
|
{
|
|
HelpId = HID_HELP_TABPAGE_BOOKMARKS;
|
|
Hide = TRUE ;
|
|
DialogControl = TRUE;
|
|
Size = MAP_APPFONT ( 120 , 200 ) ;
|
|
FixedText FT_BOOKMARKS
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
|
Size = MAP_APPFONT ( 108 , 10 ) ;
|
|
Text [ de ] = "~Lesezeichen" ;
|
|
Text [ en-US ] = "~Bookmarks" ;
|
|
};
|
|
ListBox LB_BOOKMARKS
|
|
{
|
|
Border = TRUE ;
|
|
Sort = TRUE;
|
|
Pos = MAP_APPFONT ( 6 , 19 ) ;
|
|
Size = MAP_APPFONT ( 108 , 97 ) ;
|
|
};
|
|
PushButton PB_BOOKMARKS
|
|
{
|
|
Pos = MAP_APPFONT ( 64 , 119 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
Text [ de ] = "~Anzeigen" ;
|
|
Text [ en-US ] = "~Display" ;
|
|
};
|
|
};
|
|
|
|
TabPage TP_HELP_CONTENT
|
|
{
|
|
HelpId = HID_HELP_TABPAGE_CONTENTS;
|
|
Hide = TRUE ;
|
|
DialogControl = TRUE;
|
|
Size = MAP_APPFONT ( 120 , 200 ) ;
|
|
Control LB_CONTENTS
|
|
{
|
|
HelpId = HID_HELP_TREELISTBOX_CONTENTS ;
|
|
Border = TRUE ;
|
|
TabStop = TRUE;
|
|
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
|
Size = MAP_APPFONT ( 108 , 188 ) ;
|
|
};
|
|
};
|
|
|
|
#define MASKCOLOR_MAGENTA \
|
|
MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
|
|
|
|
Image IMG_HELP_TOOLBOX_INDEX_ON
|
|
{
|
|
ImageBitmap = Bitmap { File = "indexon_small.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_INDEX_OFF
|
|
{
|
|
ImageBitmap = Bitmap { File = "indexoff_small.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_START
|
|
{
|
|
ImageBitmap = Bitmap { File = "sc06303.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_PREV
|
|
{
|
|
ImageBitmap = Bitmap { File = "sc06301.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_NEXT
|
|
{
|
|
ImageBitmap = Bitmap { File = "sc06300.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_PRINT
|
|
{
|
|
ImageBitmap = Bitmap { File = "sc05504.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_BOOKMARKS
|
|
{
|
|
ImageBitmap = Bitmap { File = "favourite.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_SEARCHDIALOG
|
|
{
|
|
ImageBitmap = Bitmap { File = "sc05961.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_COPY
|
|
{
|
|
ImageBitmap = Bitmap { File = "sc05711.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_CONTENT_BOOK_OPEN
|
|
{
|
|
ImageBitmap = Bitmap { File = "hlpbookopen.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_CONTENT_BOOK_CLOSED
|
|
{
|
|
ImageBitmap = Bitmap { File = "hlpbookclosed.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_CONTENT_CHAPTER_OPEN
|
|
{
|
|
ImageBitmap = Bitmap { File = "hlpbookopen.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_CONTENT_CHAPTER_CLOSED
|
|
{
|
|
ImageBitmap = Bitmap { File = "hlpbookclosed.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_CONTENT_DOC
|
|
{
|
|
ImageBitmap = Bitmap { File = "hlpdoc.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
|
|
String STR_HELP_WINDOW_TITLE
|
|
{
|
|
Text [ de ] = "%PRODUCTNAME Hilfe";
|
|
Text [ en-US ] = "%PRODUCTNAME Help";
|
|
};
|
|
String STR_HELP_BUTTON_INDEX_ON
|
|
{
|
|
Text [ de ] = "Navigationsbereich anzeigen";
|
|
Text [ en-US ] = "Show Navigation Pane";
|
|
};
|
|
String STR_HELP_BUTTON_INDEX_OFF
|
|
{
|
|
Text [ de ] = "Navigationsbereich ausschalten";
|
|
Text [ en-US ] = "Hide Navigation Pane";
|
|
};
|
|
String STR_HELP_BUTTON_START
|
|
{
|
|
Text [ de ] = "Startseite";
|
|
Text [ en-US ] = "First Page";
|
|
};
|
|
String STR_HELP_BUTTON_PREV
|
|
{
|
|
Text [ de ] = "Vorherige Seite";
|
|
Text [ en-US ] = "Previous Page";
|
|
};
|
|
String STR_HELP_BUTTON_NEXT
|
|
{
|
|
Text [ de ] = "N�chste Seite";
|
|
Text [ en-US ] = "Next Page";
|
|
};
|
|
String STR_HELP_BUTTON_PRINT
|
|
{
|
|
Text [ de ] = "Drucken...";
|
|
Text [ en-US ] = "Print...";
|
|
};
|
|
String STR_HELP_BUTTON_ADDBOOKMARK
|
|
{
|
|
Text [ de ] = "Lesezeichen hinzuf�gen...";
|
|
Text [ en-US ] = "Add to Bookmarks...";
|
|
};
|
|
String STR_HELP_BUTTON_SEARCHDIALOG
|
|
{
|
|
Text [ de ] = "Auf dieser Seite suchen...";
|
|
Text [ en-US ] = "Find on this Page...";
|
|
};
|
|
String STR_HELP_BUTTON_SOURCEVIEW
|
|
{
|
|
Text [ de ] = "HTML-Quelltext";
|
|
Text [ en-US ] = "HTML Source";
|
|
};
|
|
|
|
String STR_HELP_FIRST_MESSAGE
|
|
{
|
|
Text [ de ] = "Die Hilfe wird gestartet...";
|
|
Text [ en-US ] = "The Help is being started...";
|
|
};
|
|
String STR_HELP_FIRST_HTML
|
|
{
|
|
Text = "<html></head><body><center><br></br><br></br><p><tt>%1</tt></center></body></html>";
|
|
};
|
|
String STR_HELP_MENU_TEXT_SELECTION_MODE
|
|
{
|
|
Text [ de ] = "Text ausw�hlen";
|
|
Text [ en-US ] = "Select Text";
|
|
};
|
|
ModalDialog DLG_HELP_ADDBOOKMARK
|
|
{
|
|
Size = MAP_APPFONT ( 208 , 43 ) ;
|
|
Text [ de ] = "Lesezeichen hinzuf�gen" ;
|
|
Text [ en-US ] = "Add to Bookmarks";
|
|
MOVEABLE = TRUE ;
|
|
CLOSEABLE = TRUE ;
|
|
OUTPUTSIZE = TRUE ;
|
|
SVLOOK = TRUE ;
|
|
FixedText FT_BOOKMARK_TITLE
|
|
{
|
|
PosSize = MAP_APPFONT ( 6 , 6 , 140 , 10 ) ;
|
|
Text [ de ] = "Lesezeichen:" ;
|
|
Text [ en-US ] = "Bookmark:" ;
|
|
Text [ x-comment ] = " ";
|
|
TABSTOP = FALSE ;
|
|
GROUP = TRUE ;
|
|
LEFT = TRUE ;
|
|
};
|
|
Edit ED_BOOKMARK_TITLE
|
|
{
|
|
PosSize = MAP_APPFONT ( 6 , 19 , 140 , 12 ) ;
|
|
TABSTOP = TRUE ;
|
|
BORDER = TRUE ;
|
|
};
|
|
OKButton PB_BOOKMARK_OK
|
|
{
|
|
PosSize = MAP_APPFONT ( 152 , 6 , 50 , 14 ) ;
|
|
HIDE = FALSE ;
|
|
TABSTOP = TRUE ;
|
|
GROUP = TRUE ;
|
|
Disable = FALSE ;
|
|
DefButton = TRUE ;
|
|
};
|
|
CancelButton PB_BOOKMARK_CANCEL
|
|
{
|
|
PosSize = MAP_APPFONT ( 152 , 23 , 50 , 14 ) ;
|
|
TABSTOP = TRUE ;
|
|
GROUP = TRUE ;
|
|
};
|
|
HelpButton PB_BOOKMARK_HELP
|
|
{
|
|
PosSize = MAP_APPFONT ( 152 , 43 , 50 , 14 ) ;
|
|
TABSTOP = TRUE ;
|
|
GROUP = TRUE ;
|
|
Hide = TRUE;
|
|
};
|
|
String STR_BOOKMARK_RENAME
|
|
{
|
|
Text [ de ] = "Lesezeichen umbenennen" ;
|
|
Text [ en-US ] = "Rename Bookmark";
|
|
};
|
|
};
|
|
|
|
Menu MENU_HELP_BOOKMARKS
|
|
{
|
|
ItemList =
|
|
{
|
|
MenuItem
|
|
{
|
|
Identifier = MID_OPEN ;
|
|
HelpId = HID_HELP_BOOKMARKS_OPEN;
|
|
Text [ de ] = "Anzeigen" ;
|
|
Text [ en-US ] = "Display";
|
|
};
|
|
MenuItem
|
|
{
|
|
Separator = TRUE ;
|
|
};
|
|
MenuItem
|
|
{
|
|
Identifier = MID_RENAME ;
|
|
HelpId = HID_HELP_BOOKMARKS_RENAME;
|
|
Text [ de ] = "Umbenennen..." ;
|
|
Text [ en-US ] = "Rename...";
|
|
};
|
|
MenuItem
|
|
{
|
|
Identifier = MID_DELETE ;
|
|
HelpId = HID_HELP_BOOKMARKS_DELETE;
|
|
Text [ de ] = "L�schen" ;
|
|
Text [ en-US ] = "Delete";
|
|
};
|
|
};
|
|
};
|
|
|
|
InfoBox RID_INFO_NOSEARCHRESULTS
|
|
{
|
|
BUTTONS = WB_OK ;
|
|
DEFBUTTON = WB_DEF_OK ;
|
|
Message [ de ] = "Keine Themen gefunden." ;
|
|
Message [ en-US ] = "No topics found.";
|
|
};
|
|
|
|
InfoBox RID_INFO_NOSEARCHTEXTFOUND
|
|
{
|
|
BUTTONS = WB_OK ;
|
|
DEFBUTTON = WB_DEF_OK ;
|
|
Message [ de ] = "Der eingegebene Text wurde nicht gefunden." ;
|
|
Message [ en-US ] = "The text you entered was not found.";
|
|
};
|
|
|
|
Image IMG_HELP_TOOLBOX_HC_INDEX_ON
|
|
{
|
|
ImageBitmap = Bitmap { File = "indexon_small_h.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_HC_INDEX_OFF
|
|
{
|
|
ImageBitmap = Bitmap { File = "indexoff_small_h.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_HC_START
|
|
{
|
|
ImageBitmap = Bitmap { File = "sch06303.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_HC_PREV
|
|
{
|
|
ImageBitmap = Bitmap { File = "sch06301.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_HC_NEXT
|
|
{
|
|
ImageBitmap = Bitmap { File = "sch06300.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_HC_PRINT
|
|
{
|
|
ImageBitmap = Bitmap { File = "sch05504.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_HC_BOOKMARKS
|
|
{
|
|
ImageBitmap = Bitmap { File = "favourite_h.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_HC_SEARCHDIALOG
|
|
{
|
|
ImageBitmap = Bitmap { File = "sch05961.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_HC_COPY
|
|
{
|
|
ImageBitmap = Bitmap { File = "sch05711.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
|
|
Image IMG_HELP_TOOLBOX_L_INDEX_ON
|
|
{
|
|
ImageBitmap = Bitmap { File = "indexon_big.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_L_INDEX_OFF
|
|
{
|
|
ImageBitmap = Bitmap { File = "indexoff_big.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_L_START
|
|
{
|
|
ImageBitmap = Bitmap { File = "lc06303.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_L_PREV
|
|
{
|
|
ImageBitmap = Bitmap { File = "lc06301.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_L_NEXT
|
|
{
|
|
ImageBitmap = Bitmap { File = "lc06300.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_L_PRINT
|
|
{
|
|
ImageBitmap = Bitmap { File = "lc05504.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_L_BOOKMARKS
|
|
{
|
|
ImageBitmap = Bitmap { File = "favourite_big.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_L_SEARCHDIALOG
|
|
{
|
|
ImageBitmap = Bitmap { File = "lc05961.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_L_COPY
|
|
{
|
|
ImageBitmap = Bitmap { File = "lc05711.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
|
|
Image IMG_HELP_TOOLBOX_HCL_INDEX_ON
|
|
{
|
|
ImageBitmap = Bitmap { File = "indexon_big_h.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_HCL_INDEX_OFF
|
|
{
|
|
ImageBitmap = Bitmap { File = "indexoff_big_h.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_HCL_START
|
|
{
|
|
ImageBitmap = Bitmap { File = "lch06303.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_HCL_PREV
|
|
{
|
|
ImageBitmap = Bitmap { File = "lch06301.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_HCL_NEXT
|
|
{
|
|
ImageBitmap = Bitmap { File = "lch06300.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_HCL_PRINT
|
|
{
|
|
ImageBitmap = Bitmap { File = "lch05504.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_HCL_BOOKMARKS
|
|
{
|
|
ImageBitmap = Bitmap { File = "favourite_big_h.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_HCL_SEARCHDIALOG
|
|
{
|
|
ImageBitmap = Bitmap { File = "lch05961.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
Image IMG_HELP_TOOLBOX_HCL_COPY
|
|
{
|
|
ImageBitmap = Bitmap { File = "lch05711.bmp" ; };
|
|
MASKCOLOR_MAGENTA
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|