basicfunction.h
来自「小型影碟出租企业管理系统」· C头文件 代码 · 共 28 行
H
28 行
// 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 + =
减小字号Ctrl + -
显示快捷键?