resource.h
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:

系统编程

开发平台:

Visual C++

  1. // Static control
  2. #ifndef IDC_STATIC
  3. #define IDC_STATIC               (-1)
  4. #endif
  5. // Icon
  6. #define IDI_MONITOR              100
  7. // Property sheet
  8. #define PROP_SHEET_DLG           200
  9. #define IDC_ACCELERATION_SLIDER  201
  10. #define IDC_ACCELERATION_TEXT    202
  11. #define IDC_TROUBLE_SHOOTER      203
  12. #define IDC_DESCRIPTION          204
  13. // dialog box
  14. #define DLG_ASKDYNACDS           250
  15. #define IDC_NODYNA               251
  16. #define IDC_YESDYNA              252
  17. #define IDC_SHUTUP               253
  18. // Strings
  19. #define IDS_PAGE_TITLE             1
  20. #define IDS_LEVEL0               300
  21. #define IDS_LEVEL1               301
  22. #define IDS_LEVEL2               302 
  23. #define IDS_LEVEL3               303
  24. #define IDS_LEVEL4               304
  25. #define IDS_LEVEL5               305
  26. // Help
  27. #define IDH_NOHELP               ((DWORD)-1)
  28. #define IDH_SLIDER_HELP_TOPIC    4175