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

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

#include "Point.h"

/////////////////////////////////////////////////////////////////////////////
// Edit dialog

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

// Dialog Data
	//{{AFX_DATA(Edit)
	enum { IDD = IDD_EDIT_DIALOG };
	CSpinButtonCtrl	m_y_spin;
	CSpinButtonCtrl	m_x_spin;
	CSpinButtonCtrl	m_n_spin;
    TMyPointVector *p;
	CString	m_string;
	CString	m_string_x;
	CString	m_string_y;
    int m_x;
    int m_y;
    int m_i;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Edit)
	afx_msg void OnDeltaposNSpin(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnChangeN();
	virtual void OnCancel();
	afx_msg void OnUpdate();
	virtual BOOL OnInitDialog();
	afx_msg void OnChangeX();
	afx_msg void OnChangeY();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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