DebugDlg.h
上传用户:woomicn
上传日期:2017-11-10
资源大小:42k
文件大小:1k
源码类别:

多显示器编程

开发平台:

Visual C++

  1. // DebugDlg.h : header file
  2. //
  3. #if !defined(AFX_DEBUGDLG_H__56CFE4C6_2AB4_11D1_9D85_BF0AE3EDB06A__INCLUDED_)
  4. #define AFX_DEBUGDLG_H__56CFE4C6_2AB4_11D1_9D85_BF0AE3EDB06A__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDebugDlg dialog
  10. class CDebugDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDebugDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CDebugDlg)
  17. enum { IDD = IDD_DEBUG_DIALOG };
  18. CProgressCtrl m_ctlLevel;
  19. CButton m_Stop;
  20. CEdit m_ctlMessages;
  21. //}}AFX_DATA
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CDebugDlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. HICON m_hIcon;
  30. // Generated message map functions
  31. //{{AFX_MSG(CDebugDlg)
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  34. afx_msg void OnPaint();
  35. afx_msg HCURSOR OnQueryDragIcon();
  36. afx_msg void OnOptions();
  37. afx_msg void OnStop();
  38. virtual void OnCancel();
  39. afx_msg void OnClearall();
  40. afx_msg BOOL OnCopyData(CWnd* pWnd, COPYDATASTRUCT* pCopyDataStruct);
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_DEBUGDLG_H__56CFE4C6_2AB4_11D1_9D85_BF0AE3EDB06A__INCLUDED_)