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

📄 bxfiledialogdocmanager.h

📁 ResOrg 图形化管理Vc项目的资源ID的工具的源代码。 ResOrg - Manage and Renumber Resource Symbol IDs Introduction The
💻 H
字号:
// BXFileDialogDocManager.h : interface of the CBXFileDialogDocManager class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(__BXFileDialogDocManager_H__)
#define __BXFileDialogDocManager_H__


#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000



class BXFILEDLG_EXT_CLASS BXFileDialogDocManager: public CDocManager
{
public:
			BXFileDialogDocManager(void);

protected:
			BXFileDialog::eAppearance	m_eAppearance;

public:
			void						SetAppearance(BXFileDialog::eAppearance eApp);

		// helper for standard commdlg dialogs
	virtual BOOL						DoPromptFileName(	CString& fileName,
															UINT nIDSTitle,
															DWORD lFlags,
															BOOL bOpenFileDialog,
															CDocTemplate* pTemplate);
};


/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(__BXFileDialogDocManager_H__)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -