1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- #if !defined(AFX_MATROW_H__C6E6F41B_7E88_43CD_AFF3_2B6AE084396D__INCLUDED_)
- #define AFX_MATROW_H__C6E6F41B_7E88_43CD_AFF3_2B6AE084396D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MatRow.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMatRow dialog
- class CMatRow : public CDialog
- {
- // Construction
- public:
- CMatRow(CWnd* pParent = NULL); // standard constructor
- int m_iChannelnumber;
- LONG m_lServerID;
- LONG m_lStartChan;
- int m_nChanSel;
- int m_iRowNum;
- // Dialog Data
- //{{AFX_DATA(CMatRow)
- enum { IDD = IDD_DLG_MATROW };
- CComboBox m_DecChanCtrl;
- CComboBox m_TypeCtrl;
- CComboBox m_ProtocalCtrl;
- CComboBox m_ChanCtrl;
- CListCtrl m_List;
- CString m_UserPSW;
- CString m_UserName;
- int m_Port;
- CString m_Ip;
- CString m_ChanName;
- int m_RowNUM;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMatRow)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMatRow)
- virtual void OnCancel();
- virtual void OnOK();
- virtual BOOL OnInitDialog();
- afx_msg void OnButdecstart();
- afx_msg void OnButdecstop();
- afx_msg void OnButgetrow();
- afx_msg void OnButano();
- afx_msg void OnButao();
- afx_msg void OnButexit();
- afx_msg void OnRclickList1(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnButdel();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MATROW_H__C6E6F41B_7E88_43CD_AFF3_2B6AE084396D__INCLUDED_)
|