📄 dialogsourcechoice.h
字号:
#if !defined(AFX_DIALOGSOURCECHOICE_H__68FD9EB1_A043_40E5_BA30_48DB0191786B__INCLUDED_)
#define AFX_DIALOGSOURCECHOICE_H__68FD9EB1_A043_40E5_BA30_48DB0191786B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DialogSourceChoice.h : header file
//
#include "TrackerParameters.h"
/////////////////////////////////////////////////////////////////////////////
// CDialogSourceChoice dialog
class CDialogSourceChoice : public CPropertyPage
{
DECLARE_DYNCREATE(CDialogSourceChoice)
public:
TRACK_SOURCE_TYPE m_conTrackSourceType;
// Construction
public:
CDialogSourceChoice();
~CDialogSourceChoice();
// Dialog Data
//{{AFX_DATA(CDialogSourceChoice)
enum { IDD = IDD_DIALOG_SOURCE_CHOICE };
int m_nInputFileNumber;
CString m_strInputFilePath;
int m_nUSBCameraORHardDiskFile;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CDialogSourceChoice)
public:
virtual BOOL OnSetActive();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDialogSourceChoice)
afx_msg void OnRadioHarddisk();
afx_msg void OnRadioUsbCamera();
afx_msg void OnButtonBrowseFilepath();
afx_msg void OnChangeEditInputfileNumber();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DIALOGSOURCECHOICE_H__68FD9EB1_A043_40E5_BA30_48DB0191786B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -