⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dlgloadsequence.h

📁 在人脸检测的基础之上,对嘴部的运动表情进行分析,进行语音模拟.
💻 H
字号:
#if !defined(AFX_DLGLOADSEQUENCE_H__B40130D1_C5D1_11D2_9B86_204C4F4F5020__INCLUDED_)
#define AFX_DLGLOADSEQUENCE_H__B40130D1_C5D1_11D2_9B86_204C4F4F5020__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// DlgLoadSequence.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDlgLoadSequence dialog

class CDlgLoadSequence : public CDialog
{
// Construction
public:
	void OnCancel();
	void OnOK();
	int m_start;  // Actual range of the sequence
	int m_end;
	BOOL m_verify;
	int prepareLoadSequence(CString strFileName, CString strFileTitle);
	CDlgLoadSequence(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDlgLoadSequence)
	enum { IDD = IDD_DIALOG_LOADSEQUENCE };
	int		m_from;
	CString	m_message;
	int		m_to;
	//}}AFX_DATA

	// Sequence name except the frame number and file extension
	CString m_seqName;
	// Full path name except the frame number and file extension
	CString m_seqNameFull;

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgLoadSequence)
	afx_msg void OnLoadseqButtonApply();
	afx_msg void OnLoadseqButtonCancel();
	afx_msg void OnLoadseqButtonDone();
	afx_msg void OnChangeLoadseqEditFrom();
	afx_msg void OnChangeLoadseqEditTo();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DLGLOADSEQUENCE_H__B40130D1_C5D1_11D2_9B86_204C4F4F5020__INCLUDED_)

⌨️ 快捷键说明

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