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

金融证券系统

开发平台:

Visual C++

  1. #if !defined(AFX_SARDLG_H__0BB26BA5_C279_4BDF_B7D7_729E3B3F0430__INCLUDED_)
  2. #define AFX_SARDLG_H__0BB26BA5_C279_4BDF_B7D7_729E3B3F0430__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SARDlg.h : header file
  7. //
  8. #include "SetParamDlg.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CSARDlg dialog
  11. class CSARDlg : public CParamDlg
  12. {
  13. // Construction
  14. public:
  15. CSARDlg(CWnd* pParent, CSAR * pSAR);   // standard constructor
  16. CSAR * m_pSAR;
  17. virtual BOOL RefreshData( BOOL bSaveAndValidate );
  18. // Dialog Data
  19. //{{AFX_DATA(CSARDlg)
  20. enum { IDD = IDDP_SAR };
  21. CIntensityComboBox m_cmbSell;
  22. CIntensityComboBox m_cmbBuy;
  23. CStatic m_staticName;
  24. long m_nDays;
  25. CString m_strAFStep;
  26. CString m_strAFMax;
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CSARDlg)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CSARDlg)
  38. virtual BOOL OnInitDialog();
  39. virtual void OnCancel();
  40. virtual void OnOK();
  41. afx_msg void OnDefault();
  42. afx_msg void OnHelp();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_SARDLG_H__0BB26BA5_C279_4BDF_B7D7_729E3B3F0430__INCLUDED_)