📄 mycolor.h
字号:
// MyColor.h: interface for the MyColor class.
// Download by http://www.codefans.net
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MYCOLOR_H__B3F43216_D577_4DA5_9578_203474438AE2__INCLUDED_)
#define AFX_MYCOLOR_H__B3F43216_D577_4DA5_9578_203474438AE2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class MyColor
{
public:
void PaintStatic(CWnd *d,COLORREF cr,CString str);
void SetDlgBackgroundColor( CDialog *dlg,COLORREF CR);
COLORREF c[10];
MyColor();
virtual ~MyColor();
};
#endif // !defined(AFX_MYCOLOR_H__B3F43216_D577_4DA5_9578_203474438AE2__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -