inidata.h

来自「用算法来实现一个收费系统」· C头文件 代码 · 共 45 行

H
45
字号
#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 + =
减小字号Ctrl + -
显示快捷键?