?? compression.h
字號:
#if !defined(COMPRESSION_H)
#define COMPRESSION_H
#include <windows.h>
#include <windowsx.h>
#include <stdio.h>
//壓縮選項對話框的處理
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
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -