source: trunk/MFCtooling/TestProg/ChildFrm.h @ 32

Last change on this file since 32 was 32, checked in by sherbold, 13 years ago
File size: 537 bytes
Line 
1// ChildFrm.h : interface of the CChildFrame class
2//
3
4
5#pragma once
6
7
8class CChildFrame : public CMDIChildWnd
9{
10        DECLARE_DYNCREATE(CChildFrame)
11public:
12        CChildFrame();
13
14// Attributes
15public:
16
17// Operations
18public:
19
20// Overrides
21        virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
22
23// Implementation
24public:
25        virtual ~CChildFrame();
26#ifdef _DEBUG
27        virtual void AssertValid() const;
28        virtual void Dump(CDumpContext& dc) const;
29#endif
30
31// Generated message map functions
32protected:
33        DECLARE_MESSAGE_MAP()
34};
Note: See TracBrowser for help on using the repository browser.