MatDynamicTest.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. #if !defined(AFX_MATDYNAMICTEST_H__7153FB2E_1558_4224_AA30_429CFA570960__INCLUDED_)
  2. #define AFX_MATDYNAMICTEST_H__7153FB2E_1558_4224_AA30_429CFA570960__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MatDynamicTest.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMatDynamicTest dialog
  10. class CMatDynamicTest : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CMatDynamicTest(CWnd* pParent = NULL); // standard constructor
  15. LONG m_lServerID;
  16. int m_iChannelnumber;
  17. LONG m_lStartChan;
  18. // Dialog Data
  19. //{{AFX_DATA(CMatDynamicTest)
  20. enum { IDD = IDD_DLG_MATDYNAMIC };
  21. CComboBox m_DecChanCombo;
  22. CComboBox m_TransModeCombo;
  23. CComboBox m_TransProtocolCombo;
  24. CString m_RemoteIP;
  25. short m_RemotePort;
  26. int m_RemoteSurveillace;
  27. CString m_RemoteUser;
  28. CString m_RemotePass;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CMatDynamicTest)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CMatDynamicTest)
  40. afx_msg void OnStartdynamic();
  41. afx_msg void OnStopdynamic();
  42. virtual BOOL OnInitDialog();
  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_MATDYNAMICTEST_H__7153FB2E_1558_4224_AA30_429CFA570960__INCLUDED_)