?? basicfunction.h
字號:
// BasicFunction.h: interface for the CBasicFunction class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BASICFUNCTION_H__021E18DA_C34F_4291_A73A_21149BB6174C__INCLUDED_)
#define AFX_BASICFUNCTION_H__021E18DA_C34F_4291_A73A_21149BB6174C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class AFX_EXT_CLASS CBasicFunction
{
public:
bool CheckFormat(LPCTSTR strTime);
int MessageBox(LPCTSTR wndText);
void AfxMessageBox(LPCTSTR dialogText);
void DrawDialogFace(CDC *pDC,LPRECT rc,LPCTSTR text);
int ToInt(const LPCTSTR integer);
CBasicFunction();
virtual ~CBasicFunction();
protected:
};
#endif // !defined(AFX_BASICFUNCTION_H__021E18DA_C34F_4291_A73A_21149BB6174C__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -