www.pudn.com > phase_relation.rar > phase_relationDoc.h, change:2006-04-21,size:1686b
// phase_relationDoc.h : interface of the CPhase_relationDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_PHASE_RELATIONDOC_H__763672CF_22B1_4D9E_B5AE_6EDE965A2126__INCLUDED_)
#define AFX_PHASE_RELATIONDOC_H__763672CF_22B1_4D9E_B5AE_6EDE965A2126__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include"CDIB.H"
class CPhase_relationDoc : public CDocument
{
protected: // create from serialization only
CPhase_relationDoc();
DECLARE_DYNCREATE(CPhase_relationDoc)
// Attributes
public:
BOOL flag;
HPALETTE hOldPalette;
HPALETTE hPalette;
CDib *m_pBitmap2;
CDib *m_pBitmap1;
CDib *m_pBitmap;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPhase_relationDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CPhase_relationDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CPhase_relationDoc)
afx_msg void OnFileOpen1();
afx_msg BOOL OnFileSave();
afx_msg void OnFileOpen2();
afx_msg BOOL OnFILEphaserelation();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PHASE_RELATIONDOC_H__763672CF_22B1_4D9E_B5AE_6EDE965A2126__INCLUDED_)