Linux multi-monitor fullscreen support
[ryzomcore.git] / ryzom / tools / leveldesign / georges_plugin_sound / PageBgFades.h
blob8aaa4adb609a97b5919f81bd9dc9cd0a4386f61b
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_PAGEBGFADES_H__AED887E2_E8D1_4BDB_B180_B6ADF8C44D58__INCLUDED_)
18 #define AFX_PAGEBGFADES_H__AED887E2_E8D1_4BDB_B180_B6ADF8C44D58__INCLUDED_
20 #if _MSC_VER > 1000
21 #pragma once
22 #endif // _MSC_VER > 1000
23 // PageBgFades.h : header file
25 #include "PageBase.h"
27 /////////////////////////////////////////////////////////////////////////////
28 // CPageBgFades dialog
30 class CPageBgFades : public CPageBase
32 DECLARE_DYNCREATE(CPageBgFades)
34 // Construction
35 public:
36 CPageBgFades() {}
37 CPageBgFades(NLGEORGES::CSoundDialog *soundDialog);
38 ~CPageBgFades();
40 // Dialog Data
41 //{{AFX_DATA(CPageBgFades)
42 enum { IDD = IDD_PAGE_BG_FADES };
43 // NOTE - ClassWizard will add data members here.
44 // DO NOT EDIT what you see in these blocks of generated code !
45 //}}AFX_DATA
48 // Overrides
49 // ClassWizard generate virtual function overrides
50 //{{AFX_VIRTUAL(CPageBgFades)
51 protected:
52 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
53 virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
54 //}}AFX_VIRTUAL
56 // Implementation
57 protected:
58 // Generated message map functions
59 //{{AFX_MSG(CPageBgFades)
60 virtual BOOL OnInitDialog();
61 //}}AFX_MSG
62 DECLARE_MESSAGE_MAP()
66 //{{AFX_INSERT_LOCATION}}
67 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
69 #endif // !defined(AFX_PAGEBGFADES_H__AED887E2_E8D1_4BDB_B180_B6ADF8C44D58__INCLUDED_)