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

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "base.h"

/////////////////////////////////////////////////////////////////////////////
// Random dialog

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

// Dialog Data
	//{{AFX_DATA(Random)
	enum { IDD = IDD_RANDOM_DIALOG };
	CSpinButtonCtrl	m_y_upper_spin;
	CSpinButtonCtrl	m_x_left_spin;
	CSpinButtonCtrl	m_sizey_spin;
	CSpinButtonCtrl	m_sizex_spin;
	CSpinButtonCtrl	m_amount_spin;
	int		m_amount;
	int		m_sizex;
	int		m_sizey;
	int		m_left;
	int		m_upper;
    int     m_n;
	int		m_all_workspace;
	CString	m_string_amount;
	CString	m_string_sizex;
	CString	m_string_sizey;
	CString	m_string_left;
	CString	m_string_upper;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Random)
	virtual BOOL OnInitDialog();
	afx_msg void OnAllWorkspace();
	afx_msg void OnBounds();
	afx_msg void OnChangeXLeft();
	afx_msg void OnChangeYUpper();
	afx_msg void OnChangeSizex();
	afx_msg void OnChangeSizey();
	afx_msg void OnChangeAmount();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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