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