uifw/AknGlobalUI/AknCapServer/src/AknMemoryCardUi.rss
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002-2007 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 
       
    18 NAME MCUI
       
    19 
       
    20 #include <avkon.loc>
       
    21 #include <eikon.rh>
       
    22 #include <eikcore.rsg>
       
    23 #include <avkon.rsg>
       
    24 #include <avkon.rh>
       
    25 #include "avkon.hrh"
       
    26 
       
    27 RESOURCE RSS_SIGNATURE { }
       
    28 RESOURCE TBUF16 { buf=""; }
       
    29 
       
    30 RESOURCE TBUF r_qtn_mem_card_unlock_prompt {buf = qtn_mem_card_unlock_prompt;}
       
    31 RESOURCE TBUF r_qtn_mem_card_unlock_error  {buf = qtn_mem_card_unlock_error;}
       
    32 
       
    33 RESOURCE TBUF r_qtn_fsw_styluspopupmenu_open {buf = qtn_ispm_open;} 
       
    34 RESOURCE TBUF r_qtn_fsw_styluspopupmenu_exit {buf = qtn_ispm_exit;}
       
    35 RESOURCE DIALOG r_mmc_password_query
       
    36     {
       
    37     flags = EEikDialogFlagNoDrag|EEikDialogFlagNoTitleBar|EEikDialogFlagCbaButtons|
       
    38         EEikDialogFlagNoBorder|EEikDialogFlagNoShadow|EEikDialogFlagNotifyEsc|
       
    39         EEikDialogFlagVirtualInput;
       
    40         
       
    41     buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
    42     items =
       
    43         {
       
    44         DLG_LINE
       
    45             {
       
    46             type=EAknCtQuery;
       
    47             id=EGeneralQuery;
       
    48             control= AVKON_DATA_QUERY 
       
    49                 { 
       
    50                 layout = ECodeLayout;
       
    51                 label = "";
       
    52                 control=SECRETED 
       
    53                     {
       
    54                     num_letters=16;
       
    55                     };
       
    56                 };
       
    57             }
       
    58         };
       
    59     }