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

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

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

class SetDlg : public CDialog
{
// Construction
public:
	SetDlg(CWnd* pParent = NULL);   // standard constructor

	int index;
	ArSet<Shape*> set;
// Dialog Data
	//{{AFX_DATA(SetDlg)
	enum { IDD = IDD_SET_DIALOG };
	int		m_cnt;
	CString	m_name;
	int		m_y;
	int		m_pos;
	int		m_x;
	int		m_num;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(SetDlg)
	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_SETDLG_H__5C1FDF5A_E36E_465F_B7D0_BBE8221D632E__INCLUDED_)
Соседние файлы в папке part32