mypropertyrset.h

来自「某个实验事编写粗糙集智能信息处理的程序」· C头文件 代码 · 共 193 行

H
193
字号
// MyPropertyRSet.h : header file
//

#ifndef __MYPROPERTYRSET_H__
#define __MYPROPERTYRSET_H__

/////////////////////////////////////////////////////////////////////////////
// CMyPropertyComplete dialog

class CMyPropertyComplete : public CPropertyPage
{
	DECLARE_DYNCREATE(CMyPropertyComplete)

// Construction
public:
	void EnableWindow(bool NewValue);

	CMyPropertyComplete();
	~CMyPropertyComplete();
	bool m_bShow;
// Dialog Data
	//{{AFX_DATA(CMyPropertyComplete)
	enum { IDD = IDD_PROPPAGE1 };
	BOOL	m_bSaveFile;
	CString	m_strPathName;
	int		m_iAlgorithm;
 	BOOL	m_bOpenFile;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CMyPropertyComplete)
	public:
	virtual BOOL OnKillActive();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CMyPropertyComplete)
	virtual BOOL OnInitDialog();
	afx_msg void OnSavefile();
	afx_msg void OnView();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};


/////////////////////////////////////////////////////////////////////////////
// CMyPropertyDiscrete dialog

class CMyPropertyDiscrete : public CPropertyPage
{
	DECLARE_DYNCREATE(CMyPropertyDiscrete)

// Construction
public:
	void EnableWindow(bool NewValue);
	CMyPropertyDiscrete();
	~CMyPropertyDiscrete();
	bool m_bShow;
// Dialog Data
	//{{AFX_DATA(CMyPropertyDiscrete)
	enum { IDD = IDD_PROPPAGE2 };
	int		m_iAlgorithm;
	BOOL	m_bSaveFile;
	CString	m_strPathName;
	BOOL	m_bOpenFile;
//	BOOL	m_bnotdis;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CMyPropertyDiscrete)
	public:
	virtual BOOL OnKillActive();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CMyPropertyDiscrete)
	virtual BOOL OnInitDialog();
	afx_msg void OnView();
	afx_msg void OnSavefile();
	afx_msg void OnNotdisc();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};


/////////////////////////////////////////////////////////////////////////////
// CMyPropertyAttRedu dialog

class CMyPropertyAttRedu : public CPropertyPage
{
	DECLARE_DYNCREATE(CMyPropertyAttRedu)

// Construction
public:

	void EnableWindow(bool NewValue);
	CMyPropertyAttRedu();
	~CMyPropertyAttRedu();
	bool m_bShow;
// Dialog Data
	//{{AFX_DATA(CMyPropertyAttRedu)
	enum { IDD = IDD_PROPPAGE3 };
	int		m_iAlgorithm;
	CString	m_strPathName;
	BOOL	m_bSaveFile;
	BOOL	m_bOpenFile;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CMyPropertyAttRedu)
	public:
	virtual BOOL OnKillActive();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CMyPropertyAttRedu)
	virtual BOOL OnInitDialog();
	afx_msg void OnView();
	afx_msg void OnSavefile();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};


/////////////////////////////////////////////////////////////////////////////
// CMyPropertyValRedu dialog

class CMyPropertyValRedu : public CPropertyPage
{
	DECLARE_DYNCREATE(CMyPropertyValRedu)

// Construction
public:

	void EnableWindow(bool NewValue);
	CMyPropertyValRedu();
	~CMyPropertyValRedu();
	bool m_bShow;
// Dialog Data
	//{{AFX_DATA(CMyPropertyValRedu)
	enum { IDD = IDD_PROPPAGE4 };
	int		m_iAlgorithm;
	CString	m_strPathName;
	BOOL	m_bSaveFile;
	BOOL	m_bOpenFile;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CMyPropertyValRedu)
	public:
	virtual BOOL OnKillActive();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CMyPropertyValRedu)
	virtual BOOL OnInitDialog();
	afx_msg void OnView();
	afx_msg void OnSavefile();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};


#endif // __MYPROPERTYRSET_H__

⌨️ 快捷键说明

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