📄 mmibookshared.c
字号:
MENU_LISTICON_ITEM(&situation3Icon,T_CBEnglish , SetLangEng, CBLanguage_check ), //HostkeyReset
MENU_LISTICON_ITEM(&situation3Icon,T_CBItalian, SetLangItal, CBLanguage_check ), //HostkeyReset
MENU_LISTICON_ITEM(&situation3Icon,T_CBFrench , SetLangFren, CBLanguage_check ), //HostkeyReset
MENU_LISTICON_ITEM(&situation3Icon,T_CBSpanish, SetLangSpan, CBLanguage_check ), //HostkeyReset
MENU_LISTICON_ITEM(&situation3Icon,T_CBDutch , SetLangDutch, CBLanguage_check ), //HostkeyReset
MENU_LISTICON_ITEM(&situation3Icon,T_CBSwedish , SetLangSwed, CBLanguage_check ), //HostkeyReset
MENU_LISTICON_ITEM(&situation3Icon,T_CBDanish , SetLangDanish, CBLanguage_check ), //HostkeyReset
MENU_LISTICON_ITEM(&situation3Icon,T_CBPortuguese , SetLangPort, CBLanguage_check ), //HostkeyReset
MENU_LISTICON_ITEM(&situation3Icon,T_CBFinnish , SetLangFinn, CBLanguage_check ), //HostkeyReset
MENU_LISTICON_ITEM(&situation3Icon,T_CBNorwegian , SetLangNorw, CBLanguage_check ), //HostkeyReset
MENU_LISTICON_ITEM(&situation3Icon,T_CBGreek , SetLangGreek, CBLanguage_check ), //HostkeyReset
MENU_LISTICON_ITEM(&situation3Icon,T_CBTurkish , SetLangTurk, CBLanguage_check ), //HostkeyReset
MENU_LISTICON_ITEM(&situation3Icon,T_CBHungarian , SetLangHung, CBLanguage_check ), //HostkeyReset
MENU_LISTICON_ITEM(&situation3Icon,T_CBPolish , SetLangPolish, CBLanguage_check ) //HostkeyMsgbox
END_LISTICON_MENU( menuCBLanguage, menuListArea )
//END_LISTICON_MENU( menuCBLanguage, menuListArea )
/*---------------------------------------------------------------------------*/
#ifdef MMI_EM_ENABLED //Robert.Chen added, 2004-08-02
/*Engineering mode menus - MC SPR1209*/
#if 0
BEGIN_MENU( menuEngMode )
MENU_ITEM( TxtMobileInfo, Mmi_em_display_mobile_info_data, item_flag_none ),
MENU_ITEM( TxtServingCell, Mmi_em_display_serving_cell_params, item_flag_none ),
MENU_ITEM( TxtNeighbourCell, Mmi_em_display_neighbour_cell_params, item_flag_none ),
MENU_ITEM( TxtLocation, Mmi_em_display_location_params, item_flag_none ),
MENU_ITEM( TxtCiphHopDTX, Mmi_em_display_ciph_hop_DTX_params, item_flag_none ),
MENU_ITEM( TxtGPRS, Mmi_em_display_GPRS_params, item_flag_none )
END_MENU( menuEngMode, menuListArea, COLOUR_LIST_SUBMENU )
#else
BEGIN_LISTICON_MENU( menuEngMode )
MENU_LISTICON_ITEM( &colist, TxtMobileInfo, Mmi_em_display_mobile_info_data, item_flag_none ),
MENU_LISTICON_ITEM( &colist, TxtServingCell, Mmi_em_display_serving_cell_params, item_flag_none ),
MENU_LISTICON_ITEM( &colist, TxtNeighbourCell, Mmi_em_display_neighbour_cell_params, item_flag_none ),
MENU_LISTICON_ITEM( &colist, TxtLocation, Mmi_em_display_location_params, item_flag_none ),
MENU_LISTICON_ITEM( &colist, TxtCiphHopDTX, Mmi_em_display_ciph_hop_DTX_params, item_flag_none ),
MENU_LISTICON_ITEM( &colist, TxtGPRS, Mmi_em_display_GPRS_params, item_flag_none )
END_LISTICON_MENU( menuEngMode, menuListArea )
#endif
/*MC end*/
#endif
#ifdef EASY_TEXT_ENABLED
//Sub Menu of Easy Text
BEGIN_MENU( menuEasyText )
MENU_LISTICON_ITEM(&colist,TxtActivate, Easy_Activate, item_flag_none ),
MENU_LISTICON_ITEM(&colist,TxtDeactivate, Easy_DeActivate, item_flag_none)
END_MENU( menuEasyText, menuListArea )
//END_MENU( menuEasyText, menuListArea )
#endif
//Sub-Menu of Volume Settings
BEGIN_MENU( menuSetSmsValidityPeriod )
MENU_LISTICON_ITEM(&colist, Txt1Hour, SmsValidityPeriod, item_flag_none ),
MENU_LISTICON_ITEM(&colist, Txt12Hours, SmsValidityPeriod, item_flag_none ),
MENU_LISTICON_ITEM(&colist, Txt24Hours, SmsValidityPeriod, item_flag_none ),
MENU_LISTICON_ITEM(&colist, Txt1Week, SmsValidityPeriod, item_flag_none )
END_MENU( menuSetSmsValidityPeriod, menuListArea )
//END_MENU( menuSetSmsValidityPeriod, menuListArea )
// Sub-Menu of Message Settings
BEGIN_MENU( menuSetMsg )
#ifndef EASY_TEXT_ENABLED
MENU_LISTICON_ITEM(&colist, TxtServiceCentre, SmsSend_R_OPTExeCentreEdit, item_flag_none ),
//SUB_LISTICON_MENU( &colist,TxtValidity, menuSetSmsValidityPeriod, item_flag_none ),
MENU_LISTICON_ITEM(&colist, TxtMemory, GetCurrentMemory, item_flag_none ),
/*2003/11/06,talcon change "&situation3Icon" to "situation4Icon" */
MENU_LISTICON_ITEM( situation4Icon,TxtSRR, SmsStatusReportRequest, SRRONOFF_check ) // Marcus: Issue 1170: 30/09/2002
// MENU_ITEM( TxtMessageTyp, bookMenuNotImplemented, item_flag_none )
#else
MENU_LISTICON_ITEM(&colist, TxtServiceCentre, SmsSend_R_OPTExeCentreEdit, item_flag_none ),
//SUB_LISTICON_MENU( &colist,TxtValidity, menuSetSmsValidityPeriod, item_flag_none ),
SUB_LISTICON_MENU( &colist,TxtEasyText, menuEasyText, item_flag_none),
// MENU_ITEM( TxtMessageTyp, bookMenuNotImplemented, item_flag_none )
#endif
END_MENU( menuSetMsg, menuListArea )
//END_MENU( menuSetMsg, menuListArea )
// Sub-Menu of CB mid set
BEGIN_MENU( menuCBMID )
MENU_LISTICON_ITEM(&colist, TxtAdd,smscb_CB_EDT_ExeAdd,item_flag_none),
MENU_LISTICON_ITEM(&colist, TxtModify,smscb_CB_EDT_ExeModify,item_flag_none),
MENU_LISTICON_ITEM(&colist, TxtDelete,smscb_M_CB_MID_DEL,item_flag_none)
//MENU_LISTICON_ITEM(&colist, TxtServiceCentre, SmsSend_R_OPTExeCentreEdit, item_flag_none ),
//MENU_LISTICON_ITEM(&colist, TxtMemory, GetCurrentMemory, item_flag_none ),
END_MENU( menuCBMID, menuListArea )
//END_MENU( menuCBMID, menuListArea )
//Sub-Menu of Broadcast Messages,小区广播
BEGIN_LISTICON_MENU( menuBroadMsg )
/*2003/11/05,talcon change "&situation3Icon" to "situation4Icon" */
MENU_LISTICON_ITEM( situation4Icon,TxtOnOff, smscb_M_CB_ACT_ExeOnOff, CBONOFF_check ),
// MENU_LISTICON_ITEM( &outIcon,TxtRead, sms_cb_select_read, item_flag_none ),
//MENU_LISTICON_ITEM( &outIcon, TxtNewBroadcast,smscb_M_CB_MID, item_flag_none ),
SUB_LISTICON_MENU(&colist,TxtCBCHSET, menuCBMID, item_flag_none ),
SUB_LISTICON_MENU( &colist, T_CBLanguage, menuCBLanguage, item_flag_none )
END_LISTICON_MENU( menuBroadMsg, menuListArea )
//END_LISTICON_MENU( menuBroadMsg, menuListArea )
// Sub-Menu of VoiceMail
BEGIN_MENU( menuVoiceMsg )
MENU_LISTICON_ITEM(&colist, TxtVoicemail, M_callVoice, item_flag_none ),
//windyMENU_ITEM( TxtVoicemail, menu_cphs_call_mailbox_number, item_flag_none ),
MENU_LISTICON_ITEM(&colist, TxtSetVoiceMail, M_exeVoice, item_flag_none ),
//windyMENU_ITEM( TxtSetVoiceMail, menu_cphs_edit_mailbox_number, item_flag_none/*CphsMailboxPresent*/ )
END_MENU( menuVoiceMsg, menuListArea )
//END_MENU( menuVoiceMsg, menuListArea )
//
// Menu of received Messages added by windy
BEGIN_MENU( menuReadMsg)
MENU_LISTICON_ITEM(&colist, TxtReadMt, SmsRead_R_KINDExeIncoming, item_flag_none ),
MENU_LISTICON_ITEM(&colist, TxtReadMo, SmsRead_R_KINDExeOutgoing, item_flag_none)
END_MENU( menuReadMsg, menuListArea )
// Menu of delete all Messages added by windy
BEGIN_MENU( menuDelAll)
MENU_LISTICON_ITEM(&colist, TxtSIMSms, M_exeDelAll, item_flag_none ),
MENU_LISTICON_ITEM(&colist, TxtNVMMsg, M_exeDelNVMAll, item_flag_none)
END_MENU( menuDelAll, menuListArea )
//END_MENU( menuDelAll, menuListArea )
BEGIN_MENU( menuNVMMsg)
MENU_LISTICON_ITEM(&colist, TxtNVMInbox, SmsRead_R_NVMExeIncoming, item_flag_none ),
MENU_LISTICON_ITEM(&colist, TxtNVMOutbox, SmsRead_R_NVMExeOutgoing, item_flag_none)
END_MENU( menuNVMMsg, menuListArea )
//END_MENU( menuNVMMsg, menuListArea )
//hxl add for QQ 2002-12-16------------------------------------
#ifdef QQFUNC//hxl add for qq func switch,2003-3-24
BEGIN_MENU( menuQQNetListSel )
MENU_LISTICON_ITEM( &colist,TxtSendSms, SendQQ_Start, In_QQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtQQAddToNvm, ADD_TO_NVMFri, In_QQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtQQDatas, See_QQ_Datas, In_QQ_Menu )
END_MENU( menuQQNetListSel, menuListArea )
//END_MENU( menuQQNetListSel, menuListArea )
BEGIN_MENU( menuQQFindSel )
MENU_LISTICON_ITEM( &colist,TxtSendSms, SendQQ_Start, In_QQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtQQAddToNvm, ADD_TO_NVMFri, In_QQ_Menu )
END_MENU( menuQQFindSel, menuListArea )
//END_MENU( menuQQFindSel, menuListArea )
BEGIN_MENU( menuQQNVMListSel )
MENU_LISTICON_ITEM( &colist,TxtSendSms, SendQQ_Start, In_QQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtQQDatas, See_QQ_Datas, In_QQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtDelete, Del_QQ_Fri, In_QQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtDeleteAll, Del_ALL_QQ_Fri, In_QQ_Menu )
END_MENU( menuQQNVMListSel, menuListArea )
//END_MENU( menuQQNVMListSel, menuListArea )
BEGIN_MENU( menuQQChat )
MENU_LISTICON_ITEM( &colist,TxtQQNVMFriend, Get_NVM_Friend, In_QQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtQQNetFriend, Get_NET_Friend, In_QQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtQQAddNew, Add_New_friend, In_QQ_Menu )
END_MENU( menuQQChat, menuListArea )
//END_MENU( menuQQChat, menuListArea )
BEGIN_MENU( menuQQSysBoxListSel )
MENU_LISTICON_ITEM( &colist,TxtDelete, Del_QQ_Sms, In_SpeQQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtDeleteAll, Del_ALL_QQ_Sms, In_SpeQQ_Menu )
END_MENU( menuQQSysBoxListSel, menuListArea )
//END_MENU( menuQQSysBoxListSel, menuListArea )
BEGIN_MENU( menuQQBoxListSel )
MENU_LISTICON_ITEM( &colist,TxtDelete, Del_QQ_Sms, In_SpeQQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtReply, Reply_QQ_Start, In_SpeQQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtForward, Forward_QQ_Start, In_SpeQQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtDeleteAll, Del_ALL_QQ_Sms, In_SpeQQ_Menu )
END_MENU( menuQQBoxListSel, menuListArea )
//END_MENU( menuQQBoxListSel, menuListArea )
BEGIN_MENU( menuQQDelAll )
MENU_LISTICON_ITEM( &colist,TxtQQSysInfo, Del_ALL_SysQQ, In_SpeQQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtQQChatInfo, Del_ALL_ChatQQ, In_SpeQQ_Menu )
END_MENU( menuQQDelAll, menuListArea )
//END_MENU( menuQQDelAll, menuListArea )
BEGIN_MENU( menuQQBox )
MENU_LISTICON_ITEM( &colist,TxtQQSysInfo, Get_System_info, In_QQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtQQChatInfo, Get_chat_info, In_QQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtQQLeftInfo, Get_left_info, In_QQ_Menu ),
SUB_LISTICON_MENU( &colist,TxtDeleteAll, menuQQDelAll, In_QQ_Menu ),
END_MENU( menuQQBox, menuListArea )
//END_MENU( menuQQBox, menuListArea )
BEGIN_MENU( menuQQFindNew )
MENU_LISTICON_ITEM( &colist,TxtQQFindRandom, FindQQ_Random, In_QQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtQQFindByQQ, FindQQ_ByQQ, In_QQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtQQFindByNick, FindQQ_ByNick, In_QQ_Menu )
END_MENU( menuQQFindNew, menuListArea )
//END_MENU( menuQQFindNew, menuListArea )
BEGIN_MENU( menuQQSetService )
MENU_LISTICON_ITEM( &colist, TxtOpenService, setQQServiceOn, In_QQ_Menu ),
MENU_LISTICON_ITEM( &colist, TxtCancelService, setQQServiceOff, In_QQ_Menu ),
MENU_LISTICON_ITEM( &colist, TxtStopService, setQQRecieveOff, In_QQ_Menu ),
MENU_LISTICON_ITEM( &colist, TxtResumeService, setQQRecieveOn, In_QQ_Menu )
END_MENU( menuQQSetService, menuListArea )
//END_MENU( menuQQSetService, menuListArea )
BEGIN_MENU( menuQQSetBind )
MENU_LISTICON_ITEM( &colist,TxtBindQQ, Set_QQ_Bind, In_QQ_Menu ),
MENU_LISTICON_ITEM( &colist, TxtCancelBind, Cancel_QQ_Bind, In_QQ_Menu )
END_MENU( menuQQSetBind, menuListArea )
//END_MENU( menuQQSetBind, menuListArea )
BEGIN_MENU( menuQQSet )
SUB_LISTICON_MENU( &colist,TxtQQSetSevice, menuQQSetService, In_QQ_Menu ),
SUB_LISTICON_MENU( &colist,TxtQQSetBind, menuQQSetBind, In_QQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtQQAskNum, Ask_QQ_number, In_QQ_Menu )
END_MENU( menuQQSet, menuListArea )
//END_MENU( menuQQSet, menuListArea )
BEGIN_MENU( menuQQ )
SUB_LISTICON_MENU( &colist,TxtQQChat, menuQQChat, In_QQ_Menu ),
SUB_LISTICON_MENU( &colist,TxtQQBox, menuQQBox, In_QQ_Menu ),
SUB_LISTICON_MENU( &colist,TxtQQFindNew, menuQQFindNew, In_QQ_Menu ),
SUB_LISTICON_MENU( &colist,TxtQQSet, menuQQSet, In_QQ_Menu ),
MENU_LISTICON_ITEM( &colist,TxtHelp, Show_QQ_help, In_QQ_Menu )
END_MENU( menuQQ, menuListArea )
//END_MENU( menuQQ, menuListArea )
#endif
//end of hxl add for QQ 2002-12-16------------------------------
// Menu of Messages
/*BEGIN_TITLEICON_MENU( menuMsg )
SUB_LISTICON_MENU( &colist,TxtReadSms, menuReadMsg, item_flag_none ),
#ifdef EASY_TEXT_ENABLED
MENU_LISTICON_ITEM(&colist,TxtSendSms, showeZiTextIcon, item_flag_none ),
#else
MENU_LISTICON_ITEM( &colist,TxtSendSms, M_exeSendNew, item_flag_none ),
#endif
#ifdef QQFUNC//hxl add for qq func switch,2003-3-24
SUB_LISTICON_MENU ( &QQlist,TxtQQ, menuQQ, get_current_service ),//hxl add for QQ 2002-12-16
#endif
SUB_LISTICON_MENU( &colist,TxtNVMMsg, menuNVMMsg, item_flag_none ),
//MENU_LISTICON_ITEM( &colist,TxtNVMMsg, M_exeNVMMsg, item_flag_none ),
MENU_LISTICON_ITEM( &colist,TxtCommonMsg, smscb_M_common_msg, item_flag_none ),
SUB_LISTICON_MENU( &colist,TxtDeleteAll, menuDelAll, item_flag_none ),
SUB_LISTICON_MENU ( &colist,TxtBroadcast, menuBroadMsg, item_flag_none ),
//MENU_ITEM ( TxtBroadcast, cellbroadcast_start, item_flag_none ),
SUB_LISTICON_MENU ( &colist,TxtVoicemail, menuVoiceMsg, item_flag_none ),
SUB_LISTICON_MENU ( &colist,TxtSMSSettings, menuSetMsg, item_flag_none )
END_TITLEICON_MENU( menuMsg, menuListArea,smsTitleicon )*/
//modify by wangyan 03-09-17
/* robert.chen add, 2004-08-10, for MMS integration */
#ifdef _MMS_ENABLE_
//begin xie
BEGIN_LISTICON_MENU( menuMMSFolderOptMedia )
MENU_LISTICON_ITEM( &colist, TxtMMSPicture, MMS_Folder_PictureList, item_flag_none),
MENU_LISTICON_ITEM( &colist, TxtMMSMusic, MMS_Folder_MusicList, item_flag_none )
END_LISTICON_MENU( menuMMSFolderOptMedia, menuListArea )
BEGIN_LISTICON_MENU( menuMMSRecvFolderOption)
MENU_LISTICON_ITEM( &colist, TxtMMSReply, MMS_Folder_Opt_Reply, item_flag_none),
MENU_LISTICON_ITEM( &colist, TxtMMSFarward, MMS_Folder_Opt_Farward, item_flag_none ),
MENU_LISTICON_ITEM( &colist, TxtMMSDelete, MMS_Folder_Opt_Delete, item_flag_none),
MENU_LISTICON_ITEM( &colist, TxtMMSReplay, MMS_Folder_Opt_Replay, item_flag_none ),
MENU_LISTICON_ITEM( &colist, TxtMMSCallback, MMS_Folder_Opt_Callback, item_flag_none),
SUB_LISTICON_MENU( &colist, TxtMMSCutMedia , menuMMSFolderOptMedia, item_flag_none ),
MENU_LISTICON_ITEM( &colist, TxtMMSCutAddress, MMS_Folder_Opt_CutAddress, item_flag_none),
MENU_LISTICON_ITEM( &colist, TxtMMSDetails, MMS_Folder_Opt_Details, item_flag_none),
//MENU_LISTICON_ITEM( &colist, TxtMMSMoveToSentFolder, MMS_Folder_Opt_MoveToSentFolder, item_flag_none)
END_LISTICON_MENU( menuMMSRecvFolderOption, menuListArea )
BEGIN_LISTICON_MENU( menuMMSNotifyOption)
MENU_LISTICON_ITEM( &colist, TxtMMSRetrieve, MMS_Folder_Opt_Retrieve, item_flag_none ),
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -