MatManuLink.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. #if !defined(AFX_MATMANULINK_H__91BF59D6_B928_4A81_A8DC_FCD50EA6664B__INCLUDED_)
  2. #define AFX_MATMANULINK_H__91BF59D6_B928_4A81_A8DC_FCD50EA6664B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MatManuLink.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMatManuLink dialog
  10. class CMatManuLink : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CMatManuLink(CWnd* pParent = NULL); // standard constructor
  15. int m_iChannelnumber;
  16. LONG m_lServerID;
  17. LONG m_lStartChan;
  18. // Dialog Data
  19. //{{AFX_DATA(CMatManuLink)
  20. enum { IDD = IDD_DLG_MANULINK };
  21. CComboBox m_PlayCtrl;
  22. CString m_ChanName;
  23. int m_ChanNum;
  24. CString m_FileNAme;
  25. int m_MatRow;
  26. int m_TVNum;
  27. CTime m_ctDateStart;
  28. CTime m_ctDateStop;
  29. CTime m_ctTimeStart;
  30. CTime m_ctTimeStop;
  31. int m_DispChanNum;
  32. int m_Time;
  33. int m_TVNum2;
  34. int m_DispChanNum2;
  35. //}}AFX_DATA
  36. // Overrides
  37. // ClassWizard generated virtual function overrides
  38. //{{AFX_VIRTUAL(CMatManuLink)
  39. protected:
  40. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  41. //}}AFX_VIRTUAL
  42. // Implementation
  43. protected:
  44. // Generated message map functions
  45. //{{AFX_MSG(CMatManuLink)
  46. virtual void OnCancel();
  47. virtual void OnOK();
  48. virtual BOOL OnInitDialog();
  49. afx_msg void OnButstartdec();
  50. afx_msg void OnButstopdec();
  51. afx_msg void OnButunregloop();
  52. afx_msg void OnButgetregloop();
  53. afx_msg void OnButexit();
  54. afx_msg void OnButstoploop();
  55. afx_msg void OnButstartloop();
  56. afx_msg void OnButsetdec();
  57. //}}AFX_MSG
  58. DECLARE_MESSAGE_MAP()
  59. };
  60. //{{AFX_INSERT_LOCATION}}
  61. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  62. #endif // !defined(AFX_MATMANULINK_H__91BF59D6_B928_4A81_A8DC_FCD50EA6664B__INCLUDED_)