userdefinefilterdlg.h

来自「打开一个bmp影像」· C头文件 代码 · 共 55 行

H
55
字号
#if !defined(AFX_USERDEFINEFILTERDLG_H__8F00CFAB_B87B_4408_9F18_695AEEFAF4A4__INCLUDED_)
#define AFX_USERDEFINEFILTERDLG_H__8F00CFAB_B87B_4408_9F18_695AEEFAF4A4__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CUserDefineFilterDlg dialog

 class CUserDefineFilterDlg : public CDialog
{
// Construction
public:
	void UpdateEdit();
	CUserDefineFilterDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CUserDefineFilterDlg)
	enum { IDD = IDD_USER_DEFINE };
	int		m_iDivision;
	int		m_iOffset;
	//}}AFX_DATA
    int m_iTempSize; //模板大小
	int m_nValues[9][9];//模板元素
	int m_iTempType; //3*3 为 0,5*5为 1, 7*7为2,9*9为3

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CUserDefineFilterDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CUserDefineFilterDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnRadio33();
	afx_msg void OnRadio55();
	afx_msg void OnRadio77();
	afx_msg void OnRadio99();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_USERDEFINEFILTERDLG_H__8F00CFAB_B87B_4408_9F18_695AEEFAF4A4__INCLUDED_)

⌨️ 快捷键说明

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