smithofpandlg.h

来自「多功能史密斯圆图」· C头文件 代码 · 共 74 行

H
74
字号
// SmithOfPanDlg.h : header file
//

#if !defined(AFX_SMITHOFPANDLG_H__950718C3_A120_498B_8DF5_D4A52FDAD25F__INCLUDED_)
#define AFX_SMITHOFPANDLG_H__950718C3_A120_498B_8DF5_D4A52FDAD25F__INCLUDED_

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

#include "SmithChart.h"
/////////////////////////////////////////////////////////////////////////////
// CSmithOfPanDlg dialog

class CSmithOfPanDlg : public CDialog
{
// Construction
public:
	IMPEDANCE m_hImpedance;
	CSmithChart chart;
	CSmithOfPanDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CSmithOfPanDlg)
	enum { IDD = IDD_SMITHOFPAN_DIALOG };
	CSliderCtrl	m_hSliderControl;
	double	m_hDiankang;
	double	m_hDianzu;
	CString	m_hFansheShibu;
	CString	m_hFansheXubu;
	CString	m_hGuiyiShibu;
	CString	m_hGuiyiXubu;
	CString	m_hSwr;
	double	m_hTexing;
	double	m_hWavelenght;
	int		m_hSlider;
	CString	m_hShow;
	float	m_hL;
	float	m_hD;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CSmithOfPanDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnBtnCacul();
	afx_msg void OnBtnFind();
	afx_msg void OnReleasedcaptureSlider1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnPipei();
	afx_msg void OnBUTTONchuankai();
	afx_msg void OnAbout();
	afx_msg void OnButtonbingduan();
	afx_msg void OnButtonbingkai();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SMITHOFPANDLG_H__950718C3_A120_498B_8DF5_D4A52FDAD25F__INCLUDED_)

⌨️ 快捷键说明

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