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

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

/////////////////////////////////////////////////////////////////////////////
// CRingGenerate dialog

class CRingGenerate : public CDialog
{
// Construction
public:
	CRingGenerate(CWnd* pParent = NULL);   // standard constructor
	CRingGenerate(int m_iMinR,int m_iMaxR,int m_iWid,int m_iStep,int m_iNumPoints);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CRingGenerate)
	enum { IDD = IDD_DIALOG1 };
	int		m_tolsh;
	int		m_min;
	int		m_max;
	int		m_prir;
	int		m_poiints;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CRingGenerate)
	virtual BOOL OnInitDialog();
	virtual void OnCancel();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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