www.pudn.com > 数控仿真与网络控制系统.rar > InsertTimeDateDialog.h


#if !defined(AFX_INSERTTIMEDATEDIALOG_H__30E47241_4ED7_11D4_8F58_006008B13CA9__INCLUDED_) 
#define AFX_INSERTTIMEDATEDIALOG_H__30E47241_4ED7_11D4_8F58_006008B13CA9__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// InsertTimeDateDialog.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CInsertTimeDateDialog dialog 
 
class CInsertTimeDateDialog : public CDialog 
{ 
// Construction 
public: 
	CInsertTimeDateDialog(CWnd* pParent = NULL);   // standard constructor 
	CString MonthFromInt(int Month); 
	CString DayFromInt(int Day); 
	void InsertTimeDate(CString WhatTime); 
// Dialog Data 
	//{{AFX_DATA(CInsertTimeDateDialog) 
	enum { IDD = IDD_INSERTTIME_DIALOG }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CInsertTimeDateDialog) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CInsertTimeDateDialog) 
	virtual void OnOK(); 
	virtual void OnCancel(); 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnDblclkFormats(); 
	afx_msg void OnSelchangeFormats(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_INSERTTIMEDATEDIALOG_H__30E47241_4ED7_11D4_8F58_006008B13CA9__INCLUDED_)