Скачиваний:
20
Добавлен:
01.05.2014
Размер:
891 б
Скачать
#pragma once
#include "afxwin.h"
//**#********#** Generation.h *************** 
class CGeneration : public CDialog
{
	// Construction
public:
	CGeneration(CWnd* pParent = NULL);   // standard constructor
	int NumP;
	int Sigma;
	int Rad;
	byte raspr;
	// Dialog Data

	//{{AFX_DATA(CGeneration)
	enum {IDD = IDD_GEN};
	int m_nump;
	int m_SVal;
	int m_Rad;
	//}} AFX_DATA

	//Overrides
	//{{AFX_VIRTUAL(CGeneration)
protected:
	virtual void DoDataExchange(CDataExchange *pDX);
	//}} AFX_VIRTUAL

	//Implementation
protected:
	//Generated message map functions
	//{{AFX_MSG(CGeneration)
	afx_msg void OnRavn();
	afx_msg void OnNorm();
	virtual void OnOK();
	afx_msg void OnRavnRound();
	afx_msg void OnChangeNumP();
	//}} AFX_MSG
	DECLARE_MESSAGE_MAP();
public:
	afx_msg void OnBnClickedOk();
	virtual BOOL OnInitDialog();
	CButton mRavnRadio;
};


Соседние файлы в папке program