www.pudn.com > russion_vc.zip > Dlg.h
#if !defined(AFX_DLG_H__E7A3D0E0_B6CD_11D3_A32D_0000210063B5__INCLUDED_)
#define AFX_DLG_H__E7A3D0E0_B6CD_11D3_A32D_0000210063B5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Dlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// EntranceDlg dialog
class EntranceDlg : public CDialog
{
// Construction
public:
EntranceDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(EntranceDlg)
enum { IDD = IDD_DIALOG_ENTRANCE };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(EntranceDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(EntranceDlg)
afx_msg void OnButtonOption();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// OptionDlg dialog
class OptionDlg : public CDialog
{
// Construction
public:
OptionDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(OptionDlg)
enum { IDD = IDD_DIALOG_OPTION };
CSpinButtonCtrl m_spin;
int m_speed;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(OptionDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(OptionDlg)
virtual void OnOK();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_H__E7A3D0E0_B6CD_11D3_A32D_0000210063B5__INCLUDED_)