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.

139 lines
3.5 KiB

  1. //////////////////////////////////////////////////////////////////////////
  2. //
  3. // resource.h
  4. //
  5. // This file contains all of the resource ids used by the application.
  6. //
  7. // (C) Copyright 1997 by Microsoft Corporation. All rights reserved.
  8. //
  9. //////////////////////////////////////////////////////////////////////////
  10. #ifndef _RESOURCE_H_
  11. #define _RESOURCE_H_
  12. #include <winuser.h>
  13. //
  14. // icons.
  15. //
  16. #define IDI_WEBAPP 1
  17. //
  18. // cursors.
  19. //
  20. #define IDC_BRHAND 1
  21. //
  22. // bitmaps.
  23. //
  24. // The server versions always use 16 color images
  25. #define IDB_BANNER 1
  26. #if BUILD_SERVER_VERSION | BUILD_ADVANCED_SERVER_VERSION | BUILD_DATACENTER_VERSION
  27. #define IDB_BANNER16 IDB_BANNER
  28. #else
  29. #define IDB_BANNER16 2
  30. #endif
  31. #define IDB_BKGND0 3
  32. #define IDB_BKGND1 4
  33. #define IDB_BKGND2 5
  34. #define IDB_BKGND3 6
  35. #define IDB_BKGND4 7
  36. #define IDB_256MENU 8
  37. #define IDB_256BORDER 9
  38. #define IDB_16MENU 10
  39. #define IDB_16BORDER 11
  40. //
  41. // string table entries.
  42. //
  43. #define IDS_TITLE_OPK 999
  44. #define IDS_TITLE 1000
  45. #define IDS_CHECKTEXT 1001
  46. #define IDS_DEFTITLE 1002
  47. #define IDS_DEFBODY 1003
  48. #define IDS_FONTFACE 1004
  49. #define IDS_PSCTITLE 1005
  50. #define IDS_PSCDESC 1006
  51. #define IDS_PSCCONFIG 1007
  52. #define IDS_PSCARGS 1008
  53. #define IDS_PSCMENU 1009
  54. #define IDS_TITLE0 1010
  55. #define IDS_TITLE1 1011
  56. #define IDS_TITLE2 1012
  57. #define IDS_TITLE3 1013
  58. #define IDS_TITLE4 1014
  59. #define IDS_TITLE5 1015
  60. #define IDS_TITLE6 1016
  61. #define IDS_TITLE6 1016
  62. #define IDS_TITLE7 1017
  63. #define IDS_TITLE8 1018
  64. #define IDS_TITLE9 1019
  65. #define IDS_MENU0 1020
  66. #define IDS_MENU1 1021
  67. #define IDS_MENU2 1022
  68. #define IDS_MENU3 1023
  69. #define IDS_MENU4 1024
  70. #define IDS_MENU5 1025
  71. #define IDS_MENU6 1026
  72. #define IDS_MENU7 1027
  73. #define IDS_MENU8 1028
  74. #define IDS_MENU9 1029
  75. #define IDS_DESC0 1030
  76. #define IDS_DESC1 1031
  77. #define IDS_DESC2 1032
  78. #define IDS_DESC3 1033
  79. #define IDS_DESC4 1034
  80. #define IDS_DESC5 1035
  81. #define IDS_DESC6 1036
  82. #define IDS_DESC7 1037
  83. #define IDS_DESC8 1038
  84. #define IDS_DESC9 1039
  85. #define IDS_CONFIG0 1040
  86. #define IDS_CONFIG1 1041
  87. #define IDS_CONFIG2 1042
  88. #define IDS_CONFIG3 1043
  89. #define IDS_CONFIG4 1044
  90. #define IDS_CONFIG5 1045
  91. #define IDS_CONFIG6 1046
  92. #define IDS_CONFIG7 1047
  93. #define IDS_CONFIG8 1048
  94. #define IDS_CONFIG9 1049
  95. #define IDS_ARGS0 1050
  96. #define IDS_ARGS1 1051
  97. #define IDS_ARGS2 1052
  98. #define IDS_ARGS3 1053
  99. #define IDS_ARGS4 1054
  100. #define IDS_ARGS5 1055
  101. #define IDS_ARGS6 1056
  102. #define IDS_ARGS7 1057
  103. #define IDS_ARGS8 1058
  104. #define IDS_ARGS9 1059
  105. #define IDS_OLDCDROM 1060
  106. #define IDS_NEWCDROM 1061
  107. #define IDS_CYMENUITEMFONT 1200
  108. #define IDS_CYTITLEFONT 1201
  109. #define IDS_CYBODYFONT 1202
  110. #define IDS_CYCHECKTEST 1203
  111. #define IDS_WRONGOS 1204
  112. //
  113. // commands.
  114. //
  115. #define IDM_SHOWCHECK 100
  116. #define IDM_MENUITEM1 101
  117. #define IDM_MENUITEM2 102
  118. #define IDM_MENUITEM3 103
  119. #define IDM_MENUITEM4 104
  120. #define IDM_MENUITEM5 105
  121. #define IDM_MENUITEM6 106
  122. #define IDM_MENUITEM7 107
  123. #endif