1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- #if !defined(AFX_SETCLIENTRECORDPLAN_H__0A0DEAD7_B046_4E18_9AAC_43EDE94359B9__INCLUDED_)
- #define AFX_SETCLIENTRECORDPLAN_H__0A0DEAD7_B046_4E18_9AAC_43EDE94359B9__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SetClientRecordPlan.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CSetClientRecordPlan dialog
- class CSetClientRecordPlan : public CDialog
- {
- // Construction
- public:
- CSetClientRecordPlan(CWnd* pParent = NULL); // standard constructor
- BOOL m_bChanged;
- // Dialog Data
- //{{AFX_DATA(CSetClientRecordPlan)
- enum { IDD = IDD_DLG_LOCALRECORDPLAN };
- CComboBox m_CopyDateCtrl;
- CComboBox m_DateCtrl;
- 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_iMinute11;
- int m_iMinute12;
- int m_iMinute21;
- int m_iMinute22;
- int m_iMinute31;
- int m_iMinute32;
- int m_iMinute41;
- int m_iMinute42;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSetClientRecordPlan)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CSetClientRecordPlan)
- virtual BOOL OnInitDialog();
- afx_msg void OnButreccopy();
- afx_msg void OnSelchangeComboweekday();
- afx_msg void OnLocalrecok();
- 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_SETCLIENTRECORDPLAN_H__0A0DEAD7_B046_4E18_9AAC_43EDE94359B9__INCLUDED_)
|