TBGenWnd.h
上传用户:rundaa
上传日期:2009-05-24
资源大小:44k
文件大小:1k
源码类别:

CAD

开发平台:

Visual C++

  1. #if !defined(AFX_TBGENWND_H__905157E2_3B88_11D2_A2CC_0080C7D122A2__INCLUDED_)
  2. #define AFX_TBGENWND_H__905157E2_3B88_11D2_A2CC_0080C7D122A2__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // TBGenWnd.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CTBGenWnd window
  10. class CTBGenWnd : public CWnd
  11. {
  12. // Construction
  13. public:
  14. CTBGenWnd();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CTBGenWnd)
  22. protected:
  23. virtual void PostNcDestroy();
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~CTBGenWnd();
  28. // Generated message map functions
  29. protected:
  30. //{{AFX_MSG(CTBGenWnd)
  31. afx_msg void OnShowWindTypeDlg();
  32. afx_msg void OnDrawWindo();
  33. afx_msg void OnWindInfoDlg();
  34. afx_msg void OnClose();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_TBGENWND_H__905157E2_3B88_11D2_A2CC_0080C7D122A2__INCLUDED_)