www.pudn.com > DigtalImageProc.rar > FilterDialog.h
#if !defined(AFX_FILTERDIALOG_H__D426957D_701B_4D13_A611_58AA35A8661A__INCLUDED_)
#define AFX_FILTERDIALOG_H__D426957D_701B_4D13_A611_58AA35A8661A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FilterDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CFilterDialog dialog
class CFilterDialog : public CDialog
{
// Construction
public:
void SetFilterMode(int var);
CFilterDialog(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CFilterDialog)
enum { IDD = IDD_DIALOG1 };
int m_min;
int m_max;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFilterDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CFilterDialog)
afx_msg void OnPaint();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
int mode;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FILTERDIALOG_H__D426957D_701B_4D13_A611_58AA35A8661A__INCLUDED_)