📄 clientsaletotal.h
字号:
#if !defined(AFX_CLIENTSALETOTAL_H__4A4FE643_3FBE_4C6E_BCE3_D9D1C1C0DB92__INCLUDED_)
#define AFX_CLIENTSALETOTAL_H__4A4FE643_3FBE_4C6E_BCE3_D9D1C1C0DB92__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ClientSaleTotal.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CClientSaleTotal dialog
class CClientSaleTotal : public CDialog
{
// Construction
public:
CClientSaleTotal(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CClientSaleTotal)
enum { IDD = IDD_CLIENTSALETOTAL_DIALOG };
CComboBox m_clientNameCombo;
COleDateTime m_dateBegin;
COleDateTime m_dateEnd;
CString m_clientName;
CString m_summary;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CClientSaleTotal)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CClientSaleTotal)
afx_msg void OnAnalysis();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CLIENTSALETOTAL_H__4A4FE643_3FBE_4C6E_BCE3_D9D1C1C0DB92__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -