playsectiondlg.h

来自「CD」· C头文件 代码 · 共 41 行

H
41
字号
// PlaySectionDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CPlaySectionDlg dialog

class CPlaySectionDlg : public CDialog
{
// Construction
public:
	CPlaySectionDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CPlaySectionDlg)
	enum { IDD = IDD_PLAYSECTION_DIALOG };
	BYTE	m_nFrameFrom;
	BYTE	m_nFrameTo;
	BYTE	m_nMinuteFrom;
	BYTE	m_nMinuteTo;
	BYTE	m_nSecondFrom;
	BYTE	m_nSecondTo;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPlaySectionDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPlaySectionDlg)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?