?? compression.h
字號(hào):
#if !defined(COMPRESSION_H)
#define COMPRESSION_H
#include <windows.h>
#include <windowsx.h>
#include <stdio.h>
//壓縮選項(xiàng)對(duì)話框的處理
class CCompression
{
public:
CCompression();
~CCompression();
BOOL OnInitDialog(HWND hDlg,HWND hwndFocus, LPARAM lParam);
void OnCommand(HWND hDlg,int iId,HWND hWndCtl,UINT iCodeNotify);
int m_iCompressionLevel;
};
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -