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.

162 lines
4.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. #define IDB_PANEL 20
  25. #define IDB_CENTER 21
  26. #define IDB_FLAG 40
  27. #define IDB_FLAG_RTL 41
  28. #define IDB_BACK 70
  29. #define IDB_BACK_HOVER 71
  30. #define IDB_NEXT 72
  31. #define IDB_NEXT_HOVER 73
  32. #define IDB_CLOSE 74
  33. #define IDB_CLOSE_HOVER 75
  34. #define IDB_CANCEL 76
  35. #define IDB_CANCEL_HOVER 77
  36. #define IDB_RADIO_ON 78
  37. #define IDB_RADIO_ON_HOVER 79
  38. #define IDB_RADIO_OFF 80
  39. #define IDB_RADIO_OFF_HOVER 81
  40. #define IDB_GRADIENT_TOP 110
  41. #define IDB_GRADIENT_BOTTOM 111
  42. #define IDB_FLAG_256 540
  43. #define IDB_FLAG_RTL_256 541
  44. #define IDB_BACK_256 570
  45. #define IDB_BACK_HOVER_256 571
  46. #define IDB_NEXT_256 572
  47. #define IDB_NEXT_HOVER_256 573
  48. #define IDB_CLOSE_256 574
  49. #define IDB_CLOSE_HOVER_256 575
  50. #define IDB_CANCEL_256 576
  51. #define IDB_CANCEL_HOVER_256 577
  52. #define IDB_RADIO_ON_256 578
  53. #define IDB_RADIO_ON_HOVER_256 579
  54. #define IDB_RADIO_OFF_256 580
  55. #define IDB_RADIO_OFF_HOVER_256 581
  56. #define IDB_GRADIENT_TOP_256 610
  57. #define IDB_GRADIENT_BOTTOM_256 611
  58. //
  59. // string table entries.
  60. //
  61. #define IDS_TITLE 1000
  62. #define IDS_TITLEBAR 1001
  63. #define IDS_TEXT0_TITLE 1500
  64. #define IDS_TEXT1_TITLE 1501
  65. #define IDS_TEXT2_TITLE 1502
  66. #define IDS_TEXT3_TITLE 1503
  67. #define IDS_TEXT4_TITLE 1504
  68. #define IDS_TEXT5_TITLE 1505
  69. #define IDS_TEXT6_TITLE 1506
  70. #define IDS_TEXT0 1510
  71. #define IDS_TEXT1 1511
  72. #define IDS_TEXT2 1512
  73. #define IDS_TEXT3 1513
  74. #define IDS_TEXT4 1514
  75. #define IDS_TEXT5 1515
  76. #define IDS_TEXT6 1516
  77. #define IDS_TEXT0_SUB 1520
  78. #define IDS_TEXT1_SUB 1521
  79. #define IDS_TEXT2_SUB 1522
  80. #define IDS_TEXT3_SUB 1523
  81. #define IDS_TEXT4_SUB 1524
  82. #define IDS_TEXT5_SUB 1525
  83. #define IDS_TEXT6_SUB 1526
  84. #define IDS_TEXT0_HEADER 1530
  85. #define IDS_TEXT1_HEADER 1531
  86. #define IDS_TEXT2_HEADER 1532
  87. #define IDS_TEXT3_HEADER 1533
  88. #define IDS_TEXT4_HEADER 1534
  89. #define IDS_TEXT5_HEADER 1535
  90. #define IDS_TEXT6_HEADER 1536
  91. #define IDS_EXECUTABLE 2000
  92. #define IDS_EXECUTABLE_ARGS_DU 2001
  93. #define IDS_EXECUTABLE_ARGS_NODU 2002
  94. #define IDS_LINK 2010
  95. #define IDS_FONTFACE_TITLE 3000
  96. #define IDS_FONTFACE_HEADER 3001
  97. #define IDS_FONTFACE_MENU 3002
  98. #define IDS_FONTFACE_TEXT 3003
  99. #define IDS_FONTFACE_TITLE_BACKUP 3004
  100. #define IDS_FONTFACE_HEADER_BACKUP 3005
  101. #define IDS_FONTFACE_MENU_BACKUP 3006
  102. #define IDS_FONTFACE_TEXT_BACKUP 3007
  103. #define IDS_FONTCY_TITLE 3100
  104. #define IDS_FONTCY_HEADER 3101
  105. #define IDS_FONTCY_MENU 3102
  106. #define IDS_FONTCY_TEXT 3103
  107. #define IDS_FONTCY_TITLE_BACKUP 3104
  108. #define IDS_FONTCY_HEADER_BACKUP 3105
  109. #define IDS_FONTCY_MENU_BACKUP 3106
  110. #define IDS_FONTCY_TEXT_BACKUP 3107
  111. #define IDS_FONTCY_TITLE_LIL 3200
  112. #define IDS_FONTCY_HEADER_LIL 3201
  113. #define IDS_FONTCY_MENU_LIL 3202
  114. #define IDS_FONTCY_TEXT_LIL 3203
  115. #define IDS_FONTCY_TITLE_BACKUP_LIL 3204
  116. #define IDS_FONTCY_HEADER_BACKUP_LIL 3205
  117. #define IDS_FONTCY_MENU_BACKUP_LIL 3206
  118. #define IDS_FONTCY_TEXT_BACKUP_LIL 3207
  119. #define IDS_MENULABEL0 3300
  120. #define IDS_MENULABEL1 3301
  121. #define IDS_MENULABEL2 3302
  122. #define IDS_MENULABEL3 3303
  123. #define IDS_MENULABEL4 3304
  124. #define IDS_MENULABEL5 3305
  125. #define IDS_MENULABEL6 3306
  126. //
  127. // commands.
  128. //
  129. #define IDM_MENUITEM0 500
  130. #define IDM_MENUITEM1 501
  131. #define IDM_MENUITEM2 502
  132. #define IDM_MENUITEM3 503
  133. #define IDM_MENUITEM4 504
  134. // wait dialog
  135. #define IDD_WAIT 7000
  136. #define IDC_TEXT_WELCOME 7001
  137. #endif