📄 commondata.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 + -