sql05.h
来自「our homework big project」· C头文件 代码 · 共 33 行
H
33 行
// sql05.h : sql05 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // 主符号
// Csql05App:
// 有关此类的实现,请参阅 sql05.cpp
//
class Csql05App : public CWinApp
{
public:
Csql05App();
// 重写
public:
virtual BOOL InitInstance();
// 实现
afx_msg void OnAppAbout();
DECLARE_MESSAGE_MAP()
afx_msg void OnAppExit();
};
extern Csql05App theApp;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?