BeaconClientDlg.h
上传用户:gnaf34
上传日期:2022-04-22
资源大小:1657k
文件大小:3k
- /*
- * BeaconClientDlg.h
- *
- * Header file
- *
- * Copyright (c) ITEC-Ohio, 2002.
- *
- * The contents of this file are subject to the Mozilla Public License
- * Version 1.0 (the "License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS"
- * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
- * the License for the specific language governing rights and limitations
- * under the License.
- *
- * The Original Code is Open H323 Library available at http://www.openh323.org
- * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
- *
- */
- #if !defined(AFX_BEACONCLIENTDLG_H__6386ECCD_8A62_45C0_AAD9_3C47136CF73A__INCLUDED_)
- #define AFX_BEACONCLIENTDLG_H__6386ECCD_8A62_45C0_AAD9_3C47136CF73A__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- //#include "SocketServer.h"
- /////////////////////////////////////////////////////////////////////////////
- // CBeaconClientDlg dialog
- class BeaconClient;
- class CBeaconClientDlg : public CDialog
- {
- // Construction
- public:
- CString GetTestSessionFolderName();
- int KillProcessByName(const char *);
- BOOL inCall;
- UINT nPort;
- CSocket* m_pSocket;
- BeaconClient *instance;
- CBeaconClientDlg(CWnd* pParent = NULL); // standard constructor
- void FillSafeArray(OLECHAR FAR* sz, int iRow, int iCol,
- COleSafeArray* sa);
- void StoreStatistics();
- void RemoveFile();
- //int GetTraceRouteFromServer();
- // Dialog Data
- //{{AFX_DATA(CBeaconClientDlg)
- enum { IDD = IDD_BEACONCLIENT_DIALOG };
- CStatic m_trafficlight;
- CComboBox m_call;
- CStatic m_beaconPicture;
- CMyTabCtrl m_tab1;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CBeaconClientDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
-
- // Generated message map functions
- //{{AFX_MSG(CBeaconClientDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnDestroy();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnButtonCall();
- virtual void OnCancel();
- afx_msg void OnSelchangeTabpages(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnEditchangeCombo1();
- afx_msg void OnButtonClear();
- afx_msg void OnAbout();
- afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- afx_msg void OnStatisticsplots();
- afx_msg void OnReport();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_BEACONCLIENTDLG_H__6386ECCD_8A62_45C0_AAD9_3C47136CF73A__INCLUDED_)