dlgdrawgraph.h

来自「Calculator program written by DLLs with 」· C头文件 代码 · 共 62 行

H
62
字号
#if !defined(AFX_DLGDRAWGRAPH_H__233D4C27_2498_439B_985E_91DABCBCAC0B__INCLUDED_)
#define AFX_DLGDRAWGRAPH_H__233D4C27_2498_439B_985E_91DABCBCAC0B__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDlgDrawGraph dialog

class CDlgDrawGraph : public CDialog
{
// Construction
public:
	CBitmap m_bitmap;
	int SetBitmap(UINT nIDResource);
	int minyw;
	int minxw;
	int maxyw;
	int maxxw;
	CDlgDrawGraph(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDlgDrawGraph)
	enum { IDD = IDD_DIALOG_GRAPH };
	CString	m_vA;
	CString	m_vB;
	CString	m_vFunction;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlgDrawGraph)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgDrawGraph)
	afx_msg void OnSize(UINT nType, int cx, int cy);
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonDraw();
	afx_msg BOOL OnEraseBkgnd(CDC* pDC);
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DLGDRAWGRAPH_H__233D4C27_2498_439B_985E_91DABCBCAC0B__INCLUDED_)

⌨️ 快捷键说明

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