mdiclient.h
来自「很不错的简单的矢量图形开发软件」· C头文件 代码 · 共 50 行
H
50 行
#if !defined(AFX_MDICLIENT_H__54D8433B_52D0_11D2_95C0_0080C87E6F26__INCLUDED_)
#define AFX_MDICLIENT_H__54D8433B_52D0_11D2_95C0_0080C87E6F26__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// MdiClient.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMdiClient window
class CMdiClient : public CWnd
{
// Construction
public:
CMdiClient();
// Attributes
public:
CBitmap background;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMdiClient)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMdiClient();
// Generated message map functions
protected:
//{{AFX_MSG(CMdiClient)
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg void OnSize(UINT nType, int cx, int cy);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MDICLIENT_H__54D8433B_52D0_11D2_95C0_0080C87E6F26__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?