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

金融证券系统

开发平台:

Visual C++

  1. #if !defined(AFX_SIMUADVANCEDDLG_H__7B600EF7_F7D1_45B7_A504_C29C529F3FC9__INCLUDED_)
  2. #define AFX_SIMUADVANCEDDLG_H__7B600EF7_F7D1_45B7_A504_C29C529F3FC9__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SimuAdvancedDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSimuAdvancedDlg dialog
  10. /***
  11. 策略的高级条件对话框
  12. */
  13. class CSimuAdvancedDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CSimuAdvancedDlg(CWnd* pParent = NULL);   // standard constructor
  18. BOOL m_bModified;
  19. void SetStrategy( CStrategy * pStrategy );
  20. // Dialog Data
  21. //{{AFX_DATA(CSimuAdvancedDlg)
  22. enum { IDD = IDD_SIMUADVANCED };
  23. CButton m_btnCancel;
  24. CButton m_btnOK;
  25. CButton m_btnRuleLong;
  26. CButton m_btnRuleIndex;
  27. CKTypeComboBox m_cmbKTypeLong;
  28. CKTypeComboBox m_cmbKTypeIndex;
  29. CButton m_btnCheckLong;
  30. CButton m_btnCheckIndex;
  31. CEdit m_editStopProfit;
  32. CEdit m_editStopLosing;
  33. CButton m_btnCheckStopProfit;
  34. CButton m_btnCheckStopLosing;
  35. CString m_strStopLosing;
  36. CString m_strStopProfit;
  37. //}}AFX_DATA
  38. // Overrides
  39. // ClassWizard generated virtual function overrides
  40. //{{AFX_VIRTUAL(CSimuAdvancedDlg)
  41. protected:
  42. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  43. //}}AFX_VIRTUAL
  44. // Implementation
  45. protected:
  46. // Generated message map functions
  47. //{{AFX_MSG(CSimuAdvancedDlg)
  48. virtual BOOL OnInitDialog();
  49. virtual void OnOK();
  50. afx_msg void OnCheckstoplosing();
  51. afx_msg void OnCheckstopprofit();
  52. afx_msg void OnChecklong();
  53. afx_msg void OnCheckindex();
  54. afx_msg void OnRulelong();
  55. afx_msg void OnRuleindex();
  56. //}}AFX_MSG
  57. DECLARE_MESSAGE_MAP()
  58. protected:
  59. CStrategy * m_pStrategy;
  60. };
  61. //{{AFX_INSERT_LOCATION}}
  62. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  63. #endif // !defined(AFX_SIMUADVANCEDDLG_H__7B600EF7_F7D1_45B7_A504_C29C529F3FC9__INCLUDED_)