DelFriendDlg.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_DELFRIENDDLG_H__3625EB0D_357F_4E14_9F37_144299F592E1__INCLUDED_)
  12. #define AFX_DELFRIENDDLG_H__3625EB0D_357F_4E14_9F37_144299F592E1__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. // DelFriendDlg.h : header file
  17. //
  18. #include "icqwindow.h"
  19. #include "MyDlg.h"
  20. #include "AnimButton.h"
  21. /////////////////////////////////////////////////////////////////////////////
  22. // CDelFriendDlg dialog
  23. class CDelFriendDlg : public CMyDlg, public IcqWindow
  24. {
  25. // Construction
  26. public:
  27. CDelFriendDlg(uint32 uin, CWnd* pParent = NULL);   // standard constructor
  28. void onAck(uint32 seq);
  29. void onSendError(uint32 seq);
  30. // Dialog Data
  31. //{{AFX_DATA(CDelFriendDlg)
  32. enum { IDD = IDD_DEL_FRIEND };
  33. CAnimButton m_btnPic;
  34. //}}AFX_DATA
  35. // Overrides
  36. // ClassWizard generated virtual function overrides
  37. //{{AFX_VIRTUAL(CDelFriendDlg)
  38. protected:
  39. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  40. //}}AFX_VIRTUAL
  41. // Implementation
  42. protected:
  43. // Generated message map functions
  44. //{{AFX_MSG(CDelFriendDlg)
  45. afx_msg void OnDelFriend();
  46. virtual BOOL OnInitDialog();
  47. afx_msg void OnPic();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_DELFRIENDDLG_H__3625EB0D_357F_4E14_9F37_144299F592E1__INCLUDED_)