eventsui/eventsmgmtui/data/evtmgmtui.rss
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2008 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 defintion for project Events Management UI
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    EVNT // 4 letter ID
       
    21 
       
    22 //  SYSTEM INCLUDES
       
    23 #include <eikon.rh>
       
    24 #include <appinfo.rh>
       
    25 #include <avkon.rsg>
       
    26 #include <avkon.rh>
       
    27 #include <avkon.mbg>
       
    28 #include <bldvariant.hrh>
       
    29 #include <avkon.hrh>
       
    30 #include <avkon.loc>
       
    31 #include <data_caging_paths_strings.hrh>
       
    32 #include <evtui.loc>
       
    33 #include <AiwCommon.hrh>
       
    34 #include <AiwCommon.rh>
       
    35 
       
    36 // USER INCLUDES
       
    37 #include "evtmgmtui.hrh"
       
    38 
       
    39 // CONSTANT DEFINTIONS
       
    40 #define EVTMGMTUI_ICON_FILE_NAME APP_RESOURCE_DIR"\\evtmgmtui_aif.mif"
       
    41 
       
    42 //  RESOURCE DEFINITIONS 
       
    43 
       
    44 // ---------------------------------------------------------------------------
       
    45 // RESOURCE RSS_SIGNATURE 
       
    46 // ---------------------------------------------------------------------------
       
    47 //
       
    48 RESOURCE RSS_SIGNATURE 
       
    49     {
       
    50     }
       
    51 
       
    52 // ---------------------------------------------------------------------------
       
    53 // RESOURCE TBUF
       
    54 // ---------------------------------------------------------------------------
       
    55 //
       
    56 RESOURCE TBUF 
       
    57     {
       
    58     buf="evtmgmtui";
       
    59     }
       
    60 
       
    61 // ---------------------------------------------------------------------------
       
    62 // RESOURCE EIK_APP_INFO
       
    63 // Application Information structure
       
    64 // ---------------------------------------------------------------------------
       
    65 //
       
    66 RESOURCE EIK_APP_INFO
       
    67     {     
       
    68     }
       
    69 
       
    70 // ---------------------------------------------------------------------------
       
    71 // RESOURCE HOTKEYS r_evtmgmtuiapp_hotkeys
       
    72 // Hotkets for events ui application
       
    73 // ---------------------------------------------------------------------------
       
    74 //    
       
    75 RESOURCE HOTKEYS r_evtmgmtuiapp_hotkeys
       
    76    {
       
    77    control=
       
    78         {
       
    79         };
       
    80     }
       
    81 
       
    82 // ---------------------------------------------------------------------------
       
    83 // RESOURCE LOCALISABLE_APP_INFO r_evtmgmtui_localisable_app_info
       
    84 // Localizable application information structure
       
    85 // ---------------------------------------------------------------------------
       
    86 //
       
    87 RESOURCE LOCALISABLE_APP_INFO r_evtmgmtui_localisable_app_info
       
    88     {
       
    89     short_caption = qtn_apps_locev_grid ;
       
    90     caption_and_icon = CAPTION_AND_ICON_INFO
       
    91         {
       
    92         caption = qtn_apps_locev_list;
       
    93         number_of_icons = 1; 
       
    94         icon_file = EVTMGMTUI_ICON_FILE_NAME;       
       
    95         };
       
    96     }
       
    97 
       
    98 // ---------------------------------------------------------------------------
       
    99 // RESOURCE AVKON_VIEW r_evtmgmtui_startup_view
       
   100 // Events UI start-up view
       
   101 // ---------------------------------------------------------------------------
       
   102 //  
       
   103 RESOURCE AVKON_VIEW r_evtmgmtui_startup_view
       
   104     {
       
   105     menubar = r_evtmgmtui_startup_menubar;
       
   106     cba = r_evtmgmtui_startup_cba;    
       
   107     }
       
   108 
       
   109 // ---------------------------------------------------------------------------
       
   110 // RESOURCE AVKON_VIEW r_evtmgmtui_startup_view_embedded
       
   111 // Events UI start-up view if app is launched as embedded
       
   112 // ---------------------------------------------------------------------------
       
   113 //  
       
   114 RESOURCE AVKON_VIEW r_evtmgmtui_startup_view_embedded
       
   115     {
       
   116     menubar = r_evtmgmtui_startup_menubar;
       
   117     cba = r_evtmgmtui_startup_cba_embedded;    
       
   118     }
       
   119 
       
   120 // ---------------------------------------------------------------------------
       
   121 // RESOURCE MENU_BAR r_evtmgmtui_startup_menubar_mark
       
   122 // Events UI start-up view's menubar structure
       
   123 // ---------------------------------------------------------------------------
       
   124 //
       
   125 RESOURCE MENU_BAR r_evtmgmtui_startup_menubar_mark
       
   126     {
       
   127     titles=
       
   128         {
       
   129         MENU_TITLE 
       
   130             {
       
   131             menu_pane = r_evtmgmtui_startup_appmenu; 
       
   132             txt = ""; 
       
   133             },
       
   134         MENU_TITLE 
       
   135             {
       
   136             menu_pane = R_AVKON_MENUPANE_MARKABLE_LIST;
       
   137             txt = ""; 
       
   138             },
       
   139         MENU_TITLE 
       
   140             {
       
   141             menu_pane = r_evtmgmtui_startup_mainviewmenu;
       
   142             txt = ""; 
       
   143             }        
       
   144         };
       
   145     }
       
   146 
       
   147 // ---------------------------------------------------------------------------
       
   148 // RESOURCE MENU_BAR r_evtmgmtui_startup_menubar
       
   149 // Events UI start-up view's menubar structure
       
   150 // ---------------------------------------------------------------------------
       
   151 //
       
   152 RESOURCE MENU_BAR r_evtmgmtui_startup_menubar
       
   153     {
       
   154     titles=
       
   155         {
       
   156         MENU_TITLE 
       
   157             {
       
   158             menu_pane = r_evtmgmtui_startup_appmenu; 
       
   159             txt = ""; 
       
   160             },      
       
   161         MENU_TITLE 
       
   162             {
       
   163             menu_pane = r_evtmgmtui_startup_mainviewmenu;
       
   164             txt = ""; 
       
   165             }        
       
   166         };
       
   167     }
       
   168 
       
   169 //----------------------------------------------------
       
   170 //   
       
   171 //    r_evtmgmtui_startup_contextmenubar
       
   172 //
       
   173 //----------------------------------------------------
       
   174 //
       
   175 RESOURCE MENU_BAR r_evtmgmtui_startup_contextmenubar
       
   176     {
       
   177     titles=
       
   178         {
       
   179         MENU_TITLE { menu_pane = r_evtmgmtui_startup_changestatusmenu; txt = ""; },        
       
   180         MENU_TITLE { menu_pane = R_AVKON_MENUPANE_MARKABLE_LIST; },
       
   181         MENU_TITLE { menu_pane = r_evtmgmtui_startup_deletemenu; txt=""; }        
       
   182         };
       
   183     }
       
   184 
       
   185 RESOURCE MENU_PANE r_evtmgmtui_startup_deletemenu
       
   186     {
       
   187     items =
       
   188         {
       
   189         MENU_ITEM
       
   190             {
       
   191             command = EEvtEditorCmdDelete; 
       
   192             txt = qtn_locev_options_delete;
       
   193             }
       
   194         };
       
   195     }
       
   196 
       
   197 RESOURCE MENU_PANE r_evtmgmtui_startup_changestatusmenu
       
   198     {
       
   199     items =
       
   200         {
       
   201         MENU_ITEM 
       
   202             {
       
   203             command = EEvtEditorCmdActivate; 
       
   204             txt = qtn_locev_options_activate; 
       
   205             }, 
       
   206         MENU_ITEM 
       
   207            {
       
   208            command = EEvtEditorCmdSaveDraft; 
       
   209            txt = qtn_locev_options_setdraft; 
       
   210            }
       
   211         };
       
   212     }
       
   213 
       
   214 RESOURCE MENU_PANE r_evtmgmtui_startup_markmenu
       
   215     {
       
   216     items =
       
   217         {
       
   218         MENU_ITEM
       
   219             {
       
   220             command = EAknCmdMark;
       
   221             txt = qtn_options_list_mark_one;
       
   222             },
       
   223         MENU_ITEM
       
   224             {
       
   225             command = EAknCmdUnmark;
       
   226             txt = qtn_options_list_unmark_one;
       
   227             },
       
   228         MENU_ITEM
       
   229             {
       
   230             command = EAknMarkAll;
       
   231             txt = qtn_options_list_mark_all;
       
   232             },
       
   233         MENU_ITEM
       
   234             {
       
   235             command = EAknUnmarkAll;
       
   236             txt = qtn_options_list_unmark_all;
       
   237             }
       
   238         };
       
   239     }
       
   240 // ---------------------------------------------------------------------------
       
   241 // RESOURCE MENU_PANE r_evtmgmtui_startup_mainviewmenu
       
   242 // Menu pane for events ui main view
       
   243 // ---------------------------------------------------------------------------
       
   244 //
       
   245 RESOURCE MENU_PANE r_evtmgmtui_startup_mainviewmenu
       
   246     {
       
   247     items=
       
   248         {
       
   249         MENU_ITEM 
       
   250             { 
       
   251             command = EEvtMgmtUiStartupViewOpen; 
       
   252             txt = qtn_locev_options_open;
       
   253 	    flags = EEikMenuItemAction;
       
   254             },
       
   255         MENU_ITEM 
       
   256             { 
       
   257             command = EEvtMgmtUiStartupViewCreate; 
       
   258             txt = qtn_locev_options_create_new_event;
       
   259 	    flags = EEikMenuItemAction;
       
   260             },
       
   261         MENU_ITEM 
       
   262             {
       
   263             command = EEvtEditorCmdActivate; 
       
   264             txt = qtn_locev_options_activate; 
       
   265             flags = EEikMenuItemSpecific;
       
   266             }, 
       
   267         MENU_ITEM 
       
   268            {
       
   269            command = EEvtEditorCmdSaveDraft; 
       
   270            txt = qtn_locev_options_setdraft; 
       
   271            flags = EEikMenuItemSpecific;
       
   272            },
       
   273         MENU_ITEM 
       
   274             { 
       
   275             command = EEvtEditorCmdDelete; 
       
   276             txt = qtn_locev_options_delete;
       
   277             flags = EEikMenuItemSpecific;
       
   278             },
       
   279         MENU_ITEM 
       
   280             {
       
   281             command = EEvtEditorCmdShowOnMap; 
       
   282             txt = qtn_locev_options_show_map; 
       
   283             flags = EEikMenuItemSpecific;
       
   284             },
       
   285         MENU_ITEM 
       
   286             {
       
   287             command = EEvtEditorCmdNavigateToPlace; 
       
   288             txt = qtn_locev_options_navigate; 
       
   289             flags = EEikMenuItemSpecific;
       
   290             },    
       
   291         MENU_ITEM 
       
   292             { 
       
   293             command = EEvtMgmtUiEventUiEvtShow; 
       
   294             txt = qtn_locev_options_show; 
       
   295             cascade = r_evtmgmtui_startup_evtshowmenu;
       
   296             }
       
   297         };
       
   298     }
       
   299 
       
   300 // ---------------------------------------------------------------------------
       
   301 // RESOURCE MENU_PANE r_evtmgmtui_startup_evtshowmenu
       
   302 // Menu pane for events ui 'Show' menu item
       
   303 // ---------------------------------------------------------------------------
       
   304 //
       
   305 RESOURCE MENU_PANE r_evtmgmtui_startup_evtshowmenu
       
   306     {
       
   307     items=
       
   308         {
       
   309         MENU_ITEM 
       
   310             {
       
   311             command = EEvtEditorCmdShowAll; 
       
   312             txt = qtn_locev_options_show_all; 
       
   313             }, 
       
   314         MENU_ITEM 
       
   315            {
       
   316            command = EEvtEditorCmdShowActive; 
       
   317            txt = qtn_locev_options_active; 
       
   318            }, 
       
   319        MENU_ITEM 
       
   320            { 
       
   321            command = EEvtEditorCmdShowDrafts; 
       
   322            txt = qtn_locev_options_draft;
       
   323            }, 
       
   324        MENU_ITEM 
       
   325            { 
       
   326            command = EEvtEditorCmdShowCompleted; 
       
   327            txt = qtn_locev_options_completed;
       
   328            }
       
   329         };
       
   330     }
       
   331 
       
   332 // ---------------------------------------------------------------------------
       
   333 // RESOURCE MENU_PANE r_evtmgmtui_startup_evtstatmenu
       
   334 // Menu pane for events ui 'event status' menu item
       
   335 // ---------------------------------------------------------------------------
       
   336 //
       
   337 RESOURCE MENU_PANE r_evtmgmtui_startup_evtstatmenu
       
   338     {
       
   339     items=
       
   340         {
       
   341         MENU_ITEM 
       
   342             {
       
   343             command = EEvtEditorCmdActivate; 
       
   344             txt = qtn_locev_options_activate; 
       
   345             }, 
       
   346         MENU_ITEM 
       
   347            {
       
   348            command = EEvtEditorCmdSaveDraft; 
       
   349            txt = qtn_locev_options_setdraft; 
       
   350            }
       
   351         };
       
   352     }
       
   353 // ---------------------------------------------------------------------------
       
   354 // RESOURCE MENU_PANE r_evtmgmtui_startup_appmenu
       
   355 // Menu pane for generic application level settings
       
   356 // ---------------------------------------------------------------------------
       
   357 //
       
   358 RESOURCE MENU_PANE r_evtmgmtui_startup_appmenu
       
   359     {
       
   360     items=
       
   361         {
       
   362         MENU_ITEM 
       
   363             {
       
   364             command = EEvtMgmtUiEventUiPosSettings; 
       
   365             txt = qtn_locev_options_posi_settings; 
       
   366             },
       
   367         MENU_ITEM 
       
   368             { 
       
   369             command = EAknCmdHelp; 
       
   370             txt = qtn_options_help; 
       
   371             },
       
   372         MENU_ITEM 
       
   373             {
       
   374             command = EAknCmdExit;  
       
   375             txt = qtn_options_exit; 
       
   376             }
       
   377         };
       
   378     }
       
   379 
       
   380 // ---------------------------------------------------------------------------
       
   381 // RESOURCE CBA r_evtmgmtui_startup_cba_embedded
       
   382 // Control button array for events ui start-up view if app is launched as embedded.
       
   383 // ---------------------------------------------------------------------------
       
   384 //  
       
   385 RESOURCE CBA r_evtmgmtui_startup_cba_embedded
       
   386     {
       
   387     flags = 0;
       
   388     buttons = 
       
   389         {
       
   390         CBA_BUTTON 
       
   391             {
       
   392             id = EAknSoftkeyOptions; 
       
   393             txt = text_softkey_option;
       
   394             },
       
   395         CBA_BUTTON 
       
   396             {
       
   397             id = EAknSoftkeyBack; 
       
   398             txt = text_softkey_back;
       
   399             },
       
   400         CBA_BUTTON
       
   401             {
       
   402             id = EEvtMgmtUiStartupViewCreate; 
       
   403             txt = qtn_msk_create;
       
   404             }
       
   405         };
       
   406     }
       
   407 
       
   408 // ---------------------------------------------------------------------------
       
   409 // RESOURCE CBA r_evtmgmtui_startup_cba_open_embedded
       
   410 // Control button array for events ui start-up view if app is launched as embedded.
       
   411 // ---------------------------------------------------------------------------
       
   412 //  
       
   413 RESOURCE CBA r_evtmgmtui_startup_cba_open_embedded
       
   414     {
       
   415     flags = 0;
       
   416     buttons = 
       
   417         {
       
   418         CBA_BUTTON 
       
   419             {
       
   420             id = EAknSoftkeyOptions; 
       
   421             txt = text_softkey_option;
       
   422             },
       
   423         CBA_BUTTON 
       
   424             {
       
   425             id = EAknSoftkeyBack; 
       
   426             txt = text_softkey_back;
       
   427             },
       
   428         CBA_BUTTON
       
   429             {
       
   430             id = EEvtMgmtUiStartupViewOpen; 
       
   431             txt = qtn_msk_open;
       
   432             }
       
   433         };
       
   434     }
       
   435 
       
   436 // ---------------------------------------------------------------------------
       
   437 // RESOURCE CBA r_evtmgmtui_startup_cba_embedded
       
   438 // Control button array for events ui start-up view 
       
   439 // if app is launched as embedded.
       
   440 // ---------------------------------------------------------------------------
       
   441 //  
       
   442 RESOURCE CBA r_evtmgmtui_startup_cba_options_embedded
       
   443     {
       
   444     flags = 0;
       
   445     buttons = 
       
   446         {
       
   447         CBA_BUTTON 
       
   448             {
       
   449             id = EAknSoftkeyOptions; 
       
   450             txt = text_softkey_option;
       
   451             },
       
   452         CBA_BUTTON 
       
   453             {
       
   454             id = EAknSoftkeyBack; 
       
   455             txt = text_softkey_back;
       
   456             },
       
   457         CBA_BUTTON
       
   458             {
       
   459             id = EAknSoftkeyContextOptions;             
       
   460             txt = text_softkey_option;
       
   461             }
       
   462         };
       
   463     }
       
   464 // ---------------------------------------------------------------------------
       
   465 // RESOURCE CBA r_evtmgmtui_startup_cba
       
   466 // Control button array for events ui start-up view
       
   467 // ---------------------------------------------------------------------------
       
   468 //  
       
   469 RESOURCE CBA r_evtmgmtui_startup_cba
       
   470     {
       
   471     flags = 0;
       
   472     buttons = 
       
   473         {
       
   474         CBA_BUTTON 
       
   475             {
       
   476             id = EAknSoftkeyOptions; 
       
   477             txt = text_softkey_option;
       
   478             },
       
   479         CBA_BUTTON 
       
   480             {
       
   481             id = EAknSoftkeyExit; 
       
   482             txt = text_softkey_exit;
       
   483             },
       
   484         CBA_BUTTON
       
   485             {
       
   486             id = EEvtMgmtUiStartupViewCreate; 
       
   487             txt = qtn_msk_create;
       
   488             }
       
   489         };
       
   490     }
       
   491 
       
   492 // ---------------------------------------------------------------------------
       
   493 // RESOURCE CBA r_evtmgmtui_startup_cba_open
       
   494 // Control button array for events ui start-up view
       
   495 // ---------------------------------------------------------------------------
       
   496 //  
       
   497 RESOURCE CBA r_evtmgmtui_startup_cba_open
       
   498     {
       
   499     flags = 0;
       
   500     buttons = 
       
   501         {
       
   502         CBA_BUTTON 
       
   503             {
       
   504             id = EAknSoftkeyOptions; 
       
   505             txt = text_softkey_option;
       
   506             },
       
   507         CBA_BUTTON 
       
   508             {
       
   509             id = EAknSoftkeyExit; 
       
   510             txt = text_softkey_exit;
       
   511             },
       
   512         CBA_BUTTON
       
   513             {
       
   514             id = EEvtMgmtUiStartupViewOpen; 
       
   515             txt = qtn_msk_open;
       
   516             }
       
   517         };
       
   518     }
       
   519 
       
   520 // ---------------------------------------------------------------------------
       
   521 // RESOURCE CBA r_evtmgmtui_startup_cba_options
       
   522 // Control button array for events ui start-up view
       
   523 // ---------------------------------------------------------------------------
       
   524 //  
       
   525 RESOURCE CBA r_evtmgmtui_startup_cba_options
       
   526     {
       
   527     flags = 0;
       
   528     buttons = 
       
   529         {
       
   530         CBA_BUTTON 
       
   531             {
       
   532             id = EAknSoftkeyOptions; 
       
   533             txt = text_softkey_option;
       
   534             },
       
   535         CBA_BUTTON 
       
   536             {
       
   537             id = EAknSoftkeyExit; 
       
   538             txt = text_softkey_exit;
       
   539             },
       
   540         CBA_BUTTON
       
   541             {   
       
   542             id = EAknSoftkeyContextOptions;   
       
   543             txt = text_softkey_option;
       
   544             }
       
   545         };
       
   546     }
       
   547 
       
   548 //----------------------------------------------------
       
   549 //   
       
   550 //    r_evtmgmtui_aiw_interest_showonmap
       
   551 //    AIW interest for option show on map
       
   552 //
       
   553 //----------------------------------------------------
       
   554 //
       
   555 RESOURCE AIW_INTEREST r_evtmgmtui_aiw_interest_showonmap
       
   556     {
       
   557     items =
       
   558         {
       
   559         AIW_CRITERIA_ITEM
       
   560             {
       
   561             id = EEvtMgmtUiShowOnMapPlaceHolder;
       
   562             serviceCmd = KAiwCmdMnShowMap;
       
   563             contentType = "application/x-landmark";
       
   564             serviceClass = KAiwClassBase;
       
   565             }
       
   566         };
       
   567     }
       
   568 
       
   569 //----------------------------------------------------
       
   570 //   
       
   571 //    r_evtmgmtui_aiw_interest_navigateto
       
   572 //    AIW interest for option navigate to
       
   573 //
       
   574 //----------------------------------------------------
       
   575 //
       
   576 RESOURCE AIW_INTEREST r_evtmgmtui_aiw_interest_navigateto
       
   577     {
       
   578     items =
       
   579         {
       
   580         AIW_CRITERIA_ITEM
       
   581             {
       
   582             id = EEvtMgmtUiNavigateToPlaceHolder;
       
   583             serviceCmd = KAiwCmdMnNavigateTo;
       
   584             contentType = "application/x-landmark";
       
   585             serviceClass = KAiwClassBase;
       
   586             }
       
   587         };
       
   588     }
       
   589 
       
   590 //----------------------------------------------------
       
   591 //   
       
   592 //    r_evtmgmtui_waitdlg_cancel
       
   593 //    Progress note 
       
   594 //
       
   595 //----------------------------------------------------
       
   596 //
       
   597 RESOURCE DIALOG r_evtmgmtui_waitdlg_cancel
       
   598     {   
       
   599     flags = EAknWaitNoteFlags ;
       
   600     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   601     items =
       
   602         {
       
   603         DLG_LINE
       
   604             {
       
   605             type = EAknCtNote;
       
   606             id = EGeneralNote;
       
   607             control= AVKON_NOTE 
       
   608                 { 
       
   609                 layout = EWaitLayout;
       
   610                 singular_label = qtn_locev_note_request_loc;
       
   611                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   612                 };
       
   613             }
       
   614         };
       
   615     }
       
   616 
       
   617 
       
   618 //----------------------------------------------------
       
   619 //   
       
   620 //    r_evtmgmtui_waitdlg
       
   621 //    Progress note 
       
   622 //
       
   623 //----------------------------------------------------
       
   624 //
       
   625 RESOURCE DIALOG r_evtmgmtui_waitdlg
       
   626     {   
       
   627     flags = EAknWaitNoteFlags ;
       
   628     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   629     items =
       
   630         {
       
   631         DLG_LINE
       
   632             {
       
   633             type = EAknCtNote;
       
   634             id = EGeneralNote;
       
   635             control= AVKON_NOTE 
       
   636                 { 
       
   637                 layout = EWaitLayout;
       
   638                 singular_label = qtn_locev_note_deleting;
       
   639                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   640                 };
       
   641             }
       
   642         };
       
   643     }
       
   644 
       
   645 //----------------------------------------------------
       
   646 // RESOURCE TBUF r_evtui_title
       
   647 // Title text for Events UI application
       
   648 //----------------------------------------------------
       
   649 //
       
   650 RESOURCE TBUF r_evtui_title
       
   651     {
       
   652     buf = qtn_locev_title_location_events;
       
   653     }
       
   654 
       
   655 //----------------------------------------------------
       
   656 // RESOURCE TBUF r_evtui_mandatoryfields_warning
       
   657 // Warning message if mandatory fields are not filled before activating event 
       
   658 //----------------------------------------------------
       
   659 //
       
   660 RESOURCE TBUF r_evtui_mandatoryfields_warning
       
   661     {
       
   662     buf = qtn_locev_note_activatingdraft;
       
   663     }
       
   664 
       
   665 //----------------------------------------------------
       
   666 // RESOURCE TBUF r_locev_confirm_delete_event
       
   667 // Confirmation text while deleting single events
       
   668 //----------------------------------------------------
       
   669 //
       
   670 RESOURCE TBUF r_locev_confirm_delete_event
       
   671     {
       
   672     buf = qtn_locev_confirm_delete_event;
       
   673     }
       
   674 
       
   675 //----------------------------------------------------
       
   676 // RESOURCE TBUF r_locev_confirm_multidelete_event
       
   677 // Confirmation text while deleting multiple events
       
   678 //----------------------------------------------------
       
   679 //
       
   680 RESOURCE TBUF r_locev_confirm_multidelete_event
       
   681     {
       
   682     buf = qtn_locev_confirm_multidelete_event;
       
   683     }
       
   684 
       
   685 //----------------------------------------------------
       
   686 // RESOURCE TBUF r_evtui_maxevents_error
       
   687 // Error message when user tries to create new event beyound the peremitted limit
       
   688 //----------------------------------------------------
       
   689 //
       
   690 RESOURCE TBUF r_evtui_maxevents_error
       
   691     {
       
   692     buf = qtn_locev_note_many_events;
       
   693     }  
       
   694 
       
   695 //------------------------------------------------------------------------------
       
   696 // RESOURCE DIALOG r_evtui_confirmation_query
       
   697 // Confirmation Query Dialog
       
   698 //------------------------------------------------------------------------------
       
   699 //
       
   700 RESOURCE DIALOG r_evtui_confirmation_query
       
   701     {
       
   702     flags = EGeneralQueryFlags;
       
   703     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   704     items =
       
   705         {
       
   706         DLG_LINE
       
   707             {
       
   708             type = EAknCtQuery;
       
   709             id = EGeneralQuery;
       
   710             control = AVKON_CONFIRMATION_QUERY
       
   711                 {
       
   712                 layout = EConfirmationQueryLayout;                
       
   713                 };
       
   714             }
       
   715         };
       
   716     }
       
   717 
       
   718 //------------------------------------------------------------------------------
       
   719 // RESOURCE DIALOG r_evtui_message_query
       
   720 // Message Query Dialog
       
   721 //------------------------------------------------------------------------------
       
   722 //
       
   723 RESOURCE DIALOG r_evtui_message_query
       
   724 {
       
   725    flags = EGeneralQueryFlags;
       
   726    buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
       
   727    items=
       
   728        {
       
   729        DLG_LINE
       
   730           {
       
   731             type = EAknCtPopupHeadingPane;
       
   732             id = EAknMessageQueryHeaderId;
       
   733             itemflags = EEikDlgItemNonFocusing;
       
   734             control = AVKON_HEADING
       
   735                 {                  
       
   736                 headinglayout=R_AVKON_LIST_HEADING_PANE_POPUPS;
       
   737                 };
       
   738           },
       
   739        DLG_LINE
       
   740           {
       
   741             type = EAknCtMessageQuery;
       
   742             id = EAknMessageQueryContentId;
       
   743             control = AVKON_MESSAGE_QUERY
       
   744                 {
       
   745                 };
       
   746           }
       
   747        };
       
   748 }
       
   749 
       
   750 //----------------------------------------------------
       
   751 // RESOURCE TBUF r_evtui_createnew_list
       
   752 // List box item for creating new event
       
   753 //----------------------------------------------------
       
   754 //
       
   755 RESOURCE TBUF r_evtui_createnew_list
       
   756     {
       
   757     buf = qtn_locev_list_create_new_event;
       
   758     }
       
   759 
       
   760 //----------------------------------------------------
       
   761 // RESOURCE TBUF r_evtui_unnamed
       
   762 // List box entry for unnamed trigger 
       
   763 //----------------------------------------------------
       
   764 //
       
   765 RESOURCE TBUF r_evtui_unnamed
       
   766     {
       
   767     buf = qtn_locev_list_unnamed;
       
   768     }
       
   769 
       
   770 //----------------------------------------------------
       
   771 // RESOURCE TBUF r_locev_not deleting
       
   772 // Wait note while deleting event
       
   773 //----------------------------------------------------
       
   774 //
       
   775 RESOURCE TBUF r_locev_note_deleting
       
   776     {
       
   777     buf = qtn_locev_note_deleting;
       
   778     }
       
   779 
       
   780 //----------------------------------------------------
       
   781 // RESOURCE TBUF r_evtui_wait_processing
       
   782 // Wait note text while processing event
       
   783 //----------------------------------------------------
       
   784 //
       
   785 RESOURCE TBUF r_locev_note_processing
       
   786     {
       
   787     buf = qtn_locev_note_processing;
       
   788     }
       
   789     
       
   790 // New
       
   791 
       
   792 // ---------------------------------------------------------------------------
       
   793 // RESOURCE CBA r_evtmgmtui_disclaimer_cba
       
   794 // Control button array for events ui disclaimer
       
   795 // ---------------------------------------------------------------------------
       
   796 //  
       
   797 RESOURCE CBA r_evtmgmtui_disclaimer_cba
       
   798     {
       
   799     flags = 0;
       
   800     buttons = 
       
   801         {
       
   802         CBA_BUTTON 
       
   803             {
       
   804             id = EEikBidOk; 
       
   805             txt = qtn_locev_softkey_accept;
       
   806             },
       
   807         CBA_BUTTON
       
   808             {   
       
   809             id = EEikBidCancel;   
       
   810             txt = qtn_locev_softkey_reject;
       
   811             },
       
   812         CBA_BUTTON 
       
   813             {
       
   814             id = EEikBidOk; 
       
   815             txt = qtn_locev_softkey_accept;
       
   816             }
       
   817         };
       
   818     }
       
   819 
       
   820 //------------------------------------------------------------------------------
       
   821 // RESOURCE DIALOG r_evtui_disclaimer_query
       
   822 // Message Query Dialog
       
   823 //------------------------------------------------------------------------------
       
   824 //
       
   825 RESOURCE DIALOG r_evtui_disclaimer_query
       
   826 {
       
   827    flags = EGeneralQueryFlags;
       
   828    buttons = r_evtmgmtui_disclaimer_cba;
       
   829    items=
       
   830        {
       
   831        DLG_LINE
       
   832           {
       
   833             type = EAknCtPopupHeadingPane;
       
   834             id = EAknMessageQueryHeaderId;
       
   835             itemflags = EEikDlgItemNonFocusing;
       
   836             control = AVKON_HEADING
       
   837                 {                  
       
   838                 headinglayout=R_AVKON_LIST_HEADING_PANE_POPUPS;
       
   839                 //txt = qtn_locev_note_disclaimer_heading;
       
   840                 };
       
   841           },
       
   842        DLG_LINE
       
   843           {
       
   844             type = EAknCtMessageQuery;
       
   845             id = EAknMessageQueryContentId;
       
   846             control = AVKON_MESSAGE_QUERY
       
   847                 {
       
   848                 //txt = qtn_locev_note_disclaimer_text;
       
   849                 };
       
   850           }
       
   851        };
       
   852 }
       
   853 
       
   854 //----------------------------------------------------
       
   855 // RESOURCE TBUF r_locev_note_disclaimer_heading
       
   856 // Disclaimer dialog heading
       
   857 //----------------------------------------------------
       
   858 //
       
   859 RESOURCE TBUF r_locev_note_disclaimer_heading
       
   860     {
       
   861     buf = qtn_locev_note_disclaimer_heading;
       
   862     }
       
   863 
       
   864 //----------------------------------------------------
       
   865 // RESOURCE TBUF r_locev_note_disclaimer_text
       
   866 // Disclaimer dialog text
       
   867 //----------------------------------------------------
       
   868 //
       
   869 RESOURCE TBUF r_locev_note_disclaimer_text
       
   870     {
       
   871     buf = qtn_locev_note_disclaimer_text;
       
   872     }
       
   873 
       
   874 //----------------------------------------------------
       
   875 // RESOURCE TBUF r_locev_confirmation_note_text
       
   876 // Confirmation note to save Disclaimer show settings
       
   877 //----------------------------------------------------
       
   878 //
       
   879 RESOURCE TBUF r_locev_confirmation_note_text
       
   880     {
       
   881     buf = qtn_locev_confirmation_note_text;
       
   882     }
       
   883 
       
   884 //----------------------------------------------------
       
   885 // RESOURCE TBUF r_locev_note_singleevt_delete
       
   886 // Wait note text while deleting single event
       
   887 //----------------------------------------------------
       
   888 //
       
   889 RESOURCE TBUF r_locev_note_singleevt_delete
       
   890     {
       
   891     buf = qtn_locev_note_singleevt_delete;
       
   892     }
       
   893 
       
   894 //----------------------------------------------------
       
   895 // RESOURCE TBUF r_locev_note_multipleevt_delete
       
   896 // Wait note text while deleting multiple event
       
   897 //----------------------------------------------------
       
   898 //
       
   899 RESOURCE TBUF r_locev_note_multipleevt_delete
       
   900     {
       
   901     buf = qtn_locev_note_multipleevt_delete;
       
   902     }
       
   903 
       
   904 //----------------------------------------------------
       
   905 // RESOURCE TBUF r_locev_note_singleevt_draft
       
   906 // Wait note text while saving single event as Draft
       
   907 //----------------------------------------------------
       
   908 //
       
   909 RESOURCE TBUF r_locev_note_singleevt_draft
       
   910     {
       
   911     buf = qtn_locev_note_singleevt_draft;
       
   912     }
       
   913 
       
   914 //----------------------------------------------------
       
   915 // RESOURCE TBUF r_locev_note_multipleevt_draft
       
   916 // Wait note text while saving multiple events as Draft
       
   917 //----------------------------------------------------
       
   918 //
       
   919 RESOURCE TBUF r_locev_note_multipleevt_draft
       
   920     {
       
   921     buf = qtn_locev_note_multipleevt_draft;
       
   922     }
       
   923 
       
   924 //----------------------------------------------------
       
   925 // RESOURCE TBUF r_locev_note_singleevt_activate
       
   926 // Wait note text while Activating single event
       
   927 //----------------------------------------------------
       
   928 //
       
   929 RESOURCE TBUF r_locev_note_singleevt_activate
       
   930     {
       
   931     buf = qtn_locev_note_singleevt_activate;
       
   932     }
       
   933 
       
   934 //----------------------------------------------------
       
   935 // RESOURCE TBUF r_locev_note_multipleevt_activate
       
   936 // Wait note text while Activating multiple events
       
   937 //----------------------------------------------------
       
   938 //
       
   939 RESOURCE TBUF r_locev_note_multipleevt_activate
       
   940     {
       
   941     buf = qtn_locev_note_multipleevt_activate;
       
   942     }
       
   943     
       
   944 //End file