TPS_Demo.h
上传用户:qifu0001
上传日期:2007-01-02
资源大小:52k
文件大小:1k
源码类别:

TreeView控件

开发平台:

Visual C++

  1. // TPS_Demo.h : main header file for the TPS_DEMO application
  2. //
  3. #ifndef __AFXWIN_H__
  4. #error include 'stdafx.h' before including this file for PCH
  5. #endif
  6. #include "resource.h"       // main symbols
  7. /////////////////////////////////////////////////////////////////////////////
  8. // CTPS_DemoApp:
  9. // See TPS_Demo.cpp for the implementation of this class
  10. //
  11. class CTPS_DemoApp : public CWinApp
  12. {
  13. public:
  14. BOOL gprf_bISee;
  15. BOOL gprf_bDontLike;
  16. BOOL gprf_bLikeBeer;
  17. int gprf_nWhen;
  18. public:
  19. CTPS_DemoApp();
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CTPS_DemoApp)
  23. public:
  24. virtual BOOL InitInstance();
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. //{{AFX_MSG(CTPS_DemoApp)
  28. afx_msg void OnAppAbout();
  29. // NOTE - the ClassWizard will add and remove member functions here.
  30. //    DO NOT EDIT what you see in these blocks of generated code !
  31. //}}AFX_MSG
  32. DECLARE_MESSAGE_MAP()
  33. };
  34. /////////////////////////////////////////////////////////////////////////////