Source code of Windows XP (NT5)
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.

97 lines
3.6 KiB

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