12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- #if !defined(AFX_MATCOLUMN_H__3DBB3C98_1237_48AD_AC13_55AB6C3123A4__INCLUDED_)
- #define AFX_MATCOLUMN_H__3DBB3C98_1237_48AD_AC13_55AB6C3123A4__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MatColumn.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMatColumn dialog
- class CMatColumn : public CDialog
- {
- // Construction
- public:
- CMatColumn(CWnd* pParent = NULL); // standard constructor
- int m_iChannelnumber;
- LONG m_lServerID;
- LONG m_lStartChan;
- int m_iColumnNum;
- int m_iColumnNum1;
- int m_iSelChan;
- // NET_DVR_MATRIX_COLUMN_ELEMENT stru;
- // Dialog Data
- //{{AFX_DATA(CMatColumn)
- enum { IDD = IDD_DLG_MATCOLUMN };
- CListCtrl m_list1;
- CListCtrl m_List;
- int m_GlobalChan;
- int m_LocalChan;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMatColumn)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMatColumn)
- virtual void OnCancel();
- virtual void OnOK();
- virtual BOOL OnInitDialog();
- afx_msg void OnButexit();
- afx_msg void OnButlocalset();
- afx_msg void OnButlocalget();
- afx_msg void OnButglobalget();
- afx_msg void OnButsave();
- afx_msg void OnSelchangeComchan2();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MATCOLUMN_H__3DBB3C98_1237_48AD_AC13_55AB6C3123A4__INCLUDED_)
|