phonebookui/Speeddial/datasrc/SpeedDial.rss
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2002 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 *     This file contains all the resources for the module.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 //  RESOURCE IDENTIFIER
       
    25 NAME    SPDI // 4 letter ID
       
    26 
       
    27 //  INCLUDES
       
    28 
       
    29 #include <AiwCommon.rh>
       
    30 
       
    31 #include <eikon.rh>
       
    32 #include <eikon.rsg>
       
    33 #include <avkon.rsg>
       
    34 #include <avkon.rh>
       
    35 #include <avkon.mbg>
       
    36 #include <avkon.loc>
       
    37 #include <avkon.hrh>
       
    38 #include <EIKCTL.rsg>
       
    39 
       
    40 #include <bldvariant.hrh>
       
    41 
       
    42 #include "speeddial.hrh"
       
    43 #include <speeddial.loc>
       
    44 #include <mce.loc>
       
    45 #include "Speeddial.laf"
       
    46 #include <appinfo.rh>
       
    47 
       
    48 //  CONSTANTS  
       
    49 //#define ?constant   ?value
       
    50 
       
    51 
       
    52 //  MACROS  
       
    53 //#define ?macro
       
    54 
       
    55 
       
    56 //  RESOURCE DEFINITIONS 
       
    57 
       
    58 RESOURCE RSS_SIGNATURE { }
       
    59 
       
    60 //RESOURCE TBUF16
       
    61 RESOURCE TBUF
       
    62     {
       
    63     buf = "Speeddial";
       
    64     }
       
    65 
       
    66 RESOURCE EIK_APP_INFO
       
    67     {
       
    68     status_pane = r_spdia_status_pane;
       
    69     }
       
    70 // ---------------------------------------------------------
       
    71 //   
       
    72 //  r_spdia_status_pane
       
    73 //  Define status pane of speeddial
       
    74 //
       
    75 // ---------------------------------------------------------
       
    76 //
       
    77 RESOURCE TITLE_PANE r_speeddial_title_pane
       
    78     {
       
    79     txt = qtn_set_title_settings_speeddial;
       
    80     }
       
    81     
       
    82 RESOURCE STATUS_PANE_APP_MODEL r_spdia_status_pane
       
    83     {
       
    84     //layout= R_AVKON_STATUS_PANE_LAYOUT_EMPTY;
       
    85     panes =
       
    86         {
       
    87         SPANE_PANE
       
    88             {
       
    89             id = EEikStatusPaneUidTitle;
       
    90             type = EAknCtTitlePane;
       
    91             resource = r_speeddial_title_pane;
       
    92             }
       
    93       
       
    94         };
       
    95 
       
    96     }
       
    97 
       
    98 //----------------------------------------------------
       
    99 //   
       
   100 //    r_spdia_view
       
   101 //    LeftSoftkey RightSoftkey MiddleSoftkey
       
   102 //
       
   103 //----------------------------------------------------
       
   104 RESOURCE CBA r_spdia_softkeys_option_exit_option
       
   105 	{
       
   106 	buttons =
       
   107 		{
       
   108 		CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
       
   109 		CBA_BUTTON {id=EAknSoftkeyExit; txt = text_softkey_exit;},
       
   110 		CBA_BUTTON {id=EAknSoftkeyContextOptions; txt = text_softkey_option;}
       
   111 		};
       
   112 	}
       
   113 
       
   114 RESOURCE CBA r_spdia_softkeys_option_back_option
       
   115 	{
       
   116 	buttons =
       
   117 		{
       
   118 		CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
       
   119 		CBA_BUTTON {id=EAknSoftkeyExit; txt = text_softkey_back;},
       
   120 		CBA_BUTTON {id=EAknSoftkeyContextOptions; txt = text_softkey_option;}
       
   121 		
       
   122 		};
       
   123 	}
       
   124 	
       
   125 	
       
   126 //
       
   127 RESOURCE AVKON_VIEW r_spdia_view
       
   128     {
       
   129 //  hotkeys = r_spdia_hotkeys;
       
   130     menubar = r_spdia_menubar_view_voice;  
       
   131 //  confirmation dialog needed on EIK_APP_INFO
       
   132     cba = r_spdia_softkeys_option_back_option;
       
   133 //  statuspane comes here later...
       
   134     }
       
   135 
       
   136 //----------------------------------------------------
       
   137 //   
       
   138 //    r_spdia_menubar_view
       
   139 //    ?description
       
   140 //
       
   141 //----------------------------------------------------
       
   142 //
       
   143 RESOURCE MENU_BAR r_spdia_menubar_view
       
   144 {
       
   145     titles =
       
   146         {
       
   147         MENU_TITLE
       
   148             {
       
   149             menu_pane = r_spdia_view_menu;
       
   150             }
       
   151         };
       
   152 }
       
   153 
       
   154 //----------------------------------------------------
       
   155 //   
       
   156 //    r_spdia_menubar_view_voice
       
   157 //    ?description
       
   158 //
       
   159 //----------------------------------------------------
       
   160 //
       
   161 RESOURCE MENU_BAR r_spdia_menubar_view_voice
       
   162 {
       
   163     titles =
       
   164         {
       
   165         MENU_TITLE
       
   166             {
       
   167             menu_pane = r_spdia_view_menu_voice;
       
   168             }
       
   169         };
       
   170 }
       
   171 
       
   172 //----------------------------------------------------
       
   173 //   
       
   174 //    r_spdia_menubar_view_assign
       
   175 //    ?description
       
   176 //
       
   177 //----------------------------------------------------
       
   178 //
       
   179 RESOURCE MENU_BAR r_spdia_menubar_view_assign
       
   180 {
       
   181     titles =
       
   182         {
       
   183         MENU_TITLE
       
   184             {
       
   185             menu_pane = r_spdia_view_menu_assign;
       
   186             }
       
   187         };
       
   188 }
       
   189 
       
   190 //----------------------------------------------------
       
   191 //   
       
   192 //    r_spdia_menubar_view_ok_assign
       
   193 //    ?description
       
   194 //
       
   195 //----------------------------------------------------
       
   196 //
       
   197 RESOURCE MENU_BAR r_spdia_menubar_view_ok_assign
       
   198 {
       
   199     titles =
       
   200         {
       
   201         MENU_TITLE
       
   202             {
       
   203             menu_pane = r_spdia_view_menu_ok_assign;
       
   204             }
       
   205         };
       
   206 }
       
   207 
       
   208 //----------------------------------------------------
       
   209 //   
       
   210 //    r_spdia_menubar_view_ok_call
       
   211 //    Menu bar for the case of select key 
       
   212 //    without submenu for voice/video call
       
   213 //
       
   214 //----------------------------------------------------
       
   215 //
       
   216 RESOURCE MENU_BAR r_spdia_menubar_view_ok_call
       
   217 {
       
   218     titles =
       
   219         {
       
   220         MENU_TITLE
       
   221             {
       
   222             menu_pane = r_spdia_view_menu_ok_call;
       
   223             }
       
   224         };
       
   225 }
       
   226 
       
   227 
       
   228 //----------------------------------------------------
       
   229 //   
       
   230 //    r_spdia_menubar_view_ok_call_video
       
   231 //    Menu bar for the case of select key 
       
   232 //    with submenu for voice/video call
       
   233 //
       
   234 //
       
   235 //----------------------------------------------------
       
   236 //
       
   237 RESOURCE MENU_BAR r_spdia_menubar_view_ok_call_video
       
   238 {
       
   239     titles =
       
   240         {
       
   241         MENU_TITLE
       
   242             {
       
   243             menu_pane = r_spdia_view_menu_ok_call_video;
       
   244             }
       
   245         };
       
   246 }
       
   247 
       
   248 //----------------------------------------------------
       
   249 //   
       
   250 //    r_spdia_view_menu
       
   251 //    Menu that appears when there is speed dial and 
       
   252 //    options key is pressed.
       
   253 //
       
   254 //----------------------------------------------------
       
   255 //
       
   256 RESOURCE MENU_PANE r_spdia_view_menu
       
   257 {
       
   258     items =
       
   259         {
       
   260         MENU_ITEM
       
   261             {
       
   262             command = KSpeedDialAppAiwId;       //Same ID as in interest. 
       
   263             txt = "";                           //AIW plugin will set the text.
       
   264             cascade=AIW_INTELLIGENT_CASCADE_ID; //No submenu if only one item in it
       
   265             flags = EEikMenuItemSpecific;
       
   266             },
       
   267         MENU_ITEM
       
   268             {
       
   269             command = ESpdiaCmdChange;
       
   270             txt = text_speed_dial_option_change;
       
   271             flags = EEikMenuItemSpecific;
       
   272             },
       
   273         MENU_ITEM
       
   274             {
       
   275             command = ESpdiaCmdClear;
       
   276             txt = text_speed_dial_option_clear;
       
   277             flags = EEikMenuItemSpecific;
       
   278             },
       
   279         MENU_ITEM
       
   280             {
       
   281             command = ESpdiaCmdView;
       
   282             txt = text_speed_dial_option_view;
       
   283             flags = EEikMenuItemSpecific;
       
   284             },
       
   285 
       
   286         MENU_ITEM
       
   287             {
       
   288             command = ESpdiaCmdMessage;
       
   289             txt = qtn_mce_write;
       
   290             flags = EEikMenuItemSpecific;
       
   291             },
       
   292 
       
   293         MENU_ITEM 
       
   294             { 
       
   295             command = EAknCmdHelp;
       
   296             txt = qtn_options_help; 
       
   297             },
       
   298         MENU_ITEM 
       
   299             { 
       
   300             command = EAknCmdExit; 
       
   301             txt = qtn_options_exit; 
       
   302             }
       
   303         };
       
   304 }
       
   305 
       
   306 //----------------------------------------------------
       
   307 //   
       
   308 //    r_spdia_view_menu_voice
       
   309 //    ?description
       
   310 //
       
   311 //----------------------------------------------------
       
   312 //
       
   313 RESOURCE MENU_PANE r_spdia_view_menu_voice
       
   314 {
       
   315     items =
       
   316         {
       
   317         MENU_ITEM
       
   318             {
       
   319             command = ESpdiaCmdNumberCall;
       
   320             txt = text_number_call;
       
   321             flags = EEikMenuItemAction;
       
   322             },
       
   323         MENU_ITEM 
       
   324             { 
       
   325             command = EAknCmdHelp;
       
   326             txt = qtn_options_help; 
       
   327             },
       
   328         MENU_ITEM 
       
   329             { 
       
   330             command = EAknCmdExit; 
       
   331             txt = qtn_options_exit; 
       
   332             }
       
   333         };
       
   334     }
       
   335 
       
   336 //----------------------------------------------------
       
   337 //   
       
   338 //    r_spdia_view_menu_assign
       
   339 //    ?description
       
   340 //
       
   341 //----------------------------------------------------
       
   342 //
       
   343 RESOURCE MENU_PANE r_spdia_view_menu_assign
       
   344 {
       
   345     items =
       
   346         {
       
   347         MENU_ITEM
       
   348             {
       
   349             command = ESpdiaCmdAssign;
       
   350             txt = text_softkey_assign;
       
   351             flags = EEikMenuItemSpecific;
       
   352             },
       
   353         MENU_ITEM 
       
   354             { 
       
   355             command = EAknCmdHelp;
       
   356             txt = qtn_options_help; 
       
   357             },
       
   358         MENU_ITEM 
       
   359             { 
       
   360             command = EAknCmdExit; 
       
   361             txt = qtn_options_exit; 
       
   362             }
       
   363         };
       
   364     }
       
   365 
       
   366 //----------------------------------------------------
       
   367 //   
       
   368 //    r_spdia_view_menu_ok_assign
       
   369 //    ?description
       
   370 //
       
   371 //----------------------------------------------------
       
   372 //
       
   373 RESOURCE MENU_PANE r_spdia_view_menu_ok_assign
       
   374 {
       
   375     items =
       
   376         {
       
   377         MENU_ITEM
       
   378             {
       
   379             command = ESpdiaCmdAssign;
       
   380             txt = text_softkey_assign;
       
   381             flags = EEikMenuItemAction;
       
   382             }
       
   383         };
       
   384     }
       
   385 
       
   386 
       
   387 //----------------------------------------------------
       
   388 //   
       
   389 //    r_spdia_view_menu_ok_call
       
   390 //    Menu pane for the case when video/voice submenu	
       
   391 //    shouldnt be shown.
       
   392 //
       
   393 //----------------------------------------------------
       
   394 //
       
   395 RESOURCE MENU_PANE r_spdia_view_menu_ok_call
       
   396 {
       
   397     items =
       
   398         {
       
   399         MENU_ITEM
       
   400             {
       
   401             command = ESpdiaCmdNumberCall;
       
   402             txt = text_number_call;
       
   403             flags = EEikMenuItemAction;
       
   404             }
       
   405         };
       
   406     }
       
   407 
       
   408 
       
   409 
       
   410 //----------------------------------------------------
       
   411 //   
       
   412 //    r_spdia_view_menu_ok_call_video
       
   413 //    Menu pane for the case when video/voice submenu	
       
   414 //    should be shown.
       
   415 //
       
   416 //----------------------------------------------------
       
   417 //
       
   418 
       
   419 RESOURCE MENU_PANE r_spdia_view_menu_ok_call_video
       
   420 {
       
   421     items =
       
   422         {
       
   423         MENU_ITEM
       
   424             {
       
   425             command = KSpeedDialAppAiwId;       //Same ID as in interest. 
       
   426             txt = "";                           //AIW plugin will set the text.
       
   427             cascade=AIW_INTELLIGENT_CASCADE_ID; //No submenu if only one item in it
       
   428             flags = EEikMenuItemSpecific;
       
   429             }
       
   430             
       
   431               
       
   432         ,
       
   433         MENU_ITEM
       
   434             {
       
   435             command = ESpdiaCmdMessage;       //Same ID as in interest.
       
   436             txt = qtn_mce_write;
       
   437             cascade=0; //No submenu if only one item in it
       
   438             flags = EEikMenuItemSpecificListQuery;
       
   439             }
       
   440          
       
   441         };
       
   442     }
       
   443 
       
   444 
       
   445 
       
   446 
       
   447 //----------------------------------------------------
       
   448 //   
       
   449 //    r_spdia_note_viewnumber
       
   450 //    main_pane viewnumber note dialog
       
   451 //
       
   452 //----------------------------------------------------
       
   453 //
       
   454 RESOURCE DIALOG r_spdia_note_viewnumber
       
   455     {
       
   456     flags = EAknSoftNotificationNoteFlags;
       
   457     buttons = R_AVKON_SOFTKEYS_BACK;
       
   458     items =
       
   459         {
       
   460         DLG_LINE
       
   461             {
       
   462             type = EAknCtNote;
       
   463             id = ESpdNoteItem;
       
   464             control= AVKON_NOTE 
       
   465                 {
       
   466                 flags = EAknNoteNoTextWrapping;
       
   467                 layout = ENoteWithImageLayout;
       
   468                 //singular_label = "Key %S";
       
   469                 };
       
   470             }
       
   471         };
       
   472     }
       
   473 // ---------------------------------------------------------
       
   474 //   
       
   475 //    r_spdia_text_viewnum
       
   476 //    Define text of note dialog ( View number )
       
   477 //
       
   478 // ---------------------------------------------------------
       
   479 //
       
   480 //RESOURCE TBUF256 r_spdia_text_viewnum
       
   481 RESOURCE TBUF r_spdia_text_viewnum
       
   482     {
       
   483     buf = text_speed_dial_viewnumber;
       
   484     }
       
   485 
       
   486 // ---------------------------------------------------------
       
   487 //   
       
   488 //    r_spdia_text_prompt
       
   489 //    Define text of note dialog ( View number )
       
   490 //
       
   491 // ---------------------------------------------------------
       
   492 //
       
   493 //RESOURCE TBUF64 r_spdia_text_prompt
       
   494 RESOURCE TBUF r_spdia_text_prompt
       
   495     {
       
   496     buf = "\n%0U\n%1U";
       
   497     }
       
   498 
       
   499 
       
   500 // ---------------------------------------------------------
       
   501 //   
       
   502 //    For AIW: r_spdial_app_interest
       
   503 //
       
   504 // ---------------------------------------------------------
       
   505 //
       
   506 RESOURCE AIW_INTEREST r_spdial_app_interest
       
   507     {
       
   508     items=
       
   509         {
       
   510         // This application is interested in calling from menu.
       
   511         AIW_CRITERIA_ITEM      
       
   512             {
       
   513             id              = KSpeedDialAppAiwId; 
       
   514             serviceCmd      = KAiwCmdCall;
       
   515             serviceClass    = KAiwClassMenu;
       
   516             contentType     = "*";
       
   517             defaultProvider = 0x101F868E;
       
   518             maxProviders    = 1;
       
   519             }
       
   520         };
       
   521     }
       
   522 
       
   523 // CALLING VMBX VIEW
       
   524 
       
   525 // ---------------------------------------------------------
       
   526 //
       
   527 //    r_qtn_spdia_title_calling_vmbx
       
   528 //    Calling vmbx view's title.
       
   529 //
       
   530 // ---------------------------------------------------------
       
   531 //
       
   532 RESOURCE TITLE_PANE r_qtn_spdia_title_calling_vmbx
       
   533     {
       
   534     txt = qtn_spdia_title_calling_vmbx;
       
   535     }
       
   536 
       
   537 // ---------------------------------------------------------
       
   538 //
       
   539 //    r_spdia_view2
       
   540 //    Activated by softnotifier: call voicemailbox
       
   541 //
       
   542 // ---------------------------------------------------------
       
   543 //
       
   544 RESOURCE AVKON_VIEW r_spdia_calling_vmbx_view
       
   545     {
       
   546     cba = R_AVKON_SOFTKEYS_EMPTY;
       
   547     }
       
   548     
       
   549 // -----------------------------------------------------------------------------
       
   550 //
       
   551 //    r_phone_confirmation_note
       
   552 //    It defines note template for confirmation notes. Text
       
   553 //    must be replaced to correct in code. 
       
   554 //
       
   555 // ----------------------------------------------------------------------------- 
       
   556 
       
   557 #ifdef __BT_SAP    
       
   558 // -----------------------------------------------------------------------------
       
   559 //
       
   560 //    r_phone_error_note
       
   561 //    It defines note template for error notes. Text
       
   562 //    must be replaced to correct in code. 
       
   563 //
       
   564 // -----------------------------------------------------------------------------
       
   565 //
       
   566 RESOURCE TBUF r_offline_not_possible_sap { buf = qtn_offline_not_possible_sap; }
       
   567 #endif
       
   568 
       
   569 RESOURCE AKN_NOTE_WRAPPER r_pbk_note_database_corrupted
       
   570     {
       
   571     resId   = R_AKN_INFORMATION_NOTE_DIALOG_WAIT;
       
   572     timeout = EAknInformationNoteTimeout;
       
   573    tone    = EAknNoteDialogConfirmationTone;
       
   574     text    = qtn_memlo_database_corrupted;
       
   575 	}
       
   576 RESOURCE LOCALISABLE_APP_INFO r_speeddial_localisable_app_info
       
   577     {
       
   578     short_caption = qtn_apps_sd_grid;
       
   579     caption_and_icon = 
       
   580     CAPTION_AND_ICON_INFO
       
   581         {
       
   582         caption = qtn_apps_sd_list;
       
   583 #ifdef __SCALABLE_ICONS
       
   584         number_of_icons = 1;
       
   585         
       
   586         icon_file = "\\Resource\\Apps\\Speeddial_aif.mif";
       
   587         
       
   588     #else
       
   589         number_of_icons = 2;
       
   590         icon_file = "\\Resource\\Apps\\Speeddial_aif.mbm";
       
   591 #endif
       
   592         };
       
   593     }
       
   594 
       
   595 // -----------------------------------------------------------------------------
       
   596 //   
       
   597 //    r_spdia_als_confirmation_query
       
   598 //    It defines  the confirmaiton query dialogue when the system
       
   599 //    is about to toggle primary phone line and alternative phone
       
   600 //    phone line.
       
   601 //
       
   602 // -----------------------------------------------------------------------------
       
   603 //
       
   604 RESOURCE DIALOG r_spdia_als_confirmation_query
       
   605     {
       
   606     flags=EGeneralQueryFlags;
       
   607     buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
       
   608     items=
       
   609         {
       
   610         DLG_LINE
       
   611             {
       
   612             type=EAknCtQuery;
       
   613             id=EGeneralQuery;
       
   614             control= AVKON_CONFIRMATION_QUERY 
       
   615                 { 
       
   616                 layout = EConfirmationLayout;
       
   617                 label = text_als_line_change_query;
       
   618                 animation = R_QGN_NOTE_QUERY_ANIM;
       
   619                 };
       
   620             }
       
   621         };
       
   622     }
       
   623 
       
   624 // -----------------------------------------------------------------------------
       
   625 //   
       
   626 //    r_spdia_als_line_blocking_error
       
   627 //    If user try to change als line while link blocking is on,
       
   628 //    this error note will be shown.
       
   629 //
       
   630 // -----------------------------------------------------------------------------
       
   631 //
       
   632 RESOURCE TBUF r_spdia_line_blocking_note_text
       
   633     {
       
   634     buf = qtn_als_line_error_no_line_change; 
       
   635     }
       
   636 
       
   637 // -----------------------------------------------------------------------------
       
   638 //
       
   639 //    r_spdia_error_note
       
   640 //    It defines note template for error notes. Text
       
   641 //    must be replaced to correct in code. 
       
   642 //
       
   643 // -----------------------------------------------------------------------------
       
   644 //
       
   645 RESOURCE DIALOG r_spdia_error_note
       
   646     {
       
   647     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
   648             EEikDialogFlagCbaButtons;
       
   649     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   650     items =
       
   651         {
       
   652         DLG_LINE
       
   653             {
       
   654             type = EAknCtNote;
       
   655             id = EPhoneGeneralNote;
       
   656             control = AVKON_NOTE 
       
   657                 { 
       
   658                 layout = EGeneralLayout;
       
   659                 singular_label = "not impl";
       
   660                 plural_label = "";
       
   661                 animation = R_QGN_NOTE_ERROR_ANIM;
       
   662                 };
       
   663             }
       
   664         };
       
   665     }  
       
   666 
       
   667   RESOURCE CBA r_spdia_view_options_exit_assign
       
   668 	{
       
   669 		flags = 0;
       
   670 		buttons =
       
   671 		        {
       
   672 		        CBA_BUTTON {id=EAknSoftkeyOptions ; txt = text_softkey_option;},
       
   673 		        CBA_BUTTON {id=EAknSoftkeyExit ; txt = qtn_options_exit; },
       
   674 		        CBA_BUTTON {id=ESpdiaCmdAssign ; txt = text_softkey_assign;}
       
   675 		        };
       
   676 	}    
       
   677 
       
   678      RESOURCE CBA r_spdia_view_options_back_assign
       
   679 	{
       
   680 		flags = 0;
       
   681 		buttons =
       
   682 		        {
       
   683 		        CBA_BUTTON {id=EAknSoftkeyOptions ; txt = text_softkey_option;},
       
   684 		        CBA_BUTTON {id=EAknSoftkeyExit ; txt = text_softkey_back; },
       
   685 		        CBA_BUTTON {id=ESpdiaCmdAssign ; txt = text_softkey_assign;}
       
   686 		        };
       
   687 	}    
       
   688 		
       
   689  RESOURCE CBA r_spdia_view_options_exit
       
   690 	{
       
   691 		flags = 0;
       
   692 		buttons =
       
   693 		        {
       
   694 		        CBA_BUTTON {id=EAknSoftkeyOptions ; txt = text_softkey_option;},
       
   695 		        CBA_BUTTON {id=EAknSoftkeyExit ; txt = qtn_options_exit; }
       
   696 		        
       
   697 		        };
       
   698 	}       
       
   699 
       
   700  RESOURCE CBA r_spdia_view_options_back
       
   701 	{
       
   702 		flags = 0;
       
   703 		buttons =
       
   704 		        {
       
   705 		        CBA_BUTTON {id=EAknSoftkeyOptions ; txt = text_softkey_option;},
       
   706 		        CBA_BUTTON {id=EAknSoftkeyExit ; txt = text_softkey_back; }
       
   707 		        
       
   708 		        };
       
   709 	}  
       
   710 RESOURCE TBUF r_qtn_spdia_note_no_email_to_name
       
   711   {
       
   712     buf = qtn_sd_note_no_email_to_name;
       
   713   }
       
   714 
       
   715 // End of File