StockDataParse.cpp in StockDataParse.rar


Data read from the joint stock securities data and draw K line. Imperfect, is be...Original Link
    Sponsored links

			
// StockDataParse.cpp : Defines the class behaviors for the application.
//

#include "stdafx.h"
#include "StockDataParse.h"

#include "MainFrm.h"
#include "StockDataParseDoc.h"
#include "StockDataParseView.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CStockDataParseApp

BEGIN_MESSAGE_MAP(CStockDataParseApp, CWinApp)
	//{{AFX_MSG_MAP(CStockDataParseApp)
	ON_COMMAND(ID_APP_ABOUT, OnAppAbout)
		// NOTE - the ClassWizard will add and remove mapping macros here.
		//    DO NOT EDIT what you see in these blocks of generated code!
	//}}AFX_MSG_MAP
	// Standard file based document commands
	ON_COMMAND(ID_FILE_NEW, CWinApp::OnFileNew)
	ON_COMMAND(ID_FILE_OPEN, CWinApp::OnFileOpen)
	// Standard print setup command
	ON_COMMAND(ID_FILE_PRINT_SETUP, CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CStockDataParseApp construction

CStockDataParseApp::CStockDataParseApp()
{
	// TODO: add construction code here,
	// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CStockDataParseApp object

CStockDataParseApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CStockDataParseApp initialization

BOOL CStockDataParseApp::InitInstance()
{
	AfxEnableControlContainer();

	// Standard initialization
	// If you are not using these features and wish to reduce the size
	//  of your final executable, you should remove from the following
	//  the specific initialization routines you do not need.

#ifdef _AFXDLL
	Enable3dControls();			// Call this when using MFC in a shared DLL
#else
	Enable3dControlsStatic();	// Call this when linking to MFC statically
#endif

	// Change the registry key under which our settings are stored.
			

			...
			...
			... to be continued.

  This is a preview. To get the complete source file, 
  please click here to download the whole source code package.

			
			


Project Files

    Sponsored links
NameSizeDate
 StdAfx.cpp216.00 B06-09-08 09:15
 StockDataParse.plg262.00 B24-10-08 23:17
 StockDataParse.dsw553.00 B06-09-08 09:15
 StdAfx.h1.03 kB06-09-08 09:15
 StockDataProcess.h1.38 kB07-10-08 14:11
 dlgPlot.h1.39 kB15-09-08 17:58
 StockDataParse.h1.41 kB06-09-08 09:15
 StockDataParseDoc.h1.53 kB06-09-08 09:15
 StockDataParseView.h1.66 kB13-09-08 22:38
 MainFrm.h1.67 kB28-09-08 20:25
 DlgStockInfo.h1.76 kB08-10-08 20:06
 StockDataParseDoc.cpp1.86 kB06-09-08 09:15
 dlgReadFile.h2.03 kB06-10-08 18:05
 resource.h2.07 kB08-10-08 20:03
 StockDataParseView.cpp2.13 kB13-09-08 22:38
 StockDataParse.cpp4.25 kB06-09-08 09:15
 DataDefine.h4.38 kB08-10-08 20:24
 ReadMe.txt4.40 kB06-09-08 09:15
 StockDataParse.clw4.75 kB24-10-08 23:17
 StockDataParse.dsp5.20 kB28-09-08 20:19
 dlgPlot.cpp9.42 kB15-09-08 18:32
 MainFrm.cpp9.47 kB28-09-08 20:25
 dlgReadFile.cpp13.03 kB06-10-08 18:11
 DlgStockInfo.cpp17.81 kB08-10-08 20:45
 StockDataProcess.cpp19.12 kB08-10-08 18:09
 StockDataParse.rc20.65 kB08-10-08 20:16
 StockDataParse.ico1.05 kB06-09-08 09:15
 StockDataParse.rc2406.00 B06-09-08 09:15
 StockDataParseDoc.ico1.05 kB06-09-08 09:15
 Toolbar.bmp1.05 kB06-09-08 09:15
 <res>0.00 B06-09-08 09:15
...

Related Items

    Sponsored links