editframe.h
来自「用VC做的订单管理系统,可以实现网络订单的各种功能」· C头文件 代码 · 共 52 行
H
52 行
#if !defined(AFX_EDITFRAME_H__A58CE7EA_0C44_43FA_B56D_91FE3739FB2A__INCLUDED_)
#define AFX_EDITFRAME_H__A58CE7EA_0C44_43FA_B56D_91FE3739FB2A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// EditFrame.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// EditFrame frame
class EditFrame : public CMDIChildWnd
{
DECLARE_DYNCREATE(EditFrame)
protected:
EditFrame(); // protected constructor used by dynamic creation
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(EditFrame)
public:
virtual void ActivateFrame(int nCmdShow = -1);
protected:
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~EditFrame();
// Generated message map functions
//{{AFX_MSG(EditFrame)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CSplitterWnd m_wndSplitter;
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EDITFRAME_H__A58CE7EA_0C44_43FA_B56D_91FE3739FB2A__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?