?? pacconfig.h
字號:
/**
* File : PacConfig.h
* Author : Kevin Lynx
* Date : 2007.8.4
*/
#pragma once
#include "resource.h"
class CPacConfigApp : public CWinApp
{
public:
CPacConfigApp();
BOOL InitInstance();
DECLARE_MESSAGE_MAP()
};
extern CPacConfigApp theApp;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -