browerdialog.h

来自「小型影碟出租企业管理系统」· C头文件 代码 · 共 37 行

H
37
字号
#if !defined(AFX_BROWERDIALOG_H__53D40ED3_086B_41C5_B330_D4EF38135DC6__INCLUDED_)
#define AFX_BROWERDIALOG_H__53D40ED3_086B_41C5_B330_D4EF38135DC6__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "resource.h"

class CBrowerContainerDialog;
class AFX_EXT_CLASS CBrowerDialog : public CDialog
{
public:
	CBrowerDialog(CWnd* pParent = NULL);  
  	void Create(CWnd *parentWnd=NULL);
protected:
	CWnd     *m_hParentWnd;
    CBrowerContainerDialog *m_container;
public:

	//{{AFX_DATA(CBrowerDialog)
	//}}AFX_DATA
	//{{AFX_VIRTUAL(CBrowerDialog)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);   
	//}}AFX_VIRTUAL
protected:
	//{{AFX_MSG(CBrowerDialog)
	afx_msg void OnPaint();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}

#endif // !defined(AFX_BROWERDIALOG_H__53D40ED3_086B_41C5_B330_D4EF38135DC6__INCLUDED_)

⌨️ 快捷键说明

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