SelectDriverDialog.h
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. #if !defined(AFX_SELECTDRIVERDIALOG_H__81661B3F_F06C_4A35_A4D3_FACC6A040C23__INCLUDED_)
  2. #define AFX_SELECTDRIVERDIALOG_H__81661B3F_F06C_4A35_A4D3_FACC6A040C23__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SelectDriverDialog.h : header file
  7. //
  8. #include "resource.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CSelectDriverDialog dialog
  11. class CSelectDriverDialog : protected CDialog
  12. {
  13. public:
  14. CSelectDriverDialog(CWnd* pParent = NULL);  
  15. static int    SelectDriver( int driver_id = -1 );
  16. protected:
  17. //{{AFX_DATA(CSelectDriverDialog)
  18. enum { IDD = IDD_SELECTDRIVER_DIALOG };
  19. CListBox m_list;
  20. //}}AFX_DATA
  21. //{{AFX_VIRTUAL(CSelectDriverDialog)
  22. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  23. //}}AFX_VIRTUAL
  24. //{{AFX_MSG(CSelectDriverDialog)
  25. virtual void OnOK();
  26. virtual BOOL OnInitDialog();
  27. //}}AFX_MSG
  28. DECLARE_MESSAGE_MAP()
  29. private:
  30. int    driver_id;
  31. };
  32. //{{AFX_INSERT_LOCATION}}
  33. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  34. #endif // !defined(AFX_SELECTDRIVERDIALOG_H__81661B3F_F06C_4A35_A4D3_FACC6A040C23__INCLUDED_)