trenddraw.h
来自「用MINIGUI编写的窗口代码」· C头文件 代码 · 共 11 行
H
11 行
#ifndef trenddraw_h
#define trenddraw_h
void DrawRect(HDC hdc, RECT rc, DWORD color);
void DrawLabel(HDC hdc,struct label lb,char driection);
void DrawShortLine(HDC hdc,struct shortline sl[],int size);
void SetCEditText(HWND hWnd, char *s, DWORD color);
void TrendAddXY(HDC hdc, RECT rc, int x, int y, DWORD color);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?