?? matchdoc.h
字號:
// MatchDoc.h : interface of the CMatchDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATCHDOC_H__032BA871_342A_4DA2_8D52_4C29B103FA67__INCLUDED_)
#define AFX_MATCHDOC_H__032BA871_342A_4DA2_8D52_4C29B103FA67__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CMatchDoc : public CDocument
{
protected: // create from serialization only
CMatchDoc();
DECLARE_DYNCREATE(CMatchDoc)
// Attributes
public:
HDIB m_hDIB1;
HDIB m_hDIB2;
BOOL m_bSec;
int m_nWidth1;
int m_nWidth2;
int m_nEffectWidth1;
int m_nEffectWidth2;
int m_nHeight1;
int m_nHeight2;
unsigned char *m_pBits1;
unsigned char *m_pBits2;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMatchDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMatchDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CMatchDoc)
afx_msg void OnXiguang();
afx_msg void OnSelect();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MATCHDOC_H__032BA871_342A_4DA2_8D52_4C29B103FA67__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -