RESOURCE.H
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- ////////////////////////////////////////////////////////////////////////////
- //
- // RESOURCE.H
- //
- // Copyright 1986-1996 Microsoft Corporation. All Rights Reserved.
- ////////////////////////////////////////////////////////////////////////////
- //tree view dialog
- #define IDD_CFDIALOG 3101
- #define IDC_TREEVIEW 3102
- #define IDC_NEWFLD 3103
- //icons
- #define IDI_ALLSTORES 31001
- #define IDI_ROOTFLD 31002
- #define IDI_OPENFLD 31003
- #define IDI_CLSDFLD 31004
- //New name dialog
- #define IDD_NEWNAME 3201
- #define IDC_NAME 3202
- #define IDC_NAMELABEL 3203