-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathClientAreaWnd.h
57 lines (39 loc) · 1.05 KB
/
ClientAreaWnd.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/*
Free Download Manager Copyright (c) 2003-2016 FreeDownloadManager.ORG
*/
#if !defined(AFX_CLIENTAREAWND_H__9802A8EE_E0EC_48CD_AB34_6BE9737F8E21__INCLUDED_)
#define AFX_CLIENTAREAWND_H__9802A8EE_E0EC_48CD_AB34_6BE9737F8E21__INCLUDED_
#include "WndSplitter.h"
#include "PlugToolBarContainer.h"
#include "PlugFrame.h"
#include "PluginFrame2.h"
#if _MSC_VER > 1000
#pragma once
#endif
class CClientAreaWnd : public CWnd
{
friend class CChildView;
friend class CMainFrame;
public:
CClientAreaWnd();
public:
public:
//{{AFX_VIRTUAL(CClientAreaWnd)
//}}AFX_VIRTUAL
public:
void SaveState();
BOOL m_bShowSWBar;
BOOL Create (CWnd *pParent);
virtual ~CClientAreaWnd();
protected:
CPluginFrame2 m_plugs2;
//{{AFX_MSG(CClientAreaWnd)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnSetFocus(CWnd* pOldWnd);
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif