source: trunk/XSUC/ChildFrm.h @ 25

Last change on this file since 25 was 11, checked in by marrucho, 11 years ago
File size: 1.4 KB
Line 
1// ChildFrm.h : interface of the CChildFrame class
2//
3/////////////////////////////////////////////////////////////////////////////
4
5#if !defined(AFX_CHILDFRM_H__A3BAD4B1_F5AE_11D1_8FE9_6CD504C1BC01__INCLUDED_)
6#define AFX_CHILDFRM_H__A3BAD4B1_F5AE_11D1_8FE9_6CD504C1BC01__INCLUDED_
7
8#if _MSC_VER >= 1000
9#pragma once
10#endif // _MSC_VER >= 1000
11
12class CChildFrame : public CMDIChildWnd
13{
14        DECLARE_DYNCREATE(CChildFrame)
15public:
16        CChildFrame();
17
18// Attributes
19public:
20
21// Operations
22public:
23
24// Overrides
25        // ClassWizard generated virtual function overrides
26        //{{AFX_VIRTUAL(CChildFrame)
27        virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
28        //}}AFX_VIRTUAL
29
30// Implementation
31public:
32        virtual ~CChildFrame();
33#ifdef _DEBUG
34        virtual void AssertValid() const;
35        virtual void Dump(CDumpContext& dc) const;
36#endif
37
38// Generated message map functions
39protected:
40        //{{AFX_MSG(CChildFrame)
41                // NOTE - the ClassWizard will add and remove member functions here.
42                //    DO NOT EDIT what you see in these blocks of generated code!
43        //}}AFX_MSG
44        DECLARE_MESSAGE_MAP()
45};
46
47/////////////////////////////////////////////////////////////////////////////
48
49//{{AFX_INSERT_LOCATION}}
50// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
51
52#endif // !defined(AFX_CHILDFRM_H__A3BAD4B1_F5AE_11D1_8FE9_6CD504C1BC01__INCLUDED_)
Note: See TracBrowser for help on using the repository browser.