⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dialog4.h

📁 密钥的管理中心
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -