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

📄 o_smartpic_slider_defs.h

📁 Zoran V966 DVD 解码 Soc芯片的源程序
💻 H
字号:
/* **************************************************************************************
*  Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
*  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
*  File: $Workfile: o_smartpic_slider_defs.h $
*
* Description:
* ============
* Project definition of the MSO_SMARTPIC
*
****************************************************************************************/
#include "Config.h"		// Global Configuration - do not remove!
#ifdef D_SETUP_USE_SLIDE_FOR_SMART_PIC
#ifndef  _O_SMARTPICSLIDER_DEFS_H_
#define   _O_SMARTPICSLIDER_DEFS_H_

#include "GUI\Menu_system\ms_component_defs.h"

/***************************************************************************************
*  Brightness Slider descriptor.
****************************************************************************************/
typedef struct ms_descriptor_smartPic {
	MS_DESCRIPTOR_COMPONENT 	moDescriptor;
	CONST UINT8*					mpBgBmp;		// Background bitmap
	UINT16						mwTextColor;		// Text color
}MS_DESCRIPTOR_SMARTPIC;

/***************************************************************************************
* Karaoke component object.
****************************************************************************************/
typedef MSO_COMPONENT MSO_SMARTPIC;

#endif

#endif

⌨️ 快捷键说明

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