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

金融证券系统

开发平台:

Visual C++

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