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.

121 lines
4.7 KiB

  1. /*++
  2. Copyright (c) 1991-1997, Microsoft Corporation All rights reserved.
  3. Module Name:
  4. cmdlg.h
  5. Abstract:
  6. This module contains the dialog definitions for the Charmap utility.
  7. Revision History:
  8. --*/
  9. //
  10. // Constant Declarations.
  11. //
  12. #define ID_HELP 100
  13. #define ID_CLOSE 101
  14. #define ID_COPY 102
  15. #define ID_SELECT 103
  16. #define ID_STRING 104
  17. #define ID_FONT 105
  18. #define ID_TOPLEFT 107
  19. #define ID_CHARGRID 108
  20. #define ID_SUBSET 109
  21. #define IDBM_TT 110
  22. #define IDIC_CHARMAP 111
  23. #define IDS_HELP 112
  24. #define IDS_RTF 113
  25. #define IDS_KEYSTROKE 114
  26. #define IDS_SPACE 115
  27. #define IDS_CTRL 116
  28. #define IDS_CTRLALT 117
  29. #define IDS_SHIFTCTRLALT 118
  30. #define IDS_ALT 119
  31. #define IDS_UNICODELABEL 120
  32. #define IDS_WINDOWS 1
  33. #define IDS_LATIN1 2
  34. #define IDS_LATINEXA 3
  35. #define IDS_LATINEXB 4
  36. #define IDS_IPAEX 5
  37. #define IDS_SPACINGMODIFIERS 6
  38. #define IDS_COMBININGDIACRITICS 7
  39. #define IDS_BASICGREEK 8
  40. #define IDS_GREEKSYMBOLS 9
  41. #define IDS_CYRILLIC 10
  42. #define IDS_ARMENIAN 11
  43. #define IDS_HEBREW 12
  44. #define IDS_BASICHEBREW 12
  45. #define IDS_HEBREWEX 13
  46. #define IDS_BASICARABIC 14
  47. #define IDS_ARABICEX 15
  48. #define IDS_DEVANAGARI 16
  49. #define IDS_BENGALI 17
  50. #define IDS_GURMUKHI 18
  51. #define IDS_GUJARATI 19
  52. #define IDS_ORIYA 20
  53. #define IDS_TAMIL 21
  54. #define IDS_TELUGU 22
  55. #define IDS_KANNADA 23
  56. #define IDS_MALAYALAM 24
  57. #define IDS_THAI 25
  58. #define IDS_LAO 26
  59. #define IDS_BASICGEORGIAN 27
  60. #define IDS_GEORGIANEX 28
  61. #define IDS_HANGULJAMO 29
  62. #define IDS_LATINEXADDITIONAL 30
  63. #define IDS_GREEKEX 31
  64. #define IDS_GENERALPUNCTUATION 32
  65. #define IDS_SUPERANDSUBSCRIPTS 33
  66. #define IDS_CURRENCYSYMBOLS 34
  67. #define IDS_COMBININGDIACRITICSFORSYMBOLS 35
  68. #define IDS_LETTERLIKESYMBOLS 36
  69. #define IDS_NUMBERFORMS 37
  70. #define IDS_ARROWS 38
  71. #define IDS_MATHEMATICALOPS 39
  72. #define IDS_MISCTECHNICAL 40
  73. #define IDS_CONTROLPICTURES 41
  74. #define IDS_OPTICALCHAR 42
  75. #define IDS_ENCLOSEDALPHANUM 43
  76. #define IDS_BOXDRAWING 44
  77. #define IDS_BLOCKELEMENTS 45
  78. #define IDS_GEOMETRICSHAPES 46
  79. #define IDS_MISCDINGBATS 47
  80. #define IDS_DINGBATS 48
  81. #define IDS_CJKSYMBOLSANDPUNC 49
  82. #define IDS_HIRAGANA 50
  83. #define IDS_KATAKANA 51
  84. #define IDS_BOPOMOFO 52
  85. #define IDS_HANGULCOMPATIBILITYJAMO 53
  86. #define IDS_CJKMISC 54
  87. #define IDS_ENCLOSEDCJKLETTERSANDMONTHS 55
  88. #define IDS_CJKCOMPATIBILITY 56
  89. #define IDS_HANGUL 57
  90. #define IDS_HANGULSUPPA 58
  91. #define IDS_HANGULSUPPB 59
  92. #define IDS_CJKUNIFIEDIDEOGRAPHS 60
  93. #define IDS_PRIVATEUSEAREA 61
  94. #define IDS_CJKCOMPATIBILITYIDEOGRAPHS 62
  95. #define IDS_ALPAHPRESENTATIONFORMS 63
  96. #define IDS_ARABICPRESENTATIONFORMSA 64
  97. #define IDS_CJKCOMPFORMS 66
  98. #define IDS_SMALLFORMVARIANTS 67
  99. #define IDS_ARABICPRESENTATIONFORMSB 68
  100. #define IDS_HALFANDFULLWIDTHFORMS 69
  101. #define IDS_SPECIALS 70
  102. #define ID_SUBSETLB 201
  103. #define ID_NEXTSUBSET 203
  104. #define ID_PREVSUBSET 205
  105. #define ID_UNICODESUBSET 202
  106. #define ID_MAPSCROLL 204
  107.