Main Page | File List

ComboToolBar.h

00001 #if !defined(AFX_COMBOTOOLBAR_H__D1B4F0ED_BBD3_48E3_BE85_293F3FFC3F44__INCLUDED_)
00002 #define AFX_COMBOTOOLBAR_H__D1B4F0ED_BBD3_48E3_BE85_293F3FFC3F44__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // ComboToolBar.h : header file
00008 //
00009 
00011 // CComboToolBar window
00012 
00013 class CComboToolBar : public CToolBar
00014 {
00015 // Construction
00016 public:
00017         CComboToolBar();
00018         CComboBox m_wndVideo;
00019 
00020 // Attributes
00021 public:
00022 
00023 // Operations
00024 public:
00025 
00026 // Overrides
00027         // ClassWizard generated virtual function overrides
00028         //{{AFX_VIRTUAL(CComboToolBar)
00029         //}}AFX_VIRTUAL
00030 
00031 // Implementation
00032 public:
00033         virtual ~CComboToolBar();
00034 
00035         // Generated message map functions
00036 protected:
00037         //{{AFX_MSG(CComboToolBar)
00038                 // NOTE - the ClassWizard will add and remove member functions here.
00039         //}}AFX_MSG
00040 
00041         DECLARE_MESSAGE_MAP()
00042 };
00043 
00045 
00046 //{{AFX_INSERT_LOCATION}}
00047 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00048 
00049 #endif // !defined(AFX_COMBOTOOLBAR_H__D1B4F0ED_BBD3_48E3_BE85_293F3FFC3F44__INCLUDED_)

Generated on Mon May 8 22:27:08 2006 by  doxygen 1.3.9.1