PerformanceDlg.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:2k
源码类别:

模拟服务器

开发平台:

C/C++

  1. #if !defined(AFX_PERFORMANCEDLG_H__B329E7E2_1429_4CB4_9D57_4F6880624BA6__INCLUDED_)
  2. #define AFX_PERFORMANCEDLG_H__B329E7E2_1429_4CB4_9D57_4F6880624BA6__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PerformanceDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPerformanceDlg dialog
  10. class CPerformanceDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. void GetAddress( BYTE& byField0, BYTE& byField1, BYTE& byField2, BYTE& byField3 );
  15. void SetAddress( LPCTSTR lpszAddress );
  16. CPerformanceDlg(CWnd* pParent = NULL);   // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CPerformanceDlg)
  19. enum { IDD = IDD_PREFERENCES };
  20. CIPAddressCtrl m_DBServerIPCtrl;
  21. short m_siDBServerPort;
  22. short m_siLocalPort;
  23. DWORD m_dwWaitTime;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CPerformanceDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. BYTE m_byField[4];
  34. // Generated message map functions
  35. //{{AFX_MSG(CPerformanceDlg)
  36. virtual void OnOK();
  37. virtual void OnCancel();
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnFieldchangedDbserverAddr(NMHDR* pNMHDR, LRESULT* pResult);
  40. afx_msg void OnChangeDbserverPort();
  41. afx_msg void OnChangeLocalPort();
  42. afx_msg void OnChangeWaittime();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_PERFORMANCEDLG_H__B329E7E2_1429_4CB4_9D57_4F6880624BA6__INCLUDED_)