root/trunk/CodeComboBox.h

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

Initial ( and last :( ) commit

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