xptabapp.h

来自「XP风格的CTabCtrl」· C头文件 代码 · 共 34 行

H
34
字号
/////////////////////////////////////////////////////////////////////////////
// XPTabApp.h : main header file for the XPTabApp application
// See XPTabApp.cpp for the implementation of this class
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_XPTABAPP_H__B39AA2CA_684D_11D8_97C8_0002A522F13C__INCLUDED_)
#define AFX_XPTABAPP_H__B39AA2CA_684D_11D8_97C8_0002A522F13C__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CXPTabApp:
class CXPTabApp : public CWinApp
{
public:
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CXPTabApp)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

// Implementation
	//{{AFX_MSG(CXPTabApp)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_XPTABAPP_H__B39AA2CA_684D_11D8_97C8_0002A522F13C__INCLUDED_)

⌨️ 快捷键说明

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