source: win32/admin/PropLog.h @ f56c491

Last change on this file since f56c491 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
Line 
1#if !defined(AFX_PROPLOG_H__F56909E1_BBCC_4163_B9C2_E8D5685A34AA__INCLUDED_)
2#define AFX_PROPLOG_H__F56909E1_BBCC_4163_B9C2_E8D5685A34AA__INCLUDED_
3
4#if _MSC_VER >= 1000
5#pragma once
6#endif // _MSC_VER >= 1000
7// PropLog.h : header file
8//
9
10/////////////////////////////////////////////////////////////////////////////
11// CPropLog dialog
12
13class CPropLog : public CPropertyPage
14{
15// Construction
16public:
17        CPropLog();   // standard constructor
18
19// Dialog Data
20        //{{AFX_DATA(CPropLog)
21        enum { IDD = IDD_PROPPAGE_LOG };
22        CListBox        m_log;
23        //}}AFX_DATA
24
25
26// Overrides
27        // ClassWizard generated virtual function overrides
28        //{{AFX_VIRTUAL(CPropLog)
29        public:
30        protected:
31        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
32        //}}AFX_VIRTUAL
33
34// Implementation
35protected:
36
37        // Generated message map functions
38        //{{AFX_MSG(CPropLog)
39        virtual BOOL OnInitDialog();
40        //}}AFX_MSG
41        DECLARE_MESSAGE_MAP()
42};
43
44//{{AFX_INSERT_LOCATION}}
45// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
46
47#endif // !defined(AFX_PROPLOG_H__F56909E1_BBCC_4163_B9C2_E8D5685A34AA__INCLUDED_)
Note: See TracBrowser for help on using the repository browser.