AddMMSDlg.h
上传用户:liguizhu
上传日期:2015-11-01
资源大小:2422k
文件大小:2k
源码类别:

P2P编程

开发平台:

Visual C++

  1. /*
  2.  *  Openmysee
  3.  *
  4.  *  This program is free software; you can redistribute it and/or modify
  5.  *  it under the terms of the GNU General Public License as published by
  6.  *  the Free Software Foundation; either version 2 of the License, or
  7.  *  (at your option) any later version.
  8.  *
  9.  *  This program is distributed in the hope that it will be useful,
  10.  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12.  *  GNU General Public License for more details.
  13.  *
  14.  *  You should have received a copy of the GNU General Public License
  15.  *  along with this program; if not, write to the Free Software
  16.  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  17.  *
  18.  */
  19. #if !defined(AFX_ADDMMSDLG_H__7C3DAE20_F068_4F91_8F6E_A7638CB9B001__INCLUDED_)
  20. #define AFX_ADDMMSDLG_H__7C3DAE20_F068_4F91_8F6E_A7638CB9B001__INCLUDED_
  21. #if _MSC_VER > 1000
  22. #pragma once
  23. #endif // _MSC_VER > 1000
  24. // AddMMSDlg.h : header file
  25. //
  26. #include "mmspool.h"
  27. #include "HistoryCombo.h"
  28. /////////////////////////////////////////////////////////////////////////////
  29. // CAddMMSDlg dialog
  30. class CAddMMSDlg : public CDialog
  31. {
  32. // Construction
  33. public:
  34. CAddMMSDlg(CMMSPool *pMMSPool, CWnd* pParent = NULL);   // standard constructor
  35.     CString  m_strs;
  36. // Dialog Data
  37. //{{AFX_DATA(CAddMMSDlg)
  38. enum { IDD = IDD_DLG_ADDNEWMMS };
  39. CString m_strAddr;
  40. CString m_strChannel;
  41. //CHistoryCombo m_comboItems;
  42. CHistoryCombo m_mcomboItems;
  43. BOOL m_bAddCurItemOnClose;
  44. // BOOL    m_bDeleteRegEntriesOnClear;
  45. BOOL    m_BDeleteRegEntriesOnClear;
  46. //}}AFX_DATA
  47. // Overrides
  48. // ClassWizard generated virtual function overrides
  49. //{{AFX_VIRTUAL(CAddMMSDlg)
  50. protected:
  51. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  52. //}}AFX_VIRTUAL
  53. // Implementation
  54. public:
  55. CMMSPool *m_pMMSPool;
  56.      //CString   str;
  57. // Generated message map functions
  58. //{{AFX_MSG(CAddMMSDlg)
  59. virtual void OnOK();
  60. virtual BOOL OnInitDialog();
  61. afx_msg void OnBtnClearHistory2();
  62. //}}AFX_MSG
  63. DECLARE_MESSAGE_MAP()
  64. };
  65. //{{AFX_INSERT_LOCATION}}
  66. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  67. #endif // !defined(AFX_ADDMMSDLG_H__7C3DAE20_F068_4F91_8F6E_A7638CB9B001__INCLUDED_)