?? colors.h
字號:
// - COLORS.H -
//
// Author: Zhang Lei
// Date: 2001. 11. 3
//
#ifndef __COLORS
#define __COLORS
#define CLR_BLACK RGB(0, 0, 0)
#define CLR_BLUE RGB(0, 0, 255)
#define CLR_CYAN RGB(0, 255, 255)
#define CLR_GREEN RGB(0, 255, 0)
#define CLR_MAGENTA RGB(255, 0, 255)
#define CLR_RED RGB(255, 0, 0)
#define CLR_YELLOW RGB(255, 255, 0)
#define CLR_WHITE RGB(255, 255, 255)
#define CLR_GRAY RGB(192, 192, 192)
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -