www.pudn.com > 3DEDITOR.rar > IMPORTPROGRESS.H
#if !defined(AFX_IMPORTPROGRESS_H__57B45F5E_FFC6_4236_AA50_9E234B988E9F__INCLUDED_)
#define AFX_IMPORTPROGRESS_H__57B45F5E_FFC6_4236_AA50_9E234B988E9F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ImportProgress.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// ImportProgress dialog
class ImportProgress : public CDialog
{
// Construction
public:
ImportProgress(CWnd* pParent = NULL); // standard constructor
CWinThread *importthread;
scene *doc;
int stop;
// Dialog Data
//{{AFX_DATA(ImportProgress)
enum { IDD = IDD_IMPORTPROGRESS };
CProgressCtrl m_progress;
CStatic m_obj;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(ImportProgress)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(ImportProgress)
virtual void OnCancel();
afx_msg void OnClose();
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_IMPORTPROGRESS_H__57B45F5E_FFC6_4236_AA50_9E234B988E9F__INCLUDED_)