root/trunk/ConstantsDlg.h

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

Initial ( and last :( ) commit

Line 
1 #if !defined(AFX_CONSTANTSDLG_H__B52707CB_3F93_406C_B2C0_35F88F4C1851__INCLUDED_)
2 #define AFX_CONSTANTSDLG_H__B52707CB_3F93_406C_B2C0_35F88F4C1851__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // ConstantsDlg.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CConstantsDlg dialog
12
13 class CConstantsDlg : public CRHGenericChildDialog
14 {
15 // Construction
16 public:
17     CConstantsDlg(CWnd* pParent = NULL);   // standard constructor
18     virtual int CRHGetDialogID() { return IDD;
19     }
20 // Dialog Data
21     //{{AFX_DATA(CConstantsDlg)
22     enum { IDD = IDD_CONSTANTS_DLG };
23     CListCtrl   m_list;
24     //}}AFX_DATA
25
26
27 // Overrides
28     // ClassWizard generated virtual function overrides
29     //{{AFX_VIRTUAL(CConstantsDlg)
30     protected:
31     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
32     //}}AFX_VIRTUAL
33
34 // Implementation
35 protected:
36
37     // Generated message map functions
38     //{{AFX_MSG(CConstantsDlg)
39     virtual BOOL OnInitDialog();
40     afx_msg void OnReturnList1(NMHDR* pNMHDR, LRESULT* pResult);
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_CONSTANTSDLG_H__B52707CB_3F93_406C_B2C0_35F88F4C1851__INCLUDED_)
Note: See TracBrowser for help on using the browser.