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.

180 lines
5.0 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. #define IDB_TOP 20
  25. #define IDB_CENTER 21
  26. #define IDB_BOTTOM 22
  27. #define IDB_FLAG 40
  28. #define IDB_HEADER 50
  29. #define IDB_HEADERSUB 60
  30. #define IDB_YELLOW 70
  31. #define IDB_YELLOW_HOVER 71
  32. #define IDB_YELLOW_DISABLED 72
  33. #define IDB_RED 80
  34. #define IDB_RED_HOVER 81
  35. #define IDB_RED_DISABLED 82
  36. #define IDB_GREEN 90
  37. #define IDB_GREEN_HOVER 91
  38. #define IDB_GREEN_DISABLED 92
  39. #define IDB_BLUE 100
  40. #define IDB_BLUE_HOVER 101
  41. #define IDB_BLUE_DISABLED 102
  42. #define IDB_GRADIENT_TOP 110
  43. #define IDB_GRADIENT_BOTTOM 111
  44. #define IDB_CLOUDSFLAG 112
  45. #define IDB_CLOUDSFLAG_RTL 113
  46. #define IDB_FLAG_256 540
  47. #define IDB_HEADER_256 550
  48. #define IDB_HEADERSUB_256 560
  49. #define IDB_YELLOW_256 570
  50. #define IDB_YELLOW_HOVER_256 571
  51. #define IDB_YELLOW_DISABLED_256 572
  52. #define IDB_RED_256 580
  53. #define IDB_RED_HOVER_256 581
  54. #define IDB_RED_DISABLED_256 582
  55. #define IDB_GREEN_256 590
  56. #define IDB_GREEN_HOVER_256 591
  57. #define IDB_GREEN_DISABLED_256 592
  58. #define IDB_BLUE_256 600
  59. #define IDB_BLUE_HOVER_256 601
  60. #define IDB_BLUE_DISABLED_256 602
  61. #define IDB_GRADIENT_TOP_256 610
  62. #define IDB_GRADIENT_BOTTOM_256 611
  63. #define IDB_CLOUDSFLAG_256 612
  64. #define IDB_CLOUDSFLAG_RTL_256 613
  65. //
  66. // string table entries.
  67. //
  68. #define IDS_TITLE 1000
  69. #define IDS_TITLEBAR 1001
  70. #define IDS_HEADER 1002
  71. #define IDS_PSCTITLE 1100
  72. #define IDS_PSCDESC 1101
  73. #define IDS_PSCCONFIG 1102
  74. #define IDS_PSCARGS 1103
  75. #define IDS_PSCMENU 1104
  76. #define IDS_TITLE0 1200
  77. #define IDS_TITLE1 1201
  78. #define IDS_TITLE2 1202
  79. #define IDS_TITLE3 1203
  80. #define IDS_TITLE4 1204
  81. #define IDS_TITLE5 1205
  82. #define IDS_TITLE6 1206
  83. #define IDS_TITLE6 1206
  84. #define IDS_TITLE7 1207
  85. #define IDS_TITLE8 1208
  86. #define IDS_TITLE9 1209
  87. #define IDS_TITLE10 1210
  88. #define IDS_TITLE11 1211
  89. #define IDS_TITLE12 1212
  90. #define IDS_CONFIG0 1300
  91. #define IDS_CONFIG1 1301
  92. #define IDS_CONFIG2 1302
  93. #define IDS_CONFIG3 1303
  94. #define IDS_CONFIG4 1304
  95. #define IDS_CONFIG5 1305
  96. #define IDS_CONFIG6 1306
  97. #define IDS_CONFIG7 1307
  98. #define IDS_CONFIG8 1308
  99. #define IDS_CONFIG9 1309
  100. #define IDS_CONFIG10 1310
  101. #define IDS_CONFIG11 1311
  102. #define IDS_CONFIG12 1312
  103. #define IDS_ARGS0 1400
  104. #define IDS_ARGS1 1401
  105. #define IDS_ARGS2 1402
  106. #define IDS_ARGS3 1403
  107. #define IDS_ARGS4 1404
  108. #define IDS_ARGS5 1405
  109. #define IDS_ARGS6 1406
  110. #define IDS_ARGS7 1407
  111. #define IDS_ARGS8 1408
  112. #define IDS_ARGS9 1409
  113. #define IDS_ARGS10 1410
  114. #define IDS_ARGS11 1411
  115. #define IDS_ARGS12 1412
  116. #define IDS_OLDCDROM 2000
  117. #define IDS_NEWCDROM 2001
  118. #define IDS_FONTFACE_TITLE 3000
  119. #define IDS_FONTFACE_HEADER 3001
  120. #define IDS_FONTFACE_MENU 3002
  121. #define IDS_FONTFACE_TITLE_BACKUP 3003
  122. #define IDS_FONTFACE_HEADER_BACKUP 3004
  123. #define IDS_FONTFACE_MENU_BACKUP 3005
  124. #define IDS_FONTCY_TITLE 3100
  125. #define IDS_FONTCY_HEADER 3101
  126. #define IDS_FONTCY_MENU 3102
  127. #define IDS_FONTCY_TITLE_BACKUP 3103
  128. #define IDS_FONTCY_HEADER_BACKUP 3104
  129. #define IDS_FONTCY_MENU_BACKUP 3105
  130. #define IDS_FONTCY_TITLE_LIL 3200
  131. #define IDS_FONTCY_HEADER_LIL 3201
  132. #define IDS_FONTCY_MENU_LIL 3202
  133. #define IDS_FONTCY_TITLE_BACKUP_LIL 3203
  134. #define IDS_FONTCY_HEADER_BACKUP_LIL 3204
  135. #define IDS_FONTCY_MENU_BACKUP_LIL 3205
  136. //
  137. // commands.
  138. //
  139. #define IDM_SHOWCHECK 500
  140. #define IDM_MENUITEM0 500
  141. #define IDM_MENUITEM1 501
  142. #define IDM_MENUITEM2 502
  143. #define IDM_MENUITEM3 503
  144. #define IDM_MENUITEM4 504
  145. #define IDM_MENUITEM5 505
  146. #define IDM_MENUITEM6 506
  147. #define IDM_MENUITEM7 507
  148. #define MAX_MENUITEMS (IDM_MENUITEM7 - IDM_MENUITEM0)
  149. #endif