DlgStockInfo.h in StockDataParse.rar
Sponsored links
#if !defined(AFX_DLGSTOCKINFO_H__6C3078D2_454D_4D04_BAD6_58C2B6B6A67C__INCLUDED_)
#define AFX_DLGSTOCKINFO_H__6C3078D2_454D_4D04_BAD6_58C2B6B6A67C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgStockInfo.h : header file
//
#include "StockDataProcess.h"
#include "DataDefine.h" // Added by ClassView
/////////////////////////////////////////////////////////////////////////////
// DlgStockInfo dialog
class DlgStockInfo : public CDialog
{
// Construction
public:
int ReadBanKuaiData(CString strDir);
int ReadRelationData(CString strDir);
int ReadDbData(CString strFileName);
ST_StockNameInfoList m_ST_StockNameInfoList;
StockDataProcess mStockDateProcess;
DlgStockInfo(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DlgStockInfo)
enum { IDD = IDD_DIALOG_STOCK_INFO_QUERY };
CComboBox m_COM_Block;
CComboB
...
...
... to be continued.
This is a preview. To get the complete source file,
please click here to download the whole source code package.