dialog4.h

来自「密钥的管理中心」· C头文件 代码 · 共 65 行

H
65
字号
#if !defined(AFX_DIALOG4_H__DEA4B72E_B158_458D_9241_C477C6E35ED9__INCLUDED_)
#define AFX_DIALOG4_H__DEA4B72E_B158_458D_9241_C477C6E35ED9__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Dialog5.h"
#include "Dialog6.h"
#include "Dialog7.h"
#include"Ceroutguide.h"


// Dialog4.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDialog4 dialog

class CDialog4 : public CDialog
{
// Construction
public:
	CDialog4(CWnd* pParent = NULL);   // standard constructor
	CDialog5 m_mm5;
	CDialog6 m_mm6;
	CDialog7 m_mm7;
//    CCeringuide m_inguide;
//	CCeroutguide m_outguide;




// Dialog Data
	//{{AFX_DATA(CDialog4)
	enum { IDD = IDD_CERVIEW1 };
	CTabCtrl	m_tabctrl;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDialog4)
	virtual BOOL OnInitDialog();
	afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnexitBUTTON1();
	afx_msg void OnOutButton2();

	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DIALOG4_H__DEA4B72E_B158_458D_9241_C477C6E35ED9__INCLUDED_)

⌨️ 快捷键说明

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