menufw/menufwui/mmextensions/mmfolderuiextension/data/mmfolderuiextplugin.rss
changeset 0 f72a12da539e
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 /*
       
     2 * Copyright (c) 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:  Resource file for the browse folder UI extension plugin
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 NAME PPUP	// 4 letter ID
       
    20 
       
    21 //  INCLUDES
       
    22 #include <eikon.rh>
       
    23 #include <avkon.rsg>
       
    24 #include <avkon.rh>
       
    25 
       
    26 #ifdef LANGUAGE_SC
       
    27 	#include <sc/avkon.loc>
       
    28 #else
       
    29 	#include <avkon.loc>
       
    30 #endif
       
    31 
       
    32 RESOURCE RSS_SIGNATURE { }
       
    33 
       
    34 RESOURCE TBUF { buf="AFUP"; }
       
    35 
       
    36 RESOURCE DIALOG r_menu_filename_query
       
    37 	{
       
    38 	flags = EGeneralQueryFlags;
       
    39 	buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
       
    40 	items=
       
    41 		{
       
    42 		DLG_LINE
       
    43 			{
       
    44 			type = EAknCtQuery;
       
    45 			id = EGeneralQuery;
       
    46 			control= AVKON_DATA_QUERY
       
    47 				{
       
    48 				layout = EDataLayout;
       
    49 				control = EDWIN
       
    50 					{
       
    51 					flags= EEikEdwinNoHorizScrolling | EEikEdwinResizable;
       
    52 					maxlength = 256; // KMaxFileName
       
    53 					};
       
    54 				};
       
    55 			}
       
    56 		};
       
    57 	}
       
    58 
       
    59 RESOURCE DIALOG r_menu_wait_dialog
       
    60     {
       
    61     flags = EAknWaitNoteFlags;
       
    62     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
    63     items =
       
    64         {
       
    65         DLG_LINE
       
    66             {
       
    67             type = EAknCtNote;
       
    68             id = EGeneralNote;
       
    69             control= AVKON_NOTE
       
    70                 {
       
    71                 layout = EWaitLayout;
       
    72                 singular_label = qtn_fldr_deleting_wait_note;
       
    73                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
    74                 };
       
    75             }
       
    76         };
       
    77     }
       
    78 
       
    79 
       
    80 RESOURCE DIALOG r_menu_edit_interruption_info
       
    81 	{
       
    82 	flags = EAknWarningNoteFlags | EEikDialogFlagWait;
       
    83 	buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
       
    84 	items =
       
    85 		{
       
    86 		DLG_LINE
       
    87 			{
       
    88 			type = EAknCtNote;
       
    89 			id = EGeneralNote;
       
    90 			control = AVKON_NOTE
       
    91 				{
       
    92 				layout = EGeneralLayout;
       
    93 				animation = R_QGN_NOTE_ERROR_ANIM;
       
    94 				};
       
    95 			}
       
    96 		};
       
    97 	}
       
    98 
       
    99 RESOURCE DIALOG r_menu_edit_delete_query
       
   100     {
       
   101     flags = EGeneralQueryFlags;
       
   102     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   103     items =
       
   104         {
       
   105         DLG_LINE
       
   106             {
       
   107             type = EAknCtQuery;
       
   108             id = EGeneralQuery;
       
   109             control = AVKON_CONFIRMATION_QUERY
       
   110                 {
       
   111                 layout = EConfirmationQueryLayout;
       
   112                 animation = R_QGN_NOTE_QUERY_ANIM;
       
   113                 };
       
   114             }
       
   115         };
       
   116     }
       
   117 
       
   118 RESOURCE DIALOG r_menu_edit_move_to_folder_select_cancel_query
       
   119     {
       
   120     flags = EGeneralQueryFlags;
       
   121     buttons = R_AVKON_SOFTKEYS_SELECT_CANCEL;
       
   122     items =
       
   123         {
       
   124         DLG_LINE
       
   125             {
       
   126             type = EAknCtListQueryControl;
       
   127             id = EListQueryControl;
       
   128             control = AVKON_LIST_QUERY_CONTROL
       
   129                 {
       
   130                 listtype = EAknCtSingleGraphicPopupMenuListBox;
       
   131                 listbox = LISTBOX
       
   132                     {
       
   133                     flags = EAknListBoxMenuList;
       
   134                     height = 3;
       
   135                     width = 10;
       
   136                     };
       
   137                 heading = qtn_fldr_move_to_prmpt;
       
   138                 };
       
   139             }
       
   140         };
       
   141     }
       
   142 
       
   143 RESOURCE DIALOG r_menu_edit_move_to_folder_select_back_query
       
   144     {
       
   145     flags = EGeneralQueryFlags;
       
   146     buttons = R_AVKON_SOFTKEYS_SELECT_BACK;
       
   147     items =
       
   148         {
       
   149         DLG_LINE
       
   150             {
       
   151             type = EAknCtListQueryControl;
       
   152             id = EListQueryControl;
       
   153             control = AVKON_LIST_QUERY_CONTROL
       
   154                 {
       
   155                 listtype = EAknCtSingleGraphicPopupMenuListBox;
       
   156                 listbox = LISTBOX
       
   157                     {
       
   158                     flags = EAknListBoxMenuList;
       
   159                     height = 3;
       
   160                     width = 10;
       
   161                     };
       
   162                 heading = qtn_fldr_move_to_prmpt;
       
   163                 };
       
   164             }
       
   165         };
       
   166     }
       
   167 
       
   168 RESOURCE DIALOG r_menu_edit_moving_complete_notification
       
   169     {
       
   170     flags = EAknWarningNoteFlags | EEikDialogFlagWait;
       
   171     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   172     items =
       
   173         {
       
   174         DLG_LINE
       
   175             {
       
   176             type = EAknCtNote;
       
   177             id = EGeneralNote;
       
   178             control = AVKON_NOTE
       
   179                 {
       
   180                 layout = EGeneralLayout;
       
   181                 animation = R_QGN_NOTE_OK_ANIM;
       
   182                 };
       
   183             }
       
   184         };
       
   185     }
       
   186 
       
   187 RESOURCE DIALOG r_menu_edit_moving_abort_notification
       
   188     {
       
   189     flags = EAknWarningNoteFlags | EEikDialogFlagWait;
       
   190     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   191     items =
       
   192         {
       
   193         DLG_LINE
       
   194             {
       
   195             type = EAknCtNote;
       
   196             id = EGeneralNote;
       
   197             control = AVKON_NOTE
       
   198                 {
       
   199                 layout = EGeneralLayout;
       
   200                 animation = R_QGN_NOTE_ERROR_ANIM;
       
   201                 };
       
   202             }
       
   203         };
       
   204     }
       
   205 
       
   206 RESOURCE TBUF r_menu_edit_root_folder { buf=qtn_fldr_root_level; }
       
   207 RESOURCE TBUF r_menu_edit_default_folder_name { buf=qtn_fldr_name_default; }
       
   208 RESOURCE TBUF r_menu_edit_folder_name { buf=qtn_fldr_name_prmpt; }
       
   209 RESOURCE TBUF r_menu_edit_delete_query_text { buf=qtn_query_common_conf_delete; }
       
   210 RESOURCE TBUF r_menu_edit_fldr_deleting_wait_note { buf=qtn_fldr_deleting_wait_note; }
       
   211 RESOURCE TBUF r_menu_edit_fldr_bad_file_name { buf=qtn_fldr_bad_file_name; }
       
   212 RESOURCE TBUF r_menu_edit_fldr_illegal_characters { buf=qtn_fldr_illegal_characters; }
       
   213 
       
   214 // end of file