RemoteRecordPlanConfig.h 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. #if !defined(AFX_REMOTERECORDPLANCONFIG_H__CD236ABB_4422_4506_A318_D908CD22C908__INCLUDED_)
  2. #define AFX_REMOTERECORDPLANCONFIG_H__CD236ABB_4422_4506_A318_D908CD22C908__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // RemoteRecordPlanConfig.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CRemoteRecordPlanConfig dialog
  10. class CRemoteRecordPlanConfig : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CRemoteRecordPlanConfig(CWnd* pParent = NULL); // standard constructor
  15. int m_nDate;
  16. int m_nCopyDate;
  17. void EnableControl(BOOL bEnable);
  18. BOOL TimeTest();
  19. LPNET_DVR_RECORD serverrecordplan;
  20. // Dialog Data
  21. //{{AFX_DATA(CRemoteRecordPlanConfig)
  22. enum { IDD = IDD_DLG_REMOTERECORDPLAN };
  23. CComboBox m_RecordType4Ctrl;
  24. CComboBox m_RecordType3Ctrl;
  25. CComboBox m_RecordType2Ctrl;
  26. CComboBox m_RecordType1Ctrl;
  27. CComboBox m_CopyDayCtrl;
  28. CComboBox m_WeekDayCtrl;
  29. CComboBox m_AllDayTypeCtrl;
  30. BOOL m_AllDayRecord;
  31. int m_iHour11;
  32. int m_iHour12;
  33. int m_iHour21;
  34. int m_iHour22;
  35. int m_iHour31;
  36. int m_iHour32;
  37. int m_iHour41;
  38. int m_iHour42;
  39. int m_iMin11;
  40. int m_iMin21;
  41. int m_iMin12;
  42. int m_iMin22;
  43. int m_iMin31;
  44. int m_iMin32;
  45. int m_iMin41;
  46. int m_iMin42;
  47. //}}AFX_DATA
  48. // Overrides
  49. // ClassWizard generated virtual function overrides
  50. //{{AFX_VIRTUAL(CRemoteRecordPlanConfig)
  51. protected:
  52. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  53. //}}AFX_VIRTUAL
  54. // Implementation
  55. protected:
  56. // Generated message map functions
  57. //{{AFX_MSG(CRemoteRecordPlanConfig)
  58. afx_msg void OnButreccopy();
  59. virtual BOOL OnInitDialog();
  60. afx_msg void OnChecallday();
  61. afx_msg void OnSelchangeComboweekday();
  62. afx_msg void OnSelchangeCopyweekday();
  63. afx_msg void OnRemrecok();
  64. afx_msg void OnExit();
  65. virtual void OnCancel();
  66. //}}AFX_MSG
  67. DECLARE_MESSAGE_MAP()
  68. };
  69. //{{AFX_INSERT_LOCATION}}
  70. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  71. #endif // !defined(AFX_REMOTERECORDPLANCONFIG_H__CD236ABB_4422_4506_A318_D908CD22C908__INCLUDED_)