my_removedlg.h

来自「B树的实现以及图形化显示」· C头文件 代码 · 共 50 行

H
50
字号
#if !defined(AFX_MY_REMOVEDLG_H__C0A1C9CF_A630_431E_9870_409AC2F10495__INCLUDED_)
#define AFX_MY_REMOVEDLG_H__C0A1C9CF_A630_431E_9870_409AC2F10495__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// My_RemoveDlg dialog

class My_RemoveDlg : public CDialog
{
// Construction
public:
	int get_key();
	My_RemoveDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(My_RemoveDlg)
	enum { IDD = IDD_RemoveDlg };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(My_RemoveDlg)
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	int key;
};

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

#endif // !defined(AFX_MY_REMOVEDLG_H__C0A1C9CF_A630_431E_9870_409AC2F10495__INCLUDED_)

⌨️ 快捷键说明

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