idlefw/plugins/shortcutplugin/src/aiscutpluginres.rss
branchRCL_3
changeset 9 d0529222e3f0
parent 4 1a2a00e78665
child 10 5ef93ea513cb
child 18 bd874ee5e5e2
equal deleted inserted replaced
4:1a2a00e78665 9:d0529222e3f0
     1 /*
       
     2 * Copyright (c) 2005-2006 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 definitions for Shortcut plug-in settings
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <eikon.rh>
       
    20 #include <avkon.rsg>
       
    21 #include <avkon.rh>
       
    22 
       
    23 #include <ai3scutplugin.loc>
       
    24 
       
    25 NAME SCPL
       
    26 
       
    27 RESOURCE RSS_SIGNATURE { }
       
    28 
       
    29 RESOURCE TBUF { buf="SCPL"; }
       
    30 
       
    31 //----------------------------------------------------
       
    32 // EIK_APP_INFO
       
    33 // Contains application information.
       
    34 //----------------------------------------------------
       
    35 //
       
    36 RESOURCE EIK_APP_INFO
       
    37 {
       
    38 }
       
    39 
       
    40 // ----------------------------------------------------------------------------
       
    41 //
       
    42 // %U application can show additional information in Shortcut area..."
       
    43 //
       
    44 // ----------------------------------------------------------------------------
       
    45 //
       
    46 RESOURCE TBUF r_ai_sc_query_modify_gs
       
    47     {
       
    48     buf = qtn_ai_sc_query_modify_gs;
       
    49     }
       
    50 
       
    51 //----------------------------------------------------------
       
    52 // r_scut_xsptip_note
       
    53 //
       
    54 //----------------------------------------------------------
       
    55 //
       
    56 RESOURCE DIALOG r_scut_xsptip_note
       
    57 {
       
    58     flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
       
    59     buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
       
    60     items =
       
    61     {
       
    62         DLG_LINE
       
    63         {
       
    64             type = EAknCtPopupHeadingPane;
       
    65             id = EAknMessageQueryHeaderId;
       
    66             control = AVKON_HEADING
       
    67             {
       
    68                 label = qtn_ai_sc_query_modify_header;
       
    69                 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
       
    70                 // headinglayout = R_AVKON_LIST_HEADING_PANE_POPUPS;
       
    71             };
       
    72         },
       
    73         DLG_LINE
       
    74         {
       
    75             type = EAknCtMessageQuery;
       
    76             id = EAknMessageQueryContentId;
       
    77             control = AVKON_MESSAGE_QUERY
       
    78             {
       
    79             };
       
    80         }
       
    81     };
       
    82 }  
       
    83 
       
    84 // End of File.