www.pudn.com > 3DEDITOR.rar > DLGCAPTUREMOVIE.H
#if !defined(AFX_DLGCAPTUREMOVIE_H__DEBCB126_9F23_4019_9C58_1FE6DB48AA93__INCLUDED_)
#define AFX_DLGCAPTUREMOVIE_H__DEBCB126_9F23_4019_9C58_1FE6DB48AA93__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgCaptureMovie.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DlgCaptureMovie dialog
class DlgCaptureMovie : public CDialog
{
// Construction
public:
DlgCaptureMovie(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DlgCaptureMovie)
enum { IDD = IDD_CAPTUREMOVIE };
CComboBox m_framerate;
CComboBox m_area;
//}}AFX_DATA
int Index_area;
int Index_framerate;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DlgCaptureMovie)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DlgCaptureMovie)
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGCAPTUREMOVIE_H__DEBCB126_9F23_4019_9C58_1FE6DB48AA93__INCLUDED_)