CntrlOtherPrcssDlg.h
上传用户:xsxdsb
上传日期:2009-12-14
资源大小:672k
文件大小:1k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // CntrlOtherPrcssDlg.h : header file
  2. //
  3. #if !defined(AFX_CNTRLOTHERPRCSSDLG_H__E9E5388A_6F62_11D6_8F32_00E04CE76240__INCLUDED_)
  4. #define AFX_CNTRLOTHERPRCSSDLG_H__E9E5388A_6F62_11D6_8F32_00E04CE76240__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CCntrlOtherPrcssDlg dialog
  10. class CCntrlOtherPrcssDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CCntrlOtherPrcssDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CCntrlOtherPrcssDlg)
  17. enum { IDD = IDD_CNTRLOTHERPRCSS_DIALOG };
  18. //}}AFX_DATA
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CCntrlOtherPrcssDlg)
  21. protected:
  22. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. protected:
  26. HICON m_hIcon;
  27. HANDLE m_hPro; 
  28. // Generated message map functions
  29. //{{AFX_MSG(CCntrlOtherPrcssDlg)
  30. virtual BOOL OnInitDialog();
  31. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  32. afx_msg void OnPaint();
  33. afx_msg HCURSOR OnQueryDragIcon();
  34. afx_msg void OnStart();
  35. afx_msg void OnStop();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_CNTRLOTHERPRCSSDLG_H__E9E5388A_6F62_11D6_8F32_00E04CE76240__INCLUDED_)