restore.h

来自「书友会短信发送系统由基础信息模块、短信管理模块、短信投票模块、系统管理模块等几部」· C头文件 代码 · 共 48 行

H
48
字号
#if !defined(AFX_RESTORE_H__4C414FE2_C67C_41A8_BAE4_93E1A8F995F0__INCLUDED_)
#define AFX_RESTORE_H__4C414FE2_C67C_41A8_BAE4_93E1A8F995F0__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CRestore dialog

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

// Dialog Data
	//{{AFX_DATA(CRestore)
	enum { IDD = IDD_RESTORE_DIALOG };
	CString	m_Phone;
	CString	m_Text;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CRestore)
	afx_msg void OnButtonsend();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_RESTORE_H__4C414FE2_C67C_41A8_BAE4_93E1A8F995F0__INCLUDED_)

⌨️ 快捷键说明

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