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

📄 filereadconfig.h

📁 组拨技术
💻 H
字号:
// FileReadConfig.h: interface for the CFileReadConfig class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_FILEREADCONFIG_H__D91DE7C6_44FE_4EF4_8F23_8DE2311B41B1__INCLUDED_)
#define AFX_FILEREADCONFIG_H__D91DE7C6_44FE_4EF4_8F23_8DE2311B41B1__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CFileReadConfig  
{
public:
	CFileReadConfig();
	virtual ~CFileReadConfig();

public:
	//返回全路径
	static CString ReadConfigFile(  );

	//返回频点
	static int ReadFrequency(  );

	static int m_iFrequency;
	static bool	 m_bHasRead;
};

#endif // !defined(AFX_FILEREADCONFIG_H__D91DE7C6_44FE_4EF4_8F23_8DE2311B41B1__INCLUDED_)

⌨️ 快捷键说明

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