inputdata.h
来自「编译方法实验根据编译器的工作过程」· C头文件 代码 · 共 47 行
H
47 行
#if !defined(AFX_INPUTDATA_H__1AA63669_541A_4793_AFE6_6AC7D4E0D1D3__INCLUDED_)
#define AFX_INPUTDATA_H__1AA63669_541A_4793_AFE6_6AC7D4E0D1D3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// InputData.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CInputData dialog
class CInputData : public CDialog
{
// Construction
public:
CInputData(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CInputData)
enum { IDD = IDD_DIALOG1 };
CString m_data;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CInputData)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CInputData)
// 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_INPUTDATA_H__1AA63669_541A_4793_AFE6_6AC7D4E0D1D3__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?