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

📄 dplotdlg1.h

📁 一个2D电磁场FEM计算的VC++源程序
💻 H
字号:
// DPlotDlg1.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDPlotDlg1 dialog

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

	int btnState;
	double Bm_l,Bm_h;
	double Br_l,Br_h;
	double Bi_l,Bi_h;

	double Jm_l,Jm_h;
	double Jr_l,Jr_h;
	double Ji_l,Ji_h;

// Dialog Data
	//{{AFX_DATA(CDPlotDlg1)
	enum { IDD = IDD_DPLOT1 };
	BOOL	m_showlegend;
	double	m_ub1;
	double	m_lb1;
	BOOL	m_gscale;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDPlotDlg1)
	afx_msg void OnRadio1();
	afx_msg void OnRadio2();
	afx_msg void OnRadio3();
	afx_msg void OnRadio4();
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	afx_msg void OnResbtn1();
	afx_msg void OnRadio5();
	afx_msg void OnRadio6();
	afx_msg void OnRadio7();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
public:
	CLuaEdit m_IDC_ub1, m_IDC_lb1;
};

⌨️ 快捷键说明

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