expdlg.h

来自「输入设定参数」· C头文件 代码 · 共 95 行

H
95
字号
// expDlg.h : header file
//

#if !defined(AFX_EXPDLG_H__062AC9C6_E4EC_4C0A_84FB_486D31874276__INCLUDED_)
#define AFX_EXPDLG_H__062AC9C6_E4EC_4C0A_84FB_486D31874276__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CExpDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CExpDlg)
	enum { IDD = IDD_EXP_DIALOG };
	CButton	m_cal2;
	CButton	m_cal;
	float	m_cb;
	float	m_rc;
	float	m_ubqx;
	float	m_cc;
	float	m_ce;
	float	m_beta;
	float	m_ri;
	float	m_rbb;
	float	m_ucc;
	float	m_icq;
	float	m_au;
	float	m_ubq;
	float	m_re;
	float	m_rb2x;
	float	m_rb2;
	float	m_rb1;
	float	m_ibq;
	float	m_rl;
	float	m_cbx;
	float	m_ccx;
	float	m_cex;
	float	m_fl;
	float	m_rs;
	float	re;
	float	rb2;
	float	rb1;
	float	rc;
	float	vcc;
	float	vbb;
	float	vceq;
	float	ibq;
	float	icq;
	float	ri;
	float	au;
	float	rb;
	float	vbeq;
	float	m_vbeq;
	float	beta;
	float	rl;
	float	rbb;
	float	rbe;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CExpDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnChangeEdit2();
	afx_msg void OnChangeEdit5();
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_EXPDLG_H__062AC9C6_E4EC_4C0A_84FB_486D31874276__INCLUDED_)

⌨️ 快捷键说明

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