1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- #if !defined(AFX_MATMANULINK_H__91BF59D6_B928_4A81_A8DC_FCD50EA6664B__INCLUDED_)
- #define AFX_MATMANULINK_H__91BF59D6_B928_4A81_A8DC_FCD50EA6664B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MatManuLink.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMatManuLink dialog
- class CMatManuLink : public CDialog
- {
- // Construction
- public:
- CMatManuLink(CWnd* pParent = NULL); // standard constructor
- int m_iChannelnumber;
- LONG m_lServerID;
- LONG m_lStartChan;
- // Dialog Data
- //{{AFX_DATA(CMatManuLink)
- enum { IDD = IDD_DLG_MANULINK };
- CComboBox m_PlayCtrl;
- CString m_ChanName;
- int m_ChanNum;
- CString m_FileNAme;
- int m_MatRow;
- int m_TVNum;
- CTime m_ctDateStart;
- CTime m_ctDateStop;
- CTime m_ctTimeStart;
- CTime m_ctTimeStop;
- int m_DispChanNum;
- int m_Time;
- int m_TVNum2;
- int m_DispChanNum2;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMatManuLink)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMatManuLink)
- virtual void OnCancel();
- virtual void OnOK();
- virtual BOOL OnInitDialog();
- afx_msg void OnButstartdec();
- afx_msg void OnButstopdec();
- afx_msg void OnButunregloop();
- afx_msg void OnButgetregloop();
- afx_msg void OnButexit();
- afx_msg void OnButstoploop();
- afx_msg void OnButstartloop();
- afx_msg void OnButsetdec();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MATMANULINK_H__91BF59D6_B928_4A81_A8DC_FCD50EA6664B__INCLUDED_)
|