?? 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 + -