setbreakpointdlg2.h

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

H
67
字号
//{{AFX_INCLUDES()

//}}AFX_INCLUDES
#if !defined(AFX_SETBREAKPOINTDLG_H__6BA01600_43A0_4ACB_AE25_D8E5C32844AE__INCLUDED_)
#define AFX_SETBREAKPOINTDLG_H__6BA01600_43A0_4ACB_AE25_D8E5C32844AE__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetBreakPointDlg2.h : header file
#include "rset.h"
#include "Editgrid.h"
#include "afxtempl.h"
#include "zssinc/ZssManualScaler.h"


/////////////////////////////////////////////////////////////////////////////
// CSetBreakPointDlg dialog

class CSetBreakPointDlg : public CDialog
{
// Construction
public:
	CSetBreakPointDlg(CArray<float,float> *pnonstr_array,int i_attrnum,
		CStringArray &str_array,CZssManualScaler *pscaler,CWnd* pParent = NULL);   // standard constructor

private:
	CArray<float,float> *m_pnonstr_array;
	int m_iattrnum;
	CStringArray &m_str_array;
	CZssManualScaler *m_pscaler;


// Dialog Data
	//{{AFX_DATA(CSetBreakPointDlg)
	enum { IDD = IDD_SETBREAKPOINT};
	CEditGrid	m_grid;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSetBreakPointDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnKeyDownMsflexgrid1(short FAR* KeyCode, short Shift);
	afx_msg void OnYes();
	virtual void OnOK();
	afx_msg void OnAddrow();
	DECLARE_EVENTSINK_MAP()
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SETBREAKPOINTDLG_H__6BA01600_43A0_4ACB_AE25_D8E5C32844AE__INCLUDED_)

⌨️ 快捷键说明

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