1*cdf0e10cSrcweir/************************************************************************* 2*cdf0e10cSrcweir * 3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4*cdf0e10cSrcweir * 5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates. 6*cdf0e10cSrcweir * 7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite 8*cdf0e10cSrcweir * 9*cdf0e10cSrcweir * This file is part of OpenOffice.org. 10*cdf0e10cSrcweir * 11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify 12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3 13*cdf0e10cSrcweir * only, as published by the Free Software Foundation. 14*cdf0e10cSrcweir * 15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful, 16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of 17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details 19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code). 20*cdf0e10cSrcweir * 21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License 22*cdf0e10cSrcweir * version 3 along with OpenOffice.org. If not, see 23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html> 24*cdf0e10cSrcweir * for a copy of the LGPLv3 License. 25*cdf0e10cSrcweir * 26*cdf0e10cSrcweir ************************************************************************/ 27*cdf0e10cSrcweir 28*cdf0e10cSrcweir#include "globals.hrc" 29*cdf0e10cSrcweir#include "utlui.hrc" 30*cdf0e10cSrcweir#include "helpid.h" 31*cdf0e10cSrcweir#include "comcore.hrc" 32*cdf0e10cSrcweir 33*cdf0e10cSrcweir 34*cdf0e10cSrcweirResource RID_SHELLRES_AUTOFMTSTRS 35*cdf0e10cSrcweir{ 36*cdf0e10cSrcweir String STR_AUTOFMTREDL_DEL_EMPTY_PARA+1 37*cdf0e10cSrcweir { 38*cdf0e10cSrcweir Text [ en-US ] = "Remove empty paragraphs" ; 39*cdf0e10cSrcweir }; 40*cdf0e10cSrcweir String STR_AUTOFMTREDL_USE_REPLACE+1 41*cdf0e10cSrcweir { 42*cdf0e10cSrcweir Text [ en-US ] = "Use replacement table" ; 43*cdf0e10cSrcweir }; 44*cdf0e10cSrcweir String STR_AUTOFMTREDL_CPTL_STT_WORD+1 45*cdf0e10cSrcweir { 46*cdf0e10cSrcweir Text [ en-US ] = "Correct TWo INitial CApitals" ; 47*cdf0e10cSrcweir }; 48*cdf0e10cSrcweir String STR_AUTOFMTREDL_CPTL_STT_SENT+1 49*cdf0e10cSrcweir { 50*cdf0e10cSrcweir Text [ en-US ] = "Capitalize first letter of sentences" ; 51*cdf0e10cSrcweir }; 52*cdf0e10cSrcweir String STR_AUTOFMTREDL_TYPO+1 53*cdf0e10cSrcweir { 54*cdf0e10cSrcweir Text [ en-US ] = "Replace \"standard\" quotes with %1 \bcustom%2 quotes" ; 55*cdf0e10cSrcweir }; 56*cdf0e10cSrcweir String STR_AUTOFMTREDL_USER_STYLE+1 57*cdf0e10cSrcweir { 58*cdf0e10cSrcweir Text [ en-US ] = "Replace Custom Styles" ; 59*cdf0e10cSrcweir }; 60*cdf0e10cSrcweir String STR_AUTOFMTREDL_BULLET+1 61*cdf0e10cSrcweir { 62*cdf0e10cSrcweir Text [ en-US ] = "Bullets replaced"; 63*cdf0e10cSrcweir }; 64*cdf0e10cSrcweir String STR_AUTOFMTREDL_UNDER+1 65*cdf0e10cSrcweir { 66*cdf0e10cSrcweir Text [ en-US ] = "Automatic _underline_"; 67*cdf0e10cSrcweir }; 68*cdf0e10cSrcweir String STR_AUTOFMTREDL_BOLD+1 69*cdf0e10cSrcweir { 70*cdf0e10cSrcweir Text [ en-US ] = "Automatic *bold*"; 71*cdf0e10cSrcweir }; 72*cdf0e10cSrcweir String STR_AUTOFMTREDL_FRACTION+1 73*cdf0e10cSrcweir { 74*cdf0e10cSrcweir Text [ en-US ] = "Replace 1/2 ... with ½ ..." ; 75*cdf0e10cSrcweir }; 76*cdf0e10cSrcweir String STR_AUTOFMTREDL_DETECT_URL+1 77*cdf0e10cSrcweir { 78*cdf0e10cSrcweir Text [ en-US ] = "URL recognition" ; 79*cdf0e10cSrcweir }; 80*cdf0e10cSrcweir String STR_AUTOFMTREDL_DASH+1 81*cdf0e10cSrcweir { 82*cdf0e10cSrcweir Text [ en-US ] = "Replace dashes" ; 83*cdf0e10cSrcweir }; 84*cdf0e10cSrcweir String STR_AUTOFMTREDL_ORDINAL+1 85*cdf0e10cSrcweir { 86*cdf0e10cSrcweir Text [ en-US ] = "Replace 1st... with 1^st..." ; 87*cdf0e10cSrcweir }; 88*cdf0e10cSrcweir String STR_AUTOFMTREDL_RIGHT_MARGIN+1 89*cdf0e10cSrcweir { 90*cdf0e10cSrcweir Text [ en-US ] = "Combine single line paragraphs"; 91*cdf0e10cSrcweir }; 92*cdf0e10cSrcweir 93*cdf0e10cSrcweir String STR_AUTOFMTREDL_SET_TMPL_TEXT +1 94*cdf0e10cSrcweir { 95*cdf0e10cSrcweir Text [ en-US ] = "Set \"Text body\" Style"; 96*cdf0e10cSrcweir }; 97*cdf0e10cSrcweir String STR_AUTOFMTREDL_SET_TMPL_INDENT +1 98*cdf0e10cSrcweir { 99*cdf0e10cSrcweir Text [ en-US ] = "Set \"Text body indent\" Style"; 100*cdf0e10cSrcweir }; 101*cdf0e10cSrcweir String STR_AUTOFMTREDL_SET_TMPL_NEG_INDENT +1 102*cdf0e10cSrcweir { 103*cdf0e10cSrcweir Text [ en-US ] = "Set \"Hanging indent\" Style"; 104*cdf0e10cSrcweir }; 105*cdf0e10cSrcweir String STR_AUTOFMTREDL_SET_TMPL_TEXT_INDENT +1 106*cdf0e10cSrcweir { 107*cdf0e10cSrcweir Text [ en-US ] = "Set \"Text body indent\" Style"; 108*cdf0e10cSrcweir }; 109*cdf0e10cSrcweir String STR_AUTOFMTREDL_SET_TMPL_HEADLINE +1 110*cdf0e10cSrcweir { 111*cdf0e10cSrcweir Text [ en-US ] = "Set \"Heading $(ARG1)\" Style"; 112*cdf0e10cSrcweir }; 113*cdf0e10cSrcweir String STR_AUTOFMTREDL_SET_NUMBULET +1 114*cdf0e10cSrcweir { 115*cdf0e10cSrcweir Text [ en-US ] = "Set \"Bullet\" or \"Numbering\" Style"; 116*cdf0e10cSrcweir }; 117*cdf0e10cSrcweir 118*cdf0e10cSrcweir String STR_AUTOFMTREDL_DEL_MORELINES +1 119*cdf0e10cSrcweir { 120*cdf0e10cSrcweir Text [ en-US ] = "Combine paragraphs"; 121*cdf0e10cSrcweir }; 122*cdf0e10cSrcweir String STR_AUTOFMTREDL_NON_BREAK_SPACE +1 123*cdf0e10cSrcweir { 124*cdf0e10cSrcweir Text [ en-US ] = "Add non breaking space"; 125*cdf0e10cSrcweir }; 126*cdf0e10cSrcweir 127*cdf0e10cSrcweir}; 128*cdf0e10cSrcweir 129*cdf0e10cSrcweir/*--------------------------------------------------------------------- 130*cdf0e10cSrcweir Diverses 131*cdf0e10cSrcweir ---------------------------------------------------------------------*/ 132*cdf0e10cSrcweirString STR_EVENT_OBJECT_SELECT 133*cdf0e10cSrcweir{ 134*cdf0e10cSrcweir Text [ en-US ] = "Click object" ; 135*cdf0e10cSrcweir}; 136*cdf0e10cSrcweirString STR_EVENT_START_INS_GLOSSARY 137*cdf0e10cSrcweir{ 138*cdf0e10cSrcweir Text [ en-US ] = "Before inserting AutoText"; 139*cdf0e10cSrcweir}; 140*cdf0e10cSrcweirString STR_EVENT_END_INS_GLOSSARY 141*cdf0e10cSrcweir{ 142*cdf0e10cSrcweir Text [ en-US ] = "After inserting AutoText"; 143*cdf0e10cSrcweir}; 144*cdf0e10cSrcweirString STR_EVENT_MOUSEOVER_OBJECT 145*cdf0e10cSrcweir{ 146*cdf0e10cSrcweir Text [ en-US ] = "Mouse over object" ; 147*cdf0e10cSrcweir}; 148*cdf0e10cSrcweirString STR_EVENT_MOUSECLICK_OBJECT 149*cdf0e10cSrcweir{ 150*cdf0e10cSrcweir Text [ en-US ] = "Trigger hyperlink" ; 151*cdf0e10cSrcweir}; 152*cdf0e10cSrcweirString STR_EVENT_MOUSEOUT_OBJECT 153*cdf0e10cSrcweir{ 154*cdf0e10cSrcweir Text [ en-US ] = "Mouse leaves object" ; 155*cdf0e10cSrcweir}; 156*cdf0e10cSrcweirString STR_EVENT_IMAGE_LOAD 157*cdf0e10cSrcweir{ 158*cdf0e10cSrcweir Text [ en-US ] = "Graphics load successful" ; 159*cdf0e10cSrcweir}; 160*cdf0e10cSrcweirString STR_EVENT_IMAGE_ABORT 161*cdf0e10cSrcweir{ 162*cdf0e10cSrcweir Text [ en-US ] = "Graphics load terminated" ; 163*cdf0e10cSrcweir}; 164*cdf0e10cSrcweirString STR_EVENT_IMAGE_ERROR 165*cdf0e10cSrcweir{ 166*cdf0e10cSrcweir Text [ en-US ] = "Graphics load faulty" ; 167*cdf0e10cSrcweir}; 168*cdf0e10cSrcweirString STR_EVENT_FRM_KEYINPUT_A 169*cdf0e10cSrcweir{ 170*cdf0e10cSrcweir Text [ en-US ] = "Input of alphanumeric characters" ; 171*cdf0e10cSrcweir}; 172*cdf0e10cSrcweirString STR_EVENT_FRM_KEYINPUT_NOA 173*cdf0e10cSrcweir{ 174*cdf0e10cSrcweir Text [ en-US ] = "Input of non-alphanumeric characters" ; 175*cdf0e10cSrcweir}; 176*cdf0e10cSrcweirString STR_EVENT_FRM_RESIZE 177*cdf0e10cSrcweir{ 178*cdf0e10cSrcweir Text [ en-US ] = "Resize frame" ; 179*cdf0e10cSrcweir}; 180*cdf0e10cSrcweirString STR_EVENT_FRM_MOVE 181*cdf0e10cSrcweir{ 182*cdf0e10cSrcweir Text [ en-US ] = "Move frame" ; 183*cdf0e10cSrcweir}; 184*cdf0e10cSrcweirString STR_CONTENT_TYPE_OUTLINE 185*cdf0e10cSrcweir{ 186*cdf0e10cSrcweir Text [ en-US ] = "Headings" ; 187*cdf0e10cSrcweir}; 188*cdf0e10cSrcweirString STR_CONTENT_TYPE_TABLE 189*cdf0e10cSrcweir{ 190*cdf0e10cSrcweir Text [ en-US ] = "Tables" ; 191*cdf0e10cSrcweir}; 192*cdf0e10cSrcweirString STR_CONTENT_TYPE_FRAME 193*cdf0e10cSrcweir{ 194*cdf0e10cSrcweir Text [ en-US ] = "Text frames" ; 195*cdf0e10cSrcweir}; 196*cdf0e10cSrcweirString STR_CONTENT_TYPE_GRAPHIC 197*cdf0e10cSrcweir{ 198*cdf0e10cSrcweir Text [ en-US ] = "Graphics" ; 199*cdf0e10cSrcweir}; 200*cdf0e10cSrcweirString STR_CONTENT_TYPE_OLE 201*cdf0e10cSrcweir{ 202*cdf0e10cSrcweir Text [ en-US ] = "OLE objects" ; 203*cdf0e10cSrcweir}; 204*cdf0e10cSrcweirString STR_CONTENT_TYPE_BOOKMARK 205*cdf0e10cSrcweir{ 206*cdf0e10cSrcweir Text [ en-US ] = "Bookmarks" ; 207*cdf0e10cSrcweir}; 208*cdf0e10cSrcweirString STR_CONTENT_TYPE_REGION 209*cdf0e10cSrcweir{ 210*cdf0e10cSrcweir Text [ en-US ] = "Sections" ; 211*cdf0e10cSrcweir}; 212*cdf0e10cSrcweirString STR_CONTENT_TYPE_URLFIELD 213*cdf0e10cSrcweir{ 214*cdf0e10cSrcweir Text [ en-US ] = "Hyperlinks" ; 215*cdf0e10cSrcweir}; 216*cdf0e10cSrcweirString STR_CONTENT_TYPE_REFERENCE 217*cdf0e10cSrcweir{ 218*cdf0e10cSrcweir Text [ en-US ] = "References" ; 219*cdf0e10cSrcweir}; 220*cdf0e10cSrcweirString STR_CONTENT_TYPE_INDEX 221*cdf0e10cSrcweir{ 222*cdf0e10cSrcweir Text [ en-US ] = "Indexes" ; 223*cdf0e10cSrcweir}; 224*cdf0e10cSrcweirString STR_CONTENT_TYPE_DRAWOBJECT 225*cdf0e10cSrcweir{ 226*cdf0e10cSrcweir Text [ en-US ] = "Draw objects" ; 227*cdf0e10cSrcweir}; 228*cdf0e10cSrcweirString STR_CONTENT_TYPE_POSTIT 229*cdf0e10cSrcweir{ 230*cdf0e10cSrcweir Text [ en-US ] = "Comments" ; 231*cdf0e10cSrcweir}; 232*cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_OUTLINE 233*cdf0e10cSrcweir{ 234*cdf0e10cSrcweir Text [ en-US ] = "Heading" ; 235*cdf0e10cSrcweir}; 236*cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_TABLE 237*cdf0e10cSrcweir{ 238*cdf0e10cSrcweir Text [ en-US ] = "Table" ; 239*cdf0e10cSrcweir}; 240*cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_FRAME 241*cdf0e10cSrcweir{ 242*cdf0e10cSrcweir Text [ en-US ] = "Text frame" ; 243*cdf0e10cSrcweir}; 244*cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_GRAPHIC 245*cdf0e10cSrcweir{ 246*cdf0e10cSrcweir Text [ en-US ] = "Graphics" ; 247*cdf0e10cSrcweir}; 248*cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_OLE 249*cdf0e10cSrcweir{ 250*cdf0e10cSrcweir Text [ en-US ] = "OLE object" ; 251*cdf0e10cSrcweir}; 252*cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_BOOKMARK 253*cdf0e10cSrcweir{ 254*cdf0e10cSrcweir Text [ en-US ] = "Bookmark" ; 255*cdf0e10cSrcweir}; 256*cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_REGION 257*cdf0e10cSrcweir{ 258*cdf0e10cSrcweir Text [ en-US ] = "Section" ; 259*cdf0e10cSrcweir}; 260*cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_URLFIELD 261*cdf0e10cSrcweir{ 262*cdf0e10cSrcweir Text [ en-US ] = "Hyperlink" ; 263*cdf0e10cSrcweir}; 264*cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_REFERENCE 265*cdf0e10cSrcweir{ 266*cdf0e10cSrcweir Text [ en-US ] = "Reference" ; 267*cdf0e10cSrcweir}; 268*cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_INDEX 269*cdf0e10cSrcweir{ 270*cdf0e10cSrcweir Text [ en-US ] = "Index" ; 271*cdf0e10cSrcweir}; 272*cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_POSTIT 273*cdf0e10cSrcweir{ 274*cdf0e10cSrcweir Text [ en-US ] = "Comment" ; 275*cdf0e10cSrcweir}; 276*cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_DRAWOBJECT 277*cdf0e10cSrcweir{ 278*cdf0e10cSrcweir Text [ en-US ] = "Draw object" ; 279*cdf0e10cSrcweir}; 280*cdf0e10cSrcweirString STR_DEFINE_NUMBERFORMAT 281*cdf0e10cSrcweir{ 282*cdf0e10cSrcweir Text [ en-US ] = "Additional formats..." ; 283*cdf0e10cSrcweir}; 284*cdf0e10cSrcweirString RID_STR_SYSTEM 285*cdf0e10cSrcweir{ 286*cdf0e10cSrcweir Text [ en-US ] = "[System]"; 287*cdf0e10cSrcweir}; 288*cdf0e10cSrcweirString STR_MULT_INTERACT_SPELL_WARN 289*cdf0e10cSrcweir{ 290*cdf0e10cSrcweir Text [ en-US ] = "The interactive spellcheck is already active\nin a different document"; 291*cdf0e10cSrcweir}; 292*cdf0e10cSrcweirString STR_MULT_INTERACT_HYPH_WARN 293*cdf0e10cSrcweir{ 294*cdf0e10cSrcweir Text [ en-US ] = "The interactive hyphenation is already active\nin a different document"; 295*cdf0e10cSrcweir}; 296*cdf0e10cSrcweirString STR_SPELL_TITLE 297*cdf0e10cSrcweir{ 298*cdf0e10cSrcweir Text [ en-US ] = "Spellcheck"; 299*cdf0e10cSrcweir}; 300*cdf0e10cSrcweirString STR_HYPH_TITLE 301*cdf0e10cSrcweir{ 302*cdf0e10cSrcweir Text [ en-US ] = "Hyphenation"; 303*cdf0e10cSrcweir}; 304*cdf0e10cSrcweir 305*cdf0e10cSrcweir#define IMGLIST_IDS\ 306*cdf0e10cSrcweir IdList = \ 307*cdf0e10cSrcweir { \ 308*cdf0e10cSrcweir IMG_COLLAPSE;\ 309*cdf0e10cSrcweir IMG_EXPAND ;\ 310*cdf0e10cSrcweir IMG_DB ;\ 311*cdf0e10cSrcweir IMG_DBTABLE ;\ 312*cdf0e10cSrcweir IMG_DBQUERY ;\ 313*cdf0e10cSrcweir }; \ 314*cdf0e10cSrcweir IdCount = 5 315*cdf0e10cSrcweir 316*cdf0e10cSrcweirImageList ILIST_DB_DLG 317*cdf0e10cSrcweir{ 318*cdf0e10cSrcweir Prefix = "sx"; 319*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR; 320*cdf0e10cSrcweir IMGLIST_IDS; 321*cdf0e10cSrcweir}; 322*cdf0e10cSrcweir 323*cdf0e10cSrcweirImageList ILIST_DB_DLG_HC 324*cdf0e10cSrcweir{ 325*cdf0e10cSrcweir Prefix = "sxh"; 326*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR ; 327*cdf0e10cSrcweir IMGLIST_IDS; 328*cdf0e10cSrcweir}; 329*cdf0e10cSrcweir 330*cdf0e10cSrcweirImage IMG_ONE_LEFT_HC 331*cdf0e10cSrcweir{ 332*cdf0e10cSrcweir ImageBitmap = Bitmap 333*cdf0e10cSrcweir { 334*cdf0e10cSrcweir File = "one_left_h.bmp" ; 335*cdf0e10cSrcweir }; 336*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR ; 337*cdf0e10cSrcweir}; 338*cdf0e10cSrcweir 339*cdf0e10cSrcweirImage IMG_ONE_RIGHT_HC 340*cdf0e10cSrcweir{ 341*cdf0e10cSrcweir ImageBitmap = Bitmap 342*cdf0e10cSrcweir { 343*cdf0e10cSrcweir File = "one_right_h.bmp" ; 344*cdf0e10cSrcweir }; 345*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR ; 346*cdf0e10cSrcweir}; 347*cdf0e10cSrcweir 348*cdf0e10cSrcweirImage IMG_ALL_LEFT_HC 349*cdf0e10cSrcweir{ 350*cdf0e10cSrcweir ImageBitmap = Bitmap 351*cdf0e10cSrcweir { 352*cdf0e10cSrcweir File = "all_left_h.bmp" ; 353*cdf0e10cSrcweir }; 354*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR ; 355*cdf0e10cSrcweir}; 356*cdf0e10cSrcweir 357*cdf0e10cSrcweirImage IMG_ALL_RIGHT_HC 358*cdf0e10cSrcweir{ 359*cdf0e10cSrcweir ImageBitmap = Bitmap 360*cdf0e10cSrcweir { 361*cdf0e10cSrcweir File = "all_right_h.bmp" ; 362*cdf0e10cSrcweir }; 363*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR ; 364*cdf0e10cSrcweir}; 365*cdf0e10cSrcweir 366*cdf0e10cSrcweir 367*cdf0e10cSrcweirImage IMG_VIEWLAYOUT_AUTOMATIC 368*cdf0e10cSrcweir{ 369*cdf0e10cSrcweir ImageBitmap = Bitmap 370*cdf0e10cSrcweir { 371*cdf0e10cSrcweir File = "twopages_11x25.png" ; 372*cdf0e10cSrcweir }; 373*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR; 374*cdf0e10cSrcweir}; 375*cdf0e10cSrcweirImage IMG_VIEWLAYOUT_AUTOMATIC_ACTIVE 376*cdf0e10cSrcweir{ 377*cdf0e10cSrcweir ImageBitmap = Bitmap 378*cdf0e10cSrcweir { 379*cdf0e10cSrcweir File = "twopages_a_11x25.png" ; 380*cdf0e10cSrcweir }; 381*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR; 382*cdf0e10cSrcweir}; 383*cdf0e10cSrcweir 384*cdf0e10cSrcweirImage IMG_VIEWLAYOUT_BOOKMODE 385*cdf0e10cSrcweir{ 386*cdf0e10cSrcweir ImageBitmap = Bitmap 387*cdf0e10cSrcweir { 388*cdf0e10cSrcweir File = "doublepage_11x23.png" ; 389*cdf0e10cSrcweir }; 390*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR; 391*cdf0e10cSrcweir}; 392*cdf0e10cSrcweirImage IMG_VIEWLAYOUT_BOOKMODE_ACTIVE 393*cdf0e10cSrcweir{ 394*cdf0e10cSrcweir ImageBitmap = Bitmap 395*cdf0e10cSrcweir { 396*cdf0e10cSrcweir File = "doublepage_a_11x23.png" ; 397*cdf0e10cSrcweir }; 398*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR; 399*cdf0e10cSrcweir}; 400*cdf0e10cSrcweir 401*cdf0e10cSrcweirImage IMG_VIEWLAYOUT_SINGLECOLUMN 402*cdf0e10cSrcweir{ 403*cdf0e10cSrcweir ImageBitmap = Bitmap 404*cdf0e10cSrcweir { 405*cdf0e10cSrcweir File = "emptypage_11x15.png" ; 406*cdf0e10cSrcweir }; 407*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR; 408*cdf0e10cSrcweir}; 409*cdf0e10cSrcweirImage IMG_VIEWLAYOUT_SINGLECOLUMN_ACTIVE 410*cdf0e10cSrcweir{ 411*cdf0e10cSrcweir ImageBitmap = Bitmap 412*cdf0e10cSrcweir { 413*cdf0e10cSrcweir File = "emptypage_a_11x15.png" ; 414*cdf0e10cSrcweir }; 415*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR; 416*cdf0e10cSrcweir}; 417*cdf0e10cSrcweir 418*cdf0e10cSrcweirImage IMG_VIEWLAYOUT_AUTOMATIC_HC 419*cdf0e10cSrcweir{ 420*cdf0e10cSrcweir ImageBitmap = Bitmap 421*cdf0e10cSrcweir { 422*cdf0e10cSrcweir File = "twopages_11x25_h.png" ; 423*cdf0e10cSrcweir }; 424*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR; 425*cdf0e10cSrcweir}; 426*cdf0e10cSrcweirImage IMG_VIEWLAYOUT_AUTOMATIC_ACTIVE_HC 427*cdf0e10cSrcweir{ 428*cdf0e10cSrcweir ImageBitmap = Bitmap 429*cdf0e10cSrcweir { 430*cdf0e10cSrcweir File = "twopages_a_11x25_h.png" ; 431*cdf0e10cSrcweir }; 432*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR; 433*cdf0e10cSrcweir}; 434*cdf0e10cSrcweir 435*cdf0e10cSrcweirImage IMG_VIEWLAYOUT_BOOKMODE_HC 436*cdf0e10cSrcweir{ 437*cdf0e10cSrcweir ImageBitmap = Bitmap 438*cdf0e10cSrcweir { 439*cdf0e10cSrcweir File = "doublepage_11x23_h.png" ; 440*cdf0e10cSrcweir }; 441*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR; 442*cdf0e10cSrcweir}; 443*cdf0e10cSrcweirImage IMG_VIEWLAYOUT_BOOKMODE_ACTIVE_HC 444*cdf0e10cSrcweir{ 445*cdf0e10cSrcweir ImageBitmap = Bitmap 446*cdf0e10cSrcweir { 447*cdf0e10cSrcweir File = "doublepage_a_11x23_h.png" ; 448*cdf0e10cSrcweir }; 449*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR; 450*cdf0e10cSrcweir}; 451*cdf0e10cSrcweirImage IMG_VIEWLAYOUT_SINGLECOLUMN_HC 452*cdf0e10cSrcweir{ 453*cdf0e10cSrcweir ImageBitmap = Bitmap 454*cdf0e10cSrcweir { 455*cdf0e10cSrcweir File = "emptypage_11x15_h.png" ; 456*cdf0e10cSrcweir }; 457*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR; 458*cdf0e10cSrcweir}; 459*cdf0e10cSrcweirImage IMG_VIEWLAYOUT_SINGLECOLUMN_ACTIVE_HC 460*cdf0e10cSrcweir{ 461*cdf0e10cSrcweir ImageBitmap = Bitmap 462*cdf0e10cSrcweir { 463*cdf0e10cSrcweir File = "emptypage_a_11x15_h.png" ; 464*cdf0e10cSrcweir }; 465*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR; 466*cdf0e10cSrcweir}; 467*cdf0e10cSrcweir 468*cdf0e10cSrcweir 469*cdf0e10cSrcweir 470*cdf0e10cSrcweirString STR_HYPERCTRL_SEL 471*cdf0e10cSrcweir{ 472*cdf0e10cSrcweir Text [ en-US ] = "SEL"; 473*cdf0e10cSrcweir}; 474*cdf0e10cSrcweirString STR_HYPERCTRL_HYP 475*cdf0e10cSrcweir{ 476*cdf0e10cSrcweir Text [ en-US ] = "HYP"; 477*cdf0e10cSrcweir}; 478*cdf0e10cSrcweir 479