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

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. //
  20. #if !defined(AFX_MMSSERVERDLG_H__4F2DF94F_A83A_4223_B814_9FDB3A80E9BE__INCLUDED_)
  21. #define AFX_MMSSERVERDLG_H__4F2DF94F_A83A_4223_B814_9FDB3A80E9BE__INCLUDED_
  22. #if _MSC_VER > 1000
  23. #pragma once
  24. #endif // _MSC_VER > 1000
  25. #ifndef SORTLISTCTRL_H
  26.         #include "SortListCtrl.h"
  27. #endif // SORTLISTCTRL_H
  28. #include "SystemTray.h"
  29. #include "mmspool.h"
  30. #include "MMSGraph.h"
  31. #include "addmmsdlg.h"
  32. // Added by ClassView
  33. /////////////////////////////////////////////////////////////////////////////
  34. // CMMSServerDlg dialog
  35. #define   WM_ICON_NOTIFY     WM_APP+10
  36. class CMMSServerDlg : public CDialog
  37. {
  38. // Construction
  39. public:
  40. // CMMSGraph m_MMSGraph;
  41. CMMSServerDlg(CWnd* pParent = NULL); // standard constructor
  42. // Dialog Data
  43. //{{AFX_DATA(CMMSServerDlg)
  44. enum { IDD = IDD_MMSSERVER_DIALOG };
  45. CButton m_Button;
  46. CSortListCtrl m_lstMMS;
  47. //}}AFX_DATA
  48. // ClassWizard generated virtual function overrides
  49. //{{AFX_VIRTUAL(CMMSServerDlg)
  50. protected:
  51. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  52. //}}AFX_VIRTUAL
  53. // Implementation
  54. protected:
  55. HICON m_hIcon;
  56. NOTIFYICONDATA m_ndData;    // show system tray
  57. CSystemTray m_TrayIcon;
  58. CMMSPool m_MMSPool;
  59. DWORD m_dwTimer;
  60.     int   m_Item;
  61. int    m_Index;
  62.  
  63.     // member variable in the listcontrol 
  64. CString name;
  65. CString superpeerIP;
  66. CString mmsadress;
  67. // Generated message map functions
  68. //{{AFX_MSG(CMMSServerDlg)
  69. virtual BOOL OnInitDialog();
  70. afx_msg void OnPaint();
  71. afx_msg HCURSOR OnQueryDragIcon();
  72. afx_msg void OnDestroy();
  73. afx_msg void OnMaximize();
  74. afx_msg void OnQuit();
  75. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  76. afx_msg void OnBtnAddMms();
  77. afx_msg void OnBtnPlay();
  78. afx_msg void OnBtnPause();
  79. afx_msg void OnBtnStop();
  80. afx_msg void OnTimer(UINT nIDEvent);
  81. afx_msg void OnBtnDeleteMms();
  82. afx_msg void OnClickListMms(NMHDR* pNMHDR, LRESULT* pResult);
  83. afx_msg void OnButtonEdit();
  84. //}}AFX_MSG
  85. DECLARE_MESSAGE_MAP()
  86. public :
  87. CString  m_strs;
  88. };
  89. //{{AFX_INSERT_LOCATION}}
  90. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  91. #endif // !defined(AFX_MMSSERVERDLG_H__4F2DF94F_A83A_4223_B814_9FDB3A80E9BE__INCLUDED_)