#if !defined(AFX_ENGINEMSG_H__3ADD1493_2B4D_4507_835F_8E3E83DDEC98__INCLUDED_) #define AFX_ENGINEMSG_H__3ADD1493_2B4D_4507_835F_8E3E83DDEC98__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // EngineMsg.h : header file // #include "LabelLink.h" ///////////////////////////////////////////////////////////////////////////// // CEngineMsg dialog class CEngineMsg : public CDialog { // Construction public: CEngineMsg(CWnd* pParent = NULL); // standard constructor CLabelLink m_OCRLink; // Dialog Data //{{AFX_DATA(CEngineMsg) enum { IDD = IDD_ENGINE_MSG }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CEngineMsg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam); //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CEngineMsg) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_ENGINEMSG_H__3ADD1493_2B4D_4507_835F_8E3E83DDEC98__INCLUDED_)