MatColumn.h 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. #if !defined(AFX_MATCOLUMN_H__3DBB3C98_1237_48AD_AC13_55AB6C3123A4__INCLUDED_)
  2. #define AFX_MATCOLUMN_H__3DBB3C98_1237_48AD_AC13_55AB6C3123A4__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MatColumn.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMatColumn dialog
  10. class CMatColumn : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CMatColumn(CWnd* pParent = NULL); // standard constructor
  15. int m_iChannelnumber;
  16. LONG m_lServerID;
  17. LONG m_lStartChan;
  18. int m_iColumnNum;
  19. int m_iColumnNum1;
  20. int m_iSelChan;
  21. // NET_DVR_MATRIX_COLUMN_ELEMENT stru;
  22. // Dialog Data
  23. //{{AFX_DATA(CMatColumn)
  24. enum { IDD = IDD_DLG_MATCOLUMN };
  25. CListCtrl m_list1;
  26. CListCtrl m_List;
  27. int m_GlobalChan;
  28. int m_LocalChan;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CMatColumn)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CMatColumn)
  40. virtual void OnCancel();
  41. virtual void OnOK();
  42. virtual BOOL OnInitDialog();
  43. afx_msg void OnButexit();
  44. afx_msg void OnButlocalset();
  45. afx_msg void OnButlocalget();
  46. afx_msg void OnButglobalget();
  47. afx_msg void OnButsave();
  48. afx_msg void OnSelchangeComchan2();
  49. //}}AFX_MSG
  50. DECLARE_MESSAGE_MAP()
  51. };
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_MATCOLUMN_H__3DBB3C98_1237_48AD_AC13_55AB6C3123A4__INCLUDED_)