PCI ExplorerDlg.h
上传用户:zhuqijet
上传日期:2007-01-04
资源大小:138k
文件大小:1k
源码类别:

驱动编程

开发平台:

Visual C++

  1. // PCI ExplorerDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CPCIExplorerDlg dialog
  5. class CPCIExplorerDlg : public CPropertySheet
  6. {
  7. // Construction
  8. public:
  9.   CButton c_OK;
  10. CButton c_Cancel;
  11. CButton c_Apply;
  12. CPCIExplorerDlg(UINT id, CWnd* pParent = NULL); // standard constructor
  13. // Dialog Data
  14. //{{AFX_DATA(CPCIExplorerDlg)
  15. // NOTE: the ClassWizard will add data members here
  16. //}}AFX_DATA
  17. // ClassWizard generated virtual function overrides
  18. //{{AFX_VIRTUAL(CPCIExplorerDlg)
  19. protected:
  20. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  21. // DDX/DDV support
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. protected:
  25. HICON m_hIcon;
  26. // Generated message map functions
  27. //{{AFX_MSG(CPCIExplorerDlg)
  28. virtual BOOL OnInitDialog();
  29. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  30. afx_msg void OnDestroy();
  31. afx_msg void OnPaint();
  32. afx_msg HCURSOR OnQueryDragIcon();
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };