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

📄 mysmithdlg.h

📁 这是一个用 vc++编写的史密斯圆图软件
💻 H
字号:
// MySmithDlg.h : header file
//

#if !defined(AFX_MYSMITHDLG_H__B959225D_2F41_47FA_BDBD_D81E7AAC6F35__INCLUDED_)
#define AFX_MYSMITHDLG_H__B959225D_2F41_47FA_BDBD_D81E7AAC6F35__INCLUDED_

#include "ww.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CMySmithDlg dialog

class CMySmithDlg : public CDialog
{
// Construction
public:
	bool m_length;
	bool m_u;
	CShowTrans trans;
	dsmith smith;
	CMySmithDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CMySmithDlg)
	enum { IDD = IDD_MYSMITH_DIALOG };
	double	m_x_edit;
	double	m_r_edit;
	double	m_fr_edit;
	double	m_fi_edit;
	double	m_q_edit;
	double	m_start_r_edit;
	double	m_start_x_edit;
	double	m_start_z_edit;
	CString	m_method_combo;
	double	m_method_edit;
	double	m_method2_edit;
	double	m_w;
	double	m_b;
	double	m_l;
	double	m_Zc;
	double	m_Zg_l;
	double	m_Zg_r;
	double	m_Zl_l;
	double	m_Zl_r;
	CString	m_sourse;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CMySmithDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnDestroy();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnMouseMove(UINT nFlags, CPoint point);
	afx_msg void OnF();
	afx_msg void OnMouse();
	afx_msg void OnQ();
	afx_msg void OnR();
	afx_msg void OnX();
	afx_msg void OnRPoint();
	afx_msg void OnRCircle();
	afx_msg void OnFButton4();
	afx_msg void OnFButton5();
	afx_msg void OnStart();
	afx_msg void OnQButton7();
	afx_msg void OnRErease();
	afx_msg void OnQErease();
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnStartDraw();
	afx_msg void OnUShow();
	afx_msg void OnIShow();
	afx_msg void OnUser();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_MYSMITHDLG_H__B959225D_2F41_47FA_BDBD_D81E7AAC6F35__INCLUDED_)

⌨️ 快捷键说明

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