-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAP210DocManager.h
More file actions
33 lines (26 loc) · 1.04 KB
/
AP210DocManager.h
File metadata and controls
33 lines (26 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// AP210DocManager.h: interface for the AP210DocManager class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_AP210DOCMANAGER_H__7C4A9161_C098_11D3_8A99_0080AD428934__INCLUDED_)
#define AFX_AP210DOCMANAGER_H__7C4A9161_C098_11D3_8A99_0080AD428934__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include "Afxwin.h"
class AP210DocManager : public CDocManager
{
DECLARE_DYNAMIC(AP210DocManager)
public:
virtual void OnImportIdf();
virtual BOOL DoPromptIDFFileName(CString& fileName, UINT nIDSTitle,
DWORD lFlags, BOOL bOpenFileDialog, CDocTemplate* pTemplate);
virtual void OnFileOpen();
virtual void OnFileOpenReadonly();
AP210DocManager();
virtual ~AP210DocManager();
// Overrides
// helper for standard commdlg dialogs
virtual BOOL DoPromptFileName(CString& fileName, UINT nIDSTitle,
DWORD lFlags, BOOL bOpenFileDialog, CDocTemplate* pTemplate);
};
#endif // !defined(AFX_AP210DOCMANAGER_H__7C4A9161_C098_11D3_8A99_0080AD428934__INCLUDED_)