root/trunk/TagCombo.h

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

Initial ( and last :( ) commit

Line 
1 #if !defined(AFX_TAGCOMBO_H__E70F53BA_238B_4FEE_BA2E_65BC37CAD4F6__INCLUDED_)
2 #define AFX_TAGCOMBO_H__E70F53BA_238B_4FEE_BA2E_65BC37CAD4F6__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // TagCombo.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CTagCombo window
12
13 #include "GUIComponents\ComboBoxSuper.h"
14
15 class CTagCombo : public CComboBoxSuper
16 {
17 // Construction
18 public:
19     CTagCombo();
20
21 // Attributes
22 public:
23
24 // Operations
25 public:
26
27 // Overrides
28     // ClassWizard generated virtual function overrides
29     //{{AFX_VIRTUAL(CTagCombo)
30     //}}AFX_VIRTUAL
31
32 // Implementation
33 public:
34     virtual ~CTagCombo();
35 afx_msg void OnSelchange();
36     // Generated message map functions
37 protected:
38     //{{AFX_MSG(CTagCombo)
39         // NOTE - the ClassWizard will add and remove member functions here.
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_TAGCOMBO_H__E70F53BA_238B_4FEE_BA2E_65BC37CAD4F6__INCLUDED_)
Note: See TracBrowser for help on using the browser.