📄 dlgobjectparams.h
字号:
#if !defined(AFX_DLGOBJECTPARAMS_H__07C695F1_2CF2_11D5_8947_00104B949D78__INCLUDED_)
#define AFX_DLGOBJECTPARAMS_H__07C695F1_2CF2_11D5_8947_00104B949D78__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgObjectParams.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgObjectParams dialog
class CDlgObjectParams : public CDialog
{
// Construction
public:
CDlgObjectParams(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgObjectParams)
enum { IDD = IDD_DIALOG_OBJECT_PARAMS };
BOOL mb_background_stationary;
BOOL mb_rigid_object;
BOOL m_boundary_snap_to_edges;
int m_number_of_frames;
int m_number_of_features;
int m_boundary_thickness;
BOOL m_replace_lost_features;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgObjectParams)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgObjectParams)
afx_msg void OnButtonCancel();
afx_msg void OnButtonOk();
afx_msg void OnButtonApply();
afx_msg void OnChangeEditNumberOfFrames();
afx_msg void OnChangeEditNumberOfFeatures();
afx_msg void OnCheckRigidObj();
afx_msg void OnCheckBackgroundStationary();
afx_msg void OnCheckBoundarySnapedges();
afx_msg void OnCheckReplaceLostFeatures();
afx_msg void OnChangeEditBoundaryThickness();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGOBJECTPARAMS_H__07C695F1_2CF2_11D5_8947_00104B949D78__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -