📄 capturevideodlg.h
字号:
class CCaptureVideoDlg : public CDialog
{
public:
CCaptureVideoDlg(CWnd* pParent = NULL); // standard constructor
//{{AFX_DATA(CCaptureVideoDlg)
enum { IDD = IDD_CAPTURE_VIDEO };
CSpinButtonCtrl m_ctrlSpinSeconds;
CSpinButtonCtrl m_ctrlSpinFPS;
BOOL m_bAudio;
BOOL m_bEnableLimit;
int m_nSeconds;
int m_nFPS;
//}}AFX_DATA
CAPTUREPARMS m_CapParms;
protected:
//{{AFX_VIRTUAL(CCaptureVideoDlg)
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
//{{AFX_MSG(CCaptureVideoDlg)
afx_msg void OnConfigureAudio();
afx_msg void OnConfigureCompress();
afx_msg void OnConfigureVideo();
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnEnableLimit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -