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

金融证券系统

开发平台:

Visual C++

  1. #if !defined(AFX_SIMUSTATDLG_H__1BE15A47_2073_446B_AF6B_1DFD3835CF09__INCLUDED_)
  2. #define AFX_SIMUSTATDLG_H__1BE15A47_2073_446B_AF6B_1DFD3835CF09__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SimuStatDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSimuStatDlg dialog
  10. /***
  11. 策略统计对话框
  12. */
  13. class CSimuStatDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CSimuStatDlg(CWnd* pParent = NULL);   // standard constructor
  18. // operation
  19. void SetStrategy( CStrategy * pStrategy );
  20. // Dialog Data
  21. //{{AFX_DATA(CSimuStatDlg)
  22. enum { IDD = IDD_SIMUSTAT };
  23. CButton m_btnOK;
  24. CEdit m_editXiapu;
  25. CEdit m_editYieldStdDev;
  26. CEdit m_editYieldIndex;
  27. CEdit m_editYieldFin;
  28. CEdit m_editYieldMin;
  29. CEdit m_editYieldMax;
  30. CEdit m_editVictoryTimes;
  31. CEdit m_editBuyTimes;
  32. //}}AFX_DATA
  33. // Overrides
  34. // ClassWizard generated virtual function overrides
  35. //{{AFX_VIRTUAL(CSimuStatDlg)
  36. protected:
  37. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. protected:
  41. CStrategy * m_pStrategy;
  42. BOOL SetResults( );
  43. // Generated message map functions
  44. //{{AFX_MSG(CSimuStatDlg)
  45. virtual BOOL OnInitDialog();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_SIMUSTATDLG_H__1BE15A47_2073_446B_AF6B_1DFD3835CF09__INCLUDED_)