1 // Ryzom - MMORPG Framework <http://dev.ryzom.com/projects/ryzom/>
2 // Copyright (C) 2010 Winch Gate Property Limited
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.
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_
22 #endif // _MSC_VER > 1000
23 // PageSimple.h : header file
28 /////////////////////////////////////////////////////////////////////////////
31 class CPageSimple
: public CPageBase
33 DECLARE_DYNCREATE(CPageSimple
)
40 CPageSimple(NLGEORGES::CSoundDialog
*soundDialog
);
44 //{{AFX_DATA(CPageSimple)
45 enum { IDD
= IDD_PAGE_SIMPLE
};
46 CStatic _FilesizeCtrl
;
47 CStatic _FilenameCtrl
;
48 CStatic _AudioFormatCtrl
;
56 // ClassWizard generate virtual function overrides
57 //{{AFX_VIRTUAL(CPageSimple)
59 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
64 // Generated message map functions
65 //{{AFX_MSG(CPageSimple)
66 // NOTE: the ClassWizard will add member functions here
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_)