📄 funcoper.h
字号:
// FuncOper.h: interface for the CFuncOper class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FUNCOPER_H__72CC70BF_CE48_4CCD_A469_935961F99E9B__INCLUDED_)
#define AFX_FUNCOPER_H__72CC70BF_CE48_4CCD_A469_935961F99E9B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CFuncOper
{
public:
void strTimeTowTime(CString strTime, WORD wTime[3]);
CString GetProgramPath(void);
CString SettingSavePath(CDialog *Dlg, const CString &strDlgTitle);
CString FormatDataToShow(CString strYMD);
void SetFieldValueToCCombox(CDialog *Dlg, int IDC_CONTROL, CString strCmb);
void SetFieldValueToCTime(CDialog *Dlg, int IDC_CONTROL, CString strTime);
void SetFieldValueToCEdit(CDialog *Dlg, int IDC_CONTROL, CString strValue);
BOOL CheckType_CComBox(CDialog *Dlg, int ResID, CString strAlert, CString& strRet);
BOOL CheckType_CTimePicker(CDialog *Dlg, int ResID, CString &strRTime);
BOOL CheckType_CEdit(CDialog *Dlg, int ResID, CString strAlert, CString& strRet, BOOL bCanBeNULL);
BOOL IsCStringNULL(CString *strContent);
CFuncOper();
virtual ~CFuncOper();
};
#endif // !defined(AFX_FUNCOPER_H__72CC70BF_CE48_4CCD_A469_935961F99E9B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -