Use configured resolution for login/outgame/ingame
[ryzomcore.git] / ryzom / tools / leveldesign / georges_dll / child_frm.h
blobb2dc3a0519fd88303cf08de2685f7a96f04e6783
1 // Ryzom - MMORPG Framework <http://dev.ryzom.com/projects/ryzom/>
2 // Copyright (C) 2010 Winch Gate Property Limited
3 //
4 // This program is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Affero General Public License as
6 // published by the Free Software Foundation, either version 3 of the
7 // License, or (at your option) any later version.
8 //
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Affero General Public License for more details.
14 // You should have received a copy of the GNU Affero General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
17 #if !defined(AFX_CHILDFRM_H__A4ED8F6E_DDAD_4196_8315_A61246D6202C__INCLUDED_)
18 #define AFX_CHILDFRM_H__A4ED8F6E_DDAD_4196_8315_A61246D6202C__INCLUDED_
20 #if _MSC_VER > 1000
21 #pragma once
22 #endif // _MSC_VER > 1000
24 class CGeorgesEditView;
26 class CChildFrame : public CMDIChildWnd
28 DECLARE_DYNCREATE(CChildFrame)
29 public:
30 CChildFrame();
32 // Attributes
33 public:
34 CSplitterWnd m_wndSplitter;
35 public:
37 // Operations
38 public:
40 // Overrides
41 // ClassWizard generated virtual function overrides
42 //{{AFX_VIRTUAL(CChildFrame)
43 public:
44 virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
45 virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
46 virtual BOOL PreTranslateMessage(MSG* pMsg);
47 //}}AFX_VIRTUAL
49 // Implementation
50 public:
51 virtual ~CChildFrame();
52 #ifdef _DEBUG
53 virtual void AssertValid() const;
54 virtual void Dump(CDumpContext& dc) const;
55 #endif
57 protected:
58 CGeorgesEditView* GetRightPane();
59 // Generated message map functions
60 protected:
61 //{{AFX_MSG(CChildFrame)
62 afx_msg void OnMDIActivate(BOOL bActivate, CWnd* pActivateWnd, CWnd* pDeactivateWnd);
63 //}}AFX_MSG
64 afx_msg void OnUpdateViewStyles(CCmdUI* pCmdUI);
65 afx_msg void OnViewStyle(UINT nCommandID);
66 DECLARE_MESSAGE_MAP()
69 /////////////////////////////////////////////////////////////////////////////
71 //{{AFX_INSERT_LOCATION}}
72 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
74 #endif // !defined(AFX_CHILDFRM_H__A4ED8F6E_DDAD_4196_8315_A61246D6202C__INCLUDED_)