dlgReadFile.h in StockDataParse.rar
Sponsored links
#if !defined(AFX_DLGREADFILE_H__B41E6D23_21F1_4BD6_A1F2_F40599E1A607__INCLUDED_)
#define AFX_DLGREADFILE_H__B41E6D23_21F1_4BD6_A1F2_F40599E1A607__INCLUDED_
#include "dlgPlot.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// dlgReadFile.h : header file
//
#include "DataDefine.h"
#include "StockDataProcess.h" // Added by ClassView
/////////////////////////////////////////////////////////////////////////////
// dlgReadFile dialog
class dlgReadFile : public CDialog
{
// Construction
public:
StockDataProcess oStockDataProcess;
bool bShowKline;
dlgPlot odlgPlot;
List_ST_StockInfoQ m_List_ST_StockInfoQ;
CString strStockName;
dlgReadFile(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(dlgReadFile)
enum { IDD = IDD_DIALOG_READ_FILE };
int m_iCountDay;
int m_iStartDay;
int m_iStopDay;
int m_IStockEndNum;
int m_iStockStartNum;
int m_iCycle;
UINT m_iStockCode;
//}}AFX_DATA
// Overrides
// ClassWizard gene
...
...
... to be continued.
This is a preview. To get the complete source file,
please click here to download the whole source code package.