www.pudn.com > JingXiang-Design-Jeff.rar > ForTimeSelect.h
#if !defined(AFX_FORTIMESELECT_H__09A1A660_45AB_11D4_A611_A34563461008__INCLUDED_)
#define AFX_FORTIMESELECT_H__09A1A660_45AB_11D4_A611_A34563461008__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ForTimeSelect.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// ForTimeSelect dialog
class ForTimeSelect : public CDialog
{
// Construction
public:
ForTimeSelect(CWnd* pParent = NULL); // standard constructor
CSpinButtonCtrl* pSpin_;
// Dialog Data
//{{AFX_DATA(ForTimeSelect)
enum { IDD = IDD_SELLECT_TIMES };
int m_Times;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(ForTimeSelect)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(ForTimeSelect)
virtual BOOL OnInitDialog();
afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
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_FORTIMESELECT_H__09A1A660_45AB_11D4_A611_A34563461008__INCLUDED_)