a
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
#if !defined(AFX_OPCREATESPTINFOVIEW_H__101F9F0E_644D_420F_B303_8D4B2ABE9C08__INCLUDED_)
|
||||
#define AFX_OPCREATESPTINFOVIEW_H__101F9F0E_644D_420F_B303_8D4B2ABE9C08__INCLUDED_
|
||||
|
||||
#include "Channel.h"
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// opcreatesptinfoview.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// COpCreateSptInfoView view
|
||||
class CChannel;
|
||||
class CSptRecord;
|
||||
class COpCreateSptInfoView : public CView
|
||||
{
|
||||
protected:
|
||||
COpCreateSptInfoView(); // protected constructor used by dynamic creation
|
||||
DECLARE_DYNCREATE(COpCreateSptInfoView)
|
||||
|
||||
// Attributes
|
||||
public:
|
||||
CChannel* m_pNewChannel;
|
||||
CSptRecord* m_pCurSptRecord;
|
||||
// Operations
|
||||
public:
|
||||
BOOL m_bIsDraw;
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(COpCreateSptInfoView)
|
||||
protected:
|
||||
virtual void OnDraw(CDC* pDC); // overridden to draw this view
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
virtual ~COpCreateSptInfoView();
|
||||
#ifdef _DEBUG
|
||||
virtual void AssertValid() const;
|
||||
virtual void Dump(CDumpContext& dc) const;
|
||||
#endif
|
||||
|
||||
// Generated message map functions
|
||||
protected:
|
||||
//{{AFX_MSG(COpCreateSptInfoView)
|
||||
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_OPCREATESPTINFOVIEW_H__101F9F0E_644D_420F_B303_8D4B2ABE9C08__INCLUDED_)
|
||||
Reference in New Issue
Block a user