systemmanage.h

来自「ZPAV (H265) PC(X86) demo ZPAV (H26」· C头文件 代码 · 共 77 行

H
77
字号

/*
///////////////////////////////////////////////////////////////////////////////
//                                                                           //
//   Copyright (C) 2006-2008  Beijing,  pengzhen (pengzhenxp@yahoo.com.cn)   //
//                                                                           //
///////////////////////////////////////////////////////////////////////////////
*/

#if !defined(AFX_WAVELETSMANAGE1_H__012FA96B_AA84_4692_90A3_4AB499B3E12C__INCLUDED_)
#define AFX_WAVELETSMANAGE1_H__012FA96B_AA84_4692_90A3_4AB499B3E12C__INCLUDED_

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

#include "VideoCodecManage_Dlg.h"
#include "AudioCodecManage_Dlg.h"

#include "VideoManage_Dlg.h"
#include "WaveletsManage_Dlg.h"

/////////////////////////////////////////////////////////////////////////////
// CSystemManage

class CSystemManage : public CPropertySheet
{
	DECLARE_DYNAMIC(CSystemManage)

// Construction
public:
	
	CSystemManage() ;

// Attributes
public:

	CVideoCodecManage_Dlg* m_pVideoCodecManage_Dlg ;
	CAudioCodecManage_Dlg* m_pAudioCodecManage_Dlg ;
	CVideoManage_Dlg*      m_pVideoManage_Dlg ;
	CWaveletsManage_Dlg*   m_pWaveletsManage_Dlg ;

// Operations
public:

	int SystemDoModal( BOOL isVideo ); 
	int WaveletsDoModal(); 

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSystemManage)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CSystemManage();

/*afx_msg void OnAppAbout();*/

	// Generated message map functions
protected:
	//{{AFX_MSG(CSystemManage)
	virtual BOOL OnInitDialog();
	afx_msg void OnDestroy(); 
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_WAVELETSMANAGE1_H__012FA96B_AA84_4692_90A3_4AB499B3E12C__INCLUDED_)

⌨️ 快捷键说明

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