SearchAddDlg.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_SEARCHADDDLG_H__8ADABA11_75D3_4216_B37C_D0D6A96588D9__INCLUDED_)
  12. #define AFX_SEARCHADDDLG_H__8ADABA11_75D3_4216_B37C_D0D6A96588D9__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. // SearchAddDlg.h : header file
  17. //
  18. #include "icqtypes.h"
  19. #include "AnimPic.h"
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CSearchAddDlg dialog
  22. class CSearchAddDlg : public CPropertyPage
  23. {
  24. DECLARE_DYNCREATE(CSearchAddDlg)
  25. // Construction
  26. public:
  27. CSearchAddDlg();
  28. ~CSearchAddDlg();
  29. void onAddFriendReply(uint8 result);
  30. void onRecvMessage(uint8 type, const char *text);
  31. void onAck(uint32 seq);
  32. // Dialog Data
  33. //{{AFX_DATA(CSearchAddDlg)
  34. enum { IDD = IDD_SEARCH_ADD };
  35. CAnimPic m_ctlAnim;
  36. //}}AFX_DATA
  37. // Overrides
  38. // ClassWizard generate virtual function overrides
  39. //{{AFX_VIRTUAL(CSearchAddDlg)
  40. public:
  41. virtual BOOL OnSetActive();
  42. virtual BOOL OnWizardFinish();
  43. protected:
  44. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  45. //}}AFX_VIRTUAL
  46. // Implementation
  47. protected:
  48. // Generated message map functions
  49. //{{AFX_MSG(CSearchAddDlg)
  50. afx_msg void OnSendRequest();
  51. //}}AFX_MSG
  52. DECLARE_MESSAGE_MAP()
  53. };
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_SEARCHADDDLG_H__8ADABA11_75D3_4216_B37C_D0D6A96588D9__INCLUDED_)