Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
resource.h
Package: shell.rar [view]
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:
Windows Kernel
Development Platform:
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