-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathactivitychildfrm.h
41 lines (33 loc) · 951 Bytes
/
activitychildfrm.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// activitychildfrm.h : interface of the CActivityChildFrame class
//
/////////////////////////////////////////////////////////////////////////////
class CActivityChildFrame : public CMDIChildWnd
{
DECLARE_DYNCREATE(CActivityChildFrame)
public:
CActivityChildFrame();
// Attributes
protected:
// Operations
public:
virtual void OnUpdateFrameMenu(BOOL bActivate, CWnd* pActivateWnd, HMENU hMenuAlt);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CActivityChildFrame)
protected:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CActivityChildFrame();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CActivityChildFrame)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////