root/trunk/ConfigCombo.h

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

Initial ( and last :( ) commit

Line 
1 #if !defined(AFX_CONFIGCOMBO_H__E9F4CFB6_A3E0_4AAF_A8EA_C7D9AD4EDC23__INCLUDED_)
2 #define AFX_CONFIGCOMBO_H__E9F4CFB6_A3E0_4AAF_A8EA_C7D9AD4EDC23__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // ConfigCombo.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CConfigCombo window
12
13 class CConfigCombo : public CComboBoxSuper
14 {
15 // Construction
16 public:
17     CConfigCombo();
18
19 // Attributes
20 public:
21
22 // Operations
23 public:
24
25 // Overrides
26     // ClassWizard generated virtual function overrides
27     //{{AFX_VIRTUAL(CConfigCombo)
28     //}}AFX_VIRTUAL
29
30 // Implementation
31 public:
32     virtual ~CConfigCombo();
33
34     // Generated message map functions
35 protected:
36     //{{AFX_MSG(CConfigCombo)
37     //}}AFX_MSG
38 afx_msg void OnSelchange();
39     DECLARE_MESSAGE_MAP()
40 };
41
42 /////////////////////////////////////////////////////////////////////////////
43
44 //{{AFX_INSERT_LOCATION}}
45 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
46
47 #endif // !defined(AFX_CONFIGCOMBO_H__E9F4CFB6_A3E0_4AAF_A8EA_C7D9AD4EDC23__INCLUDED_)
Note: See TracBrowser for help on using the browser.