cfxprint.h
来自「Delphi Component - Chart Fx」· C头文件 代码 · 共 62 行
H
62 行
#if !defined(AFX_CFXPRINT_H__F50228A0_561F_11D2_A9D1_EC9106630D12__INCLUDED_)
#define AFX_CFXPRINT_H__F50228A0_561F_11D2_A9D1_EC9106630D12__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// CfxPrint.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCfxPrint dialog
class CCfxPrint : public CDialog
{
// Construction
public:
CCfxPrint(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCfxPrint)
enum { IDD = IDD_PRINT };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCfxPrint)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCfxPrint)
afx_msg void OnPortrait();
afx_msg void OnLandscape();
afx_msg void OnPrintsetupdlg();
afx_msg void OnForcecolors();
afx_msg void OnPagesetup();
afx_msg void OnPrintall();
afx_msg void OnPerpage();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
// My declarations
// Chart FX Windows
CWnd m_ChartFX;
IChartFXPtr m_pChartFX;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CFXPRINT_H__F50228A0_561F_11D2_A9D1_EC9106630D12__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?