1 | // ModbucfgDoc.h : interface of the CModbucfgDoc class
|
---|
2 | //
|
---|
3 | /////////////////////////////////////////////////////////////////////////////
|
---|
4 |
|
---|
5 | #if !defined(AFX_MODBUCFGDOC_H__A3BAD4B3_F5AE_11D1_8FE9_6CD504C1BC01__INCLUDED_)
|
---|
6 | #define AFX_MODBUCFGDOC_H__A3BAD4B3_F5AE_11D1_8FE9_6CD504C1BC01__INCLUDED_
|
---|
7 |
|
---|
8 | #if _MSC_VER >= 1000
|
---|
9 | #pragma once
|
---|
10 | #endif // _MSC_VER >= 1000
|
---|
11 |
|
---|
12 |
|
---|
13 | class CModbucfgDoc : public CDocument
|
---|
14 | {
|
---|
15 | protected: // create from serialization only
|
---|
16 | CModbucfgDoc();
|
---|
17 | DECLARE_DYNCREATE(CModbucfgDoc)
|
---|
18 |
|
---|
19 | // Attributes
|
---|
20 | public:
|
---|
21 |
|
---|
22 | // Operations
|
---|
23 | public:
|
---|
24 |
|
---|
25 | // Overrides
|
---|
26 | // ClassWizard generated virtual function overrides
|
---|
27 | //{{AFX_VIRTUAL(CModbucfgDoc)
|
---|
28 | public:
|
---|
29 | virtual BOOL OnNewDocument();
|
---|
30 | virtual void Serialize(CArchive& ar);
|
---|
31 | virtual void OnCloseDocument();
|
---|
32 | //}}AFX_VIRTUAL
|
---|
33 |
|
---|
34 | // Implementation
|
---|
35 | public:
|
---|
36 | virtual ~CModbucfgDoc();
|
---|
37 | #ifdef _DEBUG
|
---|
38 | virtual void AssertValid() const;
|
---|
39 | virtual void Dump(CDumpContext& dc) const;
|
---|
40 | #endif
|
---|
41 |
|
---|
42 | protected:
|
---|
43 |
|
---|
44 | // Generated message map functions
|
---|
45 | protected:
|
---|
46 | //{{AFX_MSG(CModbucfgDoc)
|
---|
47 | // NOTE - the ClassWizard will add and remove member functions here.
|
---|
48 | // DO NOT EDIT what you see in these blocks of generated code !
|
---|
49 | //}}AFX_MSG
|
---|
50 | DECLARE_MESSAGE_MAP()
|
---|
51 |
|
---|
52 | // Generated OLE dispatch map functions
|
---|
53 | //{{AFX_DISPATCH(CModbucfgDoc)
|
---|
54 | // NOTE - the ClassWizard will add and remove member functions here.
|
---|
55 | // DO NOT EDIT what you see in these blocks of generated code !
|
---|
56 | //}}AFX_DISPATCH
|
---|
57 | DECLARE_DISPATCH_MAP()
|
---|
58 | DECLARE_INTERFACE_MAP()
|
---|
59 | };
|
---|
60 |
|
---|
61 | /////////////////////////////////////////////////////////////////////////////
|
---|
62 |
|
---|
63 | //{{AFX_INSERT_LOCATION}}
|
---|
64 | // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
|
---|
65 |
|
---|
66 | #endif // !defined(AFX_MODBUCFGDOC_H__A3BAD4B3_F5AE_11D1_8FE9_6CD504C1BC01__INCLUDED_)
|
---|