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

📄 resource.c

📁 M3355的源代码
💻 C
字号:
/*****************************************************************************
*  Copyright (C) 2001 Acer Labs, Inc.  All Rights Reserved.
*  File:  resource.c
*  Contents:  manage all osd resources
*  Remark:    this file is for TM and customer to modify as they need
*  History:
*     Date					By			   Reason        Ver.
*   ============	=========    ==========     ======
*    2003.5.8			    Lily Ma		    modify the definition of the variable,and make them all
*					030508-01lily	    be const type(not only in this file,but the files included by
*								    this file,such as lang_dut.c,etc).
*    2003.5.8                    bond               support 8 type of language of west europe
*****************************************************************************/
#include <comsub.h>
#include <rscstruc.h>
#include <resource.h>
#include <platform.h>
#include <osd.h>

//////////////////////////////////////////////////////////////////////////////
// part_1 : .asc file include


//////////////////////////////////////////////////////////////////////////////
// part_2 : all language-used resources and tables

/////////////////////////////////////////////
// part_2.1 : one-font lib attr resource // these attr string use only one font lib

//030408-01ba

//endof 030408-01ba


/////////////////////////////////////////////
// part_2.2 : CONSOLE's background
//30122_01cf

//030602-01ba
//foe dvd audio console asv
///dvd audio sh

/////////////////////////////////////////////
// part_4.2 : Simple Chinese string table


//////////////////////////////////////////////////////////////////////////////
// part_6 : define resource variables
//<<30127-01Lang J.L.

BYTE g_UiOSDLang; // resource language variable



//added by Gordon J.H. CHEN to show width-inequal font


//end added by Gordon J.H. CHEN

⌨️ 快捷键说明

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