📄 string_dat.c
字号:
/*****************************************************************
** **
** Copyright (C) 2004 Amlogic,Inc. **
** All rights reserved **
** Filename : aw_user.c /Project:AVOS **
** Revision : 1.0 **
** **
*****************************************************************/
/*char code_version_str[30]="Dist4799.TEST2648";
char code_data_str[30]=__DATE__;
char infobar_time_str[8]="0:00:00";
char infobar_filename[256]="filename.xxx";
char infobar_Pic_filename[256]="filename.xxx";
char infobar_playmode[256]="MP3:正常播放";
char infobar_play_type[20]="MP3";
char infobar_play_pic_type[20]="JPEG";
char infobar_filenum[10] = "F:01";
char infobar_tracknum[10] = "C:01";
char inforbar_copying_precent[5]="00%";
char inforbar_copying_finshed[20]="Finished!";
char inforbar_copying_error[10]="ERROR!";
char filelist_copy[8] = "复制" ;
char filelist_paste[8] = "粘贴" ;
char filelist_del[8] = "删除" ;
char sub_txt_line1[250] = "字幕第一行" ;
char sub_txt_line2[250] = "字幕第二行" ;
//char debug_string0[50] = "debug line 0";
//char debug_string1[50] = "debug line 1" ;
//char debug_string2[50] = "debug line 2" ;
//char debug_string3[50] = "debug line 3" ;
//char debug_string4[50] = "debug line 4" ;
//char debug_string5[50] = "debug line 5" ;
//char debug_string6[50] = "debug line 6" ;
//char debug_string7[50] = "debug line 7" ;
//char debug_string8[50] = "debug line 8" ;
//char debug_string9[50] = "debug line 9" ;
char debug_string[20][100] = {
"debug line 0",
"debug line 1",
"debug line 2",
"debug line 3",
"debug line 4",
"debug line 5",
"debug line 6",
"debug line 7",
"debug line 8",
"debug line 9",
"debug line 10",
"debug line 11",
"debug line 12",
"debug line 13",
"debug line 14",
"debug line 15",
"debug line 16",
"debug line 17",
"debug line 18",
"debug line 19"
};
char debug_page[20] = "10/50" ;
*/
char UpgradeInfo[50] = "upgrade reading" ;
char Nocardinsert[20]= "No media storage";
char Nofilefound[20] = "No file found";
/*
char AudioInfo[100] = "" ;
char SetupInfo[100]="Language set";
char item_string[12] = "100/1000";
char ponit_string[10] = " ";
char cur_time_str[9] = "00:00:00";
char ch_str[5] = "CH01";
char volume_str[3] = "00";
char gCurDirName[256] = "";
//char remaining_time_str[100] = "";
char ipodplay_time_str[100] = "00:00/00:00";
char ipoditem_string[100] = "";
char ipodstopmenuhint_str[26] = "iPod in Simple Remote Mode";
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -