⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 squarecaldlldlg.h

📁 华东理工大学李英所著《Visual C++编程与项目开发》的源代码。 本书简明扼要
💻 H
字号:
#if !defined(AFX_SQUARECALDLLDLG_H__42545026_60D3_401B_A724_1ACF444DD76A__INCLUDED_)
#define AFX_SQUARECALDLLDLG_H__42545026_60D3_401B_A724_1ACF444DD76A__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SquareCalDllDlg.h : header file
//
		// main symbols
#define IDC_EDIT1                       1000
#define IDC_EDIT2                       1001
#define IDC_EDIT3                       1002
#define IDC_MINUS                       1003
#define IDC_ADD                         1004
#define IDD_SQUARECALDLLDLG             11000

/////////////////////////////////////////////////////////////////////////////
// CSquareCalDllDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CSquareCalDllDlg)
	enum { IDD = IDD_SQUARECALDLLDLG };
	double	m_x;
	double	m_y;
	double	m_result;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSquareCalDllDlg)
	afx_msg void OnAdd();
	afx_msg void OnMinus();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SQUARECALDLLDLG_H__42545026_60D3_401B_A724_1ACF444DD76A__INCLUDED_)

⌨️ 快捷键说明

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