MatRow.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. #if !defined(AFX_MATROW_H__C6E6F41B_7E88_43CD_AFF3_2B6AE084396D__INCLUDED_)
  2. #define AFX_MATROW_H__C6E6F41B_7E88_43CD_AFF3_2B6AE084396D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MatRow.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMatRow dialog
  10. class CMatRow : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CMatRow(CWnd* pParent = NULL); // standard constructor
  15. int m_iChannelnumber;
  16. LONG m_lServerID;
  17. LONG m_lStartChan;
  18. int m_nChanSel;
  19. int m_iRowNum;
  20. // Dialog Data
  21. //{{AFX_DATA(CMatRow)
  22. enum { IDD = IDD_DLG_MATROW };
  23. CComboBox m_DecChanCtrl;
  24. CComboBox m_TypeCtrl;
  25. CComboBox m_ProtocalCtrl;
  26. CComboBox m_ChanCtrl;
  27. CListCtrl m_List;
  28. CString m_UserPSW;
  29. CString m_UserName;
  30. int m_Port;
  31. CString m_Ip;
  32. CString m_ChanName;
  33. int m_RowNUM;
  34. //}}AFX_DATA
  35. // Overrides
  36. // ClassWizard generated virtual function overrides
  37. //{{AFX_VIRTUAL(CMatRow)
  38. protected:
  39. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  40. //}}AFX_VIRTUAL
  41. // Implementation
  42. protected:
  43. // Generated message map functions
  44. //{{AFX_MSG(CMatRow)
  45. virtual void OnCancel();
  46. virtual void OnOK();
  47. virtual BOOL OnInitDialog();
  48. afx_msg void OnButdecstart();
  49. afx_msg void OnButdecstop();
  50. afx_msg void OnButgetrow();
  51. afx_msg void OnButano();
  52. afx_msg void OnButao();
  53. afx_msg void OnButexit();
  54. afx_msg void OnRclickList1(NMHDR* pNMHDR, LRESULT* pResult);
  55. afx_msg void OnButdel();
  56. //}}AFX_MSG
  57. DECLARE_MESSAGE_MAP()
  58. };
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  61. #endif // !defined(AFX_MATROW_H__C6E6F41B_7E88_43CD_AFF3_2B6AE084396D__INCLUDED_)