starz.h

来自「在mdi client窗口的客户区域显示移动的星星的程序」· C头文件 代码 · 共 41 行

H
41
字号
// Starz.h : main header file for the STARZ application
//

#if !defined(STARZ_H)
#define STARZ_H
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

#ifndef __AFXWIN_H__
	#error include 'StdAfx.h' before including this file for PCH
#endif

#include "resource.h"       // main symbols

/////////////////////////////////////////////////////////////////////////////
// CStarzApp:
// See Starz.cpp for the implementation of this class

class CStarzApp : public CWinApp
{
public:
	CStarzApp();

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

// Implementation

	//{{AFX_MSG(CStarzApp)
	afx_msg void OnAppAbout();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#endif // !defined(STARZ_H)

⌨️ 快捷键说明

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