www.pudn.com > seedesk.zip > SetTimeDlg.h
#if !defined(AFX_SETTIMEDLG_H__34AD5DA0_2CDD_4B04_AF37_901AC94B7D6B__INCLUDED_)
#define AFX_SETTIMEDLG_H__34AD5DA0_2CDD_4B04_AF37_901AC94B7D6B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetTimeDlg.h : header file
//
/***************************************************************************
* Module : *
*
* *
* Created by : ?? Date : 2004.9.12 *
* Modified by : Date : *
* *
* *
***************************************************************************/
/////////////////////////////////////////////////////////////////////////////
// CSetTimeDlg dialog
class CSetTimeDlg : public CDialog
{
// Construction
public:
CSetTimeDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSetTimeDlg)
enum { IDD = IDD_DIALOG2 };
int m_iTimer;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSetTimeDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSetTimeDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SETTIMEDLG_H__34AD5DA0_2CDD_4B04_AF37_901AC94B7D6B__INCLUDED_)