WaitDlgmy.h
上传用户:fujunqh
上传日期:2021-05-10
资源大小:7090k
文件大小:1k
源码类别:

多国语言处理

开发平台:

Visual C++

  1. #if !defined(AFX_WAITDLGMY_H__59B825CB_A5A1_4585_AE4A_88199D68B3F3__INCLUDED_)
  2. #define AFX_WAITDLGMY_H__59B825CB_A5A1_4585_AE4A_88199D68B3F3__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // WaitDlgmy.h : header file
  7. //
  8. #include "resource.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CWaitDlgmy dialog
  11. class CWaitDlgmy : public CDialog
  12. {
  13. // Construction
  14. public:
  15. int SetPos(int nPos);
  16. void SetRange(int nLower, int nUpper);
  17. CWaitDlgmy(CWnd* pParent = NULL);   // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CWaitDlgmy)
  20. enum { IDD = IDD_DIALOG_WAIT };
  21. CButton m_btnPause;
  22. CProgressCtrl m_progTreat;
  23. CString m_strProcInfo;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CWaitDlgmy)
  28. public:
  29. virtual BOOL DestroyWindow();
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(CWaitDlgmy)
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnBtnPause();
  39. afx_msg void OnBtnStop();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_WAITDLGMY_H__59B825CB_A5A1_4585_AE4A_88199D68B3F3__INCLUDED_)