?? scrgenius.h
字號:
// ScrGenius.h : main header file for the ScrGenius application
//
#if !defined(AFX_ScrGenius_H__D363F3E5_49F3_11D3_8660_8A601C3D7832__INCLUDED_)
#define AFX_ScrGenius_H__D363F3E5_49F3_11D3_8660_8A601C3D7832__INCLUDED_
#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
/////////////////////////////////////////////////////////////////////////////
// CScrGeniusApp:
// See ScrGenius.cpp for the implementation of this class
//
//軟件名稱:愛圣
//作者:徐景周
//功能:控件注冊器、顯示/恢復(fù)桌面、文件加解密、定時(shí)關(guān)機(jī)、
// 簡繁字體互轉(zhuǎn)、竊取星號密碼、BMP轉(zhuǎn)文本、文件隱藏到位圖、
// 文件分割器、光驅(qū)管理、系統(tǒng)管理等(擴(kuò)充中...)
//
class CScrGeniusApp : public CWinApp
{
public:
CScrGeniusApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CScrGeniusApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Generated message map functions
protected:
// Implementation
//{{AFX_MSG(CScrGeniusApp)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ScrGenius_H__D363F3E5_49F3_11D3_8660_8A601C3D7832__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -