gout.h

来自「界面开发」· C头文件 代码 · 共 28 行

H
28
字号
// GOut.h: interface for the CGOut class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_GOUT_H__234E6903_71D2_4F19_B70D_216CA6097D32__INCLUDED_)
#define AFX_GOUT_H__234E6903_71D2_4F19_B70D_216CA6097D32__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "GuiOutLookView.h"
#include "GuiOutLook.h"
class CGOut : public CGuiOutLookView  
{
public:
	CGOut();
	DECLARE_DYNCREATE(CGOut)
	virtual ~CGOut();
public:
	CGuiOutLook out;
	CTreeCtrl tc;
protected:
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	DECLARE_MESSAGE_MAP();
};

#endif // !defined(AFX_GOUT_H__234E6903_71D2_4F19_B70D_216CA6097D32__INCLUDED_)

⌨️ 快捷键说明

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