?? schoolmanagesys_2.h
字號:
//
/****************************************/
/* SchoolManageSystem */
/*設計者:全佳營 */
/*時間:2004.5.9-2004-5.18 */
/*Email:ghostman@tzc.edu.cn */
/****************************************/
// SchoolManageSys_2.h : PROJECT_NAME 應用程序的主頭文件
//
#pragma once
#ifndef __AFXWIN_H__
#error 在包含用于 PCH 的此文件之前包含“stdafx.h”
#endif
#include "resource.h" // 主符號
// CSchoolManageSys_2App:
// 有關此類的實現,請參閱 SchoolManageSys_2.cpp
//
class CSchoolManageSys_2App : public CWinApp
{
public:
CSchoolManageSys_2App();
public:
CComQIPtr<ISkin> m_pSkin;
// 重寫
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
// 實現
DECLARE_MESSAGE_MAP()
};
extern CSchoolManageSys_2App theApp;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -