root/trunk/AngelScriptPage.h

Revision 5, 1.4 kB (checked in by qbert, 6 years ago)

Initial ( and last :( ) commit

Line 
1 #if !defined(AFX_ANGELSCRIPTPAGE_H__31A743CF_4FF2_48B9_B019_F9C5A97FCB13__INCLUDED_)
2 #define AFX_ANGELSCRIPTPAGE_H__31A743CF_4FF2_48B9_B019_F9C5A97FCB13__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // AngelScriptPage.h : header file
8 //
9 #include "GUIComponents/GenericChildDialog.h"
10 /////////////////////////////////////////////////////////////////////////////
11 // CAngelScriptPage dialog
12
13 class CAngelScriptPage : public CRHGenericChildDialog
14 {
15 // Construction
16 public:
17     CAngelScriptPage(CWnd* pParent = NULL);   // standard constructor
18 virtual int CRHGetDialogID() { return IDD;
19     }
20 void Save() {}
21 // Dialog Data
22     //{{AFX_DATA(CAngelScriptPage)
23     enum { IDD = IDD_ANGELSCRIPT_PAGE };
24         // NOTE: the ClassWizard will add data members here
25     //}}AFX_DATA
26
27
28 // Overrides
29     // ClassWizard generated virtual function overrides
30     //{{AFX_VIRTUAL(CAngelScriptPage)
31     protected:
32     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
33     //}}AFX_VIRTUAL
34
35 // Implementation
36 protected:
37
38     // Generated message map functions
39     //{{AFX_MSG(CAngelScriptPage)
40     afx_msg void OnButton1();
41     //}}AFX_MSG
42     DECLARE_MESSAGE_MAP()
43 };
44
45 //{{AFX_INSERT_LOCATION}}
46 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
47
48 #endif // !defined(AFX_ANGELSCRIPTPAGE_H__31A743CF_4FF2_48B9_B019_F9C5A97FCB13__INCLUDED_)
Note: See TracBrowser for help on using the browser.