ShowInfoDlg.h
上传用户:lhhslc
上传日期:2022-08-07
资源大小:5190k
文件大小:1k
- #if !defined(AFX_SHOWINFODLG_H__BF32D947_1AA1_4D56_BD05_680B8524B5C3__INCLUDED_)
- #define AFX_SHOWINFODLG_H__BF32D947_1AA1_4D56_BD05_680B8524B5C3__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ShowInfoDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CShowInfoDlg dialog
- class CShowInfoDlg : public CDialog
- {
- // Construction
- public:
- CShowInfoDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CShowInfoDlg)
- enum { IDD = IDD_SHOWDLG_DIALOG };
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CShowInfoDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CShowInfoDlg)
- afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- public:
- BOOL Start();
- BOOL Stop();
- BOOL ShowImage(CString strImagePath,int nSX,int nSY,int nEX,int nEY,int IMG_TYPE);
- BOOL ShowMsg(CString strMsg,int nSX,int nSY);
- protected:
- CString strErrorMsg;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SHOWINFODLG_H__BF32D947_1AA1_4D56_BD05_680B8524B5C3__INCLUDED_)