RESOURCE.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. ////////////////////////////////////////////////////////////////////////////
  2. //
  3. //      RESOURCE.H
  4. //
  5. //  Copyright 1986-1996 Microsoft Corporation. All Rights Reserved.
  6. ////////////////////////////////////////////////////////////////////////////
  7. //tree view dialog
  8. #define IDD_CFDIALOG            3101
  9. #define IDC_TREEVIEW            3102
  10. #define IDC_NEWFLD              3103
  11. //icons
  12. #define IDI_ALLSTORES           31001
  13. #define IDI_ROOTFLD             31002
  14. #define IDI_OPENFLD             31003
  15. #define IDI_CLSDFLD             31004
  16. //New name dialog
  17. #define IDD_NEWNAME             3201
  18. #define IDC_NAME                3202
  19. #define IDC_NAMELABEL           3203