RTListBox.cpp
上传用户:qhonly
上传日期:2013-06-10
资源大小:487k
文件大小:0k
源码类别:

界面编程

开发平台:

Visual C++

  1. // RTListBox.cpp : 实现文件
  2. //
  3. #include "stdafx.h"
  4. #include "RTListBox.h"
  5. // CRTListBox
  6. IMPLEMENT_DYNAMIC(CRTListBox, CListBox)
  7. CRTListBox::CRTListBox()
  8. {
  9. }
  10. CRTListBox::~CRTListBox()
  11. {
  12. }
  13. BEGIN_MESSAGE_MAP(CRTListBox, CListBox)
  14. END_MESSAGE_MAP()
  15. // CRTListBox 消息处理程序