📄 createbasicreportdlg.h
字号:
// CreateBasicReportDlg.h : header file
//
//{{AFX_INCLUDES()
#include "crystalreportviewer4.h"
//}}AFX_INCLUDES
#if !defined(AFX_CREATEBASICREPORTDLG_H__E21B1128_AB84_44A8_8722_0B49C5451DDC__INCLUDED_)
#define AFX_CREATEBASICREPORTDLG_H__E21B1128_AB84_44A8_8722_0B49C5451DDC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CCreateBasicReportDlg dialog
#import "craxddrt.tlb" no_namespace
class CCreateBasicReportDlg : public CDialog
{
// Construction
public:
CCreateBasicReportDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCreateBasicReportDlg)
enum { IDD = IDD_CREATEBASICREPORT_DIALOG };
CCrystalReportViewer4 m_wndCRViewer;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCreateBasicReportDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
IReportPtr m_Report;
IApplicationPtr m_Application;
void InitReport();
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CCreateBasicReportDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBtnclass();
afx_msg void OnBtnnumber();
afx_msg void OnBtnscore();
afx_msg void OnBtnname();
afx_msg void OnBtnscorebig60();
afx_msg void OnBtndisallscore();
afx_msg void OnBtnpage();
afx_msg void OnBtnnopage();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CREATEBASICREPORTDLG_H__E21B1128_AB84_44A8_8722_0B49C5451DDC__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -