subdlg.h
来自「一个MFC编写的教学管理程序,可以实现成绩的输入和排序等,适合初学MFC者」· C头文件 代码 · 共 47 行
H
47 行
#if !defined(AFX_SUBDLG_H__C47DA067_E760_4FE5_94AD_0E46400BD4AA__INCLUDED_)
#define AFX_SUBDLG_H__C47DA067_E760_4FE5_94AD_0E46400BD4AA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// subdlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// subdlg dialog
class subdlg : public CDialog
{
// Construction
public:
subdlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(subdlg)
enum { IDD = IDD_DIALOG3 };
int m_s;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(subdlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(subdlg)
// 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_SUBDLG_H__C47DA067_E760_4FE5_94AD_0E46400BD4AA__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?