📄 dayreport.h
字号:
//{{AFX_INCLUDES()
#include "msflexgrid.h"
#include "Search.h" // Added by ClassView
//}}AFX_INCLUDES
#if !defined(AFX_DAYREPORT_H__8C2C53E0_6468_11D6_879B_005004BB527C__INCLUDED_)
#define AFX_DAYREPORT_H__8C2C53E0_6468_11D6_879B_005004BB527C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Dayreport.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDayreport dialog
typedef struct t_SATISTIC
{
int local1;
double local2;
int china1;
double china2;
int hongkong1;
double hongkong2;
int inter1;
double inter2;
CString gonghao;
CString name;
CString Day;
} STATISTIC;
class CDayreport : public CDialog
{
// Construction
public:
STATISTIC m_Statis;
CDayreport(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDayreport)
enum { IDD = IDD_DIALOG_DAYREPORT };
CMSFlexGrid m_User;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDayreport)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDayreport)
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CDaoDatabase m_pDB;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DAYREPORT_H__8C2C53E0_6468_11D6_879B_005004BB527C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -