TLabelComboBox.h
上传用户:cnjubao
上传日期:2007-01-02
资源大小:34k
文件大小:1k
源码类别:

ListView/ListBox

开发平台:

Visual C++

  1. /************************************
  2.   REVISION LOG ENTRY
  3.   Revision By: Mihai Filimon
  4.   Revised on 8/23/98 19:34:07
  5.   Comments: TLabelComboBox.h: interface for the CTLabelComboBox class.
  6.  ************************************/
  7. #if !defined(AFX_TLABELCOMBOBOX_H__D6C397A4_ECEA_11D1_8540_9B1C6856D236__INCLUDED_)
  8. #define AFX_TLABELCOMBOBOX_H__D6C397A4_ECEA_11D1_8540_9B1C6856D236__INCLUDED_
  9. #if _MSC_VER >= 1000
  10. #pragma once
  11. #endif // _MSC_VER >= 1000
  12. #include "TLabelList.h"
  13. class CTLabelComboBox : public CTLabelList  
  14. {
  15. public:
  16. virtual CWnd* GetEditControl();
  17. CTLabelComboBox();
  18. virtual ~CTLabelComboBox();
  19. };
  20. #endif // !defined(AFX_TLABELCOMBOBOX_H__D6C397A4_ECEA_11D1_8540_9B1C6856D236__INCLUDED_)