cfximpexp.h

来自「Delphi Component - Chart Fx」· C头文件 代码 · 共 61 行

H
61
字号
#if !defined(AFX_CFXIMPEXP_H__B4706C82_2A5D_11D2_87FE_00A0244D2920__INCLUDED_)
#define AFX_CFXIMPEXP_H__B4706C82_2A5D_11D2_87FE_00A0244D2920__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// CfxImpExp.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CCfxImpExp dialog

class CCfxImpExp : public CDialog
{
// Construction
public:
	CCfxImpExp(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CCfxImpExp)
	enum { IDD = IDD_IMPEXPCHART };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCfxImpExp)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CCfxImpExp)
	afx_msg void OnDestroy();
	afx_msg void OnExptofile();
	afx_msg void OnChanges();
	afx_msg void OnImpfromfile();
	afx_msg void OnExppicture();
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

// My declarations
	// Chart FX Windows
	CWnd m_ChartFX;
	IChartFXPtr m_pChartFX;

	CPictureHolder m_Picture;
	CRect m_PictureRect;

};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CFXIMPEXP_H__B4706C82_2A5D_11D2_87FE_00A0244D2920__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?