tydatadlg.h
上传用户:zhanglf88
上传日期:2013-11-19
资源大小:6036k
文件大小:2k
源码类别:

金融证券系统

开发平台:

Visual C++

  1. #if !defined(AFX_TYDATADLG_H__AC6DF032_B8CB_47A6_B8F9_EC962EE24A33__INCLUDED_)
  2. #define AFX_TYDATADLG_H__AC6DF032_B8CB_47A6_B8F9_EC962EE24A33__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // TyDataDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CTyDataDlg dialog
  10. class CTyDataDlg : public CPropertyPageEx
  11. {
  12. DECLARE_DYNCREATE(CTyDataDlg)
  13. // Construction
  14. public:
  15. CTyDataDlg( );   // standard constructor
  16. void StoreProfile( );
  17. void LoadProfile( );
  18. // Dialog Data
  19. //{{AFX_DATA(CTyDataDlg)
  20. enum { IDD = IDD_TYDATA };
  21. CButton m_btnSrcSZExplorer;
  22. CButton m_btnSrcSHExplorer;
  23. CButton m_btnFileExplorer;
  24. CButton m_btnStart;
  25. CStatic m_staticProgress;
  26. CProgressCtrl m_ctrlProgress;
  27. CString m_strFileDest;
  28. CSPTime m_tmBegin;
  29. CSPTime m_tmEnd;
  30. CString m_strPathSrcSH;
  31. CString m_strPathSrcSZ;
  32. //}}AFX_DATA
  33. // Overrides
  34. // ClassWizard generated virtual function overrides
  35. //{{AFX_VIRTUAL(CTyDataDlg)
  36. protected:
  37. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. protected:
  41. // Generated message map functions
  42. //{{AFX_MSG(CTyDataDlg)
  43. afx_msg void OnFileExplorer();
  44. virtual BOOL OnInitDialog();
  45. afx_msg void OnSrcshExplorer();
  46. afx_msg void OnSrcszExplorer();
  47. afx_msg void OnStart();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_TYDATADLG_H__AC6DF032_B8CB_47A6_B8F9_EC962EE24A33__INCLUDED_)