VRSIDlg.h
上传用户:zhanglf88
上传日期:2013-11-19
资源大小:6036k
文件大小:2k
- #if !defined(AFX_VRSIDLG_H__0BB26BA5_C279_4BDF_B7D7_729E3B3F0430__INCLUDED_)
- #define AFX_VRSIDLG_H__0BB26BA5_C279_4BDF_B7D7_729E3B3F0430__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // VRSIDlg.h : header file
- //
- #include "SetParamDlg.h"
- /////////////////////////////////////////////////////////////////////////////
- // CVRSIDlg dialog
- class CVRSIDlg : public CParamDlg
- {
- // Construction
- public:
- CVRSIDlg(CWnd* pParent,CVRSI *pVRSI); // standard constructor
- CVRSI * m_pVRSI;
- virtual BOOL RefreshData( BOOL bSaveAndValidate );
- // Dialog Data
- //{{AFX_DATA(CVRSIDlg)
- enum { IDD = IDDP_VRSI };
- CIntensityComboBox m_cmbBought;
- CIntensityComboBox m_cmbSold;
- CIntensityComboBox m_cmbDeviateOnTop;
- CIntensityComboBox m_cmbDeviateOnBottom;
- CStatic m_staticName;
- long m_nDays;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CVRSIDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CVRSIDlg)
- virtual BOOL OnInitDialog();
- virtual void OnCancel();
- virtual void OnOK();
- afx_msg void OnDefault();
- afx_msg void OnHelp();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_VRSIDLG_H__0BB26BA5_C279_4BDF_B7D7_729E3B3F0430__INCLUDED_)