⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 simurealop.h.svn-base

📁 股票软件源码
💻 SVN-BASE
字号:
#if !defined(AFX_SIMUREALOP_H__F3F245E1_587C_477B_BE3A_650BE5D1A27E__INCLUDED_)
#define AFX_SIMUREALOP_H__F3F245E1_587C_477B_BE3A_650BE5D1A27E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SimuRealOp.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CSimuRealOp dialog
#include	"SimuReport.h"

BOOL CALLBACK RealRunCallback(DWORD dwType, DWORD dwValue,
							LPCTSTR lpszMsg, void *cookie);

/***
	策略的实战操作对话框
*/
class CSimuRealOp : public CXFDialog
{
// Construction
public:
	CSimuRealOp(CWnd* pParent = NULL);   // standard constructor
	~CSimuRealOp();

	BOOL	m_bModified;

	// operation
	void	SetStrategy( CStrategy * pStrategy );
	BOOL	Initialize( );

// Dialog Data
	//{{AFX_DATA(CSimuRealOp)
	enum { IDD = IDD_SIMUREALOP };
	CGuiButton	m_btnStatYield;
	CGuiButton	m_btnOK;
	CStatic	m_staticTimeExplain;
	CStatic	m_staticExplain;
	CGuiButton	m_btnResetAll;
	CGuiButton	m_btnModified;
	CGuiButton	m_btnDeleteStock;
	CGuiButton	m_btnAddStock;
	CGuiButton	m_btnDeleteOp;
	CGuiButton	m_btnAddOp;
	CGuiButton	m_btnCopy;
	CReportListCtrl	m_listStockOwn;
	CCurveButton	m_curve;
	CReportListCtrl	m_listNextOp;
	CReportListCtrl	m_listOpRecord;
	CTabCtrl	m_tabctrl;
	//}}AFX_DATA

protected:
	CStrategy	*	m_pStrategy;

// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CSimuRealOp)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CSimuRealOp)
	virtual BOOL OnInitDialog();
	afx_msg void OnSelchangeTabctrl(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnCopy();
	afx_msg void OnStatyield();
	afx_msg void OnAddop();
	afx_msg void OnDeleteop();
	afx_msg void OnAddstock();
	afx_msg void OnDeletestock();
	afx_msg void OnModified();
	afx_msg void OnResetall();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SIMUREALOP_H__F3F245E1_587C_477B_BE3A_650BE5D1A27E__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -