source: trunk/XSUCL/ModbucfgDoc.h @ 42

Last change on this file since 42 was 14, checked in by marrucho, 11 years ago

xsuc light lecture uniquement

File size: 1.8 KB
Line 
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
13class CModbucfgDoc : public CDocument
14{
15protected: // create from serialization only
16        CModbucfgDoc();
17        DECLARE_DYNCREATE(CModbucfgDoc)
18
19// Attributes
20public:
21
22// Operations
23public:
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
35public:
36        virtual ~CModbucfgDoc();
37#ifdef _DEBUG
38        virtual void AssertValid() const;
39        virtual void Dump(CDumpContext& dc) const;
40#endif
41
42protected:
43
44// Generated message map functions
45protected:
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_)
Note: See TracBrowser for help on using the repository browser.