ShowInfoDlg.h
上传用户:lhhslc
上传日期:2022-08-07
资源大小:5190k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_SHOWINFODLG_H__BF32D947_1AA1_4D56_BD05_680B8524B5C3__INCLUDED_)
  2. #define AFX_SHOWINFODLG_H__BF32D947_1AA1_4D56_BD05_680B8524B5C3__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ShowInfoDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CShowInfoDlg dialog
  10. class CShowInfoDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CShowInfoDlg(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CShowInfoDlg)
  17. enum { IDD = IDD_SHOWDLG_DIALOG };
  18. //}}AFX_DATA
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CShowInfoDlg)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. // Generated message map functions
  28. //{{AFX_MSG(CShowInfoDlg)
  29. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. public:
  33. BOOL Start();
  34. BOOL Stop();
  35. BOOL ShowImage(CString strImagePath,int nSX,int nSY,int nEX,int nEY,int IMG_TYPE);
  36. BOOL ShowMsg(CString strMsg,int nSX,int nSY);
  37. protected:
  38. CString strErrorMsg;
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_SHOWINFODLG_H__BF32D947_1AA1_4D56_BD05_680B8524B5C3__INCLUDED_)