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

📄 setupstr.h

📁 车载电子影音系统dvd播放系统原程序代码
💻 H
📖 第 1 页 / 共 2 页
字号:
//LANGUAGE  English,chinese

WORD code aMsgEnglish_E[] = {7, CHAR_E, CHAR_nn_4, CHAR_gg_4, CHAR_ll_4, CHAR_ii_4, CHAR_ss_4, CHAR_hh_4};
WORD code aMsgEnglish_TC[] = {2, CHAR_ENGLISH, CHAR_LETTER};
MULTI_STRING code StrEnglish={aMsgEnglish_E,aMsgEnglish_TC};

WORD code aMsgChinese_E[] = {7, CHAR_C, CHAR_hh_4, CHAR_ii_4, CHAR_nn_4, CHAR_ee_4, CHAR_ss_4, CHAR_ee_4};
WORD code aMsgChinese_TC[] = {2, CHAR_CENTER, CHAR_LETTER};
MULTI_STRING code StrChinese={aMsgChinese_E,aMsgChinese_TC};

WORD code aMsgJapanese_E[] = {8, CHAR_J, CHAR_aa_4, CHAR_pp_4, CHAR_aa_4, CHAR_nn_4, CHAR_ee_4, CHAR_ss_4, CHAR_ee_4};
WORD code aMsgJapanese_TC[] = {2, CHAR_JAPANESE, CHAR_LETTER};
MULTI_STRING code StrJapanese={aMsgJapanese_E,aMsgJapanese_TC};

WORD code aMsgFrench_E[] = {6, CHAR_F, CHAR_rr_4, CHAR_ee_4, CHAR_nn_4, CHAR_cc_4, CHAR_hh_4};
WORD code aMsgFrench_TC[] = {2, CHAR_FA, CHAR_LETTER};
MULTI_STRING code StrFrench={aMsgFrench_E,aMsgFrench_TC};

WORD code aMsgGerman_E[] = {6, CHAR_G, CHAR_ee_4, CHAR_rr_4, CHAR_mm_4, CHAR_aa_4, CHAR_nn_4};
WORD code aMsgGerman_TC[] = {2, CHAR_GERMAN, CHAR_LETTER};
MULTI_STRING code StrGerman={aMsgGerman_E,aMsgGerman_TC};

WORD code aMsgItalian_E[] = {7, CHAR_I, CHAR_tt_4, CHAR_aa_4, CHAR_ll_4, CHAR_ii_4, CHAR_aa_4, CHAR_nn_4};
WORD code aMsgItalian_TC[] = {4, CHAR_ITALIAN1, CHAR_DA, CHAR_ITALIAN3, CHAR_LETTER};
MULTI_STRING code StrItalian={aMsgItalian_E,aMsgItalian_TC};

WORD code aMsgSpanish_E[] = {7, CHAR_S, CHAR_pp_4, CHAR_aa_4, CHAR_nn_4, CHAR_ii_4, CHAR_ss_4, CHAR_hh_4};
WORD code aMsgSpanish_TC[] = {4, CHAR_SPANISH1, CHAR_SPANISH2, CHAR_SPANISH3, CHAR_LETTER};
MULTI_STRING code StrSpanish={aMsgSpanish_E,aMsgSpanish_TC};

WORD code aMsgPortuguese_E[] = {10, CHAR_P, CHAR_oo_4, CHAR_rr_4, CHAR_tt_4, CHAR_uu_4, CHAR_gg_4, CHAR_uu_4, CHAR_ee_4, CHAR_ss_4, CHAR_ee_4};
WORD code aMsgPortuguese_TC[] = {4, CHAR_PORTU1, CHAR_PORTU2, CHAR_SPANISH3, CHAR_LETTER};
MULTI_STRING code StrPortuguese={aMsgPortuguese_E,aMsgPortuguese_TC};

WORD code aMsgIndian_E[] = {5, CHAR_H, CHAR_ii_4, CHAR_nn_4, CHAR_dd_4, CHAR_ii_4};
WORD code aMsgIndian_TC[] = {3, CHAR_HINDI1, CHAR_ANGLE2, CHAR_LETTER};
MULTI_STRING code StrIndian={aMsgIndian_E,aMsgIndian_TC};

WORD code aMsgThai_E[] = {4, CHAR_T, CHAR_hh_4, CHAR_aa_4, CHAR_ii_4};
WORD code aMsgThai_TC[] = {2, CHAR_THAI, CHAR_LETTER};
MULTI_STRING code StrThai={aMsgThai_E,aMsgThai_TC};

WORD code aMsgRussian_E[] = {7, CHAR_R, CHAR_uu_4, CHAR_ss_4, CHAR_ss_4, CHAR_ii_4, CHAR_aa_4, CHAR_nn_4};
WORD code aMsgRussian_TC[] = {2, CHAR_RUSSIAN, CHAR_LETTER};
MULTI_STRING code StrRussian={aMsgRussian_E,aMsgRussian_TC};

WORD code aMsgKorean_E[] = {6, CHAR_K, CHAR_oo_4, CHAR_rr_4, CHAR_ee_4, CHAR_aa_4, CHAR_nn_4};
WORD code aMsgKorean_TC[] = {2, CHAR_KOREAN, CHAR_LETTER};
MULTI_STRING code StrKorean={aMsgKorean_E,aMsgKorean_TC};

WORD code aMsgOthers_E[] = {6, CHAR_O, CHAR_tt_4, CHAR_hh_4, CHAR_ee_4, CHAR_rr_4, CHAR_ss_4};
WORD code aMsgOthers_TC[] = {2, CHAR_OTHER1, CHAR_OTHER2};
MULTI_STRING code StrOthers={aMsgOthers_E,aMsgOthers_TC};

#ifdef OSD_ITEM_TEXT_SAME_AS_LANGUAGE
MULTI_STRING code StrOSDEnglish={aMsgEnglish_E,aMsgEnglish_E};

MULTI_STRING code StrOSDChinese={aMsgChinese_TC,aMsgChinese_TC};
#endif

WORD code aMsgOSD_E[] = {3, CHAR_O, CHAR_S, CHAR_D};
WORD code aMsgOSD_TC[] = {3, CHAR_O, CHAR_S, CHAR_D};
MULTI_STRING code StrOSD={aMsgOSD_E,aMsgOSD_TC};

WORD code aMsgMenu_E[] = {4, CHAR_M, CHAR_ee_4, CHAR_nn_4, CHAR_uu_4};
WORD code aMsgMenu_TC[] = {4, CHAR_SELECT1, CHAR_SINGLE1, CHAR_LANG1, CHAR_LANG2};
MULTI_STRING code StrMenu={aMsgMenu_E,aMsgMenu_TC};

WORD code aMsgAudio_E[] = {5, CHAR_A, CHAR_uu_4, CHAR_dd_4, CHAR_ii_4, CHAR_oo_4};
WORD code aMsgAudio_TC[] = {4, CHAR_SOUND1, CHAR_VOLUME1, CHAR_LANG1, CHAR_LANG2};
MULTI_STRING code StrAudio={aMsgAudio_E,aMsgAudio_TC};

WORD code aMsgSubtitle_E[] = {8, CHAR_S, CHAR_uu_4, CHAR_bb_4, CHAR_tt_4, CHAR_ii_4, CHAR_tt_4, CHAR_ll_4, CHAR_ee_4};
WORD code aMsgSubtitle_TC[] = {4, CHAR_ZI, CHAR_MU1, CHAR_LANG1, CHAR_LANG2};
MULTI_STRING code StrSubtitle={aMsgSubtitle_E,aMsgSubtitle_TC};

WORD code aMsgPS_E[] = {6, CHAR_4, CHAR_MOUHOW, CHAR_3, CHAR_SPACE, CHAR_P, CHAR_S};
WORD code aMsgPS_TC[] = {6, CHAR_4, CHAR_MOUHOW, CHAR_3, CHAR_SPACE, CHAR_P, CHAR_S};
MULTI_STRING code StrPS={aMsgPS_E,aMsgPS_TC};

WORD code aMsgLB_E[] = {6, CHAR_4, CHAR_MOUHOW, CHAR_3, CHAR_SPACE, CHAR_L, CHAR_B};
WORD code aMsgLB_TC[] = {6, CHAR_4, CHAR_MOUHOW, CHAR_3, CHAR_SPACE, CHAR_L, CHAR_B};
MULTI_STRING code StrLB={aMsgLB_E,aMsgLB_TC};

WORD code aMsgWide_E[] = {4, CHAR_1, CHAR_6, CHAR_MOUHOW, CHAR_9};
WORD code aMsgWide_TC[] = {4, CHAR_1, CHAR_6, CHAR_MOUHOW, CHAR_9};
MULTI_STRING code StrWide={aMsgWide_E,aMsgWide_TC};

WORD code aMsgOn_E[] = {2, CHAR_O, CHAR_nn_4};
WORD code aMsgOn_TC[] = {1, CHAR_OPEN};
MULTI_STRING code StrOn={aMsgOn_E,aMsgOn_TC};

WORD code aMsgOff_E[] = {3, CHAR_O, CHAR_ff_4, CHAR_ff_4};
WORD code aMsgOff_TC[] = {1, CHAR_CLOSE};
MULTI_STRING code StrOff={aMsgOff_E,aMsgOff_TC};

WORD code aMsgNTSC_E[] = {4, CHAR_N, CHAR_T, CHAR_S, CHAR_C};
MULTI_STRING code StrNTSC={aMsgNTSC_E,aMsgNTSC_E};

WORD code aMsgPAL_E[] = {3, CHAR_P, CHAR_A, CHAR_L};
MULTI_STRING code StrPAL={aMsgPAL_E,aMsgPAL_E};

WORD code aMsgAuto_E[] = {4, CHAR_A, CHAR_uu_4, CHAR_tt_4, CHAR_oo_4};
WORD code aMsgAuto_TC[] = {4, CHAR_A, CHAR_uu_4, CHAR_tt_4, CHAR_oo_4};
MULTI_STRING code StrAuto={aMsgAuto_E,aMsgAuto_TC};

WORD code aMsgPAL_M_E[] = {5, CHAR_P, CHAR_A, CHAR_L, CHAR_UNDERLIN, CHAR_M};
MULTI_STRING code StrPAL_M={aMsgPAL_M_E,aMsgPAL_M_E};

WORD code aMsgPAL_N_E[] = {5, CHAR_P, CHAR_A, CHAR_L, CHAR_UNDERLIN, CHAR_N};
MULTI_STRING code StrPAL_N={aMsgPAL_N_E,aMsgPAL_N_E};

// Brian1.06
WORD code aMsgVideoNormal_E[] = {12, CHAR_C, CHAR_V, CHAR_B, CHAR_S, CHAR_PLUS, CHAR_S, CHAR_DASH, CHAR_V, CHAR_ii_4, CHAR_dd_4, CHAR_ee_4, CHAR_oo_4};
MULTI_STRING code StrNormal={aMsgVideoNormal_E,aMsgVideoNormal_E};

WORD code aMsgRGB_E[] = {8, CHAR_C, CHAR_V, CHAR_B, CHAR_S, CHAR_PLUS, CHAR_R, CHAR_G, CHAR_B};
MULTI_STRING code StrRGB={aMsgRGB_E,aMsgRGB_E};

WORD code aMsgYUV_E[] = {8, CHAR_C, CHAR_V, CHAR_B, CHAR_S, CHAR_PLUS, CHAR_Y, CHAR_U, CHAR_V};
MULTI_STRING code StrYUV={aMsgYUV_E,aMsgYUV_E};

WORD code aMsgYUVPScan_E[] = {10, CHAR_Y, CHAR_U, CHAR_V, CHAR_SPACE8, CHAR_P, CHAR_DASH, CHAR_S, CHAR_C, CHAR_A, CHAR_N};
MULTI_STRING code StrYUVPScan={aMsgYUVPScan_E,aMsgYUVPScan_E};

WORD code aMsgRGBPScan_E[] = {10, CHAR_R, CHAR_G, CHAR_B, CHAR_SPACE8, CHAR_P, CHAR_DASH, CHAR_S, CHAR_C, CHAR_A, CHAR_N};
MULTI_STRING code StrRGBPScan={aMsgRGBPScan_E,aMsgRGBPScan_E};

WORD code aMsgVGAPScan_E[] = {10, CHAR_V, CHAR_G, CHAR_A, CHAR_SPACE8, CHAR_P, CHAR_DASH, CHAR_S, CHAR_C, CHAR_A, CHAR_N};
MULTI_STRING code StrVGAPScan={aMsgVGAPScan_E,aMsgVGAPScan_E};

WORD code aMsgNormal_E[] = {6, CHAR_N, CHAR_oo_4, CHAR_rr_4, CHAR_mm_4, CHAR_aa_4, CHAR_ll_4};
WORD code aMsgNormal_TC[] = {2, CHAR_ZHENG, CHAR_CHANG};
MULTI_STRING code StrBriNormal={aMsgNormal_E,aMsgNormal_TC};

WORD code aMsgBright_E[] = {6, CHAR_B, CHAR_rr_4, CHAR_ii_4, CHAR_gg_4, CHAR_hh_4, CHAR_tt_4};
WORD code aMsgBright_TC[] = {2, CHAR_BRIGHT1, CHAR_BRIGHT2};
MULTI_STRING code StrBright={aMsgBright_E,aMsgBright_TC};

WORD code aMsgSoft_E[] = {4, CHAR_S, CHAR_oo_4, CHAR_ff_4, CHAR_tt_4};
WORD code aMsgSoft_TC[] = {2, CHAR_SOFT1, CHAR_SOFT2};
MULTI_STRING code StrSoft={aMsgSoft_E,aMsgSoft_TC};

WORD code aMsgMinus4_E[] = {2, CHAR_DASH, CHAR_4};
MULTI_STRING code StrMinus4={aMsgMinus4_E,aMsgMinus4_E};

WORD code aMsgMinus3_E[] = {2, CHAR_DASH, CHAR_3};
MULTI_STRING code StrMinus3={aMsgMinus3_E,aMsgMinus3_E};

WORD code aMsgMinus2_E[] = {2, CHAR_DASH, CHAR_2};
MULTI_STRING code StrMinus2={aMsgMinus2_E,aMsgMinus2_E};

WORD code aMsgMinus1_E[] = {2, CHAR_DASH, CHAR_1};
MULTI_STRING code StrMinus1={aMsgMinus1_E,aMsgMinus1_E};

WORD code aMsg0_E[] = {1, CHAR_0};
MULTI_STRING code Str0={aMsg0_E,aMsg0_E};

WORD code aMsgPlus1_E[] = {2, CHAR_PLUS, CHAR_1};
MULTI_STRING code StrPlus1={aMsgPlus1_E,aMsgPlus1_E};

WORD code aMsgPlus2_E[] = {2, CHAR_PLUS, CHAR_2};
MULTI_STRING code StrPlus2={aMsgPlus2_E,aMsgPlus2_E};

WORD code aMsgPlus3_E[] = {2, CHAR_PLUS, CHAR_3};
MULTI_STRING code StrPlus3={aMsgPlus3_E,aMsgPlus3_E};

WORD code aMsgPlus4_E[] = {2, CHAR_PLUS, CHAR_4};
MULTI_STRING code StrPlus4={aMsgPlus4_E,aMsgPlus4_E};

#ifdef SUPPORT_ADJUST_CHROM_PHASE
WORD code aMsgMinus5_E[] = {2, CHAR_DASH, CHAR_5};
MULTI_STRING code StrMinus5={aMsgMinus5_E,aMsgMinus5_E};

WORD code aMsgMinus6_E[] = {2, CHAR_DASH, CHAR_6};
MULTI_STRING code StrMinus6={aMsgMinus6_E,aMsgMinus6_E};

WORD code aMsgPlus5_E[] = {2, CHAR_PLUS, CHAR_5};
MULTI_STRING code StrPlus5={aMsgPlus5_E,aMsgPlus5_E};

WORD code aMsgPlus6_E[] = {2, CHAR_PLUS, CHAR_6};
MULTI_STRING code StrPlus6={aMsgPlus6_E,aMsgPlus6_E};
#endif

WORD code aMsgTVType_E[] = {7, CHAR_T, CHAR_V, CHAR_SPACE, CHAR_T, CHAR_yy_4, CHAR_pp_4, CHAR_ee_4};
WORD code aMsgTVType_TC[] = {4, CHAR_PICTURE1, CHAR_PICTURE2, CHAR_SHAPE1, CHAR_TV2};
MULTI_STRING code StrTVType={aMsgTVType_E,aMsgTVType_TC};

#ifndef NO_SCREEN_SAVER // Brian1.20
WORD code aMsgScrSaver_E[] = {12, CHAR_S, CHAR_cc_4, CHAR_rr_4, CHAR_ee_4, CHAR_ee_4, CHAR_nn_4, CHAR_SPACE, CHAR_S, CHAR_aa_4, CHAR_vv_4, CHAR_ee_4, CHAR_rr_4};
WORD code aMsgScrSaver_TC[] = {4, CHAR_SCREEN1, CHAR_MU1, CHAR_SAVER1, CHAR_SAVER2};
MULTI_STRING code StrScreenSaver={aMsgScrSaver_E,aMsgScrSaver_TC};
#endif

WORD code aMsgTVSystem_E[] = {9, CHAR_T, CHAR_V, CHAR_SPACE, CHAR_S, CHAR_yy_4, CHAR_ss_4, CHAR_tt_4, CHAR_ee_4, CHAR_mm_4};
WORD code aMsgTVSystem_TC[] = {4, CHAR_MOVIE1, CHAR_VIEW, CHAR_TV1, CHAR_TV2};
MULTI_STRING code StrTVSystem={aMsgTVSystem_E,aMsgTVSystem_TC};

WORD code aMsgVideoOutput_E[] = {12, CHAR_V, CHAR_ii_4, CHAR_dd_4, CHAR_ee_4, CHAR_oo_4, CHAR_SPACE, CHAR_O, CHAR_uu_4, CHAR_tt_4, CHAR_pp_4, CHAR_uu_4, CHAR_tt_4};
WORD code aMsgVideoOutput_TC[] = {4, CHAR_VIEW, CHAR_FREQ, CHAR_OUTPUT1, CHAR_OUTPUT2};
MULTI_STRING code StrVideoOutput={aMsgVideoOutput_E,aMsgVideoOutput_TC};

// Brian0.83
WORD code aMsgProgressiveScan_E[] = {6, CHAR_P, CHAR_DASH, CHAR_S, CHAR_C, CHAR_A, CHAR_N};
WORD code aMsgProgressiveScan_TC[] = {6, CHAR_P, CHAR_DASH, CHAR_S, CHAR_C, CHAR_A, CHAR_N};
MULTI_STRING code StrProgressiveScan={aMsgProgressiveScan_E,aMsgProgressiveScan_TC};

WORD code aMsgBrightness_E[] = {10, CHAR_B, CHAR_rr_4, CHAR_ii_4, CHAR_gg_4, CHAR_hh_4, CHAR_tt_4, CHAR_nn_4, CHAR_ee_4, CHAR_ss_4, CHAR_ss_4};
WORD code aMsgBrightness_TC[] = {2, CHAR_BRIGHT2, CHAR_ANGLE2};
MULTI_STRING code StrBrightness={aMsgBrightness_E,aMsgBrightness_TC};

WORD code aMsgContrast_E[] = {8, CHAR_C, CHAR_oo_4, CHAR_nn_4, CHAR_tt_4, CHAR_rr_4, CHAR_aa_4, CHAR_ss_4, CHAR_tt_4};
WORD code aMsgContrast_TC[] = {2, CHAR_CR1, CHAR_CR2};
MULTI_STRING code StrContrast={aMsgContrast_E,aMsgContrast_TC};

#ifdef SUPPORT_ADJUST_CHROM_PHASE
WORD code aMsgChromPhase_E[] = {3, CHAR_H, CHAR_uu_4, CHAR_ee_4};
MULTI_STRING code StrChromPhase={aMsgChromPhase_E,aMsgChromPhase_E};
#endif

WORD code aMsgSPIFPCM_E[] = {9, CHAR_S, CHAR_P, CHAR_D, CHAR_I, CHAR_F, CHAR_SLASH, CHAR_P, CHAR_C, CHAR_M};
MULTI_STRING code StrSPDIF_PCM={aMsgSPIFPCM_E,aMsgSPIFPCM_E};

WORD code aMsgSPIFRAW_E[] = {9, CHAR_S, CHAR_P, CHAR_D, CHAR_I, CHAR_F, CHAR_SLASH, CHAR_R, CHAR_A, CHAR_W};
MULTI_STRING code StrSPDIF_RAW={aMsgSPIFRAW_E,aMsgSPIFRAW_E};

WORD code aMsg2CH_E[] = {9, CHAR_2, CHAR_SPACE, CHAR_C, CHAR_hh_4, CHAR_aa_4, CHAR_nn_4, CHAR_nn_4, CHAR_ee_4, CHAR_ll_4};
WORD code aMsg2CH_TC[] = {4, CHAR_2, CHAR_SPACE, CHAR_SOUND1, CHAR_TRACK2};
MULTI_STRING code Str2CH={aMsg2CH_E,aMsg2CH_TC};

WORD code aMsg51CH_E[] = {11, CHAR_5, CHAR_DOT, CHAR_1, CHAR_SPACE, CHAR_C, CHAR_hh_4, CHAR_aa_4, CHAR_nn_4, CHAR_nn_4, CHAR_ee_4, CHAR_ll_4};
WORD code aMsg51CH_TC[] = {6, CHAR_5, CHAR_DOT, CHAR_1, CHAR_SPACE, CHAR_SOUND1, CHAR_TRACK2};
MULTI_STRING code Str51CH={aMsg51CH_E,aMsg51CH_TC};

#ifndef REMOVE_SETUP_SPEAKER_TEST
WORD code aMsgAutoTest_E[] = {4, CHAR_A, CHAR_uu_4, CHAR_tt_4, CHAR_oo_4};
WORD code aMsgAutoTest_TC[] = {4, CHAR_AUTO1, CHAR_AUTO2, CHAR_TEST1, CHAR_TEST2};
MULTI_STRING code StrAutoTest={aMsgAutoTest_E,aMsgAutoTest_TC};

WORD code aMsgLeft_E[] = {4, CHAR_L, CHAR_ee_4, CHAR_ff_4, CHAR_tt_4};
WORD code aMsgLeft_TC[] = {3, CHAR_FRONT, CHAR_CENTER2, CHAR_LEFT};
MULTI_STRING code StrLeft={aMsgLeft_E,aMsgLeft_TC};

WORD code aMsgRight_E[] = {5, CHAR_R, CHAR_ii_4, CHAR_gg_4, CHAR_hh_4, CHAR_tt_4};
WORD code aMsgRight_TC[] = {3, CHAR_FRONT, CHAR_CENTER2, CHAR_RIGHT};
MULTI_STRING code StrRight={aMsgRight_E,aMsgRight_TC};

WORD code aMsgLS_E[] = {9, CHAR_L, CHAR_ee_4, CHAR_ff_4, CHAR_tt_4, CHAR_SPACE, CHAR_S, CHAR_uu_4, CHAR_rr_4, CHAR_rr_4};
WORD code aMsgLS_TC[] = {3, CHAR_REAR, CHAR_CENTER2, CHAR_LEFT};

⌨️ 快捷键说明

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