1acbf353aSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3acbf353aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4acbf353aSAndrew Rist * or more contributor license agreements. See the NOTICE file 5acbf353aSAndrew Rist * distributed with this work for additional information 6acbf353aSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7acbf353aSAndrew Rist * to you under the Apache License, Version 2.0 (the 8acbf353aSAndrew Rist * "License"); you may not use this file except in compliance 9acbf353aSAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 11acbf353aSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 13acbf353aSAndrew Rist * Unless required by applicable law or agreed to in writing, 14acbf353aSAndrew Rist * software distributed under the License is distributed on an 15acbf353aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16acbf353aSAndrew Rist * KIND, either express or implied. See the License for the 17acbf353aSAndrew Rist * specific language governing permissions and limitations 18acbf353aSAndrew Rist * under the License. 19cdf0e10cSrcweir * 20acbf353aSAndrew Rist *************************************************************/ 21acbf353aSAndrew Rist 22cdf0e10cSrcweir#include "app.hrc" 23cdf0e10cSrcweir#include "newhelp.hrc" 24cdf0e10cSrcweir#include "helpid.hrc" 25cdf0e10cSrcweir 26cdf0e10cSrcweirWindow WIN_HELPINDEX 27cdf0e10cSrcweir{ 28cdf0e10cSrcweir Hide = TRUE ; 29cdf0e10cSrcweir Size = MAP_APPFONT ( 120, 200 ) ; 30cdf0e10cSrcweir DialogControl = TRUE ; 31cdf0e10cSrcweir ListBox LB_ACTIVE 32cdf0e10cSrcweir { 33cdf0e10cSrcweir HelpId = HID_HELP_LISTBOX ; 34cdf0e10cSrcweir Border = TRUE ; 35cdf0e10cSrcweir DropDown = TRUE ; 36cdf0e10cSrcweir Pos = MAP_APPFONT ( 3, 3 ) ; 37cdf0e10cSrcweir Size = MAP_APPFONT ( 114, 40 ) ; 38cdf0e10cSrcweir }; 39cdf0e10cSrcweir FixedLine FL_ACTIVE 40cdf0e10cSrcweir { 41ca41231dSmseidel Hide = TRUE ; 42cdf0e10cSrcweir Pos = MAP_APPFONT ( 2, 19 ) ; 43cdf0e10cSrcweir Size = MAP_APPFONT ( 118, 1 ) ; 44cdf0e10cSrcweir }; 45cdf0e10cSrcweir TabControl TC_INDEX 46cdf0e10cSrcweir { 47cdf0e10cSrcweir HelpId = HID_HELP_TABCONTROL ; 48cdf0e10cSrcweir Pos = MAP_APPFONT ( 3, 19 ) ; 49cdf0e10cSrcweir TabStop = TRUE ; 50cdf0e10cSrcweir PageList = 51cdf0e10cSrcweir { 52cdf0e10cSrcweir PageItem 53cdf0e10cSrcweir { 54cdf0e10cSrcweir Identifier = HELP_INDEX_PAGE_CONTENTS ; 55cdf0e10cSrcweir Text [ en-US ] = "Contents" ; 56cdf0e10cSrcweir }; 57cdf0e10cSrcweir PageItem 58cdf0e10cSrcweir { 59cdf0e10cSrcweir Identifier = HELP_INDEX_PAGE_INDEX ; 60cdf0e10cSrcweir Text [ en-US ] = "Index" ; 61cdf0e10cSrcweir }; 62cdf0e10cSrcweir PageItem 63cdf0e10cSrcweir { 64cdf0e10cSrcweir Identifier = HELP_INDEX_PAGE_SEARCH ; 65cdf0e10cSrcweir Text [ en-US ] = "Find" ; 66cdf0e10cSrcweir }; 67cdf0e10cSrcweir PageItem 68cdf0e10cSrcweir { 69cdf0e10cSrcweir Identifier = HELP_INDEX_PAGE_BOOKMARKS ; 70cdf0e10cSrcweir Text [ en-US ] = "Bookmarks" ; 71cdf0e10cSrcweir }; 72cdf0e10cSrcweir }; 73cdf0e10cSrcweir }; 74cdf0e10cSrcweir}; 75cdf0e10cSrcweir 76cdf0e10cSrcweirTabPage TP_HELP_INDEX 77cdf0e10cSrcweir{ 78cdf0e10cSrcweir HelpId = HID_HELP_TABPAGE_INDEX ; 79cdf0e10cSrcweir Hide = TRUE ; 80cdf0e10cSrcweir DialogControl = TRUE ; 81cdf0e10cSrcweir Size = MAP_APPFONT ( 120, 200 ) ; 82cdf0e10cSrcweir FixedText FT_EXPRESSION 83cdf0e10cSrcweir { 84cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 6 ) ; 85cdf0e10cSrcweir Size = MAP_APPFONT ( 108, 10 ) ; 86cdf0e10cSrcweir Text [ en-US ] = "~Search term" ; 87cdf0e10cSrcweir }; 88cdf0e10cSrcweir ComboBox CB_INDEX 89cdf0e10cSrcweir { 90cdf0e10cSrcweir HelpID = "sfx2:ComboBox:TP_HELP_INDEX:CB_INDEX" ; 91cdf0e10cSrcweir Border = TRUE ; 92cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 17 ) ; 93cdf0e10cSrcweir Size = MAP_APPFONT ( 108, 97 ) ; 94cdf0e10cSrcweir }; 95cdf0e10cSrcweir PushButton PB_OPEN_INDEX 96cdf0e10cSrcweir { 97cdf0e10cSrcweir HelpID = "sfx2:PushButton:TP_HELP_INDEX:PB_OPEN_INDEX" ; 98cdf0e10cSrcweir Pos = MAP_APPFONT ( 64, 115 ) ; 99cdf0e10cSrcweir Size = MAP_APPFONT ( 50, 14 ) ; 100cdf0e10cSrcweir Text [ en-US ] = "~Display" ; 101cdf0e10cSrcweir }; 102cdf0e10cSrcweir}; 103cdf0e10cSrcweir 104cdf0e10cSrcweirTabPage TP_HELP_SEARCH 105cdf0e10cSrcweir{ 106cdf0e10cSrcweir HelpId = HID_HELP_TABPAGE_SEARCH ; 107cdf0e10cSrcweir Hide = TRUE ; 108cdf0e10cSrcweir DialogControl = TRUE ; 109cdf0e10cSrcweir Size = MAP_APPFONT ( 140, 122 ) ; 110cdf0e10cSrcweir FixedText FT_SEARCH 111cdf0e10cSrcweir { 112cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 6 ) ; 113cdf0e10cSrcweir Size = MAP_APPFONT ( 128, 10 ) ; 114cdf0e10cSrcweir Text [ en-US ] = "S~earch term" ; 115cdf0e10cSrcweir }; 116cdf0e10cSrcweir ComboBox ED_SEARCH 117cdf0e10cSrcweir { 118cdf0e10cSrcweir HelpID = "sfx2:ComboBox:TP_HELP_SEARCH:ED_SEARCH" ; 119cdf0e10cSrcweir Border = TRUE ; 120cdf0e10cSrcweir DropDown = TRUE ; 121cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 17 ) ; 122cdf0e10cSrcweir Size = MAP_APPFONT ( 92, 40 ) ; 123cdf0e10cSrcweir }; 124cdf0e10cSrcweir PushButton PB_SEARCH 125cdf0e10cSrcweir { 126cdf0e10cSrcweir HelpID = "sfx2:PushButton:TP_HELP_SEARCH:PB_SEARCH" ; 127cdf0e10cSrcweir Pos = MAP_APPFONT ( 101, 17 ) ; 128cdf0e10cSrcweir Size = MAP_APPFONT ( 50, 14 ) ; 129cdf0e10cSrcweir Text [ en-US ] = "~Find" ; 130cdf0e10cSrcweir }; 131cdf0e10cSrcweir CheckBox CB_FULLWORDS 132cdf0e10cSrcweir { 133cdf0e10cSrcweir HelpID = "sfx2:CheckBox:TP_HELP_SEARCH:CB_FULLWORDS" ; 134cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 34 ) ; 135cdf0e10cSrcweir Size = MAP_APPFONT ( 128, 10 ) ; 136cdf0e10cSrcweir Text [ en-US ] = "~Complete words only" ; 137cdf0e10cSrcweir }; 138cdf0e10cSrcweir CheckBox CB_SCOPE 139cdf0e10cSrcweir { 140cdf0e10cSrcweir HelpID = "sfx2:CheckBox:TP_HELP_SEARCH:CB_SCOPE" ; 141cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 47 ) ; 142cdf0e10cSrcweir Size = MAP_APPFONT ( 128, 10 ) ; 143cdf0e10cSrcweir Text [ en-US ] = "Find in ~headings only" ; 144cdf0e10cSrcweir }; 145cdf0e10cSrcweir ListBox LB_RESULT 146cdf0e10cSrcweir { 147cdf0e10cSrcweir HelpID = "sfx2:ListBox:TP_HELP_SEARCH:LB_RESULT" ; 148cdf0e10cSrcweir Border = TRUE ; 149cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 60 ) ; 150cdf0e10cSrcweir Size = MAP_APPFONT ( 128, 30 ) ; 151cdf0e10cSrcweir }; 152cdf0e10cSrcweir PushButton PB_OPEN_SEARCH 153cdf0e10cSrcweir { 154cdf0e10cSrcweir HelpID = "sfx2:PushButton:TP_HELP_SEARCH:PB_OPEN_SEARCH" ; 155cdf0e10cSrcweir Pos = MAP_APPFONT ( 84, 182 ) ; 156cdf0e10cSrcweir Size = MAP_APPFONT ( 50, 14 ) ; 157cdf0e10cSrcweir Text [ en-US ] = "~Display" ; 158cdf0e10cSrcweir }; 159cdf0e10cSrcweir}; 160cdf0e10cSrcweir 161cdf0e10cSrcweirTabPage TP_HELP_BOOKMARKS 162cdf0e10cSrcweir{ 163cdf0e10cSrcweir HelpId = HID_HELP_TABPAGE_BOOKMARKS ; 164cdf0e10cSrcweir Hide = TRUE ; 165cdf0e10cSrcweir DialogControl = TRUE ; 166cdf0e10cSrcweir Size = MAP_APPFONT ( 120, 200 ) ; 167cdf0e10cSrcweir FixedText FT_BOOKMARKS 168cdf0e10cSrcweir { 169cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 6 ) ; 170cdf0e10cSrcweir Size = MAP_APPFONT ( 108, 10 ) ; 171cdf0e10cSrcweir Text [ en-US ] = "~Bookmarks" ; 172cdf0e10cSrcweir }; 173cdf0e10cSrcweir ListBox LB_BOOKMARKS 174cdf0e10cSrcweir { 175cdf0e10cSrcweir HelpID = "sfx2:ListBox:TP_HELP_BOOKMARKS:LB_BOOKMARKS" ; 176cdf0e10cSrcweir Border = TRUE ; 177cdf0e10cSrcweir Sort = TRUE ; 178cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 19 ) ; 179cdf0e10cSrcweir Size = MAP_APPFONT ( 108, 97 ) ; 180cdf0e10cSrcweir }; 181cdf0e10cSrcweir PushButton PB_BOOKMARKS 182cdf0e10cSrcweir { 183cdf0e10cSrcweir HelpID = "sfx2:PushButton:TP_HELP_BOOKMARKS:PB_BOOKMARKS" ; 184cdf0e10cSrcweir Pos = MAP_APPFONT ( 64, 119 ) ; 185cdf0e10cSrcweir Size = MAP_APPFONT ( 50, 14 ) ; 186cdf0e10cSrcweir Text [ en-US ] = "~Display" ; 187cdf0e10cSrcweir }; 188cdf0e10cSrcweir}; 189cdf0e10cSrcweir 190cdf0e10cSrcweirTabPage TP_HELP_CONTENT 191cdf0e10cSrcweir{ 192cdf0e10cSrcweir HelpId = HID_HELP_TABPAGE_CONTENTS ; 193cdf0e10cSrcweir Hide = TRUE ; 194cdf0e10cSrcweir DialogControl = TRUE ; 195cdf0e10cSrcweir Size = MAP_APPFONT ( 120, 200 ) ; 196cdf0e10cSrcweir Control LB_CONTENTS 197cdf0e10cSrcweir { 198cdf0e10cSrcweir HelpId = HID_HELP_TREELISTBOX_CONTENTS ; 199cdf0e10cSrcweir Border = TRUE ; 200cdf0e10cSrcweir TabStop = TRUE ; 201cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 6 ) ; 202cdf0e10cSrcweir Size = MAP_APPFONT ( 108, 188 ) ; 203cdf0e10cSrcweir }; 204cdf0e10cSrcweir}; 205cdf0e10cSrcweir 206cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_INDEX_ON 207cdf0e10cSrcweir{ 2086f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "indexon_small.png" ; }; 209cdf0e10cSrcweir}; 210cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_INDEX_OFF 211cdf0e10cSrcweir{ 2126f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "indexoff_small.png" ; }; 213cdf0e10cSrcweir}; 214cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_START 215cdf0e10cSrcweir{ 2166f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "sc06303.png" ; }; 217cdf0e10cSrcweir}; 218cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_PREV 219cdf0e10cSrcweir{ 2206f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "sc06301.png" ; }; 221cdf0e10cSrcweir}; 222cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_NEXT 223cdf0e10cSrcweir{ 2246f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "sc06300.png" ; }; 225cdf0e10cSrcweir}; 226cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_PRINT 227cdf0e10cSrcweir{ 2286f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "sc05504.png" ; }; 229cdf0e10cSrcweir}; 230cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_BOOKMARKS 231cdf0e10cSrcweir{ 2326f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "favourite.png" ; }; 233cdf0e10cSrcweir}; 234cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_SEARCHDIALOG 235cdf0e10cSrcweir{ 2366f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "sc05961.png" ; }; 237cdf0e10cSrcweir}; 238cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_COPY 239cdf0e10cSrcweir{ 2406f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "sc05711.png" ; }; 241cdf0e10cSrcweir}; 242cdf0e10cSrcweirImage IMG_HELP_CONTENT_BOOK_OPEN 243cdf0e10cSrcweir{ 2446f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "hlpbookopen.png" ; }; 245cdf0e10cSrcweir}; 246cdf0e10cSrcweirImage IMG_HELP_CONTENT_BOOK_OPEN_HC 247cdf0e10cSrcweir{ 2486f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "hlpbookopen_h.png" ; }; 249cdf0e10cSrcweir}; 250cdf0e10cSrcweirImage IMG_HELP_CONTENT_BOOK_CLOSED 251cdf0e10cSrcweir{ 2526f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "hlpbookclosed.png" ; }; 253cdf0e10cSrcweir}; 254cdf0e10cSrcweirImage IMG_HELP_CONTENT_BOOK_CLOSED_HC 255cdf0e10cSrcweir{ 2566f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "hlpbookclosed_h.png" ; }; 257cdf0e10cSrcweir}; 258cdf0e10cSrcweirImage IMG_HELP_CONTENT_DOC 259cdf0e10cSrcweir{ 2606f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "hlpdoc.png" ; }; 261cdf0e10cSrcweir}; 262cdf0e10cSrcweirImage IMG_HELP_CONTENT_DOC_HC 263cdf0e10cSrcweir{ 2646f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "hlpdoc_h.png" ; }; 265cdf0e10cSrcweir}; 266cdf0e10cSrcweir 267cdf0e10cSrcweirString STR_HELP_WINDOW_TITLE 268cdf0e10cSrcweir{ 269cdf0e10cSrcweir Text [ en-US ] = "%PRODUCTNAME Help" ; 270cdf0e10cSrcweir}; 271cdf0e10cSrcweirString STR_HELP_BUTTON_INDEX_ON 272cdf0e10cSrcweir{ 273cdf0e10cSrcweir Text [ en-US ] = "Show Navigation Pane" ; 274cdf0e10cSrcweir}; 275cdf0e10cSrcweirString STR_HELP_BUTTON_INDEX_OFF 276cdf0e10cSrcweir{ 277cdf0e10cSrcweir Text [ en-US ] = "Hide Navigation Pane" ; 278cdf0e10cSrcweir}; 279cdf0e10cSrcweirString STR_HELP_BUTTON_START 280cdf0e10cSrcweir{ 281cdf0e10cSrcweir Text [ en-US ] = "First Page" ; 282cdf0e10cSrcweir}; 283cdf0e10cSrcweirString STR_HELP_BUTTON_PREV 284cdf0e10cSrcweir{ 285cdf0e10cSrcweir Text [ en-US ] = "Previous Page" ; 286cdf0e10cSrcweir}; 287cdf0e10cSrcweirString STR_HELP_BUTTON_NEXT 288cdf0e10cSrcweir{ 289cdf0e10cSrcweir Text [ en-US ] = "Next Page" ; 290cdf0e10cSrcweir}; 291cdf0e10cSrcweirString STR_HELP_BUTTON_PRINT 292cdf0e10cSrcweir{ 293cdf0e10cSrcweir Text [ en-US ] = "Print..." ; 294cdf0e10cSrcweir}; 295cdf0e10cSrcweirString STR_HELP_BUTTON_ADDBOOKMARK 296cdf0e10cSrcweir{ 297cdf0e10cSrcweir Text [ en-US ] = "Add to Bookmarks..." ; 298cdf0e10cSrcweir}; 299cdf0e10cSrcweirString STR_HELP_BUTTON_SEARCHDIALOG 300cdf0e10cSrcweir{ 301cdf0e10cSrcweir Text [ en-US ] = "Find on this Page..." ; 302cdf0e10cSrcweir}; 303cdf0e10cSrcweirString STR_HELP_BUTTON_SOURCEVIEW 304cdf0e10cSrcweir{ 305cdf0e10cSrcweir Text [ en-US ] = "HTML Source" ; 306cdf0e10cSrcweir}; 307cdf0e10cSrcweir 308cdf0e10cSrcweirString STR_HELP_FIRST_MESSAGE 309cdf0e10cSrcweir{ 310cdf0e10cSrcweir Text [ en-US ] = "The Help is being started..." ; 311cdf0e10cSrcweir}; 312cdf0e10cSrcweirString STR_HELP_FIRST_HTML 313cdf0e10cSrcweir{ 314cdf0e10cSrcweir Text = "<html></head><body><center><br></br><br></br><p><tt>%1</tt></center></body></html>" ; 315cdf0e10cSrcweir}; 316cdf0e10cSrcweirString STR_HELP_MENU_TEXT_SELECTION_MODE 317cdf0e10cSrcweir{ 318cdf0e10cSrcweir Text [ en-US ] = "Select Text" ; 319cdf0e10cSrcweir}; 320cdf0e10cSrcweirString STR_HELP_MENU_TEXT_COPY 321cdf0e10cSrcweir{ 322cdf0e10cSrcweir Text [ en-US ] = "~Copy" ; 323cdf0e10cSrcweir}; 324cdf0e10cSrcweirModalDialog DLG_HELP_ADDBOOKMARK 325cdf0e10cSrcweir{ 326cdf0e10cSrcweir HelpID = "sfx2:ModalDialog:DLG_HELP_ADDBOOKMARK" ; 327cdf0e10cSrcweir Size = MAP_APPFONT ( 208, 43 ) ; 328cdf0e10cSrcweir Text [ en-US ] = "Add to Bookmarks" ; 329cdf0e10cSrcweir MOVEABLE = TRUE ; 330cdf0e10cSrcweir CLOSEABLE = TRUE ; 331cdf0e10cSrcweir OUTPUTSIZE = TRUE ; 332cdf0e10cSrcweir SVLOOK = TRUE ; 333cdf0e10cSrcweir FixedText FT_BOOKMARK_TITLE 334cdf0e10cSrcweir { 335cdf0e10cSrcweir PosSize = MAP_APPFONT ( 6, 6, 140, 10 ) ; 336cdf0e10cSrcweir Text [ en-US ] = "Bookmark:" ; 337cdf0e10cSrcweir TABSTOP = FALSE ; 338cdf0e10cSrcweir GROUP = TRUE ; 339*b3897e6aSmseidel Left = TRUE ; 340cdf0e10cSrcweir }; 341cdf0e10cSrcweir Edit ED_BOOKMARK_TITLE 342cdf0e10cSrcweir { 343cdf0e10cSrcweir HelpID = "sfx2:Edit:DLG_HELP_ADDBOOKMARK:ED_BOOKMARK_TITLE" ; 344cdf0e10cSrcweir PosSize = MAP_APPFONT ( 6, 19, 140, 12 ) ; 345cdf0e10cSrcweir TABSTOP = TRUE ; 346*b3897e6aSmseidel Border = TRUE ; 347cdf0e10cSrcweir }; 348cdf0e10cSrcweir OKButton PB_BOOKMARK_OK 349cdf0e10cSrcweir { 350cdf0e10cSrcweir PosSize = MAP_APPFONT ( 152, 6, 50, 14 ) ; 351cdf0e10cSrcweir HIDE = FALSE ; 352cdf0e10cSrcweir TABSTOP = TRUE ; 353cdf0e10cSrcweir GROUP = TRUE ; 354cdf0e10cSrcweir Disable = FALSE ; 355cdf0e10cSrcweir DefButton = TRUE ; 356cdf0e10cSrcweir }; 357cdf0e10cSrcweir CancelButton PB_BOOKMARK_CANCEL 358cdf0e10cSrcweir { 359cdf0e10cSrcweir PosSize = MAP_APPFONT ( 152, 23, 50, 14 ) ; 360cdf0e10cSrcweir TABSTOP = TRUE ; 361cdf0e10cSrcweir GROUP = TRUE ; 362cdf0e10cSrcweir }; 363cdf0e10cSrcweir HelpButton PB_BOOKMARK_HELP 364cdf0e10cSrcweir { 365cdf0e10cSrcweir PosSize = MAP_APPFONT ( 152, 43, 50, 14 ) ; 366cdf0e10cSrcweir TABSTOP = TRUE ; 367cdf0e10cSrcweir GROUP = TRUE ; 368cdf0e10cSrcweir Hide = TRUE ; 369cdf0e10cSrcweir }; 370cdf0e10cSrcweir String STR_BOOKMARK_RENAME 371cdf0e10cSrcweir { 372cdf0e10cSrcweir Text [ en-US ] = "Rename Bookmark" ; 373cdf0e10cSrcweir }; 374cdf0e10cSrcweir}; 375cdf0e10cSrcweir 376cdf0e10cSrcweirMenu MENU_HELP_BOOKMARKS 377cdf0e10cSrcweir{ 378cdf0e10cSrcweir ItemList = 379cdf0e10cSrcweir { 380cdf0e10cSrcweir MenuItem 381cdf0e10cSrcweir { 382cdf0e10cSrcweir Identifier = MID_OPEN ; 383cdf0e10cSrcweir HelpId = HID_HELP_BOOKMARKS_OPEN ; 384cdf0e10cSrcweir Text [ en-US ] = "Display" ; 385cdf0e10cSrcweir }; 386cdf0e10cSrcweir MenuItem 387cdf0e10cSrcweir { 388cdf0e10cSrcweir Separator = TRUE ; 389cdf0e10cSrcweir }; 390cdf0e10cSrcweir MenuItem 391cdf0e10cSrcweir { 392cdf0e10cSrcweir Identifier = MID_RENAME ; 393cdf0e10cSrcweir HelpId = HID_HELP_BOOKMARKS_RENAME ; 394cdf0e10cSrcweir Text [ en-US ] = "Rename..." ; 395cdf0e10cSrcweir }; 396cdf0e10cSrcweir MenuItem 397cdf0e10cSrcweir { 398cdf0e10cSrcweir Identifier = MID_DELETE ; 399cdf0e10cSrcweir HelpId = HID_HELP_BOOKMARKS_DELETE ; 400cdf0e10cSrcweir Text [ en-US ] = "Delete" ; 401cdf0e10cSrcweir }; 402cdf0e10cSrcweir }; 403cdf0e10cSrcweir}; 404cdf0e10cSrcweir 405cdf0e10cSrcweirInfoBox RID_INFO_NOSEARCHRESULTS 406cdf0e10cSrcweir{ 407cdf0e10cSrcweir BUTTONS = WB_OK ; 408cdf0e10cSrcweir DEFBUTTON = WB_DEF_OK ; 409cdf0e10cSrcweir Message [ en-US ] = "No topics found." ; 410cdf0e10cSrcweir}; 411cdf0e10cSrcweir 412cdf0e10cSrcweirInfoBox RID_INFO_NOSEARCHTEXTFOUND 413cdf0e10cSrcweir{ 414cdf0e10cSrcweir BUTTONS = WB_OK ; 415cdf0e10cSrcweir DEFBUTTON = WB_DEF_OK ; 416cdf0e10cSrcweir Message [ en-US ] = "The text you entered was not found." ; 417cdf0e10cSrcweir}; 418cdf0e10cSrcweir 419cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_HC_INDEX_ON 420cdf0e10cSrcweir{ 4216f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "indexon_small_h.png" ; }; 422cdf0e10cSrcweir}; 423cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_HC_INDEX_OFF 424cdf0e10cSrcweir{ 4256f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "indexoff_small_h.png" ; }; 426cdf0e10cSrcweir}; 427cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_HC_START 428cdf0e10cSrcweir{ 4296f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "sch06303.png" ; }; 430cdf0e10cSrcweir}; 431cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_HC_PREV 432cdf0e10cSrcweir{ 4336f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "sch06301.png" ; }; 434cdf0e10cSrcweir}; 435cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_HC_NEXT 436cdf0e10cSrcweir{ 4376f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "sch06300.png" ; }; 438cdf0e10cSrcweir}; 439cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_HC_PRINT 440cdf0e10cSrcweir{ 4416f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "sch05504.png" ; }; 442cdf0e10cSrcweir}; 443cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_HC_BOOKMARKS 444cdf0e10cSrcweir{ 4456f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "favourite_h.png" ; }; 446cdf0e10cSrcweir}; 447cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_HC_SEARCHDIALOG 448cdf0e10cSrcweir{ 4496f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "sch05961.png" ; }; 450cdf0e10cSrcweir}; 451cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_HC_COPY 452cdf0e10cSrcweir{ 4536f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "sch05711.png" ; }; 454cdf0e10cSrcweir}; 455cdf0e10cSrcweir 456cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_L_INDEX_ON 457cdf0e10cSrcweir{ 4586f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "indexon_big.png" ; }; 459cdf0e10cSrcweir}; 460cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_L_INDEX_OFF 461cdf0e10cSrcweir{ 4626f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "indexoff_big.png" ; }; 463cdf0e10cSrcweir}; 464cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_L_START 465cdf0e10cSrcweir{ 4666f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "lc06303.png" ; }; 467cdf0e10cSrcweir}; 468cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_L_PREV 469cdf0e10cSrcweir{ 4706f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "lc06301.png" ; }; 471cdf0e10cSrcweir}; 472cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_L_NEXT 473cdf0e10cSrcweir{ 4746f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "lc06300.png" ; }; 475cdf0e10cSrcweir}; 476cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_L_PRINT 477cdf0e10cSrcweir{ 4786f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "lc05504.png" ; }; 479cdf0e10cSrcweir}; 480cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_L_BOOKMARKS 481cdf0e10cSrcweir{ 4826f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "favourite_big.png" ; }; 483cdf0e10cSrcweir}; 484cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_L_SEARCHDIALOG 485cdf0e10cSrcweir{ 4866f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "lc05961.png" ; }; 487cdf0e10cSrcweir}; 488cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_L_COPY 489cdf0e10cSrcweir{ 4906f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "lc05711.png" ; }; 491cdf0e10cSrcweir}; 492cdf0e10cSrcweir 493cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_HCL_INDEX_ON 494cdf0e10cSrcweir{ 4956f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "indexon_big_h.png" ; }; 496cdf0e10cSrcweir}; 497cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_HCL_INDEX_OFF 498cdf0e10cSrcweir{ 4996f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "indexoff_big_h.png" ; }; 500cdf0e10cSrcweir}; 501cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_HCL_START 502cdf0e10cSrcweir{ 5036f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "lch06303.png" ; }; 504cdf0e10cSrcweir}; 505cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_HCL_PREV 506cdf0e10cSrcweir{ 5076f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "lch06301.png" ; }; 508cdf0e10cSrcweir}; 509cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_HCL_NEXT 510cdf0e10cSrcweir{ 5116f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "lch06300.png" ; }; 512cdf0e10cSrcweir}; 513cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_HCL_PRINT 514cdf0e10cSrcweir{ 5156f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "lch05504.png" ; }; 516cdf0e10cSrcweir}; 517cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_HCL_BOOKMARKS 518cdf0e10cSrcweir{ 5196f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "favourite_big_h.png" ; }; 520cdf0e10cSrcweir}; 521cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_HCL_SEARCHDIALOG 522cdf0e10cSrcweir{ 5236f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "lch05961.png" ; }; 524cdf0e10cSrcweir}; 525cdf0e10cSrcweirImage IMG_HELP_TOOLBOX_HCL_COPY 526cdf0e10cSrcweir{ 5276f44dbe5SMatthias Seidel ImageBitmap = Bitmap { File = "lch05711.png" ; }; 528cdf0e10cSrcweir}; 529cdf0e10cSrcweir 530cdf0e10cSrcweirCheckBox RID_HELP_ONSTARTUP_BOX 531cdf0e10cSrcweir{ 532cdf0e10cSrcweir HelpId = HID_HELP_ONSTARTUP_BOX ; 533cdf0e10cSrcweir Hide = TRUE ; 534cdf0e10cSrcweir TabStop = TRUE ; 535cdf0e10cSrcweir Size = MAP_APPFONT ( 200, 10 ) ; 536cdf0e10cSrcweir}; 537cdf0e10cSrcweirString RID_HELP_ONSTARTUP_TEXT 538cdf0e10cSrcweir{ 539cdf0e10cSrcweir Text [ en-US ] = "~Display %PRODUCTNAME %MODULENAME Help at Startup" ; 540cdf0e10cSrcweir}; 541ca41231dSmseidel 542ca41231dSmseidel// ********************************************************************** EOF 543