123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- #if !defined(AFX_MATCENTER_H__92867694_13CE_458E_A268_F0870AC70176__INCLUDED_)
- #define AFX_MATCENTER_H__92867694_13CE_458E_A268_F0870AC70176__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MatCenter.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMatCenter dialog
- class CMatCenter : public CDialog
- {
- // Construction
- public:
- CMatCenter(CWnd* pParent = NULL); // standard constructor
- int m_iChannelnumber;
- LONG m_lServerID;
- LONG m_lStartChan;
- // Dialog Data
- //{{AFX_DATA(CMatCenter)
- enum { IDD = IDD_DLG_MATCENTER };
- CComboBox m_IsolatedCtrl;
- CComboBox m_ProCtrl;
- CString m_Ip;
- int m_Port;
- CString m_UserName;
- CString m_UserPSW;
- CString m_Ip1;
- int m_Port1;
- int m_Port2;
- CString m_UserName1;
- CString m_UserName2;
- CString m_UserPSW1;
- CString m_UserPSW2;
- BOOL m_CtrlMedia1;
- BOOL m_CtrlMedia2;
- BOOL m_CtrlMedia3;
- BOOL m_CtrlMedia4;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMatCenter)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMatCenter)
- virtual BOOL OnInitDialog();
- virtual void OnCancel();
- virtual void OnOK();
- afx_msg void OnButget();
- afx_msg void OnButset();
- afx_msg void OnButset1();
- afx_msg void OnButget2();
- afx_msg void OnButexit();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MATCENTER_H__92867694_13CE_458E_A268_F0870AC70176__INCLUDED_)
|