pathinputdlg.h
来自「很珍贵得视频编辑器原码及CODEC。需要安装下列CODEC.可播放多种格式的视频」· C头文件 代码 · 共 52 行
H
52 行
#if !defined(AFX_PATHINPUTDLG_H__8A9F6E68_93FE_4622_8B4E_438A76759411__INCLUDED_)
#define AFX_PATHINPUTDLG_H__8A9F6E68_93FE_4622_8B4E_438A76759411__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PathInputDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPathInputDlg dialog
class CPathInputDlg : public CDialog
{
// Construction
public:
CPathInputDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPathInputDlg)
enum { IDD = IDD_SAVE_PATH_DLG };
CString m_strBase;
CString m_strStereo;
CString m_strLeft;
CString m_strRight;
CString m_strSeg;
UINT m_nFrame;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPathInputDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPathInputDlg)
afx_msg void OnSetPath();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PATHINPUTDLG_H__8A9F6E68_93FE_4622_8B4E_438A76759411__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?