internetradio2.0/resources/2000b4a2.rss
changeset 15 065198191975
parent 14 896e9dbc5f19
child 16 5723da102db1
equal deleted inserted replaced
14:896e9dbc5f19 15:065198191975
     1 /*
       
     2 * Copyright (c) 2009 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:
       
    15 *
       
    16 */
       
    17 NAME IRNC
       
    18 
       
    19 #include <eikon.rh>
       
    20 #include <eikon.rsg>
       
    21 #include <avkon.hrh>
       
    22 #include <avkon.rh>
       
    23 #include <avkon.rsg>
       
    24 
       
    25 
       
    26 RESOURCE RSS_SIGNATURE
       
    27 {
       
    28 }
       
    29 
       
    30 RESOURCE DIALOG r_irnc_connecting_dialog
       
    31 {
       
    32     flags = EAknWaitNoteFlags;
       
    33     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
    34     items =
       
    35     {
       
    36         DLG_LINE
       
    37             {
       
    38             type = EAknCtNote;
       
    39             id = 1;
       
    40             control= AVKON_NOTE 
       
    41                 { 
       
    42                 layout = EWaitLayout;
       
    43                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
    44                 };
       
    45             }
       
    46     };
       
    47 }
       
    48 
       
    49 //TODO: localization
       
    50 #define qtn_ir_connecting_note   "Connecting to server..."
       
    51 
       
    52 RESOURCE TBUF r_irapp_connecting_note {buf = qtn_ir_connecting_note;}