cellular/ServiceRequest/data/ServiceRequest.rss
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:15:03 +0100
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Resource file for general Service Request
*
*/



// RESOURCE IDENTIFIER
NAME SERQ

// INCLUDES

#include <eikon.rh>
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.hrh>
#include <avkon.mbg>

#include <avkon.loc>
#include "ServiceRequest.hrh"

RESOURCE RSS_SIGNATURE { }


// -----------------------------------------------------------------------------
// 
// r_serq_requesting_wait_note
// Wait dialog for the servivce request.
//
// -----------------------------------------------------------------------------
//
RESOURCE DIALOG r_serq_requesting_wait_note
    {
    flags = EAknWaitNoteFlags  | EEikDialogFlagWait;
    buttons=R_AVKON_SOFTKEYS_QUIT;
    items=
        {
        DLG_LINE
            {
            type=EAknCtNote;
            id = ESerqRequestingNote;
            control= AVKON_NOTE 
                { 
                layout = EWaitLayout;
                singular_label = text_sending;
                animation = R_QGN_GRAF_WAIT_BAR_ANIM;
                };
            }
        };
    }

// Used texts in notes:

RESOURCE TBUF r_text_unconfirmed
    {
    buf = text_unconfirmed;
    }

RESOURCE TBUF r_text_not_done
    {
    buf = text_not_done;
    }

RESOURCE TBUF r_text_not_allowed
    {
    buf = text_not_allowed;
    }

RESOURCE TBUF r_text_result_unknown
    {
    buf = text_result_unknown;
    }

RESOURCE TBUF r_text_done
    {
    buf = text_done;
    }

RESOURCE TBUF r_text_no_service
    {
    buf = text_no_service;
    }

RESOURCE TBUF r_qtn_srvrq_info_confl
    {
    buf = qtn_srvrq_info_confl;
    }

RESOURCE TBUF r_text_request_rejected
    {
    buf = text_request_rejected;
    }
    
RESOURCE TBUF r_password_error_note  
    { 
    buf = qtn_mem_card_unlock_error;
    }    
  
// End of File