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

金融证券系统

开发平台:

Visual C++

  1. #if !defined(AFX_SETBASEDLG_H__B480DF8D_68D7_4F3B_A78F_4F3AAED894FC__INCLUDED_)
  2. #define AFX_SETBASEDLG_H__B480DF8D_68D7_4F3B_A78F_4F3AAED894FC__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SetBaseDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSetBaseDlg dialog
  10. #define WM_USER_INSTALLBASEPROGRESS WM_USER+1001
  11. class CSetBaseDlg : public CPropertyPageEx
  12. {
  13. DECLARE_DYNCREATE(CSetBaseDlg)
  14. // Construction
  15. public:
  16. CSetBaseDlg();
  17. ~CSetBaseDlg();
  18. // Dialog Data
  19. //{{AFX_DATA(CSetBaseDlg)
  20. enum { IDD = IDD_SETBASE };
  21. CButton m_btnFxjBlockPathExplorer;
  22. CButton m_btnF10FileExplorer;
  23. CButton m_btnFxjFileExplorer;
  24. CButton m_btnTdxFileExplorer;
  25. CButton m_btnStart;
  26. CStatic m_staticProgress;
  27. CProgressCtrl m_ctrlProgress;
  28. CString m_strFileTdx;
  29. CString m_strFileFxj;
  30. CString m_strPathFxjBlock;
  31. CString m_strFileF10;
  32. //}}AFX_DATA
  33. // Overrides
  34. // ClassWizard generate virtual function overrides
  35. //{{AFX_VIRTUAL(CSetBaseDlg)
  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(CSetBaseDlg)
  43. virtual BOOL OnInitDialog();
  44. afx_msg void OnF10fileExplorer();
  45. afx_msg void OnStart();
  46. afx_msg void OnTdxfileExplorer();
  47. afx_msg void OnFxjfileExplorer();
  48. afx_msg void OnFxjblockpathExplorer();
  49. //}}AFX_MSG
  50. afx_msg LRESULT OnInstallBaseProgress( WPARAM wParam, LPARAM lParam );
  51. DECLARE_MESSAGE_MAP()
  52. };
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_SETBASEDLG_H__B480DF8D_68D7_4F3B_A78F_4F3AAED894FC__INCLUDED_)