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_cba.rss
Package: helix.src.0812.rar [view]
Upload User: zhongxx05
Upload Date: 2007-06-06
Package Size: 33641k
Code Size: 3k
Category:
Symbian
Development Platform:
C/C++
- /*============================================================================*
- *
- * (c) 1995-2003 RealNetworks, Inc. Patents pending. All rights reserved.
- *
- *============================================================================*/
- /*******************************************************************
- >>> CBA buttons
- ********************************************************************/
- RESOURCE CBA r_avp_player_view_idle_cba
- {
- buttons=
- {
- AVKON_CBA_BUTTON
- {
- id=EAknSoftkeyOptions;
- txt=text_softkey_option;
- },
- AVKON_CBA_BUTTON
- {
- id=EAknSoftkeyBack;
- txt=text_softkey_back;
- }
- };
- }
- RESOURCE CBA r_avp_player_view_connecting_cba
- {
- buttons=
- {
- AVKON_CBA_BUTTON
- {
- // empty
- },
- AVKON_CBA_BUTTON
- {
- id=EStop;
- txt=qtn_mrp_text_softkey_stop;
- }
- };
- }
- // (same as pause cba)
- RESOURCE CBA r_avp_player_view_live_play_cba
- {
- buttons=
- {
- AVKON_CBA_BUTTON
- {
- id=EAknSoftkeyOptions;
- txt=text_softkey_option;
- },
- AVKON_CBA_BUTTON
- {
- id=EStop;
- txt=qtn_mrp_text_softkey_stop;
- }
- };
- }
- RESOURCE CBA r_avp_player_view_play_cba
- {
- buttons=
- {
- AVKON_CBA_BUTTON
- {
- id=EPlayPause;
- txt=qtn_mrp_text_softkey_pause;
- },
- AVKON_CBA_BUTTON
- {
- id=EStop;
- txt=qtn_mrp_text_softkey_stop;
- }
- };
- }
- RESOURCE CBA r_avp_player_view_playlist_mode_cba
- {
- buttons=
- {
- AVKON_CBA_BUTTON
- {
- id = EPrevClip;
- txt = qtn_mrp_m_previous;
- },
- AVKON_CBA_BUTTON
- {
- id = ENextClip;
- txt = qtn_mrp_m_next;
- }
- };
- }
- RESOURCE CBA r_avp_player_view_pause_cba
- {
- buttons=
- {
- AVKON_CBA_BUTTON
- {
- id=EAknSoftkeyOptions;
- txt=text_softkey_option;
- },
- AVKON_CBA_BUTTON
- {
- id=EStop;
- txt=qtn_mrp_text_softkey_stop;
- }
- };
- }
- //MOVE CANCEL
- RESOURCE CBA r_avp_cba_move_cancel
- {
- buttons=
- {
- CBA_BUTTON
- {
- id=EAknSoftkeySelect;
- txt=qtn_mrp_text_softkey_move;
- },
- CBA_BUTTON
- {
- id=EAknSoftkeyBack;
- txt=text_softkey_cancel;
- }
- };
- }
- //MOVE BACK
- RESOURCE CBA r_avp_cba_move_back
- {
- buttons=
- {
- CBA_BUTTON
- {
- id=EAknSoftkeySelect; //EMoveToFolder;
- txt=text_softkey_move;
- },
- CBA_BUTTON
- {
- id=EAknSoftkeyBack;
- txt=text_softkey_back;
- }
- };
- }
- RESOURCE CBA r_avp_softkeys_ok
- {
- buttons =
- {
- AVKON_CBA_BUTTON
- {
- // empty
- },
- AVKON_CBA_BUTTON
- {
- id = EAknSoftkeyOk;
- txt = text_softkey_ok;
- }
- };
- }