📄 pref.h
字号:
// Pref.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPref dialog
class CPref : public CDialog
{
// Construction
public:
CPref(CWnd* pParent = NULL); // standard constructor
COLORREF *clist;
int m_d_EditAction;
int m_d_DensityPlot;
int m_d_VectorPlot;
// Dialog Data
//{{AFX_DATA(CPref)
enum { IDD = IDD_PREF };
CComboBox m_d_vplotlist;
CComboBox m_d_dplotlist;
CComboBox m_d_editlist;
CComboBox m_d_color;
BOOL m_d_GreyContours;
BOOL m_d_LegendFlag;
int m_d_NumContours;
BOOL m_d_ResetOnReload;
BOOL m_d_GridFlag;
BOOL m_d_ShowAi;
BOOL m_d_ShowAr;
BOOL m_d_PtsFlag;
BOOL m_d_MeshFlag;
BOOL m_d_SnapFlag;
BOOL m_d_Smooth;
int m_d_LineIntegralPoints;
int m_d_PlotPoints;
BOOL m_d_ShowMask;
BOOL m_d_shownames;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPref)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPref)
afx_msg void OnModBtn();
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void OnResetColors();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
BOOL m_d_luaconsole;
CLuaEdit m_IDC_d_NumContours, m_IDC_d_LineIntegralPoints;
CLuaEdit m_IDC_d_PlotPoints;
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -