Linux multi-monitor fullscreen support
[ryzomcore.git] / nel / tools / logic / logic_editor_dll / VariablePage.h
blobe88c8c084174e2a7f43e7102d71b2734c58c7cef
1 #if !defined(AFX_VARIABLEPAGE_H__DC1D7AB2_6CC1_492C_AC43_3D39F53180F4__INCLUDED_)
2 #define AFX_VARIABLEPAGE_H__DC1D7AB2_6CC1_492C_AC43_3D39F53180F4__INCLUDED_
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // VariablePage.h : header file
8 //
10 #include "ResizablePage.h"
12 class CLogic_editorDoc;
15 /////////////////////////////////////////////////////////////////////////////
16 // CVariablePage dialog
18 class CVariablePage : public CPropertyPage
20 DECLARE_DYNCREATE(CVariablePage)
22 // Construction
23 public:
24 CVariablePage();
25 ~CVariablePage();
27 void addVariable( CLogic_editorDoc *pDoc, CString varName );
29 // Dialog Data
30 //{{AFX_DATA(CVariablePage)
31 enum { IDD = IDD_PAGE_VARIABLES };
32 CListBox m_listVariables;
33 CString m_sVarName;
34 //}}AFX_DATA
37 // Overrides
38 // ClassWizard generate virtual function overrides
39 //{{AFX_VIRTUAL(CVariablePage)
40 protected:
41 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
42 //}}AFX_VIRTUAL
44 // Implementation
45 protected:
46 // Generated message map functions
47 //{{AFX_MSG(CVariablePage)
48 virtual BOOL OnInitDialog();
49 afx_msg void OnButtonAdd();
50 afx_msg void OnSelchangeListVariables();
51 afx_msg void OnButtonVarDelete();
52 afx_msg void OnButtonVarApply();
53 //}}AFX_MSG
54 DECLARE_MESSAGE_MAP()
58 //{{AFX_INSERT_LOCATION}}
59 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
61 #endif // !defined(AFX_VARIABLEPAGE_H__DC1D7AB2_6CC1_492C_AC43_3D39F53180F4__INCLUDED_)