root/trunk/ProjectScriptsPage.h

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

Initial ( and last :( ) commit

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