1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23#ifndef _SFX_NEWHELP_HRC 24#define _SFX_NEWHELP_HRC 25 26// #defines ***************************************************************** 27 28// Index Window 29#define LB_ACTIVE 10 30#define FL_ACTIVE 11 31#define TC_INDEX 12 32 33// Index TabPage 34#define FT_EXPRESSION 10 35#define CB_INDEX 11 36#define PB_OPEN_INDEX 12 37 38// Search TabPage 39#define FT_SEARCH 10 40#define ED_SEARCH 11 41#define PB_SEARCH 12 42#define FT_RESULT 13 43#define CB_FULLWORDS 14 44#define CB_SCOPE 15 45#define LB_RESULT 16 46#define PB_OPEN_SEARCH 17 47 48// Bookmarks TabPage 49#define FT_BOOKMARKS 10 50#define LB_BOOKMARKS 11 51#define PB_BOOKMARKS 12 52 53// Content TabPage 54#define LB_CONTENTS 10 55 56// Add to bookmarks dialog 57#define FT_BOOKMARK_TITLE 10 58#define ED_BOOKMARK_TITLE 11 59#define PB_BOOKMARK_OK 12 60#define PB_BOOKMARK_CANCEL 13 61#define PB_BOOKMARK_HELP 14 62#define STR_BOOKMARK_RENAME 15 63 64// Index Window: Id's of the tabpages 65#define HELP_INDEX_PAGE_FIRST 1 66#define HELP_INDEX_PAGE_CONTENTS HELP_INDEX_PAGE_FIRST 67#define HELP_INDEX_PAGE_INDEX 2 68#define HELP_INDEX_PAGE_SEARCH 3 69#define HELP_INDEX_PAGE_BOOKMARKS 4 70#define HELP_INDEX_PAGE_LAST HELP_INDEX_PAGE_BOOKMARKS 71 72// context menu ids 73#define MID_OPEN 1 74#define MID_RENAME 2 75#define MID_DELETE 3 76 77#endif // #ifndef _SFX_NEWHELP_HRC 78 79// ******************************************************************* EOF 80 81