dlgsub_base.h

来自「一个器材管理系统界面」· C头文件 代码 · 共 50 行

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

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

/////////////////////////////////////////////////////////////////////////////
// dlgSub_Base dialog

#include "dlgBaseInfoAdd.h"

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

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


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(dlgSub_Base)
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DLGSUB_BASE_H__15A7C28B_7F6C_49A5_9883_DAE527109593__INCLUDED_)

⌨️ 快捷键说明

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