106 lines
3.3 KiB
C++
106 lines
3.3 KiB
C++
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1996 - 2000.
|
|
//
|
|
// File: srchmenu.hxx
|
|
//
|
|
// Contents:
|
|
//
|
|
// History: 15 Aug 1996 DLee Created
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#pragma once
|
|
|
|
#define ToolbarBmpNormal 700
|
|
#define ToolbarBmpHilite 701
|
|
|
|
|
|
#define IDM_OPEN 1
|
|
#define IDM_EXIT 2
|
|
#define IDM_TILE 3
|
|
#define IDM_CASCADE 4
|
|
#define IDM_ARRANGE 5
|
|
#define IDM_EDITUNDO 6
|
|
#define IDM_EDITCOPY 7
|
|
#define IDM_EDITPASTE 8
|
|
#define IDM_EDITCUT 9
|
|
#define IDM_EDITCLEAR 10
|
|
#define IDM_SEARCH 11
|
|
#define IDM_NEWSEARCH 12
|
|
#define IDM_FONT 13
|
|
#define IDM_BROWSE 14
|
|
#define IDM_ABOUT 17
|
|
#define IDM_WRITE_RESULTS 18
|
|
#define IDM_STATUS_BAR 19
|
|
#define IDM_SORT_NONE 20
|
|
#define IDM_SEARCHCLASSDEF 21
|
|
#define IDM_SEARCHFUNCDEF 22
|
|
#define IDM_BROWSE_TOOL 23
|
|
#define IDM_CLOSE 24
|
|
#define IDM_ICON_BAR 25
|
|
#define IDM_HELP_CONTENTS 27
|
|
#define IDM_NEXT_HIT 29
|
|
#define IDM_PREVIOUS_HIT 30
|
|
#define IDM_SCOPE_AND_DEPTH 31
|
|
#define IDM_DIALECT_1 32
|
|
#define IDM_DIALECT_2 33
|
|
#define IDM_DIALECT_3 34
|
|
|
|
#define IDM_LOCALE_NEUTRAL 36
|
|
#define IDM_LOCALE_DUTCH_DUTCH 37
|
|
#define IDM_LOCALE_ENGLISH_US 38
|
|
#define IDM_LOCALE_ENGLISH_UK 39
|
|
#define IDM_LOCALE_FRENCH_FRENCH 40
|
|
#define IDM_LOCALE_GERMAN_GERMAN 41
|
|
#define IDM_LOCALE_ITALIAN_ITALIAN 42
|
|
#define IDM_LOCALE_SPANISH_MODERN 43
|
|
#define IDM_LOCALE_SWEDISH_DEFAULT 44
|
|
#define IDM_DISPLAY_PROPS 45
|
|
#define IDM_TOOLBAR_WINDOW 46
|
|
#define IDM_CATALOG_STATUS 47
|
|
#define IDM_FILTER_SCOPE 48
|
|
#define IDM_FORCE_USE_CI 49
|
|
#define IDM_EDITCOPYALL 50
|
|
#define IDM_MASTER_MERGE 51
|
|
#define IDM_BROWSE_OPEN 52
|
|
#define IDM_BROWSE_EDIT 53
|
|
#define IDM_LOCALE_JAPANESE_DEFAULT 54
|
|
|
|
#define IDM_LOCALE_CHINESE_TRADITIONAL 55
|
|
#define IDM_LOCALE_CHINESE_SIMPLIFIED 56
|
|
#define IDM_LOCALE_CHINESE_HONGKONG 57
|
|
#define IDM_LOCALE_CHINESE_SINGAPORE 58
|
|
#define IDM_LOCALE_CHINESE_MACAU 59
|
|
#define IDM_LOCALE_ENGLISH_CAN 60
|
|
#define IDM_LOCALE_FINNISH_DEFAULT 61
|
|
#define IDM_LOCALE_FARSI_DEFAULT 62
|
|
#define IDM_LOCALE_FRENCH_CANADIAN 63
|
|
#define IDM_LOCALE_GREEK_DEFAULT 64
|
|
#define IDM_LOCALE_HEBREW_DEFAULT 65
|
|
#define IDM_LOCALE_HINDI_DEFAULT 66
|
|
#define IDM_LOCALE_KOREAN_KOREAN 67
|
|
//#define IDM_LOCALE_KOREAN_JOHAB 68
|
|
#define IDM_LOCALE_POLISH_DEFAULT 69
|
|
#define IDM_LOCALE_ROMANIAN_DEFAULT 70
|
|
#define IDM_LOCALE_RUSSIAN_DEFAULT 71
|
|
#define IDM_LOCALE_SPANISH_CASTILIAN 72
|
|
#define IDM_LOCALE_SPANISH_MEXICAN 73
|
|
#define IDM_LOCALE_SWAHILI_DEFAULT 74
|
|
#define IDM_LOCALE_THAI_DEFAULT 75
|
|
#define IDM_LOCALE_TURKISH_DEFAULT 76
|
|
#define IDM_LOCALE_UKRAINIAN_DEFAULT 77
|
|
#define IDM_LOCALE_VIETNAMESE_DEFAULT 78
|
|
|
|
#define IDM_LIMIT_10 80
|
|
#define IDM_LIMIT_300 81
|
|
#define IDM_LIMIT_NONE 82
|
|
|
|
#define IDM_FIRSTROWS_5 83
|
|
#define IDM_FIRSTROWS_15 84
|
|
#define IDM_FIRSTROWS_NONE 85
|
|
|
|
#define IDM_LAST_ITEM 85
|
|
|