filesystemuis/memstatepopup/group/MemStatePopup.rss
changeset 0 6a9f87576119
equal deleted inserted replaced
-1:000000000000 0:6a9f87576119
       
     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: 
       
    15 *     Resources for memory state popup
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <eikon.rh>
       
    21 #include <avkon.rh>
       
    22 
       
    23 #include <eikon.rsg>
       
    24 #include <avkon.rsg>
       
    25 #include <avkon.mbg>
       
    26 #include <AvkonIcons.hrh>
       
    27 
       
    28 #include <memstatepopup.loc>
       
    29 
       
    30 
       
    31 //  RESOURCE IDENTIFIER
       
    32 NAME    MSTP // 4 letter ID
       
    33 
       
    34 // COMPULSORY SIGNATURE
       
    35 RESOURCE RSS_SIGNATURE { }
       
    36 
       
    37 // MEMORY SCAN WAIT NOTE
       
    38 RESOURCE DIALOG r_memstate_wait_note
       
    39     {
       
    40     flags = EAknWaitNoteFlags;
       
    41     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
    42     items =
       
    43         {
       
    44         DLG_LINE
       
    45             {
       
    46             type = EAknCtNote;
       
    47             id = EGeneralNote; 
       
    48             control= AVKON_NOTE 
       
    49                 { 
       
    50                 layout = EWaitLayout;
       
    51                 singular_label = qtn_swins_note_mem_wait;
       
    52                 imagefile = AVKON_ICON_FILE;
       
    53                 imageid = EMbmAvkonQgn_note_progress;
       
    54                 imagemask = EMbmAvkonQgn_note_progress_mask;
       
    55                 animation =R_QGN_GRAF_WAIT_BAR_ANIM;
       
    56                 };
       
    57             }
       
    58         };
       
    59     }
       
    60 
       
    61 
       
    62 RESOURCE TBUF r_unit_formatter
       
    63     {
       
    64     buf = qtn_swins_lsh2_format;
       
    65     }
       
    66 
       
    67 RESOURCE ARRAY r_array_units
       
    68     {
       
    69     items = 
       
    70         {
       
    71         LBUF { txt = qtn_swins_lsh2_plain_byte; },
       
    72         LBUF { txt = qtn_swins_lsh2_plain_kilobyte; },
       
    73         LBUF { txt = qtn_swins_lsh2_plain_megabyte; },
       
    74         LBUF { txt = qtn_swins_lsh2_plain_gigabyte; }
       
    75         };
       
    76     }
       
    77 
       
    78 // End of File