/************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. * *************************************************************/ #include "app.hrc" #include "newhelp.hrc" #include "helpid.hrc" Window WIN_HELPINDEX { 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 [ en-US ] = "Contents" ; }; PageItem { Identifier = HELP_INDEX_PAGE_INDEX ; Text [ en-US ] = "Index" ; }; PageItem { Identifier = HELP_INDEX_PAGE_SEARCH ; Text [ en-US ] = "Find" ; }; PageItem { Identifier = HELP_INDEX_PAGE_BOOKMARKS ; 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 [ en-US ] = "~Search term" ; }; ComboBox CB_INDEX { HelpID = "sfx2:ComboBox:TP_HELP_INDEX:CB_INDEX" ; Border = TRUE ; Pos = MAP_APPFONT ( 6, 17 ) ; Size = MAP_APPFONT ( 108, 97 ) ; }; PushButton PB_OPEN_INDEX { HelpID = "sfx2:PushButton:TP_HELP_INDEX:PB_OPEN_INDEX" ; Pos = MAP_APPFONT ( 64, 115 ) ; Size = MAP_APPFONT ( 50, 14 ) ; Text [ en-US ] = "~Display" ; }; }; TabPage TP_HELP_SEARCH { HelpId = HID_HELP_TABPAGE_SEARCH ; Hide = TRUE ; DialogControl = TRUE ; Size = MAP_APPFONT ( 140, 122 ) ; FixedText FT_SEARCH { Pos = MAP_APPFONT ( 6, 6 ) ; Size = MAP_APPFONT ( 128, 10 ) ; Text [ en-US ] = "S~earch term" ; }; ComboBox ED_SEARCH { HelpID = "sfx2:ComboBox:TP_HELP_SEARCH:ED_SEARCH" ; Border = TRUE ; DropDown = TRUE ; Pos = MAP_APPFONT ( 6, 17 ) ; Size = MAP_APPFONT ( 92, 40 ) ; }; PushButton PB_SEARCH { HelpID = "sfx2:PushButton:TP_HELP_SEARCH:PB_SEARCH" ; Pos = MAP_APPFONT ( 101, 17 ) ; Size = MAP_APPFONT ( 50, 14 ) ; Text [ en-US ] = "~Find" ; }; CheckBox CB_FULLWORDS { HelpID = "sfx2:CheckBox:TP_HELP_SEARCH:CB_FULLWORDS" ; Pos = MAP_APPFONT ( 6, 34 ) ; Size = MAP_APPFONT ( 128, 10 ) ; Text [ en-US ] = "~Complete words only" ; }; CheckBox CB_SCOPE { HelpID = "sfx2:CheckBox:TP_HELP_SEARCH:CB_SCOPE" ; Pos = MAP_APPFONT ( 6, 47 ) ; Size = MAP_APPFONT ( 128, 10 ) ; Text [ en-US ] = "Find in ~headings only" ; }; ListBox LB_RESULT { HelpID = "sfx2:ListBox:TP_HELP_SEARCH:LB_RESULT" ; Border = TRUE ; Pos = MAP_APPFONT ( 6, 60 ) ; Size = MAP_APPFONT ( 128, 30 ) ; }; PushButton PB_OPEN_SEARCH { HelpID = "sfx2:PushButton:TP_HELP_SEARCH:PB_OPEN_SEARCH" ; Pos = MAP_APPFONT ( 84, 182 ) ; Size = MAP_APPFONT ( 50, 14 ) ; 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 [ en-US ] = "~Bookmarks" ; }; ListBox LB_BOOKMARKS { HelpID = "sfx2:ListBox:TP_HELP_BOOKMARKS:LB_BOOKMARKS" ; Border = TRUE ; Sort = TRUE ; Pos = MAP_APPFONT ( 6, 19 ) ; Size = MAP_APPFONT ( 108, 97 ) ; }; PushButton PB_BOOKMARKS { HelpID = "sfx2:PushButton:TP_HELP_BOOKMARKS:PB_BOOKMARKS" ; Pos = MAP_APPFONT ( 64, 119 ) ; Size = MAP_APPFONT ( 50, 14 ) ; 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 ) ; }; }; Image IMG_HELP_TOOLBOX_INDEX_ON { ImageBitmap = Bitmap { File = "indexon_small.png" ; }; }; Image IMG_HELP_TOOLBOX_INDEX_OFF { ImageBitmap = Bitmap { File = "indexoff_small.png" ; }; }; Image IMG_HELP_TOOLBOX_START { ImageBitmap = Bitmap { File = "sc06303.png" ; }; }; Image IMG_HELP_TOOLBOX_PREV { ImageBitmap = Bitmap { File = "sc06301.png" ; }; }; Image IMG_HELP_TOOLBOX_NEXT { ImageBitmap = Bitmap { File = "sc06300.png" ; }; }; Image IMG_HELP_TOOLBOX_PRINT { ImageBitmap = Bitmap { File = "sc05504.png" ; }; }; Image IMG_HELP_TOOLBOX_BOOKMARKS { ImageBitmap = Bitmap { File = "favourite.png" ; }; }; Image IMG_HELP_TOOLBOX_SEARCHDIALOG { ImageBitmap = Bitmap { File = "sc05961.png" ; }; }; Image IMG_HELP_TOOLBOX_COPY { ImageBitmap = Bitmap { File = "sc05711.png" ; }; }; Image IMG_HELP_CONTENT_BOOK_OPEN { ImageBitmap = Bitmap { File = "hlpbookopen.png" ; }; }; Image IMG_HELP_CONTENT_BOOK_OPEN_HC { ImageBitmap = Bitmap { File = "hlpbookopen_h.png" ; }; }; Image IMG_HELP_CONTENT_BOOK_CLOSED { ImageBitmap = Bitmap { File = "hlpbookclosed.png" ; }; }; Image IMG_HELP_CONTENT_BOOK_CLOSED_HC { ImageBitmap = Bitmap { File = "hlpbookclosed_h.png" ; }; }; Image IMG_HELP_CONTENT_DOC { ImageBitmap = Bitmap { File = "hlpdoc.png" ; }; }; Image IMG_HELP_CONTENT_DOC_HC { ImageBitmap = Bitmap { File = "hlpdoc_h.png" ; }; }; String STR_HELP_WINDOW_TITLE { Text [ en-US ] = "%PRODUCTNAME Help" ; }; String STR_HELP_BUTTON_INDEX_ON { Text [ en-US ] = "Show Navigation Pane" ; }; String STR_HELP_BUTTON_INDEX_OFF { Text [ en-US ] = "Hide Navigation Pane" ; }; String STR_HELP_BUTTON_START { Text [ en-US ] = "First Page" ; }; String STR_HELP_BUTTON_PREV { Text [ en-US ] = "Previous Page" ; }; String STR_HELP_BUTTON_NEXT { Text [ en-US ] = "Next Page" ; }; String STR_HELP_BUTTON_PRINT { Text [ en-US ] = "Print..." ; }; String STR_HELP_BUTTON_ADDBOOKMARK { Text [ en-US ] = "Add to Bookmarks..." ; }; String STR_HELP_BUTTON_SEARCHDIALOG { Text [ en-US ] = "Find on this Page..." ; }; String STR_HELP_BUTTON_SOURCEVIEW { Text [ en-US ] = "HTML Source" ; }; String STR_HELP_FIRST_MESSAGE { Text [ en-US ] = "The Help is being started..." ; }; String STR_HELP_FIRST_HTML { Text = "
%1