MainFrm.h in StockDataParse.rar
Sponsored links
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINFRM_H__9D4E5BB9_66F6_4F9A_86FF_84216F717510__INCLUDED_)
#define AFX_MAINFRM_H__9D4E5BB9_66F6_4F9A_86FF_84216F717510__INCLUDED_
#include "dlgReadFile.h" // Added by ClassView
#include "dlgPlot.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CMainFrame : public CFrameWnd
{
protected: // create from serialization only
CMainFrame();
DECLARE_DYNCREATE(CMainFrame)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMainFrame)
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
//}}AFX_VIRTUAL
// Implementation
public:
bool bDrawKLine;
dlgPlot
...
...
... to be continued.
This is a preview. To get the complete source file,
please click here to download the whole source code package.