BeaconClientDlg.h
上传用户:gnaf34
上传日期:2022-04-22
资源大小:1657k
文件大小:3k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. /*
  2.  * BeaconClientDlg.h
  3.  *
  4.  * Header file
  5.  *
  6.  * Copyright (c) ITEC-Ohio, 2002.
  7.  *
  8.  * The contents of this file are subject to the Mozilla Public License
  9.  * Version 1.0 (the "License"); you may not use this file except in
  10.  * compliance with the License. You may obtain a copy of the License at
  11.  * http://www.mozilla.org/MPL/
  12.  *
  13.  * Software distributed under the License is distributed on an "AS IS"
  14.  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
  15.  * the License for the specific language governing rights and limitations
  16.  * under the License.
  17.  *
  18.  * The Original Code is Open H323 Library available at http://www.openh323.org
  19.  * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
  20.  *
  21.  */
  22. #if !defined(AFX_BEACONCLIENTDLG_H__6386ECCD_8A62_45C0_AAD9_3C47136CF73A__INCLUDED_)
  23. #define AFX_BEACONCLIENTDLG_H__6386ECCD_8A62_45C0_AAD9_3C47136CF73A__INCLUDED_
  24. #if _MSC_VER > 1000
  25. #pragma once
  26. #endif // _MSC_VER > 1000
  27. //#include "SocketServer.h"
  28. /////////////////////////////////////////////////////////////////////////////
  29. // CBeaconClientDlg dialog
  30. class BeaconClient;
  31. class CBeaconClientDlg : public CDialog
  32. {
  33. // Construction
  34. public:
  35. CString GetTestSessionFolderName();
  36. int KillProcessByName(const char *);
  37. BOOL inCall;
  38. UINT nPort;
  39. CSocket* m_pSocket;
  40. BeaconClient *instance;
  41. CBeaconClientDlg(CWnd* pParent = NULL); // standard constructor
  42. void FillSafeArray(OLECHAR FAR* sz, int iRow, int iCol,
  43.                          COleSafeArray* sa);
  44. void StoreStatistics();
  45. void RemoveFile();
  46. //int GetTraceRouteFromServer();
  47. // Dialog Data
  48. //{{AFX_DATA(CBeaconClientDlg)
  49. enum { IDD = IDD_BEACONCLIENT_DIALOG };
  50. CStatic m_trafficlight;
  51. CComboBox m_call;
  52. CStatic m_beaconPicture;
  53. CMyTabCtrl m_tab1;
  54. //}}AFX_DATA
  55. // ClassWizard generated virtual function overrides
  56. //{{AFX_VIRTUAL(CBeaconClientDlg)
  57. protected:
  58. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  59. //}}AFX_VIRTUAL
  60. // Implementation
  61. protected:
  62. HICON m_hIcon;
  63. // Generated message map functions
  64. //{{AFX_MSG(CBeaconClientDlg)
  65. virtual BOOL OnInitDialog();
  66. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  67. afx_msg void OnDestroy();
  68. afx_msg void OnPaint();
  69. afx_msg HCURSOR OnQueryDragIcon();
  70. afx_msg void OnButtonCall();
  71. virtual void OnCancel();
  72. afx_msg void OnSelchangeTabpages(NMHDR* pNMHDR, LRESULT* pResult);
  73. afx_msg void OnTimer(UINT nIDEvent);
  74. afx_msg void OnEditchangeCombo1();
  75. afx_msg void OnButtonClear();
  76. afx_msg void OnAbout();
  77. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  78. afx_msg void OnStatisticsplots();
  79. afx_msg void OnReport();
  80. //}}AFX_MSG
  81. DECLARE_MESSAGE_MAP()
  82. };
  83. //{{AFX_INSERT_LOCATION}}
  84. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  85. #endif // !defined(AFX_BEACONCLIENTDLG_H__6386ECCD_8A62_45C0_AAD9_3C47136CF73A__INCLUDED_)