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

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

#include "Point.h"

/////////////////////////////////////////////////////////////////////////////
// Delete dialog

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

// Dialog Data
	//{{AFX_DATA(Delete)
	enum { IDD = IDD_DELETE_DIALOG };
	CSpinButtonCtrl	m_n_spin;
    int     m_i;
    int		m_x;
	int		m_y;
	TMyPointVector *p;
	CString	m_string;
	//}}AFX_DATA

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Delete)
	virtual BOOL OnInitDialog();
	afx_msg void OnDelete();
	afx_msg void OnChangeN();
		//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

 //       inline CCH_KSDoc* Delete::GetDocument()
//        { return (CCH_KSDoc*) m_pDocument; }

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

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