chartdata.h

来自「PCI的一个测试程序,可以测试PCI driver和BOARD的功能.」· C头文件 代码 · 共 20 行

H
20
字号
#ifndef CHARTDATA_HEADER_DEFINED
#define CHARTDATA_HEADER_DEFINED

const int   CHARTCOLOR_RED          = 0;
const int   CHARTCOLOR_BLUE         = 1;
const int   CHARTCOLOR_GREEN        = 2;
const int   CHARTCOLOR_DARKRED      = 3;
const int   CHARTCOLOR_DARKBLUE     = 4;
const int   CHARTCOLOR_DARKGREEN    = 5;
const int   CHARTCOLOR_LIGHTRED     = 6;
const int   CHARTCOLOR_LIGHTBLUE    = 7;
const int   CHARTCOLOR_LIGHTGREEN   = 8;
const int   CHARTCOLOR_BLACK        = 9;


COLORREF     GetColor(int id);

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?