lsingledoctemplate.h

来自「这是一个管理信息系统」· C头文件 代码 · 共 27 行

H
27
字号
// LSingleDocTemplate.h: interface for the LSingleDocTemplate class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_LSINGLEDOCTEMPLATE_H__6D511FCB_75CF_4B93_B887_BDB565BCB1F1__INCLUDED_)
#define AFX_LSINGLEDOCTEMPLATE_H__6D511FCB_75CF_4B93_B887_BDB565BCB1F1__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "afxwin.h"
#include "MyFrame.h"
class LSingleDocTemplate : public CSingleDocTemplate  
{
public:
	CMyFrame* GetMyFrame() const;
	void SetFrameParent(CWnd* parent);
	virtual CFrameWnd* CreateNewFrame(CDocument* pDoc, CFrameWnd* pOther);
	LSingleDocTemplate(UINT nIDResource, CRuntimeClass* pDocClass,
		CRuntimeClass* pFrameClass, CRuntimeClass* pViewClass);
	virtual ~LSingleDocTemplate();
	CMyFrame*	m_frame;
	CWnd*		m_wndparent;
};

#endif // !defined(AFX_LSINGLEDOCTEMPLATE_H__6D511FCB_75CF_4B93_B887_BDB565BCB1F1__INCLUDED_)

⌨️ 快捷键说明

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