resource.h
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- // Static control
- #ifndef IDC_STATIC
- #define IDC_STATIC (-1)
- #endif
- // Icon
- #define IDI_MONITOR 100
- // Property sheet
- #define PROP_SHEET_DLG 200
- #define IDC_ACCELERATION_SLIDER 201
- #define IDC_ACCELERATION_TEXT 202
- #define IDC_TROUBLE_SHOOTER 203
- #define IDC_DESCRIPTION 204
- // dialog box
- #define DLG_ASKDYNACDS 250
- #define IDC_NODYNA 251
- #define IDC_YESDYNA 252
- #define IDC_SHUTUP 253
- // Strings
- #define IDS_PAGE_TITLE 1
- #define IDS_LEVEL0 300
- #define IDS_LEVEL1 301
- #define IDS_LEVEL2 302
- #define IDS_LEVEL3 303
- #define IDS_LEVEL4 304
- #define IDS_LEVEL5 305
- // Help
- #define IDH_NOHELP ((DWORD)-1)
- #define IDH_SLIDER_HELP_TOPIC 4175
English
