dplotdlg2.h
来自「一个2D电磁场FEM计算的VC++源程序」· C头文件 代码 · 共 43 行
H
43 行
// DPlotDlg2.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDPlotDlg2 dialog
class CDPlotDlg2 : public CDialog
{
// Construction
public:
CDPlotDlg2(CWnd* pParent = NULL); // standard constructor
double Bm_l, Bm_h;
// Dialog Data
//{{AFX_DATA(CDPlotDlg2)
enum { IDD = IDD_DPLOTDLG2 };
BOOL m_showit;
BOOL m_showlegend;
double m_lb2;
double m_ub2;
BOOL m_gscale;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDPlotDlg2)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDPlotDlg2)
afx_msg void OnResbtn2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
CLuaEdit m_IDC_lb2, m_IDC_ub2;
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?