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

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GraphDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// GraphDlg dialog
#include "CGraph.h"
#include "iterator.h"
#include "Shape.h"

class GraphDlg : public CDialog
{
// Construction
public:
	GraphDlg(CWnd* pParent = NULL);   // standard constructor
	int index;
	CGraph<Shape*> graph;
// Dialog Data
	//{{AFX_DATA(GraphDlg)
	enum { IDD = IDD_GRAPH_DIALOG };
	CListBox	m_ways;
	int		m_cnt;
	CString	m_name;
	int		m_x;
	int		m_y;
	int		m_nom;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(GraphDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(GraphDlg)
	afx_msg void OnButton2();
	afx_msg void OnButton3();
	virtual BOOL OnInitDialog();
	afx_msg void OnButton1();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_GRAPHDLG_H__EDECF84A_52F1_4F8E_9ABF_52608A6EC500__INCLUDED_)
Соседние файлы в папке part31