BottomEditView.h
上传用户:zcy791212
上传日期:2013-03-06
资源大小:196k
文件大小:1k
源码类别:

Modem编程

开发平台:

Visual C++

  1. #if !defined(AFX_BOTTOMEDITVIEW_H__E26743E8_3E6C_4A07_BCCC_E1A20C4E0C86__INCLUDED_)
  2. #define AFX_BOTTOMEDITVIEW_H__E26743E8_3E6C_4A07_BCCC_E1A20C4E0C86__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // BottomEditView.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CBottomEditView view
  10. class CBottomEditView : public CEditView
  11. {
  12. protected:
  13. CBottomEditView();           // protected constructor used by dynamic creation
  14. DECLARE_DYNCREATE(CBottomEditView)
  15. // Attributes
  16. public:
  17. protected:
  18.     CBrush  m_brush;
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CBottomEditView)
  24. protected:
  25. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. virtual ~CBottomEditView();
  30. #ifdef _DEBUG
  31. virtual void AssertValid() const;
  32. virtual void Dump(CDumpContext& dc) const;
  33. #endif
  34. // Generated message map functions
  35. protected:
  36. //{{AFX_MSG(CBottomEditView)
  37. afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor);
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_BOTTOMEDITVIEW_H__E26743E8_3E6C_4A07_BCCC_E1A20C4E0C86__INCLUDED_)