IMPORTPROGRESS.H
Upload User: nthssl
Upload Date: 2022-04-05
Package Size: 25357k
Code Size: 1k
Category:

OpenCV

Development Platform:

Visual C++

  1. #if !defined(AFX_IMPORTPROGRESS_H__57B45F5E_FFC6_4236_AA50_9E234B988E9F__INCLUDED_)
  2. #define AFX_IMPORTPROGRESS_H__57B45F5E_FFC6_4236_AA50_9E234B988E9F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ImportProgress.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // ImportProgress dialog
  10. class ImportProgress : public CDialog
  11. {
  12. // Construction
  13. public:
  14. ImportProgress(CWnd* pParent = NULL);   // standard constructor
  15. CWinThread *importthread;
  16. scene *doc;
  17. int stop;
  18. // Dialog Data
  19. //{{AFX_DATA(ImportProgress)
  20. enum { IDD = IDD_IMPORTPROGRESS };
  21. CProgressCtrl m_progress;
  22. CStatic m_obj;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(ImportProgress)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29. virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(ImportProgress)
  35. virtual void OnCancel();
  36. afx_msg void OnClose();
  37. virtual BOOL OnInitDialog();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_IMPORTPROGRESS_H__57B45F5E_FFC6_4236_AA50_9E234B988E9F__INCLUDED_)