root/trunk/ProjectFilesComboBox.h

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

Initial ( and last :( ) commit

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