source: win32/MainDlg.h @ 99318ad

Last change on this file since 99318ad was d1d6776, checked in by Jelmer Vernooij <jelmer@…>, at 2005-11-07T16:20:37Z

Import win32 branch

  • Property mode set to 100644
File size: 1.1 KB
Line 
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
8//
9
10/////////////////////////////////////////////////////////////////////////////
11// CMainDlg
12
13class CMainDlg : public CPropertySheet
14{
15        DECLARE_DYNAMIC(CMainDlg)
16
17// Construction
18public:
19        CMainDlg();
20
21// Attributes
22public:
23
24// Operations
25public:
26
27// Overrides
28        // ClassWizard generated virtual function overrides
29        //{{AFX_VIRTUAL(CMainDlg)
30        //}}AFX_VIRTUAL
31
32// Implementation
33public:
34        virtual ~CMainDlg();
35
36        // Generated message map functions
37protected:
38        //{{AFX_MSG(CMainDlg)
39        virtual BOOL OnInitDialog();
40        afx_msg void OnClose();
41        //}}AFX_MSG
42        DECLARE_MESSAGE_MAP()
43private:
44        void OnOK();
45};
46
47/////////////////////////////////////////////////////////////////////////////
48
49//{{AFX_INSERT_LOCATION}}
50// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
51
52#endif // !defined(AFX_MAINDLG_H__D88FFF4C_047D_4562_A041_CCDCFA52F87C__INCLUDED_)
Note: See TracBrowser for help on using the repository browser.