DebugDlg.h
资源名称:CLSGDebug.rar [点击查看]
上传用户:woomicn
上传日期:2017-11-10
资源大小:42k
文件大小:1k
源码类别:
多显示器编程
开发平台:
Visual C++
- // DebugDlg.h : header file
- //
- #if !defined(AFX_DEBUGDLG_H__56CFE4C6_2AB4_11D1_9D85_BF0AE3EDB06A__INCLUDED_)
- #define AFX_DEBUGDLG_H__56CFE4C6_2AB4_11D1_9D85_BF0AE3EDB06A__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- /////////////////////////////////////////////////////////////////////////////
- // CDebugDlg dialog
- class CDebugDlg : public CDialog
- {
- // Construction
- public:
- CDebugDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDebugDlg)
- enum { IDD = IDD_DEBUG_DIALOG };
- CProgressCtrl m_ctlLevel;
- CButton m_Stop;
- CEdit m_ctlMessages;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDebugDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CDebugDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnOptions();
- afx_msg void OnStop();
- virtual void OnCancel();
- afx_msg void OnClearall();
- afx_msg BOOL OnCopyData(CWnd* pWnd, COPYDATASTRUCT* pCopyDataStruct);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DEBUGDLG_H__56CFE4C6_2AB4_11D1_9D85_BF0AE3EDB06A__INCLUDED_)