cfxlabels.h

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

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

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

/////////////////////////////////////////////////////////////////////////////
// CCfxLabels dialog

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

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


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CCfxLabels)
	afx_msg void OnDestroy();
	afx_msg void OnXlabels();
	afx_msg void OnYlabels();
	afx_msg void OnPointlabels();
	afx_msg void OnTitles();
	virtual BOOL OnInitDialog();
	afx_msg void OnCusylabels();
	afx_msg void OnCuspointlabels();
	afx_msg void OnGetAxisLabelChart1(short nAxis, short FAR* nRes);
	afx_msg void OnGetPointLabelChart1(long nSerie, long nPoint, short FAR* nRes);
	DECLARE_EVENTSINK_MAP()
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

	CWnd m_ChartFX;
	IChartFXPtr m_pChartFX;

};

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

#endif // !defined(AFX_CFXLABELS_H__ADA34A52_2C8C_11D2_8800_00A0244D2920__INCLUDED_)

⌨️ 快捷键说明

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