MatCenter.h 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. #if !defined(AFX_MATCENTER_H__92867694_13CE_458E_A268_F0870AC70176__INCLUDED_)
  2. #define AFX_MATCENTER_H__92867694_13CE_458E_A268_F0870AC70176__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MatCenter.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMatCenter dialog
  10. class CMatCenter : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CMatCenter(CWnd* pParent = NULL); // standard constructor
  15. int m_iChannelnumber;
  16. LONG m_lServerID;
  17. LONG m_lStartChan;
  18. // Dialog Data
  19. //{{AFX_DATA(CMatCenter)
  20. enum { IDD = IDD_DLG_MATCENTER };
  21. CComboBox m_IsolatedCtrl;
  22. CComboBox m_ProCtrl;
  23. CString m_Ip;
  24. int m_Port;
  25. CString m_UserName;
  26. CString m_UserPSW;
  27. CString m_Ip1;
  28. int m_Port1;
  29. int m_Port2;
  30. CString m_UserName1;
  31. CString m_UserName2;
  32. CString m_UserPSW1;
  33. CString m_UserPSW2;
  34. BOOL m_CtrlMedia1;
  35. BOOL m_CtrlMedia2;
  36. BOOL m_CtrlMedia3;
  37. BOOL m_CtrlMedia4;
  38. //}}AFX_DATA
  39. // Overrides
  40. // ClassWizard generated virtual function overrides
  41. //{{AFX_VIRTUAL(CMatCenter)
  42. protected:
  43. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  44. //}}AFX_VIRTUAL
  45. // Implementation
  46. protected:
  47. // Generated message map functions
  48. //{{AFX_MSG(CMatCenter)
  49. virtual BOOL OnInitDialog();
  50. virtual void OnCancel();
  51. virtual void OnOK();
  52. afx_msg void OnButget();
  53. afx_msg void OnButset();
  54. afx_msg void OnButset1();
  55. afx_msg void OnButget2();
  56. afx_msg void OnButexit();
  57. //}}AFX_MSG
  58. DECLARE_MESSAGE_MAP()
  59. };
  60. //{{AFX_INSERT_LOCATION}}
  61. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  62. #endif // !defined(AFX_MATCENTER_H__92867694_13CE_458E_A268_F0870AC70176__INCLUDED_)