cellular/servicerequest/data/servicerequest.rss
changeset 51 12bc758d6a02
parent 48 78df25012fda
child 53 25b8d29b7c59
equal deleted inserted replaced
48:78df25012fda 51:12bc758d6a02
     1 /*
       
     2 * Copyright (c) 2002 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 file for general Service Request
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // RESOURCE IDENTIFIER
       
    21 NAME SERQ
       
    22 
       
    23 // INCLUDES
       
    24 
       
    25 #include <eikon.rh>
       
    26 #include <avkon.rsg>
       
    27 #include <avkon.rh>
       
    28 #include <avkon.hrh>
       
    29 #include <avkon.mbg>
       
    30 
       
    31 #include <avkon.loc>
       
    32 #include "servicerequest.hrh" 
       
    33 
       
    34 RESOURCE RSS_SIGNATURE { }
       
    35 
       
    36 
       
    37 // -----------------------------------------------------------------------------
       
    38 // 
       
    39 // r_serq_requesting_wait_note
       
    40 // Wait dialog for the servivce request.
       
    41 //
       
    42 // -----------------------------------------------------------------------------
       
    43 //
       
    44 RESOURCE DIALOG r_serq_requesting_wait_note
       
    45     {
       
    46     flags = EAknWaitNoteFlags  | EEikDialogFlagWait;
       
    47     buttons=R_AVKON_SOFTKEYS_QUIT;
       
    48     items=
       
    49         {
       
    50         DLG_LINE
       
    51             {
       
    52             type=EAknCtNote;
       
    53             id = ESerqRequestingNote;
       
    54             control= AVKON_NOTE 
       
    55                 { 
       
    56                 layout = EWaitLayout;
       
    57                 singular_label = text_sending;
       
    58                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
    59                 };
       
    60             }
       
    61         };
       
    62     }
       
    63 
       
    64 // Used texts in notes:
       
    65 
       
    66 RESOURCE TBUF r_text_unconfirmed
       
    67     {
       
    68     buf = text_unconfirmed;
       
    69     }
       
    70 
       
    71 RESOURCE TBUF r_text_not_done
       
    72     {
       
    73     buf = text_not_done;
       
    74     }
       
    75 
       
    76 RESOURCE TBUF r_text_not_allowed
       
    77     {
       
    78     buf = text_not_allowed;
       
    79     }
       
    80 
       
    81 RESOURCE TBUF r_text_result_unknown
       
    82     {
       
    83     buf = text_result_unknown;
       
    84     }
       
    85 
       
    86 RESOURCE TBUF r_text_done
       
    87     {
       
    88     buf = text_done;
       
    89     }
       
    90 
       
    91 RESOURCE TBUF r_text_no_service
       
    92     {
       
    93     buf = text_no_service;
       
    94     }
       
    95 
       
    96 RESOURCE TBUF r_qtn_srvrq_info_confl
       
    97     {
       
    98     buf = qtn_srvrq_info_confl;
       
    99     }
       
   100 
       
   101 RESOURCE TBUF r_text_request_rejected
       
   102     {
       
   103     buf = text_request_rejected;
       
   104     }
       
   105     
       
   106 RESOURCE TBUF r_password_error_note  
       
   107     { 
       
   108     buf = qtn_mem_card_unlock_error;
       
   109     }    
       
   110   
       
   111 // End of File