dplotdlg1.h

来自「一个2D电磁场FEM计算的VC++源程序」· C头文件 代码 · 共 59 行

H
59
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?