📄 dplotdlg2.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -