resource.h
上传用户:dfhlxjd
上传日期:2007-01-07
资源大小:12k
文件大小:0k
源码类别:

Shell编程

开发平台:

Visual C++

  1. //----------------------------------------
  2. // (c) Reliable Software 1997
  3. //----------------------------------------
  4. #ifndef _RESOURCE_H_INCLUDED
  5. #define _RESOURCE_H_INCLUDED
  6. #define IDC_STATIC             -1
  7. #define DIALOG_MAIN           200
  8. #define TREESIZER_ICON         300
  9. #define IDC_PATHNAME 100
  10. #define IDC_BROWSE 101
  11. #define IDC_CALCULATE 102
  12. #define IDC_RESULT 106
  13. #define IDC_EXIT 107
  14. #define IDC_NEW 108
  15. #endif // _RESOURCE_H_INCLUDED