📄 setclientrecordplan.h
字号:
#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();
virtual void OnOK();
//}}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_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -