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 | #include <afxdlgs.h> |
---|
11 | |
---|
12 | ///////////////////////////////////////////////////////////////////////////// |
---|
13 | // CMainDlg |
---|
14 | |
---|
15 | class CMainDlg : public CPropertySheet |
---|
16 | { |
---|
17 | DECLARE_DYNAMIC(CMainDlg) |
---|
18 | |
---|
19 | // Construction |
---|
20 | public: |
---|
21 | CMainDlg(); |
---|
22 | |
---|
23 | // Attributes |
---|
24 | public: |
---|
25 | |
---|
26 | // Operations |
---|
27 | public: |
---|
28 | |
---|
29 | // Overrides |
---|
30 | // ClassWizard generated virtual function overrides |
---|
31 | //{{AFX_VIRTUAL(CMainDlg) |
---|
32 | //}}AFX_VIRTUAL |
---|
33 | |
---|
34 | // Implementation |
---|
35 | public: |
---|
36 | virtual ~CMainDlg(); |
---|
37 | |
---|
38 | // Generated message map functions |
---|
39 | protected: |
---|
40 | //{{AFX_MSG(CMainDlg) |
---|
41 | virtual BOOL OnInitDialog(); |
---|
42 | afx_msg void OnClose(); |
---|
43 | //}}AFX_MSG |
---|
44 | DECLARE_MESSAGE_MAP() |
---|
45 | private: |
---|
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.