rop_cba.rss
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:3k
源码类别:

Symbian

开发平台:

C/C++

  1. /*============================================================================*
  2.  *
  3.  * (c) 1995-2003 RealNetworks, Inc. Patents pending. All rights reserved.
  4.  *
  5.  *============================================================================*/
  6.   
  7. /*******************************************************************
  8. >>> CBA buttons
  9. ********************************************************************/
  10. RESOURCE CBA r_avp_player_view_idle_cba
  11. {
  12.     buttons=
  13.         {
  14.         AVKON_CBA_BUTTON
  15.             {
  16.             id=EAknSoftkeyOptions;
  17.             txt=text_softkey_option;
  18.             },
  19.         AVKON_CBA_BUTTON
  20.             {
  21.             id=EAknSoftkeyBack; 
  22.             txt=text_softkey_back;
  23.             }
  24.         };
  25. }
  26. RESOURCE CBA r_avp_player_view_connecting_cba
  27. {
  28.     
  29.     buttons=
  30.         {
  31.     AVKON_CBA_BUTTON
  32.             {
  33. // empty
  34.             },
  35.     AVKON_CBA_BUTTON
  36.             {
  37. id=EStop;
  38. txt=qtn_mrp_text_softkey_stop;
  39.             }
  40.         };
  41. }
  42. // (same as pause cba)
  43. RESOURCE CBA r_avp_player_view_live_play_cba
  44. {
  45.     
  46.     buttons=
  47.         {
  48.     AVKON_CBA_BUTTON
  49.             {
  50. id=EAknSoftkeyOptions;
  51. txt=text_softkey_option;
  52.             },
  53.     AVKON_CBA_BUTTON
  54.             {
  55. id=EStop;
  56. txt=qtn_mrp_text_softkey_stop;
  57.             }
  58.         };
  59. }
  60. RESOURCE CBA r_avp_player_view_play_cba
  61. {
  62.     
  63.     buttons=
  64.         {
  65.     AVKON_CBA_BUTTON
  66.             {
  67. id=EPlayPause;
  68. txt=qtn_mrp_text_softkey_pause;
  69.             },
  70.     AVKON_CBA_BUTTON
  71.             {
  72. id=EStop;
  73. txt=qtn_mrp_text_softkey_stop;
  74.             }
  75.         };
  76. }
  77. RESOURCE CBA r_avp_player_view_playlist_mode_cba
  78. {
  79.     
  80.     buttons=
  81.         {
  82.     AVKON_CBA_BUTTON
  83.             {
  84.             
  85.             id = EPrevClip;
  86.                 txt = qtn_mrp_m_previous;
  87.             },
  88.     AVKON_CBA_BUTTON
  89.             {
  90. id = ENextClip;
  91.                 txt = qtn_mrp_m_next;
  92.             }
  93.         };
  94. }
  95. RESOURCE CBA r_avp_player_view_pause_cba
  96. {
  97.     
  98.     buttons=
  99.         {
  100.     AVKON_CBA_BUTTON
  101.             {
  102. id=EAknSoftkeyOptions;
  103. txt=text_softkey_option;
  104.             },
  105.     AVKON_CBA_BUTTON
  106.             {
  107. id=EStop;
  108. txt=qtn_mrp_text_softkey_stop;
  109.             }
  110.         };
  111. }
  112. //MOVE CANCEL
  113. RESOURCE CBA r_avp_cba_move_cancel
  114. {
  115. buttons= 
  116.     {  
  117.     CBA_BUTTON
  118.     { 
  119.     id=EAknSoftkeySelect;
  120. txt=qtn_mrp_text_softkey_move;
  121.     }, 
  122.     CBA_BUTTON
  123.     {
  124.     id=EAknSoftkeyBack;
  125. txt=text_softkey_cancel;
  126.     } 
  127.     };
  128. }
  129. //MOVE BACK
  130. RESOURCE CBA r_avp_cba_move_back
  131. {
  132. buttons= 
  133.     {  
  134.     CBA_BUTTON
  135.     { 
  136.     id=EAknSoftkeySelect; //EMoveToFolder;
  137. txt=text_softkey_move;
  138.     }, 
  139.     CBA_BUTTON
  140.     {
  141.     id=EAknSoftkeyBack;
  142. txt=text_softkey_back;
  143.     } 
  144.     };
  145. }
  146. RESOURCE CBA r_avp_softkeys_ok
  147. {
  148. buttons =
  149. {
  150. AVKON_CBA_BUTTON
  151.         {
  152. // empty
  153.         }, 
  154. AVKON_CBA_BUTTON 
  155. {
  156. id = EAknSoftkeyOk;
  157. txt = text_softkey_ok;
  158. }
  159. };
  160. }