⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mycolor.h

📁 一个基于VC++的电子钟程序。采用LED显示。以单片机为核心。
💻 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 + -