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#ifndef _SVXIDS_HRC 29*cdf0e10cSrcweir#include <svx/svxids.hrc> 30*cdf0e10cSrcweir#endif 31*cdf0e10cSrcweir#ifndef _GLOBLMN_HRC 32*cdf0e10cSrcweir#include <svx/globlmn.hrc> 33*cdf0e10cSrcweir#endif 34*cdf0e10cSrcweir#include "workctrl.hrc" 35*cdf0e10cSrcweir#include "helpid.h" 36*cdf0e10cSrcweir#include "cmdid.h" 37*cdf0e10cSrcweir 38*cdf0e10cSrcweirMenu RID_INSERT_FIELD_CTRL 39*cdf0e10cSrcweir{ 40*cdf0e10cSrcweir ItemList = 41*cdf0e10cSrcweir { 42*cdf0e10cSrcweir MenuItem 43*cdf0e10cSrcweir { 44*cdf0e10cSrcweir Identifier = FN_INSERT_FLD_DATE ; 45*cdf0e10cSrcweir HelpId = CMD_FN_INSERT_FLD_DATE ; 46*cdf0e10cSrcweir Text [ en-US ] = "Date" ; 47*cdf0e10cSrcweir }; 48*cdf0e10cSrcweir MenuItem 49*cdf0e10cSrcweir { 50*cdf0e10cSrcweir Identifier = FN_INSERT_FLD_TIME ; 51*cdf0e10cSrcweir HelpId = CMD_FN_INSERT_FLD_TIME ; 52*cdf0e10cSrcweir Text [ en-US ] = "Time" ; 53*cdf0e10cSrcweir }; 54*cdf0e10cSrcweir //#ifndef MN_SW_WEB 55*cdf0e10cSrcweir MenuItem 56*cdf0e10cSrcweir { 57*cdf0e10cSrcweir Identifier = FN_INSERT_FLD_PGNUMBER ; 58*cdf0e10cSrcweir HelpId = CMD_FN_INSERT_FLD_PGNUMBER ; 59*cdf0e10cSrcweir Text [ en-US ] = "Page Number" ; 60*cdf0e10cSrcweir }; 61*cdf0e10cSrcweir MenuItem 62*cdf0e10cSrcweir { 63*cdf0e10cSrcweir Identifier = FN_INSERT_FLD_PGCOUNT ; 64*cdf0e10cSrcweir HelpId = CMD_FN_INSERT_FLD_PGCOUNT ; 65*cdf0e10cSrcweir Text [ en-US ] = "Page Count" ; 66*cdf0e10cSrcweir }; 67*cdf0e10cSrcweir MenuItem 68*cdf0e10cSrcweir { 69*cdf0e10cSrcweir Identifier = FN_INSERT_FLD_TOPIC ; 70*cdf0e10cSrcweir HelpId = CMD_FN_INSERT_FLD_TOPIC ; 71*cdf0e10cSrcweir Text [ en-US ] = "Subject" ; 72*cdf0e10cSrcweir }; 73*cdf0e10cSrcweir MenuItem 74*cdf0e10cSrcweir { 75*cdf0e10cSrcweir Identifier = FN_INSERT_FLD_TITLE ; 76*cdf0e10cSrcweir HelpId = CMD_FN_INSERT_FLD_TITLE ; 77*cdf0e10cSrcweir Text [ en-US ] = "Title" ; 78*cdf0e10cSrcweir }; 79*cdf0e10cSrcweir //#endif 80*cdf0e10cSrcweir MenuItem 81*cdf0e10cSrcweir { 82*cdf0e10cSrcweir Identifier = FN_INSERT_FLD_AUTHOR ; 83*cdf0e10cSrcweir HelpId = CMD_FN_INSERT_FLD_AUTHOR ; 84*cdf0e10cSrcweir Text [ en-US ] = "Author" ; 85*cdf0e10cSrcweir }; 86*cdf0e10cSrcweir MenuItem 87*cdf0e10cSrcweir { 88*cdf0e10cSrcweir Separator = TRUE ; 89*cdf0e10cSrcweir }; 90*cdf0e10cSrcweir MenuItem 91*cdf0e10cSrcweir { 92*cdf0e10cSrcweir Identifier = FN_INSERT_FIELD ; 93*cdf0e10cSrcweir HelpId = CMD_FN_INSERT_FIELD ; 94*cdf0e10cSrcweir Text [ en-US ] = "Other..." ; 95*cdf0e10cSrcweir }; 96*cdf0e10cSrcweir }; 97*cdf0e10cSrcweir}; 98*cdf0e10cSrcweir#define SCROLL_IMAGE_IDLIST \ 99*cdf0e10cSrcweir IdList = \ 100*cdf0e10cSrcweir { \ 101*cdf0e10cSrcweir NID_NEXT ; \ 102*cdf0e10cSrcweir NID_PREV ; \ 103*cdf0e10cSrcweir NID_TBL ; \ 104*cdf0e10cSrcweir NID_FRM ; \ 105*cdf0e10cSrcweir NID_PGE ; \ 106*cdf0e10cSrcweir NID_DRW ; \ 107*cdf0e10cSrcweir NID_CTRL ; \ 108*cdf0e10cSrcweir NID_REG ; \ 109*cdf0e10cSrcweir NID_BKM ; \ 110*cdf0e10cSrcweir NID_GRF ; \ 111*cdf0e10cSrcweir NID_OLE ; \ 112*cdf0e10cSrcweir NID_OUTL ; \ 113*cdf0e10cSrcweir NID_SEL ; \ 114*cdf0e10cSrcweir NID_FTN ; \ 115*cdf0e10cSrcweir NID_MARK ; \ 116*cdf0e10cSrcweir NID_POSTIT ; \ 117*cdf0e10cSrcweir NID_SRCH_REP ; \ 118*cdf0e10cSrcweir NID_INDEX_ENTRY; \ 119*cdf0e10cSrcweir NID_TABLE_FORMULA; \ 120*cdf0e10cSrcweir NID_TABLE_FORMULA_ERROR; \ 121*cdf0e10cSrcweir }; \ 122*cdf0e10cSrcweir IdCount = { 20 ; }; 123*cdf0e10cSrcweir 124*cdf0e10cSrcweirFloatingWindow RID_SCROLL_NAVIGATION_WIN 125*cdf0e10cSrcweir{ 126*cdf0e10cSrcweir Moveable = TRUE ; 127*cdf0e10cSrcweir Closeable = TRUE ; 128*cdf0e10cSrcweir Hide = TRUE ; 129*cdf0e10cSrcweir SVLook = TRUE ; 130*cdf0e10cSrcweir HelpID = HID_INSERT_CTRL ; 131*cdf0e10cSrcweir ImageList IL_VALUES 132*cdf0e10cSrcweir { 133*cdf0e10cSrcweir Prefix = "sr"; 134*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR ; 135*cdf0e10cSrcweir SCROLL_IMAGE_IDLIST 136*cdf0e10cSrcweir }; 137*cdf0e10cSrcweir ImageList ILH_VALUES 138*cdf0e10cSrcweir { 139*cdf0e10cSrcweir Prefix = "srh"; 140*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR ; 141*cdf0e10cSrcweir SCROLL_IMAGE_IDLIST 142*cdf0e10cSrcweir }; 143*cdf0e10cSrcweir FixedLine FL_SEP 144*cdf0e10cSrcweir { 145*cdf0e10cSrcweir //no position, no text 146*cdf0e10cSrcweir Size = MAP_APPFONT ( 20 , 4 ) ; 147*cdf0e10cSrcweir }; 148*cdf0e10cSrcweir FixedText FI_INFO 149*cdf0e10cSrcweir { 150*cdf0e10cSrcweir //no position, no text 151*cdf0e10cSrcweir Size = MAP_APPFONT ( 20 , 8 ) ; 152*cdf0e10cSrcweir Center = TRUE; 153*cdf0e10cSrcweir }; 154*cdf0e10cSrcweir String ST_TBL 155*cdf0e10cSrcweir { 156*cdf0e10cSrcweir Text [ en-US ] = "Table" ; 157*cdf0e10cSrcweir }; 158*cdf0e10cSrcweir String ST_FRM 159*cdf0e10cSrcweir { 160*cdf0e10cSrcweir Text [ en-US ] = "Text Frame" ; 161*cdf0e10cSrcweir }; 162*cdf0e10cSrcweir String ST_PGE 163*cdf0e10cSrcweir { 164*cdf0e10cSrcweir Text [ en-US ] = "Page" ; 165*cdf0e10cSrcweir }; 166*cdf0e10cSrcweir String ST_DRW 167*cdf0e10cSrcweir { 168*cdf0e10cSrcweir Text [ en-US ] = "Drawing" ; 169*cdf0e10cSrcweir }; 170*cdf0e10cSrcweir String ST_CTRL 171*cdf0e10cSrcweir { 172*cdf0e10cSrcweir Text [ en-US ] = "Control" ; 173*cdf0e10cSrcweir }; 174*cdf0e10cSrcweir String ST_REG 175*cdf0e10cSrcweir { 176*cdf0e10cSrcweir Text [ en-US ] = "Section" ; 177*cdf0e10cSrcweir }; 178*cdf0e10cSrcweir String ST_BKM 179*cdf0e10cSrcweir { 180*cdf0e10cSrcweir Text [ en-US ] = "Bookmark" ; 181*cdf0e10cSrcweir }; 182*cdf0e10cSrcweir String ST_GRF 183*cdf0e10cSrcweir { 184*cdf0e10cSrcweir Text [ en-US ] = "Graphics" ; 185*cdf0e10cSrcweir }; 186*cdf0e10cSrcweir String ST_OLE 187*cdf0e10cSrcweir { 188*cdf0e10cSrcweir Text [ en-US ] = "OLE object" ; 189*cdf0e10cSrcweir }; 190*cdf0e10cSrcweir String ST_OUTL 191*cdf0e10cSrcweir { 192*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? �berschrift : �berschrift */ 193*cdf0e10cSrcweir Text [ en-US ] = "Headings" ; 194*cdf0e10cSrcweir }; 195*cdf0e10cSrcweir String ST_SEL 196*cdf0e10cSrcweir { 197*cdf0e10cSrcweir Text [ en-US ] = "Selection" ; 198*cdf0e10cSrcweir }; 199*cdf0e10cSrcweir String ST_FTN 200*cdf0e10cSrcweir { 201*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? Fu�note : Fu�note */ 202*cdf0e10cSrcweir Text [ en-US ] = "Footnote" ; 203*cdf0e10cSrcweir }; 204*cdf0e10cSrcweir String ST_MARK 205*cdf0e10cSrcweir { 206*cdf0e10cSrcweir Text [ en-US ] = "Reminder" ; 207*cdf0e10cSrcweir }; 208*cdf0e10cSrcweir String ST_POSTIT 209*cdf0e10cSrcweir { 210*cdf0e10cSrcweir Text [ en-US ] = "Note" ; 211*cdf0e10cSrcweir }; 212*cdf0e10cSrcweir String ST_SRCH_REP 213*cdf0e10cSrcweir { 214*cdf0e10cSrcweir Text [ en-US ] = "Repeat search" ; 215*cdf0e10cSrcweir }; 216*cdf0e10cSrcweir String ST_INDEX_ENTRY 217*cdf0e10cSrcweir { 218*cdf0e10cSrcweir Text [ en-US ] = "Index entry"; 219*cdf0e10cSrcweir }; 220*cdf0e10cSrcweir String ST_TABLE_FORMULA 221*cdf0e10cSrcweir { 222*cdf0e10cSrcweir Text [ en-US ] = "Table formula"; 223*cdf0e10cSrcweir }; 224*cdf0e10cSrcweir String ST_TABLE_FORMULA_ERROR 225*cdf0e10cSrcweir { 226*cdf0e10cSrcweir Text [ en-US ] = "Wrong table formula"; 227*cdf0e10cSrcweir }; 228*cdf0e10cSrcweir Text [ en-US ] = "Navigation" ; 229*cdf0e10cSrcweir}; 230*cdf0e10cSrcweir/* 231*cdf0e10cSrcweirNoch ein paar Reserven 232*cdf0e10cSrcweir ToolBoxItem 233*cdf0e10cSrcweir { 234*cdf0e10cSrcweir Identifier = NID_NEXT; 235*cdf0e10cSrcweir Text = "Vorw�rts" ; 236*cdf0e10cSrcweir }; 237*cdf0e10cSrcweir ToolBoxItem 238*cdf0e10cSrcweir { 239*cdf0e10cSrcweir Identifier = NID_PREV; 240*cdf0e10cSrcweir Text = "R�ckw�rts" ; 241*cdf0e10cSrcweir }; 242*cdf0e10cSrcweir ToolBoxItem 243*cdf0e10cSrcweir { 244*cdf0e10cSrcweir Identifier = NID_CTRL; 245*cdf0e10cSrcweir Text = "Control" ; 246*cdf0e10cSrcweir }; 247*cdf0e10cSrcweir ToolBoxItem 248*cdf0e10cSrcweir { 249*cdf0e10cSrcweir Identifier = NID_DRW; 250*cdf0e10cSrcweir Text = "Zeichenobjekt" ; 251*cdf0e10cSrcweir }; 252*cdf0e10cSrcweir 253*cdf0e10cSrcweir 254*cdf0e10cSrcweir*/ 255*cdf0e10cSrcweir/*************************************************************** 256*cdf0e10cSrcweir Strings fuer die Quickhelp der View-PgUp/Down-Buttons 257*cdf0e10cSrcweir***************************************************************/ 258*cdf0e10cSrcweirString STR_IMGBTN_NEXT_DOWN 259*cdf0e10cSrcweir{ 260*cdf0e10cSrcweir Text = "" ; 261*cdf0e10cSrcweir}; 262*cdf0e10cSrcweirString STR_IMGBTN_PREV_DOWN 263*cdf0e10cSrcweir{ 264*cdf0e10cSrcweir Text = "" ; 265*cdf0e10cSrcweir}; 266*cdf0e10cSrcweirString STR_IMGBTN_TBL_DOWN 267*cdf0e10cSrcweir{ 268*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? N�chste Tabelle : N�chste Tabelle */ 269*cdf0e10cSrcweir Text [ en-US ] = "Next table" ; 270*cdf0e10cSrcweir}; 271*cdf0e10cSrcweirString STR_IMGBTN_FRM_DOWN 272*cdf0e10cSrcweir{ 273*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? N�chster Textrahmen : N�chster Textrahmen */ 274*cdf0e10cSrcweir Text [ en-US ] = "Next text frame" ; 275*cdf0e10cSrcweir}; 276*cdf0e10cSrcweirString STR_IMGBTN_PGE_DOWN 277*cdf0e10cSrcweir{ 278*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? N�chste Seite : N�chste Seite */ 279*cdf0e10cSrcweir Text [ en-US ] = "Next page" ; 280*cdf0e10cSrcweir}; 281*cdf0e10cSrcweirString STR_IMGBTN_DRW_DOWN 282*cdf0e10cSrcweir{ 283*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? N�chstes Zeichenobjekt : N�chstes Zeichenobjekt */ 284*cdf0e10cSrcweir Text [ en-US ] = "Next drawing" ; 285*cdf0e10cSrcweir}; 286*cdf0e10cSrcweirString STR_IMGBTN_CTRL_DOWN 287*cdf0e10cSrcweir{ 288*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? N�chstes Kontrollfeld : N�chstes Kontrollfeld */ 289*cdf0e10cSrcweir Text [ en-US ] = "Next control" ; 290*cdf0e10cSrcweir}; 291*cdf0e10cSrcweirString STR_IMGBTN_REG_DOWN 292*cdf0e10cSrcweir{ 293*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? N�chster Bereich : N�chster Bereich */ 294*cdf0e10cSrcweir Text [ en-US ] = "Next section" ; 295*cdf0e10cSrcweir}; 296*cdf0e10cSrcweirString STR_IMGBTN_BKM_DOWN 297*cdf0e10cSrcweir{ 298*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? N�chste Textmarke : N�chste Textmarke */ 299*cdf0e10cSrcweir Text [ en-US ] = "Next bookmark" ; 300*cdf0e10cSrcweir}; 301*cdf0e10cSrcweirString STR_IMGBTN_GRF_DOWN 302*cdf0e10cSrcweir{ 303*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? N�chste Grafik : N�chste Grafik */ 304*cdf0e10cSrcweir Text [ en-US ] = "Next graphic" ; 305*cdf0e10cSrcweir}; 306*cdf0e10cSrcweirString STR_IMGBTN_OLE_DOWN 307*cdf0e10cSrcweir{ 308*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? N�chstes OLE-Objekt : N�chstes OLE object */ 309*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? N�chstes OLE-Objekt : N�chstes OLE-Objekt */ 310*cdf0e10cSrcweir Text [ en-US ] = "Next OLE object" ; 311*cdf0e10cSrcweir}; 312*cdf0e10cSrcweirString STR_IMGBTN_OUTL_DOWN 313*cdf0e10cSrcweir{ 314*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? N�chste �berschrift : N�chste �berschrift */ 315*cdf0e10cSrcweir Text [ en-US ] = "Next heading" ; 316*cdf0e10cSrcweir}; 317*cdf0e10cSrcweirString STR_IMGBTN_SEL_DOWN 318*cdf0e10cSrcweir{ 319*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? N�chste Markierung : N�chste Markierung */ 320*cdf0e10cSrcweir Text [ en-US ] = "Next selection" ; 321*cdf0e10cSrcweir}; 322*cdf0e10cSrcweirString STR_IMGBTN_FTN_DOWN 323*cdf0e10cSrcweir{ 324*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? N�chste Fu�note : N�chste Fu�note */ 325*cdf0e10cSrcweir Text [ en-US ] = "Next footnote" ; 326*cdf0e10cSrcweir}; 327*cdf0e10cSrcweirString STR_IMGBTN_MARK_DOWN 328*cdf0e10cSrcweir{ 329*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? N�chster Merker : N�chster Merker */ 330*cdf0e10cSrcweir Text [ en-US ] = "Next Reminder" ; 331*cdf0e10cSrcweir}; 332*cdf0e10cSrcweirString STR_IMGBTN_POSTIT_DOWN 333*cdf0e10cSrcweir{ 334*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? N�chste Notiz : N�chste Notiz */ 335*cdf0e10cSrcweir Text [ en-US ] = "Next Note" ; 336*cdf0e10cSrcweir}; 337*cdf0e10cSrcweirString STR_IMGBTN_SRCH_REP_DOWN 338*cdf0e10cSrcweir{ 339*cdf0e10cSrcweir Text [ en-US ] = "Continue search forward" ; 340*cdf0e10cSrcweir}; 341*cdf0e10cSrcweirString STR_IMGBTN_INDEX_ENTRY_DOWN 342*cdf0e10cSrcweir{ 343*cdf0e10cSrcweir Text [ en-US ] = "Next index entry"; 344*cdf0e10cSrcweir}; 345*cdf0e10cSrcweirString STR_IMGBTN_NEXT_UP 346*cdf0e10cSrcweir{ 347*cdf0e10cSrcweir Text = "" ; 348*cdf0e10cSrcweir}; 349*cdf0e10cSrcweirString STR_IMGBTN_PREV_UP 350*cdf0e10cSrcweir{ 351*cdf0e10cSrcweir Text = "" ; 352*cdf0e10cSrcweir}; 353*cdf0e10cSrcweirString STR_IMGBTN_TBL_UP 354*cdf0e10cSrcweir{ 355*cdf0e10cSrcweir Text [ en-US ] = "Previous table" ; 356*cdf0e10cSrcweir}; 357*cdf0e10cSrcweirString STR_IMGBTN_FRM_UP 358*cdf0e10cSrcweir{ 359*cdf0e10cSrcweir Text [ en-US ] = "Previous text frame" ; 360*cdf0e10cSrcweir}; 361*cdf0e10cSrcweirString STR_IMGBTN_PGE_UP 362*cdf0e10cSrcweir{ 363*cdf0e10cSrcweir Text [ en-US ] = "Previous page" ; 364*cdf0e10cSrcweir}; 365*cdf0e10cSrcweirString STR_IMGBTN_DRW_UP 366*cdf0e10cSrcweir{ 367*cdf0e10cSrcweir Text [ en-US ] = "Previous drawing" ; 368*cdf0e10cSrcweir}; 369*cdf0e10cSrcweirString STR_IMGBTN_CTRL_UP 370*cdf0e10cSrcweir{ 371*cdf0e10cSrcweir Text [ en-US ] = "Previous control" ; 372*cdf0e10cSrcweir}; 373*cdf0e10cSrcweirString STR_IMGBTN_REG_UP 374*cdf0e10cSrcweir{ 375*cdf0e10cSrcweir Text [ en-US ] = "Previous section" ; 376*cdf0e10cSrcweir}; 377*cdf0e10cSrcweirString STR_IMGBTN_BKM_UP 378*cdf0e10cSrcweir{ 379*cdf0e10cSrcweir Text [ en-US ] = "Previous bookmark" ; 380*cdf0e10cSrcweir}; 381*cdf0e10cSrcweirString STR_IMGBTN_GRF_UP 382*cdf0e10cSrcweir{ 383*cdf0e10cSrcweir Text [ en-US ] = "Previous graphic" ; 384*cdf0e10cSrcweir}; 385*cdf0e10cSrcweirString STR_IMGBTN_OLE_UP 386*cdf0e10cSrcweir{ 387*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? Voriges OLE-Objekt : Voriges OLE object */ 388*cdf0e10cSrcweir Text [ en-US ] = "Previous OLE object" ; 389*cdf0e10cSrcweir}; 390*cdf0e10cSrcweirString STR_IMGBTN_OUTL_UP 391*cdf0e10cSrcweir{ 392*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? Vorige �berschrift : Vorige �berschrift */ 393*cdf0e10cSrcweir Text [ en-US ] = "Previous heading" ; 394*cdf0e10cSrcweir}; 395*cdf0e10cSrcweirString STR_IMGBTN_SEL_UP 396*cdf0e10cSrcweir{ 397*cdf0e10cSrcweir Text [ en-US ] = "Previous selection" ; 398*cdf0e10cSrcweir}; 399*cdf0e10cSrcweirString STR_IMGBTN_FTN_UP 400*cdf0e10cSrcweir{ 401*cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? Vorige Fu�note : Vorige Fu�note */ 402*cdf0e10cSrcweir Text [ en-US ] = "Previous footnote" ; 403*cdf0e10cSrcweir}; 404*cdf0e10cSrcweirString STR_IMGBTN_MARK_UP 405*cdf0e10cSrcweir{ 406*cdf0e10cSrcweir Text [ en-US ] = "Previous Reminder" ; 407*cdf0e10cSrcweir}; 408*cdf0e10cSrcweirString STR_IMGBTN_POSTIT_UP 409*cdf0e10cSrcweir{ 410*cdf0e10cSrcweir Text [ en-US ] = "Previous Note" ; 411*cdf0e10cSrcweir}; 412*cdf0e10cSrcweirString STR_IMGBTN_SRCH_REP_UP 413*cdf0e10cSrcweir{ 414*cdf0e10cSrcweir Text [ en-US ] = "Continue search backwards" ; 415*cdf0e10cSrcweir}; 416*cdf0e10cSrcweirString STR_IMGBTN_INDEX_ENTRY_UP 417*cdf0e10cSrcweir{ 418*cdf0e10cSrcweir Text [ en-US ] = "Previous index entry"; 419*cdf0e10cSrcweir}; 420*cdf0e10cSrcweirString STR_IMGBTN_TBLFML_UP 421*cdf0e10cSrcweir{ 422*cdf0e10cSrcweir Text [ en-US ] = "Previous table formula"; 423*cdf0e10cSrcweir}; 424*cdf0e10cSrcweirString STR_IMGBTN_TBLFML_DOWN 425*cdf0e10cSrcweir{ 426*cdf0e10cSrcweir Text [ en-US ] = "Next table formula"; 427*cdf0e10cSrcweir}; 428*cdf0e10cSrcweirString STR_IMGBTN_TBLFML_ERR_UP 429*cdf0e10cSrcweir{ 430*cdf0e10cSrcweir Text [ en-US ] = "Previous faulty table formula"; 431*cdf0e10cSrcweir}; 432*cdf0e10cSrcweirString STR_IMGBTN_TBLFML_ERR_DOWN 433*cdf0e10cSrcweir{ 434*cdf0e10cSrcweir Text [ en-US ] = "Next faulty table formula"; 435*cdf0e10cSrcweir}; 436*cdf0e10cSrcweirImageButton BTN_NAVI 437*cdf0e10cSrcweir{ 438*cdf0e10cSrcweir HelpID = HID_NAVIGATION_IMGBTN ; 439*cdf0e10cSrcweir SVLOOK = TRUE ; 440*cdf0e10cSrcweir HIDE = TRUE ; 441*cdf0e10cSrcweir RectStyle = TRUE ; 442*cdf0e10cSrcweir SmallStyle = TRUE ; 443*cdf0e10cSrcweir Image IMG_BTN 444*cdf0e10cSrcweir { 445*cdf0e10cSrcweir ImageBitmap = Bitmap { File = "punkt.bmp" ; }; 446*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR ; 447*cdf0e10cSrcweir }; 448*cdf0e10cSrcweir Image IMG_BTN_H 449*cdf0e10cSrcweir { 450*cdf0e10cSrcweir ImageBitmap = Bitmap { File = "punkt_h.bmp" ; }; 451*cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR ; 452*cdf0e10cSrcweir }; 453*cdf0e10cSrcweir String ST_QUICK 454*cdf0e10cSrcweir { 455*cdf0e10cSrcweir Text [ en-US ] = "Navigation" ; 456*cdf0e10cSrcweir }; 457*cdf0e10cSrcweir}; 458*cdf0e10cSrcweirComboBox RID_PVIEW_ZOOM_LB 459*cdf0e10cSrcweir{ 460*cdf0e10cSrcweir HelpId = HID_PVIEW_ZOOM_LB; 461*cdf0e10cSrcweir Size = MAP_APPFONT ( 30 , 86 ) ; 462*cdf0e10cSrcweir DropDown = TRUE ; 463*cdf0e10cSrcweir AutoHScroll = TRUE ; 464*cdf0e10cSrcweir DDExtraWidth = TRUE ; 465*cdf0e10cSrcweir Border = TRUE ; 466*cdf0e10cSrcweir Hide = TRUE ; 467*cdf0e10cSrcweir}; 468