⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dlgselectpath.h

📁 基础数据管理工具 主要针对政务系统的基础数据管理、分析、应用等功能! 项目代码
💻 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 + -