variablesdlg.h
来自「一个不错的简单实用的公式解析器」· C头文件 代码 · 共 53 行
H
53 行
#if !defined(AFX_VARIABLESDLG_H__5101E0EF_CCCC_4199_A791_541BDF4DE7A2__INCLUDED_)
#define AFX_VARIABLESDLG_H__5101E0EF_CCCC_4199_A791_541BDF4DE7A2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// VariablesDlg.h : header file
//
#include "ALXParser.h"
/////////////////////////////////////////////////////////////////////////////
// CVariablesDlg dialog
class CVariablesDlg : public CDialog
{
// Construction
public:
CVariablesDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
CALXParser* m_pParser;
//{{AFX_DATA(CVariablesDlg)
enum { IDD = IDD_VARIABLES_DLG };
CEdit m_ctrlVarValue;
CListBox m_ctrlListVariables;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVariablesDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CVariablesDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeListVariables();
afx_msg void OnButtonAdd();
afx_msg void OnButtonDel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VARIABLESDLG_H__5101E0EF_CCCC_4199_A791_541BDF4DE7A2__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?