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

📄 smbmusicapmainplayer.rss.setting

📁 symbian
💻 SETTING
字号:
#include <SmbAfWording.loc>
#include <Music.mbg>

#include "..\inc\SmbMusicAPMainPlayerFilterView.hrh"
#include "..\inc\SmbMusicAPMainPlayerSettingView.hrh"

///////////////////////////////////////////////////////////////////////////////////
// Music Settings
//

// KeyGuidance
RESOURCE SKONKEYGUIDANCE r_music_mainplayer_setting_keyguidance
	{
		items =
		{
		SKONKEYGUIDANCE_BUTTON
			{
			keyid		= ESkonKeyGuidanceSelectKey;				// SELECT
			text		= SMB_AF_STR_SFT003;
//			command_id	= EMainPlayerSettingViewKGCmdSelect;
			state		= ESkonEnableVisible;
			},
		SKONKEYGUIDANCE_BUTTON
			{
			keyid		= ESkonKeyGuidanceSoftKeyLeft;				// SOFT-1
			state		= ESkonDisable;
			},
		SKONKEYGUIDANCE_BUTTON
			{
			keyid		= ESkonKeyGuidanceSoftKeyRight;				// SOFT-2
			state		= ESkonDisable;
			},
		SKONKEYGUIDANCE_BUTTON
			{
			keyid		= ESkonKeyGuidanceSoftKeyRightBottom;		// SOFT-4
			state		= ESkonDisable;
			},
		SKONKEYGUIDANCE_BUTTON
			{
			keyid		= ESkonKeyGuidanceLeftKey;					// Left Arrow
			state		= ESkonDisable;
			},
		SKONKEYGUIDANCE_BUTTON
			{
			keyid		= ESkonKeyGuidanceRightKey;					// Right Arrow
			state		= ESkonDisable;
			}
		};
	}

// SELECT TITLE
RESOURCE TBUF r_music_mainplayer_save_kgtitle
	{
	buf = SMB_AF_STR_SFT095;
	}
	
// TitleBar
RESOURCE SKONTITLEBAR r_music_mainplayer_setting_titlebar
	{
	line = 1;
	font = ESkonTitlebarTitleTextFontNormal;
	omit = ESkonTitlebarTitleTextAbbreviatedDisplay;
	titletext = r_music_mainplayer_setting_title_text;
	additionaltext = 0; 
	}

RESOURCE SKONTITLEBARTEXT r_music_mainplayer_setting_title_text
	{
	is_combinedtext = 0;
	text = SMB_AF_STR_WRD2811;
	}

// VerticalContainer
RESOURCE SKONVERTICALCONTAINER r_music_mainplayer_setting_container
	{
	keyguidance_id = 0;
	items=
	{
		SKONCONTAINER_ITEM				// Play Mode
		{
			type	= ESkonCidCompoundSettingLabel;
			control	= SKONCOMPOUNDSETTINGLABEL
			{
				label_type = ESkonCompoundSettingDropdown;
				left_control	= r_music_mainplayer_setting_commandlabel_playmode;
				right_control = r_music_mainplayer_setting_dropdown_playmode;
				vertical_layout = 1;
				command_id 		= EMainPlayerSettingViewSetPlayMode;
			};
		},
		SKONCONTAINER_ITEM				// Repeat
		{
			type	= ESkonCidCompoundSettingLabel;
			control	= SKONCOMPOUNDSETTINGLABEL
			{
				label_type = ESkonCompoundSettingDropdown;
				left_control = r_music_mainplayer_setting_commandlabel_repeat;
				right_control = r_music_mainplayer_setting_dropdown_repeat;
				vertical_layout = 1;
				command_id 	= EMainPlayerSettingViewSetRepeat;
			};
		},
//<< __SMBMUSICAP_DESABLE_SUPERDUKE__ >>丂伀
//		SKONCONTAINER_ITEM				// Equalizer
//	{
//			type	= ESkonCidCompoundSettingLabel;
//			control	= SKONCOMPOUNDSETTINGLABEL
//			{
//				label_type = ESkonCompoundSettingDropdown;
//				left_control = r_music_mainplayer_setting_commandlabel_equalizer;
//				right_control = r_music_mainplayer_setting_dropdown_equalizer;
//				vertical_layout = 1;
//				command_id 	= EMainPlayerSettingViewSetEqualizer;
//			};
//		},
//		SKONCONTAINER_ITEM				// BASS
//		{
//			type	= ESkonCidCompoundSettingLabel;
//			control	= SKONCOMPOUNDSETTINGLABEL
//			{
//				label_type = ESkonCompoundSettingDropdown;
//				left_control = r_music_mainplayer_setting_commandlabel_bass;
//				right_control = r_music_mainplayer_setting_dropdown_bass;
//				vertical_layout = 1;
//				command_id 	= EMainPlayerSettingViewSetBass;
//			};
//		},
//		SKONCONTAINER_ITEM				// VPT(Surround)
//		{
//			type	= ESkonCidCompoundSettingLabel;
//			control	= SKONCOMPOUNDSETTINGLABEL
//			{
//				label_type = ESkonCompoundSettingDropdown;
//				left_control = r_music_mainplayer_setting_commandlabel_vpt;
//				right_control = r_music_mainplayer_setting_dropdown_vpt;
//				vertical_layout = 1;
//				command_id 	= EMainPlayerSettingViewSetVPT;
//			};
//		},
//		SKONCONTAINER_ITEM				// Dynamic Normalizer(AutoLevel)
//		{
//			type	= ESkonCidCompoundSettingLabel;
//			control	= SKONCOMPOUNDSETTINGLABEL
//			{
//				label_type = ESkonCompoundSettingDropdown;
//				left_control = r_music_mainplayer_setting_commandlabel_normalizer;
//				right_control = r_music_mainplayer_setting_dropdown_onoff;
//				vertical_layout = 1;
//				command_id 	= EMainPlayerSettingViewSetDNormalizer;
//			};
//		},
//<< __SMBMUSICAP_DESABLE_SUPERDUKE__ >>丂仾

		SKONCONTAINER_ITEM				// AVLS
		{
			type	= ESkonCidCompoundSettingLabel;
			control	= SKONCOMPOUNDSETTINGLABEL
			{
				label_type = ESkonCompoundSettingDropdown;
				left_control = r_music_mainplayer_setting_commandlabel_avls;
				right_control = r_music_mainplayer_setting_dropdown_onoff;
				vertical_layout = 1;
				command_id 	= EMainPlayerSettingViewSetAVLS;
			};
		},
		SKONCONTAINER_ITEM				// Reset
		{
			type	= ESkonCidCommandLabel;
			control	= SKONCOMMANDLABEL
			{
				text 		= SMB_AF_STR_WRD1723;
				command_id 	= EMainPlayerSettingViewResetAll;
			};
		}
	};
}

// CommandLabel
RESOURCE SKONCOMMANDLABEL r_music_mainplayer_setting_commandlabel_playmode
	{
	text = SMB_AF_STR_WRD2838;
	}
RESOURCE SKONCOMMANDLABEL r_music_mainplayer_setting_commandlabel_repeat
	{
	text = SMB_AF_STR_WRD2837;
	}
RESOURCE SKONCOMMANDLABEL r_music_mainplayer_setting_commandlabel_vpt
	{
	text = SMB_AF_STR_WRD2821;
	}
RESOURCE SKONCOMMANDLABEL r_music_mainplayer_setting_commandlabel_equalizer
	{
	text = SMB_AF_STR_WRD2826;
	}
RESOURCE SKONCOMMANDLABEL r_music_mainplayer_setting_commandlabel_avls
	{
	text = SMB_AF_STR_WRD2818;
	}
RESOURCE SKONCOMMANDLABEL r_music_mainplayer_setting_commandlabel_bass
	{
	text = SMB_AF_STR_WRD2819;
	}
RESOURCE SKONCOMMANDLABEL r_music_mainplayer_setting_commandlabel_normalizer
	{
	text = SMB_AF_STR_WRD2820;
	}

// DropDownList
RESOURCE SKONLISTDROPDOWN r_music_mainplayer_setting_dropdown_onoff
	{
	default_item = 0;
	array_id = r_music_mainplayer_setting_items_onoff;
	}
RESOURCE ARRAY r_music_mainplayer_setting_items_onoff
	{
	items = 
		{
		SKONLISTITEM 
			{ 
			txt = SMB_AF_STR_SUB082;		// ON
//			txt = "ON";
			},
		SKONLISTITEM 
			{ 
			txt = SMB_AF_STR_SUB081;		// OFF
//			txt = "OFF";
			}
		};
	}

RESOURCE SKONLISTDROPDOWN r_music_mainplayer_setting_dropdown_playmode
	{
	default_item = 0;
	array_id = r_music_mainplayer_setting_items_playmode;
	}
RESOURCE ARRAY r_music_mainplayer_setting_items_playmode
	{
	items = 
		{
		SKONLISTITEM
			{
			txt = SMB_AF_STR_WRD2778;		// Normal
			},
		SKONLISTITEM
			{
			txt = SMB_AF_STR_WRD2782;		// Shuffle
			}
		};
	}

RESOURCE SKONLISTDROPDOWN r_music_mainplayer_setting_dropdown_repeat
	{
	default_item = 0;
	array_id = r_music_mainplayer_setting_items_repeat;
	}
RESOURCE ARRAY r_music_mainplayer_setting_items_repeat
	{
	items = 
		{
		SKONLISTITEM
			{
			txt = SMB_AF_STR_WRD2786;		// repeat all
			},
		SKONLISTITEM
			{
			txt = SMB_AF_STR_WRD2771;		// repeat one
			},
		SKONLISTITEM
			{
			txt = SMB_AF_STR_SUB081;		// OFF
//			txt = "OFF";					// repeat off
			}
		};
	}

RESOURCE SKONLISTDROPDOWN r_music_mainplayer_setting_dropdown_vpt
	{
	default_item = 0;
	array_id = r_music_mainplayer_setting_items_vpt;
	}
RESOURCE ARRAY r_music_mainplayer_setting_items_vpt
	{
	items = 
		{
		SKONLISTITEM 
			{
			txt = SMB_AF_STR_WRD2784;		// studio
			},
		SKONLISTITEM 
			{
			txt = SMB_AF_STR_WRD2777;		// Live
			},
		SKONLISTITEM 
			{
			txt = SMB_AF_STR_WRD2773;		// Club
			},
		SKONLISTITEM 
			{
			txt = SMB_AF_STR_WRD2772;		// Arena
			},
		SKONLISTITEM 
			{
			txt = SMB_AF_STR_SUB081;		// OFF
//			txt = "OFF";
			}
		};
	}

RESOURCE SKONLISTDROPDOWN r_music_mainplayer_setting_dropdown_equalizer
	{
	default_item = 0;
	array_id = r_music_mainplayer_setting_items_equalizer;
	}
RESOURCE ARRAY r_music_mainplayer_setting_items_equalizer
	{
	items = 
		{
		SKONLISTITEM 
			{
			txt = SMB_AF_STR_WRD2775;		// Heavy
			},
		SKONLISTITEM 
			{
			txt = SMB_AF_STR_WRD2781;		// Pops
			},
		SKONLISTITEM 
			{
			txt = SMB_AF_STR_WRD2776;		// Jazz
			},
		SKONLISTITEM 
			{
			txt = SMB_AF_STR_WRD2785;		// Unique
			},
		SKONLISTITEM 
			{
			txt = SMB_AF_STR_WRD2783;		// Soul
			},
		SKONLISTITEM 
			{
			txt = SMB_AF_STR_WRD2774;		// Easy Listening
			},
		SKONLISTITEM 
			{
			txt = SMB_AF_STR_SUB081;		// OFF
			}
		};
	}

RESOURCE SKONLISTDROPDOWN r_music_mainplayer_setting_dropdown_bass
	{
	default_item = 0;
	array_id = r_music_mainplayer_setting_items_bass;
	}
RESOURCE ARRAY r_music_mainplayer_setting_items_bass
	{
	items = 
		{
		SKONLISTITEM 
			{ 
// Change 2007.07.25
//			txt = SMB_AF_STR_WRD2779;		// ON1
			txt = SMB_AF_STR_WRD2780;		// +2
// Change End 2007.07.25
			},
		SKONLISTITEM 
			{ 
// Change 2007.07.25
//			txt = SMB_AF_STR_WRD2780;		// ON2
			txt = SMB_AF_STR_WRD2779;		// +1
// Change End 2007.07.25
			},
		SKONLISTITEM 
			{ 
			txt = SMB_AF_STR_SUB081;		// OFF
//			txt = "OFF";
			}
		};
	}

RESOURCE SKONSELECTIONDIALOG r_music_mainplayer_setting_reset_select
	{
	message				= SMB_AF_STR_MSG993;
	default_array_index	= 1;
	item_array_id		= r_music_mainplayer_setting_reset_list;
	flag				= ESkonDialogDisableSoftKey1;
	}

RESOURCE ARRAY r_music_mainplayer_setting_reset_list
	{
	items = 
		{
		SKONLISTITEM { txt = SMB_AF_STR_ITM002; },
		SKONLISTITEM { txt = SMB_AF_STR_ITM001; }
		};
	}

RESOURCE SKONCONFIRMDIALOG r_music_mainplayer_setting_reset_confirm
	{
	message	= SMB_AF_STR_MSG280;
	}

⌨️ 快捷键说明

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