📄 daystaticspage.h
字号:
//{{AFX_INCLUDES()
#include "msflexgrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_DAYSTATICSPAGE_H__9897025F_FAF8_4E05_B4C8_893FAE1C71E6__INCLUDED_)
#define AFX_DAYSTATICSPAGE_H__9897025F_FAF8_4E05_B4C8_893FAE1C71E6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DayStaticsPage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDayStaticsPage dialog
class CDayStaticsPage : public CPropertyPage
{
DECLARE_DYNCREATE(CDayStaticsPage)
// Construction
public:
CDayStaticsPage();
~CDayStaticsPage();
CString strEndTime2,strStartTime2;
void ReadFromDb();
int nDiffGridLine;
// Dialog Data
//{{AFX_DATA(CDayStaticsPage)
enum { IDD = IDD_DIALOG_DAY_PAGE };
CMSFlexGrid m_DayGrid;
COleDateTime m_strStartTime2;
COleDateTime m_strEndTime2;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CDayStaticsPage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDayStaticsPage)
virtual BOOL OnInitDialog();
afx_msg void OnDiffCount();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DAYSTATICSPAGE_H__9897025F_FAF8_4E05_B4C8_893FAE1C71E6__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -