functionsdlg.h

来自「一个不错的简单实用的公式解析器」· C头文件 代码 · 共 51 行

H
51
字号
#if !defined(AFX_FUNCTIONSDLG_H__3A5CEF4A_8922_4A7A_BA76_DFE49B63C6ED__INCLUDED_)
#define AFX_FUNCTIONSDLG_H__3A5CEF4A_8922_4A7A_BA76_DFE49B63C6ED__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CFunctionsDlg dialog

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

// Dialog Data
	CString m_strFunction;

	//{{AFX_DATA(CFunctionsDlg)
	enum { IDD = IDD_FUNCTIONS };
	CListBox	m_ctrlListFunctions;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CFunctionsDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSelchangeListFunctions();
	afx_msg void OnButtonInsert();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_FUNCTIONSDLG_H__3A5CEF4A_8922_4A7A_BA76_DFE49B63C6ED__INCLUDED_)

⌨️ 快捷键说明

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