RegFinishDlg.h
上传用户:zslianheng
上传日期:2013-04-03
资源大小:946k
文件大小:2k
源码类别:

Linux/Unix编程

开发平台:

Visual C++

  1. /***************************************************************************
  2.  *                                                                         *
  3.  *   This program is free software; you can redistribute it and/or modify  *
  4.  *   it under the terms of the GNU General Public License as published by  *
  5.  *   the Free Software Foundation; either version 2 of the License, or     *
  6.  *   (at your option) any later version.                                   *
  7.  *                                                                         *
  8.  *   copyright            : (C) 2002 by Zhang Yong                         *
  9.  *   email                : z-yong163@163.com                              *
  10.  ***************************************************************************/
  11. #if !defined(AFX_REGFINISHDLG_H__9B4A1B54_08A2_42DB_9736_A89B502B077C__INCLUDED_)
  12. #define AFX_REGFINISHDLG_H__9B4A1B54_08A2_42DB_9736_A89B502B077C__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. // RegFinishDlg.h : header file
  17. //
  18. #include "icqtypes.h"
  19. #include "AnimPic.h"
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CRegFinishDlg dialog
  22. class CRegFinishDlg : public CPropertyPage
  23. {
  24. DECLARE_DYNCREATE(CRegFinishDlg)
  25. // Construction
  26. public:
  27. CRegFinishDlg();
  28. ~CRegFinishDlg();
  29. void onConnect(bool success);
  30. void onSendError(uint32 seq);
  31. void onNewUINReply(uint32 uin);
  32. void onContactListReply();
  33. void onLoginReply(uint8 error);
  34. void onTimeOut();
  35. void onHostFound(struct in_addr &addr);
  36. // Dialog Data
  37. //{{AFX_DATA(CRegFinishDlg)
  38. enum { IDD = IDD_REG_FINISH };
  39. CAnimPic m_anim;
  40. //}}AFX_DATA
  41. private:
  42. void resolveHost();
  43. // Overrides
  44. // ClassWizard generate virtual function overrides
  45. //{{AFX_VIRTUAL(CRegFinishDlg)
  46. public:
  47. virtual BOOL OnSetActive();
  48. virtual BOOL OnKillActive();
  49. protected:
  50. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  51. //}}AFX_VIRTUAL
  52. // Implementation
  53. protected:
  54. // Generated message map functions
  55. //{{AFX_MSG(CRegFinishDlg)
  56. //}}AFX_MSG
  57. DECLARE_MESSAGE_MAP()
  58. };
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  61. #endif // !defined(AFX_REGFINISHDLG_H__9B4A1B54_08A2_42DB_9736_A89B502B077C__INCLUDED_)