Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
rop_menu.rss
Package: helix.src.0812.rar [view]
Upload User: zhongxx05
Upload Date: 2007-06-06
Package Size: 33641k
Code Size: 7k
Category:
Symbian
Development Platform:
C/C++
- /*============================================================================*
- *
- * (c) 1995-2003 RealNetworks, Inc. Patents pending. All rights reserved.
- *
- *============================================================================*/
- // >>> menu bars
- #define MENU_DUMMY_TEXT "dummy" // ignored
- RESOURCE MENU_BAR r_avp_file_view_menu_bar
- {
- titles =
- {
- MENU_TITLE
- {
- menu_pane = r_avp_file_view_menu_pane;
- txt = MENU_DUMMY_TEXT;
- }
- };
- }
- RESOURCE MENU_BAR r_avp_file_view_nodrive_menu_bar
- {
- titles =
- {
- MENU_TITLE
- {
- menu_pane = r_avp_file_view_nodrive_menu_pane;
- txt = MENU_DUMMY_TEXT;
- }
- };
- }
- RESOURCE MENU_BAR r_avp_select_settings_menu_bar
- {
- titles =
- {
- MENU_TITLE
- {
- menu_pane = r_avp_select_settings_menu_pane;
- txt = MENU_DUMMY_TEXT;
- }
- };
- }
- RESOURCE MENU_BAR r_avp_settings_menu_bar
- {
- titles =
- {
- MENU_TITLE
- {
- menu_pane = r_avp_settings_menu_pane;
- txt = MENU_DUMMY_TEXT;
- }
- };
- }
- RESOURCE MENU_BAR r_avp_stopped_menu_bar
- {
- titles =
- {
- MENU_TITLE
- {
- menu_pane = r_avp_player_view_idle_menu_pane;
- txt = MENU_DUMMY_TEXT;
- }
- };
- }
- RESOURCE MENU_BAR r_avp_pause_menu_bar
- {
- titles =
- {
- MENU_TITLE
- {
- menu_pane = r_avp_player_view_paused_menu_pane;
- txt = MENU_DUMMY_TEXT;
- }
- };
- }
- RESOURCE MENU_BAR r_avp_live_play_menu_bar
- {
- titles =
- {
- MENU_TITLE
- {
- menu_pane = r_avp_player_view_live_play_menu_pane;
- txt = MENU_DUMMY_TEXT;
- }
- };
- }
- RESOURCE MENU_BAR r_avp_empty_menu_bar
- {
- titles =
- {
- MENU_TITLE
- {
- menu_pane = R_AVKON_MENUPANE_EMPTY;
- txt = MENU_DUMMY_TEXT;
- }
- };
- }
- /*******************************************************************
- >>> menu panes
- ********************************************************************/
- RESOURCE MENU_PANE r_avp_mark_menu_pane
- {
- items =
- {
- MENU_ITEM
- {
- txt = qtn_options_list_mark_one;
- command = EAknCmdMark;
- },
- MENU_ITEM
- {
- txt = qtn_options_list_unmark_one;
- command = EAknCmdUnmark;
- },
- MENU_ITEM
- {
- txt = qtn_options_list_mark_all;
- command = EAknMarkAll;
- },
- MENU_ITEM
- {
- txt = qtn_options_list_unmark_all;
- command = EAknUnmarkAll;
- }
- };
- }
- // when file view shows inaccessible drive
- RESOURCE MENU_PANE r_avp_file_view_nodrive_menu_pane
- {
- items =
- {
- MENU_ITEM
- {
- txt = "Unlock card";
- command = EUnlockDrive;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_settings;
- command = EViewSettings;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_about;
- command = EAboutDialog;
- },
- MENU_ITEM
- {
- txt = qtn_options_help;
- command = EAknCmdHelp;
- },
- MENU_ITEM
- {
- txt = qtn_options_exit;
- command = EAknCmdExit;
- }
- };
- }
- RESOURCE MENU_PANE r_avp_file_view_menu_pane
- {
- items =
- {
- MENU_ITEM
- {
- txt = qtn_mrp_m_play;
- command = EPlay;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_open_folder;
- command = EOpenFolder;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_open;
- cascade = r_avp_open_menu_pane;
- },
- MENU_ITEM
- {
- txt = qtn_fldr_rename;
- command = ERename;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_edit;
- command = EEditPlaylist;
- },
- MENU_ITEM
- {
- txt = qtn_fldr_delete;
- command = EDelete;
- },
- MENU_ITEM
- {
- txt = qtn_fldr_new;
- command = ENewFolder;
- },
- MENU_ITEM
- {
- txt = qtn_fldr_move_to_folder;
- command = EMoveToFolder;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_copy_to_folder;
- command = ECopyToFolder;
- },
- MENU_ITEM
- {
- txt = qtn_options_list; // edit list
- command = EMarkCascade;
- cascade = r_avp_mark_menu_pane;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_settings;
- command = EViewSettings;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_about;
- command = EAboutDialog;
- },
- MENU_ITEM
- {
- txt = qtn_options_help;
- command = EAknCmdHelp;
- },
- MENU_ITEM
- {
- txt = qtn_options_exit;
- command = EAknCmdExit;
- }
- };
- }
- RESOURCE MENU_PANE r_avp_select_settings_menu_pane
- {
- items =
- {
- MENU_ITEM
- {
- txt = qtn_mrp_sett_sel_open;
- command = EOpenSettings;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_restore_defaults;
- command = ERestoreDefaultSettings;
- },
- MENU_ITEM
- {
- txt = qtn_options_help;
- command = EAknCmdHelp;
- },
- MENU_ITEM
- {
- txt = qtn_options_exit;
- command = EAknCmdExit;
- }
- };
- }
- RESOURCE MENU_PANE r_avp_settings_menu_pane
- {
- items =
- {
- MENU_ITEM
- {
- txt = qtn_mrp_m_change;
- command = EChange;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_restore_defaults;
- command = ERestoreDefaultSettings;
- },
- MENU_ITEM
- {
- txt = qtn_options_help;
- command = EAknCmdHelp;
- },
- MENU_ITEM
- {
- txt = qtn_options_exit;
- command = EAknCmdExit;
- }
- };
- }
- RESOURCE MENU_PANE r_avp_player_view_idle_menu_pane
- {
- items =
- {
- MENU_ITEM
- {
- txt = qtn_mrp_m_play;
- command = EPlayPause;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_mute;
- command = EMute;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_previous;
- command = EPrevClip;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_next;
- command = ENextClip;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_save_to_folder;
- command = ESaveToFolder;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_clipinfo;
- command = EClipInfoDialog;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_settings;
- command = EViewSettings;
- },
- // MENU_ITEM
- //{
- //txt = MRM_M_ENTER_FULL_SCREEN;
- //command = EToggleFullScreen;
- //},
- MENU_ITEM
- {
- txt = qtn_options_help;
- command = EAknCmdHelp;
- },
- MENU_ITEM
- {
- txt = qtn_options_exit;
- command = EAknCmdExit;
- }
- };
- }
- // menu that pops up when live clip is playing
- RESOURCE MENU_PANE r_avp_player_view_live_play_menu_pane
- {
- items =
- {
- MENU_ITEM
- {
- txt = qtn_mrp_m_mute;
- command = EMute;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_previous;
- command = EPrevClip;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_next;
- command = ENextClip;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_clipinfo;
- command = EClipInfoDialog;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_save_to_folder;
- command = ESaveToFolder;
- },
- MENU_ITEM
- {
- txt = qtn_options_exit;
- command = EAknCmdExit;
- }
- };
- }
- // menu that pops up when player is paused
- RESOURCE MENU_PANE r_avp_player_view_paused_menu_pane
- {
- items =
- {
- MENU_ITEM
- {
- txt = qtn_mrp_m_resume;
- command = EPlayPause;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_mute;
- command = EMute;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_save_to_folder;
- command = ESaveToFolder;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_previous;
- command = EPrevClip;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_next;
- command = ENextClip;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_clipinfo;
- command = EClipInfoDialog;
- },
- MENU_ITEM
- {
- txt = qtn_options_help;
- command = EAknCmdHelp;
- },
- MENU_ITEM
- {
- txt = qtn_options_exit;
- command = EAknCmdExit;
- }
- };
- }
- RESOURCE MENU_PANE r_avp_open_menu_pane
- {
- items =
- {
- MENU_ITEM
- {
- txt = qtn_mrp_m_open_recent;
- command = EOpenRecentDialog;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_open_guide;
- command = EOpenGuide;
- },
- MENU_ITEM
- {
- txt = qtn_mrp_m_open_url;
- command = EOpenURLDialog;
- }
- };
- }