DlgPlots.h
上传用户:gnaf34
上传日期:2022-04-22
资源大小:1657k
文件大小:1k
- #if !defined(AFX_DLGPLOTS_H__90EDA70E_6340_4492_B86E_A8A29E4865E5__INCLUDED_)
- #define AFX_DLGPLOTS_H__90EDA70E_6340_4492_B86E_A8A29E4865E5__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DlgPlots.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // DlgPlots dialog
- class DlgPlots : public CDialog
- {
- // Construction
- public:
- DlgPlots(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(DlgPlots)
- enum { IDD = IDD_STATISTICSPLOT };
- CStatic m_image;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(DlgPlots)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(DlgPlots)
- afx_msg void OnLatency();
- afx_msg void OnPacketloss();
- afx_msg void OnJitter();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLGPLOTS_H__90EDA70E_6340_4492_B86E_A8A29E4865E5__INCLUDED_)