resource.c

来自「M3355的源代码」· C语言 代码 · 共 59 行

C
59
字号
/*****************************************************************************
*  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 + =
减小字号Ctrl + -
显示快捷键?