📄 dlgselectpath.h
字号:
// DlgSelectPath.h: interface for the CDlgSelectPath class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DLGSELECTPATH_H__29C7943F_130C_4F56_A2AB_BCC08C2319C7__INCLUDED_)
#define AFX_DLGSELECTPATH_H__29C7943F_130C_4F56_A2AB_BCC08C2319C7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifdef _EXPORT_BASEFUNC_
#define EXPORT_BASE_DLL __declspec(dllexport)
#else
#define EXPORT_BASE_DLL __declspec(dllimport)
#endif
class EXPORT_BASE_DLL CDlgSelectPath
{
public:
CDlgSelectPath();
virtual ~CDlgSelectPath();
public:
int DoModal();
public:
CString m_strPath;
};
#endif // !defined(AFX_DLGSELECTPATH_H__29C7943F_130C_4F56_A2AB_BCC08C2319C7__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -