pointdialog.h

来自「网络数据库管理软件是一个集网络技术与数据库技术于一体的软件」· C头文件 代码 · 共 49 行

H
49
字号
#if !defined(AFX_POINTDIALOG_H__A511D0EF_39A8_4184_8381_8E2D48791F4B__INCLUDED_)
#define AFX_POINTDIALOG_H__A511D0EF_39A8_4184_8381_8E2D48791F4B__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CPointDialog dialog

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

// Dialog Data
	//{{AFX_DATA(CPointDialog)
	enum { IDD = IDD_DIALOG_POINT };
	CString	m_PointMemo;
	CString	m_PointName;
	CString	m_PointValue;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPointDialog)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_POINTDIALOG_H__A511D0EF_39A8_4184_8381_8E2D48791F4B__INCLUDED_)

⌨️ 快捷键说明

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