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

📄 commondata.h

📁 “图书馆书籍检索与借阅管理系统”软件旨在为在校学生提供一个功能全面、使用方便的个人数据库系统
💻 H
字号:
// CommonData.h: interface for the CCommonData class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_COMMONDATA_H__83423275_A0D8_4E72_9CDB_7F626925314F__INCLUDED_)
#define AFX_COMMONDATA_H__83423275_A0D8_4E72_9CDB_7F626925314F__INCLUDED_

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

class CCommonData  
{
public:
	static CString userNumber;
	static CString UserName;
	static CString UserPassword;

	CCommonData();
	static bool bigDate(CTime time1,CTime time2);
	virtual ~CCommonData();

};

#endif // !defined(AFX_COMMONDATA_H__83423275_A0D8_4E72_9CDB_7F626925314F__INCLUDED_)

⌨️ 快捷键说明

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