📄 netctlrecsetdlg.h
字号:
#if !defined(AFX_NETCTLRECSETDLG_H__28690BE4_AF91_11D6_8188_5254AB3DAE06__INCLUDED_)
#define AFX_NETCTLRECSETDLG_H__28690BE4_AF91_11D6_8188_5254AB3DAE06__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NetCtlRecSetDlg.h : header file
//
#include "SAMPLEDlg.h"
class CNetRemoteCtrlDlg ;
/////////////////////////////////////////////////////////////////////////////
// CNetCtlRecSetDlg dialog
class CNetCtlRecSetDlg : public CDialog
{
// Construction
public:
void Refresh();
CNetCtlRecSetDlg(CWnd* pParent = NULL); // standard constructor
int m_MaxFrames;
// Dialog Data
//{{AFX_DATA(CNetCtlRecSetDlg)
enum { IDD = IDD_NETCTL_RECSET_DLG };
CComboBox m_diskcover;
CComboBox m_PortCombo;
BOOL m_AllPort;
int m_Audio;
BOOL m_DatePrint;
int m_DiskCovery;
int m_RecRateVarySmart;
int m_RecRateVarySpeed;
int m_RecFrames;
UINT m_IFrameInterval;
int m_RecQuality;
BOOL m_IsCodeRateContinue;
//}}AFX_DATA
CNetRemoteCtrlDlg *pParent ;
CSAMPLEDlg pSampleDlg;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNetCtlRecSetDlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CNetCtlRecSetDlg)
afx_msg void OnSetButton();
virtual BOOL OnInitDialog();
afx_msg void OnSelchangePortCombo();
afx_msg void OnEditchangePortCombo();
afx_msg void OnDeltaposSpinFrames(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnChangeRrecFramenumEdit();
afx_msg void OnCheckiscoderatecontinue();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NETCTLRECSETDLG_H__28690BE4_AF91_11D6_8188_5254AB3DAE06__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -