123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- #if !defined(AFX_REMOTERECORDPLANCONFIG_H__CD236ABB_4422_4506_A318_D908CD22C908__INCLUDED_)
- #define AFX_REMOTERECORDPLANCONFIG_H__CD236ABB_4422_4506_A318_D908CD22C908__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // RemoteRecordPlanConfig.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CRemoteRecordPlanConfig dialog
- class CRemoteRecordPlanConfig : public CDialog
- {
- // Construction
- public:
- CRemoteRecordPlanConfig(CWnd* pParent = NULL); // standard constructor
- int m_nDate;
- int m_nCopyDate;
- void EnableControl(BOOL bEnable);
- BOOL TimeTest();
- LPNET_DVR_RECORD serverrecordplan;
- // Dialog Data
- //{{AFX_DATA(CRemoteRecordPlanConfig)
- enum { IDD = IDD_DLG_REMOTERECORDPLAN };
- CComboBox m_RecordType4Ctrl;
- CComboBox m_RecordType3Ctrl;
- CComboBox m_RecordType2Ctrl;
- CComboBox m_RecordType1Ctrl;
- CComboBox m_CopyDayCtrl;
- CComboBox m_WeekDayCtrl;
- CComboBox m_AllDayTypeCtrl;
- BOOL m_AllDayRecord;
- int m_iHour11;
- int m_iHour12;
- int m_iHour21;
- int m_iHour22;
- int m_iHour31;
- int m_iHour32;
- int m_iHour41;
- int m_iHour42;
- int m_iMin11;
- int m_iMin21;
- int m_iMin12;
- int m_iMin22;
- int m_iMin31;
- int m_iMin32;
- int m_iMin41;
- int m_iMin42;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CRemoteRecordPlanConfig)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CRemoteRecordPlanConfig)
- afx_msg void OnButreccopy();
- virtual BOOL OnInitDialog();
- afx_msg void OnChecallday();
- afx_msg void OnSelchangeComboweekday();
- afx_msg void OnSelchangeCopyweekday();
- afx_msg void OnRemrecok();
- afx_msg void OnExit();
- virtual void OnCancel();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_REMOTERECORDPLANCONFIG_H__CD236ABB_4422_4506_A318_D908CD22C908__INCLUDED_)
|