Скачиваний:
19
Добавлен:
01.05.2014
Размер:
924 б
Скачать
#if !defined(AFX_MAINFRM_H__4BE974D7_F31C_4577_8AD2_A7112EA74D45__INCLUDED_)
#define AFX_MAINFRM_H__4BE974D7_F31C_4577_8AD2_A7112EA74D45__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

//#include "Point.h"

//class CMainFrame;
//static CMainFrame::TMyPointVector t;

class CMainFrame : public CMDIFrameWnd
{
	DECLARE_DYNAMIC(CMainFrame)
public:
	CMainFrame();
	//static TMyPointVector* t;

	//{{AFX_VIRTUAL(CMainFrame)
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	//}}AFX_VIRTUAL

public:
	virtual ~CMainFrame();

protected:  // control bar embedded members
	CStatusBar  m_wndStatusBar;
	CToolBar    m_wndToolBar;
	
	//{{AFX_MSG(CMainFrame)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnShowDiag();
	afx_msg void OnOpenText();
	afx_msg void OnAutoDiag();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}

#endif
Соседние файлы в папке Source