DecCfg.h 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. #if !defined(AFX_DECCFG_H__B36E6A5B_3930_4173_A630_1A7043E87589__INCLUDED_)
  2. #define AFX_DECCFG_H__B36E6A5B_3930_4173_A630_1A7043E87589__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DecCfg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDecCfg dialog
  10. class CDecCfg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDecCfg(CWnd* pParent = NULL); // standard constructor
  15. LONG m_lServerID;
  16. LONG m_lChannel;
  17. LONG m_lStartChan;
  18. NET_DVR_DECCFG Decoderinfo;
  19. LONG m_lSelWnd;
  20. LONG m_lSelDecNo;
  21. NET_DVR_PORTCFG TransPort;
  22. LONG m_lSelTrans;
  23. // Dialog Data
  24. //{{AFX_DATA(CDecCfg)
  25. enum { IDD = IDD_DLG_DECCFG };
  26. CComboBox m_ProTypeCtrl1;
  27. CComboBox m_ProTypeCtrl;
  28. CComboBox m_ctrl;
  29. CComboBox m_ChanCtrl2;
  30. CComboBox m_typeCtrl;
  31. CComboBox m_ChanCtrl1;
  32. CComboBox m_specnoctrl;
  33. CComboBox m_ProtCtrl1;
  34. CComboBox m_DVRTransCtrl;
  35. CComboBox m_transctrl;
  36. CComboBox m_ChanCtrl;
  37. CComboBox m_TimeCtrl;
  38. CComboBox m_ProtCtrl;
  39. CComboBox m_NumCtrl;
  40. CComboBox m_NoCtrl;
  41. CComboBox m_DecNumCtrl;
  42. CComboBox m_DecNoCtrl;
  43. BOOL m_bChk;
  44. CString m_Ip;
  45. int m_Port;
  46. CString m_UserName;
  47. CString m_Psw;
  48. BOOL m_bChkTrans;
  49. CString m_UserName1;
  50. CString m_Psw1;
  51. CString m_Ip2;
  52. CString m_Ip1;
  53. int m_Port2;
  54. int m_Port1;
  55. CString m_filename;
  56. CString m_Ip3;
  57. int m_Port3;
  58. CTime m_ctDateStart;
  59. CTime m_ctDateStop;
  60. CTime m_ctTimeStart;
  61. CTime m_ctTimeStop;
  62. CString m_UserName2;
  63. CString m_Psw2;
  64. //}}AFX_DATA
  65. // Overrides
  66. // ClassWizard generated virtual function overrides
  67. //{{AFX_VIRTUAL(CDecCfg)
  68. protected:
  69. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  70. //}}AFX_VIRTUAL
  71. // Implementation
  72. protected:
  73. // Generated message map functions
  74. //{{AFX_MSG(CDecCfg)
  75. virtual BOOL OnInitDialog();
  76. virtual void OnOK();
  77. virtual void OnCancel();
  78. afx_msg void OnSelchangeCombodecno();
  79. afx_msg void OnSelchangeCombono();
  80. afx_msg void OnButok();
  81. afx_msg void OnButexit();
  82. afx_msg void OnButchanok();
  83. afx_msg void OnButdecok();
  84. afx_msg void OnButstartdec();
  85. afx_msg void OnButstopdec();
  86. afx_msg void OnButscreen();
  87. afx_msg void OnButtransok();
  88. afx_msg void OnButtransok2();
  89. afx_msg void OnSelchangeCombo1();
  90. afx_msg void OnButctrldec1();
  91. afx_msg void OnButctrldec2();
  92. afx_msg void OnButctrldec3();
  93. afx_msg void OnButctrldec4();
  94. afx_msg void OnButctrl();
  95. afx_msg void OnButdefault();
  96. afx_msg void OnButstatus();
  97. //}}AFX_MSG
  98. DECLARE_MESSAGE_MAP()
  99. };
  100. //{{AFX_INSERT_LOCATION}}
  101. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  102. #endif // !defined(AFX_DECCFG_H__B36E6A5B_3930_4173_A630_1A7043E87589__INCLUDED_)