upnpframework/upnpcommonui/data/upnpcommonui.rss
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource definitions for the Common UI
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // RESOURCE IDENTIFIER
       
    20 NAME    UPCU
       
    21 
       
    22 // INCLUDES
       
    23 #include <avkon.rh>
       
    24 #include <avkon.rsg>
       
    25 #include <avkon.loc>
       
    26 #include <avkon.hrh>
       
    27 #include <eikon.rh>
       
    28 #include <eikon.rsg>
       
    29 #include <data_caging_paths_strings.hrh>
       
    30 #include <appinfo.rh>
       
    31 #include <avkon.mbg>
       
    32 #include <upnpcommonui.mbg>         // animation frames
       
    33 #include <upnpframework.loc>        // Loc strings for upnpframework subsystem
       
    34 
       
    35 #include "upnpcommonui.hrh"
       
    36 
       
    37 
       
    38 // CONSTANTS
       
    39 // None
       
    40 
       
    41 // MACROS
       
    42 // None
       
    43 
       
    44 // RESOURCE DEFINITIONS
       
    45 
       
    46 // --------------------------------------------------------------------------
       
    47 //
       
    48 // RSS_SIGNATURE
       
    49 //
       
    50 // --------------------------------------------------------------------------
       
    51 //
       
    52 RESOURCE RSS_SIGNATURE 
       
    53     {
       
    54     }
       
    55 
       
    56 // --------------------------------------------------------------------------
       
    57 //
       
    58 // TBUF
       
    59 //
       
    60 // --------------------------------------------------------------------------
       
    61 //
       
    62 RESOURCE TBUF 
       
    63     { 
       
    64     buf = "";
       
    65     }
       
    66 
       
    67 // --------------------------------------------------------------------------
       
    68 //
       
    69 // R_UPNPCOMMONUI_EXTERNAL_MEDIA_TITLE
       
    70 //
       
    71 // --------------------------------------------------------------------------
       
    72 //
       
    73 RESOURCE TBUF r_upnpcommonui_external_media_title
       
    74     {
       
    75     buf = qtn_iupnp_title_ext_media_2;
       
    76     }
       
    77 
       
    78 // --------------------------------------------------------------------------
       
    79 //
       
    80 // R_UPNPCOMMONUI_EXTERNAL_WAITING_NOTE
       
    81 //
       
    82 // --------------------------------------------------------------------------
       
    83 //
       
    84 RESOURCE TBUF r_upnpcommonui_external_waiting_note
       
    85     {
       
    86     buf = qtn_iupnp_main_empty; 
       
    87     }
       
    88 
       
    89 // --------------------------------------------------------------------------
       
    90 //
       
    91 // R_UPNPCOMMONUI_EXTERNAL_EMPTY_FOLDER
       
    92 //
       
    93 // --------------------------------------------------------------------------
       
    94 //
       
    95 RESOURCE TBUF r_upnpcommonui_external_empty_folder
       
    96     {
       
    97     buf = qtn_iupnp_no_files_found; 
       
    98     }
       
    99 
       
   100 // --------------------------------------------------------------------------
       
   101 //
       
   102 // R_UPNPCOMMONUI_BROWSE_DIALOG_MENUBAR
       
   103 //
       
   104 // --------------------------------------------------------------------------
       
   105 //
       
   106 RESOURCE MENU_BAR r_upnpcommonui_browse_dialog_menubar
       
   107     {
       
   108     titles =
       
   109         {
       
   110         MENU_TITLE 
       
   111             { 
       
   112             menu_pane = r_upnpcommonui_browse_option_menu;
       
   113             }
       
   114         };
       
   115     }
       
   116 
       
   117 
       
   118 // --------------------------------------------------------------------------
       
   119 //
       
   120 // R_UPNPCOMMONUI_MENUPANE_MARKABLE_LIST_IMPLEMENTATION
       
   121 //
       
   122 // --------------------------------------------------------------------------
       
   123 //
       
   124 RESOURCE MENU_PANE r_upnpcommonui_menupane_markable_list_implementation
       
   125     {
       
   126     items =
       
   127         {
       
   128         MENU_ITEM
       
   129             {
       
   130             command=EAknCmdMark;
       
   131             txt=qtn_options_list_mark_one;
       
   132             },
       
   133         MENU_ITEM
       
   134             {
       
   135             command=EAknMarkAll;
       
   136             txt=qtn_options_list_mark_all;
       
   137             },
       
   138         MENU_ITEM
       
   139             {
       
   140             command=EAknCmdUnmark;
       
   141             txt=qtn_options_list_unmark_one;
       
   142             },
       
   143         MENU_ITEM
       
   144             {
       
   145             command=EAknUnmarkAll;
       
   146             txt=qtn_options_list_unmark_all;
       
   147             }
       
   148         };
       
   149     }
       
   150 
       
   151 // --------------------------------------------------------------------------
       
   152 //
       
   153 // R_UPNPCOMMONUI_MENUPANE_SHOW_SUB_MENU
       
   154 //
       
   155 // --------------------------------------------------------------------------
       
   156 //
       
   157 RESOURCE MENU_PANE r_upnpcommonui_menupane_show_sub_menu
       
   158     {
       
   159     items =
       
   160         {
       
   161         MENU_ITEM
       
   162             { 
       
   163             command = EUPnPShowLocal; 
       
   164             txt = qtn_iupnp_on_device;
       
   165             },
       
   166         MENU_ITEM
       
   167             { 
       
   168             command = EUPnPShowExt; 
       
   169             txt = qtn_iupnp_via_homenet;
       
   170             }
       
   171         
       
   172         };
       
   173     }
       
   174 
       
   175 // --------------------------------------------------------------------------
       
   176 //
       
   177 // R_UPNPCOMMONUI_MENUPANE_PLAY_SUB_MENU
       
   178 //
       
   179 // --------------------------------------------------------------------------
       
   180 //
       
   181 RESOURCE MENU_PANE r_upnpcommonui_menupane_play_sub_menu
       
   182     {
       
   183     items =
       
   184         {
       
   185         MENU_ITEM
       
   186             { 
       
   187             command = EUPnPPlayLocal;
       
   188             txt = qtn_iupnp_on_device;
       
   189             },
       
   190         MENU_ITEM
       
   191             { 
       
   192             command = EUPnPPlayExt; 
       
   193             txt = qtn_iupnp_via_homenet; 
       
   194             }
       
   195 
       
   196         };
       
   197     }
       
   198 
       
   199 
       
   200 // --------------------------------------------------------------------------
       
   201 //
       
   202 // R_UPNPCOMMONUI_BROWSE_OPTION_MENU
       
   203 //
       
   204 // --------------------------------------------------------------------------
       
   205 //
       
   206 RESOURCE MENU_PANE r_upnpcommonui_browse_option_menu
       
   207     {
       
   208     items =
       
   209         {
       
   210         MENU_ITEM 
       
   211             { 
       
   212             command = EUPnPOpen;
       
   213             txt = qtn_options_open;
       
   214             },
       
   215         MENU_ITEM 
       
   216             { 
       
   217             command = EUPnPShow;
       
   218             txt = qtn_iupnp_show_ext_main;
       
   219             cascade = r_upnpcommonui_menupane_show_sub_menu;      
       
   220             },
       
   221         MENU_ITEM 
       
   222             { 
       
   223             command = EUPnPPlay;
       
   224             txt = qtn_iupnp_play_ext_main;
       
   225             cascade = r_upnpcommonui_menupane_play_sub_menu;        
       
   226             },
       
   227         MENU_ITEM 
       
   228             { 
       
   229             command = EUPnPFind;
       
   230             txt = qtn_options_find; 
       
   231             },
       
   232         MENU_ITEM 
       
   233             { 
       
   234             command = EUPnPCopy;
       
   235             txt = qtn_iupnp_copy_main; 
       
   236             },
       
   237         MENU_ITEM
       
   238             {            
       
   239             cascade= r_upnpcommonui_menupane_markable_list_implementation; 
       
   240             command=EAknCmdEditListMenu; 
       
   241             txt=qtn_options_list; 
       
   242             },
       
   243         MENU_ITEM 
       
   244             { 
       
   245             command = EUPnPHelp;
       
   246             txt = qtn_options_help;
       
   247             },
       
   248         MENU_ITEM 
       
   249             { 
       
   250             command = EAknCmdExit; 
       
   251             txt = qtn_options_exit; 
       
   252             }
       
   253         };
       
   254     }
       
   255 
       
   256 
       
   257 // --------------------------------------------------------------------------
       
   258 //
       
   259 // R_UPNPCOMMONUI_EXTERNAL_DEVICE_DIALOG_MENUBAR
       
   260 //
       
   261 // --------------------------------------------------------------------------
       
   262 //
       
   263 RESOURCE MENU_BAR r_upnpcommonui_external_device_dialog_menubar
       
   264     {
       
   265     titles =
       
   266         {
       
   267         MENU_TITLE 
       
   268             { 
       
   269             menu_pane = r_upnpcommonui_external_device_option_menu;
       
   270             }
       
   271         };
       
   272     }
       
   273 
       
   274 // --------------------------------------------------------------------------
       
   275 //
       
   276 // R_COMMONUI_EXTERNAL_DEVICE_OPTION_MENU
       
   277 //
       
   278 // --------------------------------------------------------------------------
       
   279 //
       
   280 RESOURCE MENU_PANE r_upnpcommonui_external_device_option_menu
       
   281     {
       
   282     items =
       
   283         {
       
   284         MENU_ITEM 
       
   285             { 
       
   286             command = EUPnPOpen;
       
   287             txt = qtn_options_open; 
       
   288             },
       
   289         MENU_ITEM 
       
   290             { 
       
   291             command = EUPnPFind;
       
   292             txt = qtn_options_find; 
       
   293             },
       
   294         MENU_ITEM 
       
   295             { 
       
   296             command = EUPnPHelp;
       
   297             txt = qtn_options_help; 
       
   298             },
       
   299         MENU_ITEM 
       
   300             { 
       
   301             command = EAknCmdExit; 
       
   302             txt = qtn_options_exit; 
       
   303             }
       
   304         };
       
   305     }
       
   306 
       
   307 
       
   308 // --------------------------------------------------------------------------
       
   309 //
       
   310 // R_COMMONUI_SOFTKEYS_OPTION_BACK__OPEN
       
   311 //
       
   312 // --------------------------------------------------------------------------
       
   313 //
       
   314 RESOURCE CBA r_upnpcommonui_softkeys_options_back__open
       
   315     {
       
   316     buttons =
       
   317         {
       
   318         CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
       
   319         CBA_BUTTON {id=EAknSoftkeyBack; txt = text_softkey_back; },
       
   320         CBA_BUTTON {id=EAknSoftkeyOpen; txt= qtn_msk_open; }
       
   321         };
       
   322     }
       
   323     
       
   324 // --------------------------------------------------------------------------
       
   325 //
       
   326 // R_UPNPCOMMONUI_SOFTKEYS_OPTION_BACK__SHOW
       
   327 //
       
   328 // --------------------------------------------------------------------------
       
   329 //
       
   330 RESOURCE CBA r_upnpcommonui_softkeys_options_back__show
       
   331     {
       
   332     buttons =
       
   333         {
       
   334         CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
       
   335         CBA_BUTTON {id=EAknSoftkeyBack; txt = text_softkey_back; },
       
   336         CBA_BUTTON {id=EAknSoftkeyOk; txt= text_softkey_show; }
       
   337         };
       
   338     }
       
   339 
       
   340 // --------------------------------------------------------------------------
       
   341 //
       
   342 // R_UPNPCOMMONUI_sOFTKEYS_OPTIONS_BACK__PLAY
       
   343 //
       
   344 // --------------------------------------------------------------------------
       
   345 //
       
   346 RESOURCE CBA r_upnpcommonui_softkeys_options_back__play
       
   347     {
       
   348     buttons =
       
   349         {
       
   350         CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
       
   351         CBA_BUTTON {id=EAknSoftkeyBack; txt = text_softkey_back; },
       
   352         CBA_BUTTON {id=EAknSoftkeyOk; txt= qtn_msk_play; }
       
   353         };
       
   354     }        
       
   355 
       
   356 // --------------------------------------------------------------------------
       
   357 //
       
   358 // R_UPNPCOMMONUI_BROWSE_DIALOG
       
   359 //
       
   360 // --------------------------------------------------------------------------
       
   361 //
       
   362 RESOURCE DIALOG r_upnpcommonui_browse_dialog
       
   363     { 
       
   364     flags = EAknDialogMarkableList;
       
   365     buttons = r_upnpcommonui_softkeys_options_back__open; 
       
   366     items = 
       
   367         { 
       
   368         DLG_LINE
       
   369             { 
       
   370             id = EUPnPBrowseListBoxId;
       
   371             type = EAknCtSingleGraphicListBox;
       
   372             control = LISTBOX 
       
   373                 {
       
   374                 flags = EAknListBoxMarkableList; //EAknListBoxSelectionList; 
       
   375                 };
       
   376             }
       
   377         };
       
   378     }
       
   379 
       
   380 // --------------------------------------------------------------------------
       
   381 //
       
   382 // R_UPNPCOMMONUI_EXTERNAL_MEDIA_SELECT_DIALOG
       
   383 //
       
   384 // --------------------------------------------------------------------------
       
   385 //
       
   386 RESOURCE DIALOG r_upnpcommonui_external_media_select_dialog
       
   387     { 
       
   388     flags = EEikDialogFlagNoDrag |
       
   389             EEikDialogFlagNoTitleBar |
       
   390             EEikDialogFlagFillAppClientRect |
       
   391             EEikDialogFlagCbaButtons |
       
   392             EEikDialogFlagWait;
       
   393     buttons = r_upnpcommonui_softkeys_empty_back; 
       
   394     items = 
       
   395         { 
       
   396         DLG_LINE
       
   397             { 
       
   398             id = EUPnPExternDevicesListBoxId;
       
   399             type = EAknCtSingleGraphicListBox;
       
   400             control = LISTBOX 
       
   401                 {
       
   402                 flags = EAknListBoxSelectionList; 
       
   403                 };
       
   404             }
       
   405         };
       
   406     }
       
   407 
       
   408 
       
   409 // --------------------------------------------------------------------------
       
   410 //
       
   411 // R_UPNPCOMMONUI_VIDEO_PLAYER_DIALOG
       
   412 //
       
   413 // --------------------------------------------------------------------------
       
   414 //
       
   415 RESOURCE DIALOG r_upnpcommonui_video_player_dialog
       
   416     { 
       
   417     flags = EEikDialogFlagNoDrag |
       
   418             EEikDialogFlagNoTitleBar |
       
   419             EEikDialogFlagFillAppClientRect |
       
   420             EEikDialogFlagCbaButtons |
       
   421             EEikDialogFlagWait;
       
   422     buttons = r_upnpcommonui_softkeys_empty_back; 
       
   423     items = 
       
   424         { 
       
   425         DLG_LINE
       
   426             { 
       
   427             id = EUPnPVideoPlayerListBoxId;
       
   428             type = ECustomCtrlDlgCtCustomControl;
       
   429             }
       
   430         };
       
   431     }
       
   432 
       
   433 // --------------------------------------------------------------------------
       
   434 //
       
   435 // R_UPNPCOMMONUI_VIDEO_PLAYBACK_WAIT_NOTE_DIALOG
       
   436 //
       
   437 // --------------------------------------------------------------------------
       
   438 //
       
   439 RESOURCE DIALOG r_upnpcommonui_video_playback_wait_note_dialog
       
   440     {
       
   441     flags = EAknProgressNoteFlags;
       
   442     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   443     items =
       
   444         {
       
   445         DLG_LINE
       
   446             {
       
   447             type = EAknCtNote;
       
   448             id = EUPnPVideoDialogWaitNote;
       
   449             control = AVKON_NOTE
       
   450                 {
       
   451                 layout         = EProgressLayout;
       
   452                 singular_label = qtn_iupnp_prog_prep_playback;
       
   453                 imageid        = EMbmAvkonQgn_note_progress;
       
   454                 imagemask      = EMbmAvkonQgn_note_progress_mask;
       
   455                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   456                 };
       
   457             }
       
   458         };
       
   459     }
       
   460     
       
   461 // --------------------------------------------------------------------------
       
   462 //
       
   463 // R_UPNPCOMMONUI_SOFTKEYS_PLAY_STOP
       
   464 //
       
   465 // --------------------------------------------------------------------------
       
   466 //
       
   467 RESOURCE CBA r_upnpcommonui_softkeys_play_stop
       
   468     { 
       
   469     buttons = 
       
   470         { 
       
   471         CBA_BUTTON 
       
   472             { 
       
   473             id = EUPnPPlayCmd; 
       
   474             txt = qtn_iupnp_play_ext_main;  
       
   475             }, 
       
   476         CBA_BUTTON 
       
   477             { 
       
   478             id = EUPnPStopCmd; 
       
   479             txt = text_softkey_stop;    
       
   480             } 
       
   481         }; 
       
   482     }
       
   483     
       
   484 // --------------------------------------------------------------------------
       
   485 //
       
   486 // R_UPNPCOMMONUI_SOFTKEYS_PAUSE_STOP
       
   487 //
       
   488 // --------------------------------------------------------------------------
       
   489 //
       
   490 RESOURCE CBA r_upnpcommonui_softkeys_pause_stop 
       
   491     { 
       
   492     buttons = 
       
   493         { 
       
   494         CBA_BUTTON 
       
   495             { 
       
   496             id = EUPnPPauseCmd; 
       
   497             txt = text_softkey_pause;  
       
   498             }, 
       
   499         CBA_BUTTON 
       
   500             { 
       
   501             id = EUPnPStopCmd; 
       
   502             txt = text_softkey_stop;  
       
   503             } 
       
   504         }; 
       
   505     }
       
   506 
       
   507 // --------------------------------------------------------------------------
       
   508 //
       
   509 // R_UPNPCOMMONUI_sOFTKEYS_CONTINUE_STOP
       
   510 //
       
   511 // --------------------------------------------------------------------------
       
   512 //
       
   513 RESOURCE CBA r_upnpcommonui_softkeys_continue_stop 
       
   514     { 
       
   515     buttons = 
       
   516         { 
       
   517         CBA_BUTTON 
       
   518             { 
       
   519             id = EUPnPContinueCmd; 
       
   520             txt = qtn_iupnp_sk_continue; 
       
   521             }, 
       
   522         CBA_BUTTON 
       
   523             { 
       
   524             id = EUPnPStopCmd; 
       
   525             txt = text_softkey_stop; 
       
   526             } 
       
   527         }; 
       
   528     }
       
   529 
       
   530 // --------------------------------------------------------------------------
       
   531 //
       
   532 // R_UPNPCOMMONUI_SOFTKEYS_REPLAY_BACK
       
   533 //
       
   534 // --------------------------------------------------------------------------
       
   535 //
       
   536 RESOURCE CBA r_upnpcommonui_softkeys_replay_back 
       
   537     { 
       
   538     buttons = 
       
   539         { 
       
   540         CBA_BUTTON 
       
   541             { 
       
   542             id = EUPnPReplayCmd; 
       
   543             txt = qtn_iupnp_sk_replay; 
       
   544             }, 
       
   545         CBA_BUTTON 
       
   546             { 
       
   547             id = EUPnPBackCmd; 
       
   548             txt = text_softkey_back; 
       
   549             } 
       
   550         }; 
       
   551     }
       
   552 
       
   553 
       
   554 // --------------------------------------------------------------------------
       
   555 //
       
   556 // R_UPNPCOMMONUI_SOFTKEYS_EMPTY_CANCEL
       
   557 //
       
   558 // --------------------------------------------------------------------------
       
   559 //
       
   560 RESOURCE CBA r_upnpcommonui_softkeys_empty_cancel 
       
   561     { 
       
   562     buttons = 
       
   563         { 
       
   564         CBA_BUTTON 
       
   565             { 
       
   566             id = EAknSoftkeyEmpty;             
       
   567             },        
       
   568         CBA_BUTTON 
       
   569             { 
       
   570             id = EAknSoftkeyCancel; 
       
   571             txt = text_softkey_cancel;  
       
   572             } 
       
   573         }; 
       
   574     }
       
   575             
       
   576 // --------------------------------------------------------------------------
       
   577 //
       
   578 // R_UPNPCOMMONUI_VIDEO_NAVI_TIME
       
   579 //
       
   580 // --------------------------------------------------------------------------
       
   581 //
       
   582 RESOURCE TBUF r_upnpcommonui_video_navi_time 
       
   583     { 
       
   584     buf = qtn_iupnp_sep_slash; 
       
   585     }
       
   586 
       
   587 // --------------------------------------------------------------------------
       
   588 //
       
   589 // R_UPNPCOMMONUI_SELECT_DEVICE_TEXT
       
   590 //
       
   591 // --------------------------------------------------------------------------
       
   592 //
       
   593 RESOURCE TBUF r_upnpcommonui_select_device_text
       
   594     {
       
   595     buf = qtn_iupnp_select_device;
       
   596     }
       
   597 
       
   598 // --------------------------------------------------------------------------
       
   599 //
       
   600 // R_UPNPCOMMONUI_SELECT_PLAYER_TEXT
       
   601 //
       
   602 // --------------------------------------------------------------------------
       
   603 //
       
   604 RESOURCE TBUF r_upnpcommonui_select_player_text
       
   605     {
       
   606     buf = qtn_iupnp_select_player;
       
   607     }
       
   608 
       
   609 
       
   610 // --------------------------------------------------------------------------
       
   611 //
       
   612 // R_UPNPCOMMONUI_COPY_TO_TEXT
       
   613 //
       
   614 // --------------------------------------------------------------------------
       
   615 //
       
   616 RESOURCE TBUF r_upnpcommonui_copy_to_text
       
   617     { 
       
   618     buf = qtn_fldr_copy_to_prompt;
       
   619     }
       
   620 
       
   621 // --------------------------------------------------------------------------
       
   622 //
       
   623 // R_UPNPCOMMONUI_MOVE_TO_TEXT
       
   624 //
       
   625 // --------------------------------------------------------------------------
       
   626 //
       
   627 RESOURCE TBUF r_upnpcommonui_move_to_text
       
   628     { 
       
   629     buf = qtn_fldr_move_to_prmpt;
       
   630     }
       
   631 
       
   632 // --------------------------------------------------------------------------
       
   633 //
       
   634 // R_UPNPCOMMONUI_TITLE_SHOWING
       
   635 //
       
   636 // --------------------------------------------------------------------------     
       
   637 //
       
   638 RESOURCE TBUF r_upnpcommonui_title_showing   
       
   639     { 
       
   640     buf = qtn_iupnp_title_showing;
       
   641     }
       
   642 
       
   643 // --------------------------------------------------------------------------
       
   644 //
       
   645 // R_UPNPCOMMONUI_NOMEMORY_TEXT
       
   646 //
       
   647 // --------------------------------------------------------------------------
       
   648 //
       
   649 RESOURCE TBUF r_upnpcommonui_nomemory_text    
       
   650     { 
       
   651     buf = qtn_memlo_ram_out_of_mem;
       
   652     }
       
   653 
       
   654 // --------------------------------------------------------------------------
       
   655 // R_UPNPCOMMONUI_DEVICE_MEMORY_LOW
       
   656 // --------------------------------------------------------------------------
       
   657 RESOURCE TBUF r_upnpcommonui_device_memory_low    
       
   658     {
       
   659     buf = qtn_memlo_device_memory_full;
       
   660     }
       
   661 
       
   662 // --------------------------------------------------------------------------
       
   663 //
       
   664 // R_UPNPCOMMONUI_INFO_COPY_ONE_TEXT
       
   665 //
       
   666 // --------------------------------------------------------------------------
       
   667 //
       
   668 RESOURCE TBUF r_upnpcommonui_info_copy_one_text
       
   669     {
       
   670     buf = qtn_iupnp_info_copy_one;
       
   671     }
       
   672 
       
   673 // --------------------------------------------------------------------------
       
   674 //
       
   675 // R_UPNPCOMMONUI_INFO_COPY_MANY_TEXT
       
   676 //
       
   677 // --------------------------------------------------------------------------
       
   678 //
       
   679 RESOURCE TBUF r_upnpcommonui_info_copy_many_text
       
   680     {
       
   681     buf = qtn_iupnp_info_copy_many;
       
   682     }
       
   683 
       
   684 // --------------------------------------------------------------------------
       
   685 //
       
   686 // R_UPNPCOMMONUI_RENDERING_FAILED_UNKNOWN_ERROR_TEXT
       
   687 //
       
   688 // --------------------------------------------------------------------------
       
   689 //
       
   690 RESOURCE TBUF r_upnpcommonui_rendering_failed_unknown_error_text
       
   691     {
       
   692     buf = qtn_iupnp_err_rendering_failed_unknown;
       
   693     }
       
   694     
       
   695 // --------------------------------------------------------------------------
       
   696 //
       
   697 // R_UPNPCOMMONUI_NOT_SUPPORTED_ERROR_TEXT
       
   698 //
       
   699 // --------------------------------------------------------------------------
       
   700 //
       
   701 RESOURCE TBUF r_upnpcommonui_not_supported_error_text
       
   702     {
       
   703     buf = qtn_iupnp_err_not_supported;
       
   704     }    
       
   705 
       
   706 // --------------------------------------------------------------------------
       
   707 //
       
   708 // R_UPNPCOMMONUI_GENERAL_FAILURE_ERROR_TEXT
       
   709 //
       
   710 // --------------------------------------------------------------------------
       
   711 //
       
   712 RESOURCE TBUF r_upnpcommonui_general_failure_error_text
       
   713     {
       
   714     buf = qtn_iupnp_err_general_failure;
       
   715     }    
       
   716 
       
   717 // --------------------------------------------------------------------------
       
   718 //
       
   719 // R_UPNPCOMMONUI_CONN_LOST_COPY_ERROR_TEXT
       
   720 //
       
   721 // --------------------------------------------------------------------------
       
   722 //
       
   723 RESOURCE TBUF r_upnpcommonui_conn_lost_copy_error_text
       
   724     {
       
   725     buf = qtn_iupnp_err_conn_lost_copy;
       
   726     }    
       
   727 
       
   728 // --------------------------------------------------------------------------
       
   729 //
       
   730 // R_UPNPCOMMONUI_SOFTKEYS_EMPTY_BACK
       
   731 //
       
   732 // --------------------------------------------------------------------------
       
   733 //
       
   734 RESOURCE CBA r_upnpcommonui_softkeys_empty_back 
       
   735     { 
       
   736     buttons = 
       
   737         { 
       
   738         CBA_BUTTON 
       
   739             { 
       
   740             id = EAknSoftkeyEmpty;             
       
   741             },        
       
   742         CBA_BUTTON 
       
   743             { 
       
   744             id = EUPnPBackCmd; 
       
   745             txt = text_softkey_back;  
       
   746             } 
       
   747         }; 
       
   748     }
       
   749 
       
   750 // --------------------------------------------------------------------------
       
   751 //
       
   752 // R_UPNPCOMMONUI_SOFTKEYS_EMTPY_STOP
       
   753 //
       
   754 // --------------------------------------------------------------------------
       
   755 //
       
   756 RESOURCE CBA r_upnpcommonui_softkeys_empty_stop 
       
   757     { 
       
   758     buttons = 
       
   759         { 
       
   760         CBA_BUTTON 
       
   761             { 
       
   762             id = EAknSoftkeyEmpty;             
       
   763             },        
       
   764         CBA_BUTTON 
       
   765             { 
       
   766             id = EUPnPStopCmd; 
       
   767             txt = text_softkey_stop;  
       
   768             } 
       
   769         }; 
       
   770     }
       
   771 
       
   772 // --------------------------------------------------------------------------
       
   773 //
       
   774 // R_UPNPCOMMONUI_ERROR_CON_TEXT
       
   775 //
       
   776 // --------------------------------------------------------------------------
       
   777 //
       
   778 RESOURCE TBUF r_upnpcommonui_error_con_text
       
   779     { 
       
   780     buf=qtn_iupnp_err_con_failed;
       
   781     }
       
   782 
       
   783 // --------------------------------------------------------------------------
       
   784 //
       
   785 // R_UPNPCOMMONUI_BROWSE_UPDATE_WAIT_NOTE_DIALOG
       
   786 //
       
   787 // --------------------------------------------------------------------------
       
   788 //
       
   789 RESOURCE DIALOG r_upnpcommonui_browse_update_wait_note_dialog
       
   790     {
       
   791     flags = EAknProgressNoteFlags | EEikDialogFlagWait;
       
   792     buttons = r_upnpcommonui_softkeys_empty_cancel;
       
   793     items =
       
   794         {
       
   795         DLG_LINE
       
   796             {
       
   797             type = EAknCtNote;
       
   798             id = EUPnPBrowseDialogProgressNote;
       
   799             control = AVKON_NOTE
       
   800                 {
       
   801                 layout         = EProgressLayout;
       
   802                 singular_label = qtn_iupnp_wait_list_update;
       
   803                 imageid        = EMbmAvkonQgn_note_progress;
       
   804                 imagemask      = EMbmAvkonQgn_note_progress_mask;
       
   805                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   806                 };
       
   807             }
       
   808         };
       
   809     }
       
   810     
       
   811 //----------------------------------------------------
       
   812 //
       
   813 // R_UPNPCOMMONUI_ANIMATION_FOR_SELECTION_DIALOG
       
   814 //
       
   815 //----------------------------------------------------
       
   816 //
       
   817 RESOURCE BMPANIM_DATA r_upnpcommonui_animation_for_selection_dialog
       
   818     {
       
   819     frameinterval   = 250;
       
   820     playmode        = EAknBitmapAnimationPlayModeCycle;
       
   821     frames          = r_upnpcommonui_animation_for_selection_dialog_images;
       
   822     bmpfile = "Z:"APP_RESOURCE_DIR"\\UPnPCommonUI.mif";
       
   823     }
       
   824 
       
   825 //----------------------------------------------------
       
   826 //
       
   827 // R_UPNPCOMMONUI_ANIMATION_FOR_SELECTION_DIALOG_IMAGES
       
   828 //
       
   829 //----------------------------------------------------
       
   830 //
       
   831 RESOURCE ARRAY r_upnpcommonui_animation_for_selection_dialog_images
       
   832     {
       
   833     items=
       
   834         {
       
   835         BMPANIM_FRAME {bmpid=EMbmUpnpcommonuiQgn_indi_upnp_search_1 ; maskid=EMbmUpnpcommonuiQgn_indi_upnp_search_1_mask;},
       
   836         BMPANIM_FRAME {bmpid=EMbmUpnpcommonuiQgn_indi_upnp_search_2 ; maskid=EMbmUpnpcommonuiQgn_indi_upnp_search_2_mask;},
       
   837         BMPANIM_FRAME {bmpid=EMbmUpnpcommonuiQgn_indi_upnp_search_3 ; maskid=EMbmUpnpcommonuiQgn_indi_upnp_search_3_mask;},
       
   838         BMPANIM_FRAME {bmpid=EMbmUpnpcommonuiQgn_indi_upnp_search_4 ; maskid=EMbmUpnpcommonuiQgn_indi_upnp_search_4_mask;},    
       
   839         BMPANIM_FRAME {bmpid=EMbmUpnpcommonuiQgn_indi_upnp_search_5 ; maskid=EMbmUpnpcommonuiQgn_indi_upnp_search_5_mask;},   
       
   840         BMPANIM_FRAME {bmpid=EMbmUpnpcommonuiQgn_indi_upnp_search_6 ; maskid=EMbmUpnpcommonuiQgn_indi_upnp_search_6_mask;},    
       
   841         BMPANIM_FRAME {bmpid=EMbmUpnpcommonuiQgn_indi_upnp_search_7 ; maskid=EMbmUpnpcommonuiQgn_indi_upnp_search_7_mask;},    
       
   842         BMPANIM_FRAME {bmpid=EMbmUpnpcommonuiQgn_indi_upnp_search_8 ; maskid=EMbmUpnpcommonuiQgn_indi_upnp_search_8_mask;},
       
   843         BMPANIM_FRAME {bmpid=EMbmUpnpcommonuiQgn_indi_upnp_search_9 ; maskid=EMbmUpnpcommonuiQgn_indi_upnp_search_9_mask;}
       
   844         };
       
   845     }    
       
   846 
       
   847     
       
   848 // --------------------------------------------------------------------------
       
   849 //
       
   850 // R_UPNPCOMMONUI_SERVER_SERVER_SEARCH_MAIN
       
   851 //
       
   852 // --------------------------------------------------------------------------
       
   853 //
       
   854 RESOURCE TBUF r_upnpcommonui_server_search_main
       
   855     {
       
   856     buf = qtn_iupnp_server_search_main;
       
   857     } 
       
   858 
       
   859 
       
   860 // --------------------------------------------------------------------------
       
   861 //
       
   862 // R_UPNPCOMMONUI_SOFTKEYS_SHOW_STOP
       
   863 //
       
   864 // --------------------------------------------------------------------------
       
   865 //
       
   866 RESOURCE CBA r_upnpcommonui_softkeys_show_stop
       
   867     { 
       
   868     buttons = 
       
   869         { 
       
   870         CBA_BUTTON 
       
   871             { 
       
   872             id = EAknSoftkeyShow;
       
   873             txt = text_softkey_show;
       
   874             },        
       
   875         CBA_BUTTON 
       
   876             { 
       
   877             id = EUPnPStopCmd; 
       
   878             txt = text_softkey_stop;          
       
   879             } 
       
   880         }; 
       
   881     }
       
   882 
       
   883 // CONSTANTS
       
   884 #define KStartingYearForDateEditor 1
       
   885 #define KEndingYearForDateEditor 9999
       
   886 #define KFileNameEditorMaxWidth 255
       
   887 #define KFileNameEditorNumOfLines 0
       
   888 #define KFileNameEditorMaxLength 255
       
   889 
       
   890 
       
   891 //----------------------------------------------------
       
   892 //
       
   893 // R_UPNPCOMMONUI_ADVANCEDFIND_WAIT_NOTE_DIALOG
       
   894 //
       
   895 //----------------------------------------------------
       
   896 //
       
   897 
       
   898 RESOURCE DIALOG r_upnpcommonui_advancedfind_wait_note_dialog
       
   899     {
       
   900     flags = EAknProgressNoteFlags | EEikDialogFlagWait;
       
   901     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   902     items =
       
   903         {
       
   904         DLG_LINE
       
   905             {
       
   906             type = EAknCtNote;
       
   907             id = EGeneralNote;
       
   908             control = AVKON_NOTE
       
   909                 {
       
   910                 layout = EProgressLayout;
       
   911                 singular_label = qtn_iupnp_finding_results_note;
       
   912                 imageid = EMbmAvkonQgn_note_progress;
       
   913                 imagemask = EMbmAvkonQgn_note_progress_mask;
       
   914                   animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   915                 };
       
   916             }
       
   917         };
       
   918     }
       
   919 
       
   920 //----------------------------------------------------
       
   921 //
       
   922 // R_UPNPCOMMONUI_MEDIA_TYPE_SETTING_PAGE
       
   923 //
       
   924 //----------------------------------------------------
       
   925 //
       
   926 RESOURCE AVKON_SETTING_PAGE r_upnpcommonui_media_type_setting_page
       
   927     {
       
   928     label = qtn_iupnp_media_type_title;
       
   929     type = EAknCtPopupSettingList;
       
   930     editor_resource_id = r_upnpcommonui_media_type_editor;
       
   931     }
       
   932 
       
   933 //----------------------------------------------------
       
   934 //
       
   935 // R_UPNPCOMMONUI_FILE_NAME_SETTING_PAGE
       
   936 //
       
   937 //----------------------------------------------------
       
   938 //
       
   939 RESOURCE AVKON_SETTING_PAGE r_upnpcommonui_file_name_setting_page
       
   940     {
       
   941     type = EEikCtEdwin;//text editor 
       
   942     editor_resource_id = r_upnpcommonui_file_name_editor;
       
   943     }
       
   944 //----------------------------------------------------
       
   945 //
       
   946 // R_UPNPCOMMONUI_ARTIST_SETTING_PAGE
       
   947 //
       
   948 //----------------------------------------------------
       
   949 //
       
   950 RESOURCE AVKON_SETTING_PAGE r_upnpcommonui_artist_setting_page
       
   951     {
       
   952     type = EEikCtEdwin;//text editor 
       
   953     editor_resource_id = r_upnpcommonui_file_name_editor;
       
   954     }
       
   955 
       
   956 //----------------------------------------------------
       
   957 //
       
   958 // R_UPNPCOMMONUI_ALBUM_NAME_SETTING_PAGE
       
   959 //
       
   960 //----------------------------------------------------
       
   961 //
       
   962 RESOURCE AVKON_SETTING_PAGE r_upnpcommonui_album_name_setting_page
       
   963     {
       
   964     type = EEikCtEdwin;//text editor 
       
   965     editor_resource_id = r_upnpcommonui_file_name_editor;
       
   966     }
       
   967 
       
   968 //----------------------------------------------------
       
   969 //
       
   970 // R_UPNPCOMMONUI_GENRE_SETTING_PAGE
       
   971 //
       
   972 //----------------------------------------------------
       
   973 //
       
   974 RESOURCE AVKON_SETTING_PAGE r_upnpcommonui_genre_setting_page
       
   975     {
       
   976     type = EEikCtEdwin;//text editor 
       
   977     editor_resource_id = r_upnpcommonui_file_name_editor;
       
   978     }
       
   979 
       
   980 //----------------------------------------------------
       
   981 //
       
   982 // R_UPNPCOMMONUI_DATE_FROM_SETTING_PAGE
       
   983 //
       
   984 //----------------------------------------------------
       
   985 //
       
   986 RESOURCE AVKON_SETTING_PAGE r_upnpcommonui_date_from_setting_page
       
   987     {
       
   988     type = EEikCtDateEditor; //date editor
       
   989     editor_resource_id = r_upnpcommonui_date_editor;
       
   990     }
       
   991 
       
   992 //----------------------------------------------------
       
   993 //
       
   994 // R_UPNPCOMMONUI_DATE_UNTIL_SETTING_PAGE
       
   995 //
       
   996 //----------------------------------------------------
       
   997 //
       
   998 RESOURCE AVKON_SETTING_PAGE r_upnpcommonui_date_until_setting_page
       
   999     {
       
  1000     type = EEikCtDateEditor; //date editor
       
  1001     editor_resource_id = r_upnpcommonui_date_editor;
       
  1002     }
       
  1003 
       
  1004 
       
  1005 
       
  1006 //----------------------------------------------------
       
  1007 //
       
  1008 // R_UPNPCOMMONUI_UPNPADFIND_SOFTKEYS_OK_BACK__oK
       
  1009 //
       
  1010 //----------------------------------------------------
       
  1011 //
       
  1012 RESOURCE CBA r_upnpcommonui_upnpadvfind_softkeys_ok_back__ok
       
  1013     {
       
  1014     //flags = 0;
       
  1015     buttons =
       
  1016         {
       
  1017         CBA_BUTTON {id=EAknSoftkeyOk; txt = text_softkey_ok;},
       
  1018         CBA_BUTTON {id=EAknSoftkeyBack; txt = text_softkey_back; },
       
  1019         CBA_BUTTON {id=EAknSoftkeyOpen; txt = qtn_msk_change; }
       
  1020         };
       
  1021     }
       
  1022     
       
  1023 //----------------------------------------------------
       
  1024 //
       
  1025 // R_UPNPCOMMONUI_ADVANCED_FIND_MAIN_DIALOG
       
  1026 //
       
  1027 //----------------------------------------------------
       
  1028 //
       
  1029 RESOURCE DIALOG r_upnpcommonui_advanced_find_main_dialog
       
  1030     {
       
  1031     flags  = EAknDialogMultiselectionList;
       
  1032     
       
  1033     buttons = r_upnpcommonui_upnpadvfind_softkeys_ok_back__ok;
       
  1034     items = 
       
  1035         {
       
  1036         DLG_LINE        
       
  1037             {
       
  1038             type = KAknCtLastControlId;
       
  1039             id = EMultiSelectionListBoxId;
       
  1040             control = AVKON_SETTING_ITEM_LIST
       
  1041                 {
       
  1042                 flags = EAknSettingItemIncludeHiddenInOrdinal;
       
  1043                   initial_number = 1;
       
  1044                 items =
       
  1045                     {
       
  1046                     AVKON_SETTING_ITEM
       
  1047                           {
       
  1048                         identifier = EAdvancedFindMediaType;
       
  1049                         setting_page_resource = r_upnpcommonui_media_type_setting_page;
       
  1050                         associated_resource = r_upnpcommonui_media_type_popup_texts;
       
  1051                         name = qtn_iupnp_media_type;
       
  1052                         },
       
  1053                     AVKON_SETTING_ITEM
       
  1054                           {
       
  1055                         identifier = EAdvancedFindFileName;
       
  1056                         setting_page_resource = r_upnpcommonui_file_name_setting_page;
       
  1057                         name = qtn_iupnp_find_file;
       
  1058                         },
       
  1059                     AVKON_SETTING_ITEM
       
  1060                           {
       
  1061                         identifier = EAdvancedFindArtist;
       
  1062                         setting_page_resource = r_upnpcommonui_artist_setting_page;
       
  1063                         name = qtn_iupnp_find_artist;
       
  1064                         },
       
  1065                     AVKON_SETTING_ITEM
       
  1066                           {
       
  1067                         identifier = EAdvancedFindAlbum;
       
  1068                         setting_page_resource = r_upnpcommonui_album_name_setting_page;
       
  1069                         name = qtn_iupnp_find_album;
       
  1070                         },
       
  1071                     AVKON_SETTING_ITEM
       
  1072                           {
       
  1073                         identifier = EAdvancedFindGenre;
       
  1074                         setting_page_resource = r_upnpcommonui_genre_setting_page;
       
  1075                         name = qtn_iupnp_find_genre;
       
  1076                         },
       
  1077                     AVKON_SETTING_ITEM
       
  1078                           {
       
  1079                         identifier = EAdvancedFindDateFrom;
       
  1080                         setting_page_resource = r_upnpcommonui_date_from_setting_page;
       
  1081                         name = qtn_iupnp_find_date_from;
       
  1082                         },
       
  1083                     AVKON_SETTING_ITEM
       
  1084                           {
       
  1085                         identifier = EAdvancedFindDateUntil;
       
  1086                         setting_page_resource = r_upnpcommonui_date_until_setting_page;
       
  1087                         name = qtn_iupnp_find_date_until;
       
  1088                         }
       
  1089                     };
       
  1090                 };
       
  1091             }
       
  1092           };
       
  1093     }
       
  1094 
       
  1095 //----------------------------------------------------
       
  1096 //
       
  1097 // R_UPNPCOMMONUI_MEDIA_TYPE_EDITOR
       
  1098 //
       
  1099 //----------------------------------------------------
       
  1100 //
       
  1101 RESOURCE POPUP_SETTING_LIST r_upnpcommonui_media_type_editor
       
  1102     {
       
  1103     }
       
  1104 
       
  1105 //----------------------------------------------------
       
  1106 //
       
  1107 // R_UPNPCOMMONUI_MEDIA_TYPE_POPUP_TEXTS
       
  1108 //
       
  1109 //----------------------------------------------------
       
  1110 //
       
  1111 RESOURCE AVKON_POPUP_SETTING_TEXTS r_upnpcommonui_media_type_popup_texts
       
  1112     {
       
  1113     setting_texts_resource = r_upnpcommonui_advanced_find_media_types_texts;
       
  1114     popped_up_texts_resource = r_upnpcommonui_media_type_texts_popped_up;
       
  1115     }
       
  1116 
       
  1117 //----------------------------------------------------
       
  1118 //
       
  1119 // R_UPNPCOMMONUI_ADVANCED_FIND_MEDIA_TYPES_TEXTS
       
  1120 //
       
  1121 //----------------------------------------------------
       
  1122 //
       
  1123 RESOURCE ARRAY r_upnpcommonui_advanced_find_media_types_texts
       
  1124     {
       
  1125     items =
       
  1126         {
       
  1127         AVKON_ENUMERATED_TEXT { value = EAdvancedFindAll; text = qtn_iupnp_mt_all; },
       
  1128         AVKON_ENUMERATED_TEXT { value = EAdvancedFindImages; text = qtn_iupnp_mt_image; },
       
  1129         AVKON_ENUMERATED_TEXT { value = EAdvancedFindVideo; text = qtn_iupnp_mt_video; },
       
  1130         AVKON_ENUMERATED_TEXT { value = EAdvancedFindMusic; text = qtn_iupnp_mt_music; }
       
  1131         };
       
  1132     }
       
  1133 
       
  1134 //----------------------------------------------------
       
  1135 //
       
  1136 // R_UPNPCOMMONUI_MEDIA_TYPE_TEXTS_POPPED_UP
       
  1137 //
       
  1138 //----------------------------------------------------
       
  1139 //
       
  1140 RESOURCE ARRAY r_upnpcommonui_media_type_texts_popped_up
       
  1141     {
       
  1142     items =
       
  1143         {
       
  1144         LBUF { txt = qtn_iupnp_mt_all; },
       
  1145         LBUF { txt = qtn_iupnp_mt_image; },
       
  1146         LBUF { txt = qtn_iupnp_mt_video; },
       
  1147         LBUF { txt = qtn_iupnp_mt_music; }
       
  1148         };
       
  1149     }
       
  1150 
       
  1151 //----------------------------------------------------
       
  1152 //
       
  1153 // R_UPNPCOMMONUI_DATE_EDITOR
       
  1154 //
       
  1155 //----------------------------------------------------
       
  1156 //
       
  1157 RESOURCE DATE_EDITOR r_upnpcommonui_date_editor
       
  1158     {
       
  1159     minDate = DATE
       
  1160         {
       
  1161         year=KStartingYearForDateEditor;
       
  1162         };
       
  1163 
       
  1164     maxDate = DATE
       
  1165         {
       
  1166         year=KEndingYearForDateEditor;
       
  1167         };
       
  1168     }
       
  1169 
       
  1170 //----------------------------------------------------
       
  1171 //
       
  1172 // R_UPNPCOMMONUI_FILE_NAME_EDITOR
       
  1173 //
       
  1174 //----------------------------------------------------
       
  1175 //
       
  1176 RESOURCE EDWIN r_upnpcommonui_file_name_editor
       
  1177     {
       
  1178     width = KFileNameEditorMaxWidth;
       
  1179     lines = KFileNameEditorNumOfLines;
       
  1180     maxlength = KFileNameEditorMaxLength;
       
  1181     default_case = EAknEditorTextCase;
       
  1182     }
       
  1183 
       
  1184 
       
  1185 
       
  1186 //----------------------------------------------------
       
  1187 //
       
  1188 // R_UPNPCOMMONUI_ADVANCED_FIND_SEARCH_RESULT_TITLE
       
  1189 //
       
  1190 //----------------------------------------------------
       
  1191 //
       
  1192 RESOURCE TBUF r_upnpcommonui_advanced_find_search_result_title
       
  1193     {
       
  1194     buf = qtn_iupnp_search_results;
       
  1195     }
       
  1196 
       
  1197 //----------------------------------------------------
       
  1198 //
       
  1199 // R_UPNPCOMMONUI_ADVANCED_FIND_SEARCH_RESULT_FILE
       
  1200 //
       
  1201 //----------------------------------------------------
       
  1202 //
       
  1203 RESOURCE TBUF r_upnpcommonui_advanced_find_search_result_file
       
  1204     {
       
  1205     buf = qtn_iupnp_nof_file;
       
  1206     }
       
  1207 
       
  1208 //----------------------------------------------------
       
  1209 //
       
  1210 // R_UPNPCOMMONUI_ADVANCED_FIND_SEARCH_RESULT_FILES
       
  1211 //
       
  1212 //----------------------------------------------------
       
  1213 //
       
  1214 RESOURCE TBUF r_upnpcommonui_advanced_find_search_result_files
       
  1215     {
       
  1216     buf = qtn_iupnp_nof_files;
       
  1217     }
       
  1218 
       
  1219 //----------------------------------------------------
       
  1220 //
       
  1221 // R_UPNPCOMMONUI_ADVANCED_FIND_SEARCH_RESULT_NO_RESULTS
       
  1222 //
       
  1223 //----------------------------------------------------
       
  1224 //
       
  1225 RESOURCE TBUF r_upnpcommonui_advanced_find_search_result_no_results
       
  1226     {
       
  1227     buf = qtn_iupnp_no_files_found;
       
  1228     }
       
  1229 
       
  1230 //----------------------------------------------------
       
  1231 //
       
  1232 // R_UPNPCOMMONUI_RESULT_WINDOW_MENUBAR
       
  1233 //
       
  1234 //----------------------------------------------------
       
  1235 //
       
  1236 RESOURCE MENU_BAR r_upnpcommonui_result_window_menubar
       
  1237     {
       
  1238     titles =
       
  1239         {
       
  1240         MENU_TITLE { menu_pane = r_upnpcommonui_result_window_menu;}
       
  1241         };
       
  1242     }
       
  1243 
       
  1244 //----------------------------------------------------
       
  1245 //
       
  1246 // R_UPNPCOMMONUI_RESULT_WINDOW_MENU
       
  1247 //
       
  1248 //----------------------------------------------------
       
  1249 //
       
  1250 RESOURCE MENU_PANE r_upnpcommonui_result_window_menu
       
  1251     {
       
  1252     items =
       
  1253         {
       
  1254         MENU_ITEM
       
  1255             {
       
  1256             command = EUPnPShow;
       
  1257             txt = qtn_iupnp_show_ext_main;
       
  1258             cascade = r_upnpcommonui_menupane_show_sub_menu;
       
  1259             },
       
  1260         MENU_ITEM
       
  1261             { 
       
  1262             command = EUPnPPlay; 
       
  1263             txt = qtn_iupnp_play_ext_main;
       
  1264             cascade = r_upnpcommonui_menupane_play_sub_menu;
       
  1265             },
       
  1266         MENU_ITEM 
       
  1267             { 
       
  1268             command = EUPnPCopy;
       
  1269             txt = qtn_iupnp_copy_main; 
       
  1270             },
       
  1271         MENU_ITEM
       
  1272             {
       
  1273             cascade = R_AVKON_MENUPANE_MARKABLE_LIST_IMPLEMENTATION;
       
  1274             command = EAknCmdEditListMenu;
       
  1275             txt = qtn_options_list;
       
  1276             },
       
  1277         MENU_ITEM 
       
  1278             {
       
  1279             command = EAknCmdHelp;
       
  1280             txt = qtn_options_help;
       
  1281             },
       
  1282         MENU_ITEM
       
  1283             { 
       
  1284             command = EAknCmdExit;
       
  1285             txt = qtn_options_exit;
       
  1286             }
       
  1287         };
       
  1288     }
       
  1289 
       
  1290 //----------------------------------------------------
       
  1291 //
       
  1292 // R_UPNPCOMMONUI_ADVANCED_FIND_RESULT_DIALOG
       
  1293 //
       
  1294 //----------------------------------------------------
       
  1295 //
       
  1296 RESOURCE DIALOG r_upnpcommonui_advanced_find_result_dialog
       
  1297     {
       
  1298     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagFillAppClientRect |
       
  1299                EEikDialogFlagCbaButtons | EEikDialogFlagWait;
       
  1300 
       
  1301     buttons = R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
  1302     items =
       
  1303         {
       
  1304         DLG_LINE
       
  1305             {
       
  1306             id = EAdvFindResultBoxId;
       
  1307             type = EAknCtDoubleGraphicListBox;
       
  1308             control = LISTBOX
       
  1309                 {
       
  1310                     flags = EAknListBoxMarkableList;            
       
  1311                 };
       
  1312             }
       
  1313         };
       
  1314     }
       
  1315 
       
  1316 //----------------------------------------------------
       
  1317 //
       
  1318 // R_COMMONUI_ADVANCED_FIND_TOO_MANY_RESULTS_ERROR
       
  1319 //
       
  1320 //----------------------------------------------------
       
  1321 //
       
  1322 RESOURCE TBUF r_upnpcommonui_advanced_find_too_many_results_error 
       
  1323     { 
       
  1324 	buf=qtn_iupnp_too_big_cache_note_text;
       
  1325     }
       
  1326 
       
  1327 //----------------------------------------------------
       
  1328 //
       
  1329 // R_UPNPCOMMONUI_NO_ITEMS_TO_PLAY_TEXT
       
  1330 //
       
  1331 //----------------------------------------------------
       
  1332 //
       
  1333 RESOURCE TBUF r_upnpcommonui_no_items_to_play_text 
       
  1334     { 
       
  1335 	buf=qtn_iupnp_no_items_to_play_text;
       
  1336     }
       
  1337 
       
  1338 // End of file