JWnd.h
上传用户:milkenxj
上传日期:2007-01-18
资源大小:21k
文件大小:1k
源码类别:

图形图象

开发平台:

WINDOWS

  1. #if !defined(AFX_JWND_H__22A1018F_A541_11D2_BCE9_0000E82223DE__INCLUDED_)
  2. #define AFX_JWND_H__22A1018F_A541_11D2_BCE9_0000E82223DE__INCLUDED_
  3. #include "JDib.h" // Added by ClassView
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // JWnd.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CJWnd window
  11. class CJWnd : public CWnd
  12. {
  13. // Construction
  14. public:
  15. CJWnd();
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CJWnd)
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. public:
  26. BOOL Start();
  27. virtual ~CJWnd();
  28. // Generated message map functions
  29. protected:
  30. //{{AFX_MSG(CJWnd)
  31. //}}AFX_MSG
  32. DECLARE_MESSAGE_MAP()
  33. };
  34. /////////////////////////////////////////////////////////////////////////////
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  37. #endif // !defined(AFX_JWND_H__22A1018F_A541_11D2_BCE9_0000E82223DE__INCLUDED_)