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

📄 inidata.h

📁 用算法来实现一个收费系统
💻 H
字号:
#if !defined(AFX_INIDATA_H__F2B7382B_3453_11D3_96EA_00A0C948983E__INCLUDED_)
#define AFX_INIDATA_H__F2B7382B_3453_11D3_96EA_00A0C948983E__INCLUDED_

extern int g_Lane_No ;
class CIniData
{
//ATTRIBUT
public:
	CFont m_fFont1;
	CFont m_fFont2;
	CFont m_fFont3;
	CFont m_fFont4;
	CFont m_fFont5;
	CFont m_fFont6;
	CFont m_fFont7;
	CFont m_fFont8;
	CFont m_fFont9;
	DWORD m_dColor_Text1;
	DWORD m_dColor_Text2;
	DWORD m_dColor_Text3;
	DWORD m_dColor_Text4;
	DWORD m_dColor_Text5;
	DWORD m_dColor_Text6;
	DWORD m_dColor_Text7;
	DWORD m_dColor_Text8;
	DWORD m_dColor_Text9;

	DWORD m_dColor_BK1;
	DWORD m_dColor_Frm1;
	DWORD m_dColor_Frm2;
	DWORD m_dColor_Frm3;

	CString	m_sStationName;

	int m_nLaneNum;

	CIniData()
	{
		m_sStationName = "东港公司";
	//	m_nLaneNum = g_Lane_No ;
			m_nLaneNum = 1 ;
	}

};
#endif

⌨️ 快捷键说明

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