MatPassiveMode.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #if !defined(AFX_MATPASSIVEMODE_H__A3685463_FB02_4DF1_AE34_55F2ADC2786E__INCLUDED_)
  2. #define AFX_MATPASSIVEMODE_H__A3685463_FB02_4DF1_AE34_55F2ADC2786E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MatPassiveMode.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMatPassiveMode dialog
  10. class CMatPassiveMode : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CMatPassiveMode(CWnd* pParent = NULL); // standard constructor
  15. LONG m_lServerID;
  16. int m_iChannelnumber;
  17. LONG m_lStartChan;
  18. // Dialog Data
  19. //{{AFX_DATA(CMatPassiveMode)
  20. enum { IDD = IDD_DLG_MATPASSIVE };
  21. CComboBox m_ProtocolCombo;
  22. CComboBox m_DecChanCombo;
  23. short m_wListenPort;
  24. CString m_MCastIP;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CMatPassiveMode)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CMatPassiveMode)
  36. afx_msg void OnSet();
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnSelchangeComboprotocol();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_MATPASSIVEMODE_H__A3685463_FB02_4DF1_AE34_55F2ADC2786E__INCLUDED_)