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

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

/////////////////////////////////////////////////////////////////////////////
// SetDialog dialog
#include "ArSet.h"
#include "ArsetIterator.h"
#include "Shape.h"

class SetDialog : public CDialog
{
// Construction
public:
	SetDialog(CWnd* pParent = NULL);   // standard constructor
	int index;
	ArSet<Shape*> set;
// Dialog Data
	//{{AFX_DATA(SetDialog)
	enum { IDD = IDD_SET_DIALOG };
	int		m_cnt;
	CString	m_name;
	int		m_num;
	int		m_pos;
	int		m_x;
	int		m_y;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(SetDialog)
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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