📄 helpers.h
字号:
// Helpers.h: interface for the CHelpers class.
//
#if !defined(AFX_HELPERS_H__DF0ED2F1_BED3_11D2_BDAA_204C4F4F5020__INCLUDED_)
#define AFX_HELPERS_H__DF0ED2F1_BED3_11D2_BDAA_204C4F4F5020__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
//////////////////////////////////////////////////////////////////////
// CHelpers
class CHelpers
{
public:
static int Insert(CListCtrlEx* pListCtrl, CString& sRow, int nImage = -1,
int nIndex = -1);
static CString GetFileExceptionError(const int& nCause);
static CString GetType(const int& nType);
static CString CrackStrVariant(const COleVariant& var);
static CString GetPropertyAttributes(const int& nPropertyAttributesEnum);
~CHelpers();
private:
CHelpers();
};
#endif // !defined(AFX_HELPERS_H__DF0ED2F1_BED3_11D2_BDAA_204C4F4F5020__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -