SetClientRecordPlan.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #if !defined(AFX_SETCLIENTRECORDPLAN_H__0A0DEAD7_B046_4E18_9AAC_43EDE94359B9__INCLUDED_)
  2. #define AFX_SETCLIENTRECORDPLAN_H__0A0DEAD7_B046_4E18_9AAC_43EDE94359B9__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SetClientRecordPlan.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSetClientRecordPlan dialog
  10. class CSetClientRecordPlan : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CSetClientRecordPlan(CWnd* pParent = NULL); // standard constructor
  15. BOOL m_bChanged;
  16. // Dialog Data
  17. //{{AFX_DATA(CSetClientRecordPlan)
  18. enum { IDD = IDD_DLG_LOCALRECORDPLAN };
  19. CComboBox m_CopyDateCtrl;
  20. CComboBox m_DateCtrl;
  21. int m_iHour11;
  22. int m_iHour12;
  23. int m_iHour21;
  24. int m_iHour22;
  25. int m_iHour31;
  26. int m_iHour32;
  27. int m_iHour41;
  28. int m_iHour42;
  29. int m_iMinute11;
  30. int m_iMinute12;
  31. int m_iMinute21;
  32. int m_iMinute22;
  33. int m_iMinute31;
  34. int m_iMinute32;
  35. int m_iMinute41;
  36. int m_iMinute42;
  37. //}}AFX_DATA
  38. // Overrides
  39. // ClassWizard generated virtual function overrides
  40. //{{AFX_VIRTUAL(CSetClientRecordPlan)
  41. protected:
  42. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  43. //}}AFX_VIRTUAL
  44. // Implementation
  45. protected:
  46. // Generated message map functions
  47. //{{AFX_MSG(CSetClientRecordPlan)
  48. virtual BOOL OnInitDialog();
  49. afx_msg void OnButreccopy();
  50. afx_msg void OnSelchangeComboweekday();
  51. afx_msg void OnLocalrecok();
  52. afx_msg void OnExit();
  53. virtual void OnCancel();
  54. //}}AFX_MSG
  55. DECLARE_MESSAGE_MAP()
  56. };
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59. #endif // !defined(AFX_SETCLIENTRECORDPLAN_H__0A0DEAD7_B046_4E18_9AAC_43EDE94359B9__INCLUDED_)