| Line | |
|---|
| 1 | // ChildFrm.h : interface of the CChildFrame class
|
|---|
| 2 | //
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 | #pragma once
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 | class CChildFrame : public CMDIChildWnd
|
|---|
| 9 | {
|
|---|
| 10 | DECLARE_DYNCREATE(CChildFrame)
|
|---|
| 11 | public:
|
|---|
| 12 | CChildFrame();
|
|---|
| 13 |
|
|---|
| 14 | // Attributes
|
|---|
| 15 | public:
|
|---|
| 16 |
|
|---|
| 17 | // Operations
|
|---|
| 18 | public:
|
|---|
| 19 |
|
|---|
| 20 | // Overrides
|
|---|
| 21 | virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
|
|---|
| 22 |
|
|---|
| 23 | // Implementation
|
|---|
| 24 | public:
|
|---|
| 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
|
|---|
| 32 | protected:
|
|---|
| 33 | DECLARE_MESSAGE_MAP()
|
|---|
| 34 | };
|
|---|
Note: See
TracBrowser
for help on using the repository browser.