resource.h
Upload User: dfhlxjd
Upload Date: 2007-01-07
Package Size: 12k
Code Size: 0k
Category:

Shell api

Development Platform:

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