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


#if !defined(AFX_COMPILEDIALOG_H__08700023_DDB8_4D01_AC2D_8D4A935EEF91__INCLUDED_) 
#define AFX_COMPILEDIALOG_H__08700023_DDB8_4D01_AC2D_8D4A935EEF91__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Compiledialog.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CCompileDialog dialog 
 
class CCompileDialog : public CDialog 
{ 
// Construction 
public: 
	CCompileDialog(CWnd* pParent = NULL);   // standard constructor 
    int m_nMax,m_nStep; 
// Dialog Data 
	//{{AFX_DATA(CCompileDialog) 
	    enum { IDD = IDD_COMPILE_DIALOG }; 
	    CString	m_fData; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CCompileDialog) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
    virtual BOOL OnInitDialog(); 
	// Generated message map functions 
	//{{AFX_MSG(CCompileDialog) 
		afx_msg void OnTimer(UINT nIDEvent); 
    //}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_COMPILEDIALOG_H__08700023_DDB8_4D01_AC2D_8D4A935EEF91__INCLUDED_)