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

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

#include "Image.h"

/////////////////////////////////////////////////////////////////////////////
// Step dialog

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

// Dialog Data
	//{{AFX_DATA(Step)
	enum { IDD = IDD_STEP_DIALOG };
    TImage  *Img;
	CSpinButtonCtrl	m_delay_spin;
    int		m_delay;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Step)
	virtual BOOL OnInitDialog();
	afx_msg void OnChangeDelay();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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