sen.h
上传用户:hddq88
上传日期:2010-01-15
资源大小:910k
文件大小:1k
- #if !defined(AFX_SEN_H__59D4912E_4481_49D8_8E70_340AB50CA94D__INCLUDED_)
- #define AFX_SEN_H__59D4912E_4481_49D8_8E70_340AB50CA94D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // sen.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // Csen view
- class Csen : public CEditView
- {
- protected:
- Csen(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(Csen)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(Csen)
- protected:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~Csen();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- protected:
- //{{AFX_MSG(Csen)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SEN_H__59D4912E_4481_49D8_8E70_340AB50CA94D__INCLUDED_)