reportwzdpreview.h
来自「一个很好的VC++ 用ODBC编的」· C头文件 代码 · 共 53 行
H
53 行
#if !defined(AFX_REPORTWZDPREVIEW_H__88F91637_4BD0_430D_B0E9_CB8470292718__INCLUDED_)
#define AFX_REPORTWZDPREVIEW_H__88F91637_4BD0_430D_B0E9_CB8470292718__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ReportWzdPreview.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CReportWzdPreview dialog
class CReportWzdPreview : public CPropertyPage
{
DECLARE_DYNCREATE(CReportWzdPreview)
// Construction
public:
CReportWzdPreview();
~CReportWzdPreview();
// Dialog Data
//{{AFX_DATA(CReportWzdPreview)
enum { IDD = IDD_WZDPREVIEW };
CString m_strReportInfo;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CReportWzdPreview)
public:
virtual BOOL OnSetActive();
virtual BOOL OnWizardFinish();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CReportWzdPreview)
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_REPORTWZDPREVIEW_H__88F91637_4BD0_430D_B0E9_CB8470292718__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?