dirfrm.h

来自「这是一款蛮COOL的图像处理系统」· C头文件 代码 · 共 63 行

H
63
字号
// DirFrm.h : interface of the CDirFrame class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_CHILDFRM_H__F1263162_866A_42C1_9E8A_DF1827164FA5__INCLUDED_)
#define AFX_CHILDFRM_H__F1263162_866A_42C1_9E8A_DF1827164FA5__INCLUDED_

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


class CDirFrame : public CMDIChildWnd
{
	DECLARE_DYNCREATE(CDirFrame)
// Attributes
private:
	bool m_bReSize;

public:
	CSplitterWnd m_wndSplitH;
	CSplitterWnd m_wndSplitV;

// Operations
public:

public:
	CDirFrame();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDirFrame)
	public:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CDirFrame();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;

#endif

// Generated message map functions
protected:
	//{{AFX_MSG(CDirFrame)
	afx_msg void OnSize(UINT nType, int cx, int cy);
	afx_msg void OnMDIActivate(BOOL bActivate, CWnd* pActivateWnd, CWnd* pDeactivateWnd);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_CHILDFRM_H__F1263162_866A_42C1_9E8A_DF1827164FA5__INCLUDED_)

⌨️ 快捷键说明

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