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

📄 gui_config.h

📁 MTK6226修改平台UI的文件介绍
💻 H
📖 第 1 页 / 共 3 页
字号:
/*****************************************************************************
*  Copyright Statement:
*  --------------------
*  This software is protected by Copyright and the information contained
*  herein is confidential. The software may not be copied and the information
*  contained herein may not be used or disclosed except with the written
*  permission of MediaTek Inc. (C) 2005
*
*  BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
*  THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
*  RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
*  AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
*  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
*  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
*  NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
*  SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
*  SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
*  THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
*  NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
*  SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
*
*  BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
*  LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
*  AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
*  OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
*  MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE. 
*
*  THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
*  WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
*  LAWS PRINCIPLES.  ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
*  RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
*  THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
*
*****************************************************************************/

/*****************************************************************************
 *
 * Filename:
 * ---------
 *   gui_config.h
 *
 * Project:
 * --------
 *   MAUI
 *
 * Description:
 * ------------
 *   GUI Configuration
 *
 * Author:
 * -------
 * -------
 * -------
 * -------
 * $Log: gui_config.h,v $
 * Revision 1.3  2007/06/25 11:44:31  wangbei
 * MT118-6
 * Modification Author:wangbei
 * Date: 20070625
 * Content:调整MT118_AUI。
 *
 * Revision 1.2  2007/05/17 08:12:39  zhouxiang
 * MT170-8
 * Modification Author:zx
 * Date: 20070507
 * Content:调整MT170 UI显示
 *
 *==============================================================================
 *             HISTORY
 * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
 *------------------------------------------------------------------------------
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 *------------------------------------------------------------------------------
 * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
 *==============================================================================
 *******************************************************************************/

/**
 * Copyright Notice
 * (c) 2002 - 2003, Pixtel Communications, Inc., 1489 43rd Ave. W.,
 * Vancouver, B.C. V6M 4K8 Canada. All Rights Reserved.
 *  (It is illegal to remove this copyright notice from this software or any
 *  portion of it)
 */

/**********************************************************************************
   Filename:      gui_config.h
   Author:        manju
   Date Created:  August-26-2002
   Contains:      Configuration for the UI system
**********************************************************************************/

#ifndef __GUI_CONFIG_H__
#define __GUI_CONFIG_H__

#include "MMI_features.h"

/* *FORMATTER-DISABLE* */

/**********************************************************************************************/
/*                                                     Dependency and Exclusive Rules								          */
/*                                                   Please Do Not Modify under this Line								   */
/**********************************************************************************************/

/*************************** Dependency Rule of Tab Support ***************************************/
/**/#if defined(__MMI_MAINMENU_TAB_SUPPORT__) || defined(__MMI_UI_CALL_LOG_IN_TAB_PANE__)		/**/
/**/	#define __MMI_UI_TAB_PANE__														/**/
/**/#endif																					/**/
/***************************** Do Not Modifiy ****************************************************/

/*************************** Dependency Rule of Wallpaper and List Background  ***********************/
/**/#if defined (__MMI_MAINLCD_240X320__)					/**/
/**/  //zx del begin 20070507
          #ifndef  __MT170_UI_STYLE__
             // wangbei del start 20071010
              #ifndef __NEW_UI_STYLE__
             #define __MMI_WALLPAPER_ON_BOTTOM__											/**/	/* Detail Info: [Use an image on a new layer as the background]*/
/**/      #endif
               // wangbei del end
         #endif
      //zx del end											/**/	/* Detail Info: [Use an image on a new layer as the background]*/
/**/#endif																					/**/
/**/#if defined(__MMI_UI_LIST_CACHE_BACKGROUND__) && defined(__MMI_WALLPAPER_ON_BOTTOM__)	/**/
/**/	#undef __MMI_UI_LIST_CACHE_BACKGROUND__											/**/
/**/#endif																					/**/
/***************************** Do Not Modifiy ****************************************************/

/*************************** Dependency Rule of Two Line Menuitem  ***********************/
/**/#if !defined(__MMI_UI_TWO_LINE_MENUITEM_STYLES__) && (defined(__MMI_PHB_TWO_LINE_MENUITEM_DISPLAY__) || defined(__MMI_PHNSET_TWO_LINE_MENUITEM_DISPLAY__) || defined(__MMI_PROFILES_TWO_LINE_MENUITEM_DISPLAY__))
//zx del begin 20070507
 #ifndef  __MT170_UI_STYLE__
/**/#define __MMI_UI_TWO_LINE_MENUITEM_STYLES__
#endif
//zx del end
/**/#endif																					/**/
/***************************** Do Not Modifiy ****************************************************/

/*************************** Dependency Rule of Highlight Effect *************************************/
/**/#ifdef __MMI_UI_LIST_HIGHLIGHT_EFFECTS__													/**/
/**/	#ifndef	__MMI_UI_LIST_HIGHLIGHT_EFFECT_TYPE__										/**/
/**/		#error "Please define __MMI_UI_LIST_HIGHLIGHT_EFFECT_TYPE__ in MMI_features_GUI.h"		/**/
/**/	#endif																				/**/
/**/	#if		__MMI_UI_LIST_HIGHLIGHT_EFFECT_TYPE__	==	HIGHLIGHT_EFFECT_TRANSPARENCY	/**/
/**/		#define UI_LIST_EFFECT_TYPE TRANSPARENCY										/**/
/**/		#define __MMI_UI_TRANSPARENT_EFFECT__										/**/
/**/	#elif	__MMI_UI_LIST_HIGHLIGHT_EFFECT_TYPE__	==	HIGHLIGHT_EFFECT_FLASH_FEELING	/**/
/**/		#define UI_LIST_EFFECT_TYPE FLASH_FEELING										/**/
/**/	#elif	__MMI_UI_LIST_HIGHLIGHT_EFFECT_TYPE__	==	HIGHLIGHT_EFFECT_ANIMATION		/**/
/**/		#define UI_LIST_EFFECT_TYPE ANIMATION											/**/
/**/	#elif	__MMI_UI_LIST_HIGHLIGHT_EFFECT_TYPE__	==	HIGHLIGHT_EFFECT_NONE			/**/
/**/		#define UI_LIST_EFFECT_TYPE NONE												/**/
/**/	#else																				/**/
/**/		#error "Please define __MMI_UI_LIST_HIGHLIGHT_EFFECT_TYPE__ in MMI_features_GUI.h"		/**/
/**/	#endif																				/**/
/**/#endif																					/**/
/***************************** Do Not Modifiy ****************************************************/

/*************************** Dependency Rule of Softkey*******************************************/
/**/#ifndef	__MMI_UI_SOFTKEY_STYLE__														/**/			
/**/	#error "Please define __MMI_UI_SOFTKEY_STYLE__ in MMI_features_GUI.h"						/**/
/**/#endif																					/**/
/**/#if		__MMI_UI_SOFTKEY_STYLE__	==	SOFTKEY_STYLE_DALMATIAN						/**/
/**/	#if defined(__MMI_MAINLCD_176X220__) && !defined(__MMI_WGUI_CSK_ENABLE__)				/**/
/**/		#define __MMI_UI_DALMATIAN_SOFTKEYS__										/**/	/* Detail Info: [2 layers of softkeys that can shuffle] */
/**/		#define __MMI_UI_SOFTKEY_DEFAULT_STYLE_1__									/**/
/**/	#else																				/**/
/**/		#undef __MMI_UI_SOFTKEY_STYLE__													/**/
/**/		#define __MMI_UI_SOFTKEY_STYLE__ SOFTKEY_STYLE_NONE							/**/
/**/	#endif																				/**/
/**/#elif	__MMI_UI_SOFTKEY_STYLE__	==	SOFTKEY_STYLE_TECHNO							/**/
/**/	#if defined(__MMI_MAINLCD_176X220__) && !defined(__MMI_WGUI_CSK_ENABLE__)				/**/
/**/		#define __MMI_UI_TECHNO_SOFTKEYS__											/**/	/* Detail Info: [special softkey theme] */
/**/		#define __MMI_UI_SOFTKEY_DEFAULT_STYLE_1__									/**/
/**/	#else																				/**/
/**/		#undef __MMI_UI_SOFTKEY_STYLE__													/**/
/**/		#define __MMI_UI_SOFTKEY_STYLE__ SOFTKEY_STYLE_NONE							/**/
/**/	#endif																				/**/
/**/#endif																					/**/
/**/#if		__MMI_UI_SOFTKEY_STYLE__	==	SOFTKEY_STYLE_NONE								/**/
/**/	//#if defined(__MMI_MAINLCD_176X220__) || defined(__MMI_MAINLCD_240X320__)	// wangbei del 20070625			/**/
/**/	#if defined(__MMI_MAINLCD_176X220__) || defined(__MMI_MAINLCD_240X320__)|| defined(__MMI_MAINLCD_128X160__)	// wangbei add 20070625
                     #define __MMI_UI_SOFTKEY_DEFAULT_STYLE_2__									/**/	/* Detail Info: [Use image as background] */
/**/	#else																				/**/
/**/		#define __MMI_UI_SOFTKEY_DEFAULT_STYLE_1__									/**/	/* Detail Info: [Old-style flat bar] */
/**/	#endif																				/**/
/**/#endif																					/**/
/***************************** Do Not Modifiy ****************************************************/

/*************************** Dependency Rule of Statusbar *****************************************/
/**/#ifndef	__MMI_UI_STATUSBAR_STYLE__														/**/						
/**/	#error "Please define __MMI_UI_STATUSBAR_STYLE__ in MMI_features_GUI.h"					/**/
/**/#endif																					/**/
/**/#if defined(__MMI_MAINLCD_240X320__)														/**/
/**/		#undef __MMI_UI_STATUSBAR_STYLE__												/**/
/**/		#define __MMI_UI_STATUSBAR_STYLE__ STATUSBAR_STYLE_TECHNO					/**/

⌨️ 快捷键说明

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