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