#if !defined(AFX_DLG_GETUSER_H__AC151FCE_4CD6_4EAA_8A96_22B1A481AF8D__INCLUDED_) #define AFX_DLG_GETUSER_H__AC151FCE_4CD6_4EAA_8A96_22B1A481AF8D__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DLG_GetUser.h : header file // ///////////////////////////////////////////////////////////////////////////// // DLG_GetUser dialog class DLG_GetUser : public CDialog { public: TCHAR m_szTitle[64]; BOOL m_bInit; BOOL m_bShowCount; // Construction public: void SetShowCount(BOOL bShow=true); void SetProcessTitle( TCHAR * pMsg ); void SetProcess( long lAll , long lCur ); DLG_GetUser(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(DLG_GetUser) enum { IDD = IDD_GETUSER }; CStatic m_S_Count; CProgressCtrl m_Process; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(DLG_GetUser) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(DLG_GetUser) virtual void OnCancel(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() public: afx_msg void OnTimer(UINT_PTR nIDEvent); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DLG_GETUSER_H__AC151FCE_4CD6_4EAA_8A96_22B1A481AF8D__INCLUDED_)