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