source: win32/admin/MainDlg.h @ abe53d3

Last change on this file since abe53d3 was abe53d3, checked in by Jelmer Vernooij <jelmer@…>, at 2005-11-07T16:42:49Z

More work on config manager

  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[d1d6776]1#if !defined(AFX_MAINDLG_H__D88FFF4C_047D_4562_A041_CCDCFA52F87C__INCLUDED_)
2#define AFX_MAINDLG_H__D88FFF4C_047D_4562_A041_CCDCFA52F87C__INCLUDED_
3
4#if _MSC_VER >= 1000
5#pragma once
6#endif // _MSC_VER >= 1000
7// MainDlg.h : header file
[abe53d3]8//
9
10#include <afxdlgs.h>
[d1d6776]11
12/////////////////////////////////////////////////////////////////////////////
13// CMainDlg
14
15class CMainDlg : public CPropertySheet
16{
17        DECLARE_DYNAMIC(CMainDlg)
18
19// Construction
20public:
21        CMainDlg();
22
23// Attributes
24public:
25
26// Operations
27public:
28
29// Overrides
30        // ClassWizard generated virtual function overrides
31        //{{AFX_VIRTUAL(CMainDlg)
32        //}}AFX_VIRTUAL
33
34// Implementation
35public:
36        virtual ~CMainDlg();
37
38        // Generated message map functions
39protected:
40        //{{AFX_MSG(CMainDlg)
41        virtual BOOL OnInitDialog();
42        afx_msg void OnClose();
43        //}}AFX_MSG
44        DECLARE_MESSAGE_MAP()
45private:
46        void OnOK();
47};
48
49/////////////////////////////////////////////////////////////////////////////
50
51//{{AFX_INSERT_LOCATION}}
52// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
53
54#endif // !defined(AFX_MAINDLG_H__D88FFF4C_047D_4562_A041_CCDCFA52F87C__INCLUDED_)
Note: See TracBrowser for help on using the repository browser.