ModifyDetailDlg.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_MODIFYDETAILDLG_H__50422B95_1A70_40B8_8268_2A944F52D9DE__INCLUDED_)
  12. #define AFX_MODIFYDETAILDLG_H__50422B95_1A70_40B8_8268_2A944F52D9DE__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. // ModifyDetailDlg.h : header file
  17. //
  18. #include "icqwindow.h"
  19. #include "DetailBasicDlg.h"
  20. #include "DetailCommDlg.h"
  21. #include "DetailMiscDlg.h"
  22. #include "DetailAuthDlg.h"
  23. /////////////////////////////////////////////////////////////////////////////
  24. // CModifyDetailDlg
  25. class CModifyDetailDlg : public CPropertySheet, public IcqWindow
  26. {
  27. DECLARE_DYNAMIC(CModifyDetailDlg)
  28. // Construction
  29. public:
  30. CModifyDetailDlg();
  31. void onAck(uint32 seq);
  32. void onSendError(uint32 seq);
  33. BOOL Create(CWnd *pParentWnd = NULL);
  34. void setData();
  35. void getData(IcqUser &user);
  36. void enableAll(BOOL enable = TRUE);
  37. // Attributes
  38. private:
  39. CDetailBasicDlg basicPage;
  40. CDetailCommDlg commPage;
  41. CDetailMiscDlg miscPage;
  42. CDetailAuthDlg authPage;
  43. // Operations
  44. public:
  45. // Overrides
  46. // ClassWizard generated virtual function overrides
  47. //{{AFX_VIRTUAL(CModifyDetailDlg)
  48. protected:
  49. virtual void PostNcDestroy();
  50. //}}AFX_VIRTUAL
  51. // Implementation
  52. public:
  53. virtual ~CModifyDetailDlg();
  54. // Generated message map functions
  55. protected:
  56. void OnModify();
  57. //{{AFX_MSG(CModifyDetailDlg)
  58. // NOTE - the ClassWizard will add and remove member functions here.
  59. //}}AFX_MSG
  60. DECLARE_MESSAGE_MAP()
  61. };
  62. /////////////////////////////////////////////////////////////////////////////
  63. //{{AFX_INSERT_LOCATION}}
  64. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  65. #endif // !defined(AFX_MODIFYDETAILDLG_H__50422B95_1A70_40B8_8268_2A944F52D9DE__INCLUDED_)