Use configured resolution for login/outgame/ingame
[ryzomcore.git] / ryzom / tools / leveldesign / georges_plugin_sound / PageSimple.h
blobe6bb53b41f184ea81e578db745dd69e3e870056a
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_PAGESIMPLE_H__21AC2079_9B99_4F63_AFC8_4DFF4930E31D__INCLUDED_)
18 #define AFX_PAGESIMPLE_H__21AC2079_9B99_4F63_AFC8_4DFF4930E31D__INCLUDED_
20 #if _MSC_VER > 1000
21 #pragma once
22 #endif // _MSC_VER > 1000
23 // PageSimple.h : header file
26 #include "PageBase.h"
28 /////////////////////////////////////////////////////////////////////////////
29 // CPageSimple dialog
31 class CPageSimple : public CPageBase
33 DECLARE_DYNCREATE(CPageSimple)
35 void onDocChanged();
37 // Construction
38 public:
39 CPageSimple() {}
40 CPageSimple(NLGEORGES::CSoundDialog *soundDialog);
41 ~CPageSimple();
43 // Dialog Data
44 //{{AFX_DATA(CPageSimple)
45 enum { IDD = IDD_PAGE_SIMPLE };
46 CStatic _FilesizeCtrl;
47 CStatic _FilenameCtrl;
48 CStatic _AudioFormatCtrl;
49 CString _AudioFormat;
50 CString _Filename;
51 CString _Filesize;
52 //}}AFX_DATA
55 // Overrides
56 // ClassWizard generate virtual function overrides
57 //{{AFX_VIRTUAL(CPageSimple)
58 protected:
59 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
60 //}}AFX_VIRTUAL
62 // Implementation
63 protected:
64 // Generated message map functions
65 //{{AFX_MSG(CPageSimple)
66 // NOTE: the ClassWizard will add member functions here
67 //}}AFX_MSG
68 DECLARE_MESSAGE_MAP()
72 //{{AFX_INSERT_LOCATION}}
73 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
75 #endif // !defined(AFX_PAGESIMPLE_H__21AC2079_9B99_4F63_AFC8_4DFF4930E31D__INCLUDED_)