Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

105 lines
3.4 KiB

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