⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mask.h

📁 这个是VC的源代码
💻 H
字号:
#if !defined(AFX_MASK_H__05F3A10D_838A_4A2B_BBFC_A779BA74C2D9__INCLUDED_)
#define AFX_MASK_H__05F3A10D_838A_4A2B_BBFC_A779BA74C2D9__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Mask.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// Mask dialog

class Mask : public CDialog
{
// Construction
public:

	int *mask;
	
	Mask(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(Mask)
	enum { IDD = IDD_DIALOG1 };
	int		m_width;
	float	m_coef;
	int		m_11;
	int		m_12;
	int		m_13;
	int		m_14;
	int		m_15;
	int		m_21;
	int		m_22;
	int		m_23;
	int		m_24;
	int		m_25;
	int		m_31;
	int		m_32;
	int		m_33;
	int		m_34;
	int		m_35;
	int		m_41;
	int		m_42;
	int		m_43;
	int		m_44;
	int		m_45;
	int		m_51;
	int		m_52;
	int		m_53;
	int		m_54;
	int		m_55;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(Mask)
	public:
	virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Mask)
	virtual void OnOK();
	afx_msg void OnRadio1();
	afx_msg void OnRadio2();
	virtual void OnCancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MASK_H__05F3A10D_838A_4A2B_BBFC_A779BA74C2D9__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -