exampleapps/alfexcalendar/group/alfexcalendar.rss
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c)  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 headers for project ?myapp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 NAME ALFC // 4 letter ID
       
    21 
       
    22 #include <eikon.rh>
       
    23 #include <eikon.rsg>
       
    24 #include <avkon.rh>
       
    25 #include <avkon.rsg>
       
    26 
       
    27 #include "alfexcalendar.hrh"
       
    28 #include "alfexcalendar.loc"
       
    29 
       
    30 // ---------------------------------------------------------
       
    31 //   
       
    32 //    Define the resource file signature 
       
    33 //    This resource should be empty.
       
    34 //
       
    35 // ---------------------------------------------------------
       
    36 //
       
    37 RESOURCE RSS_SIGNATURE { }
       
    38 
       
    39 // ---------------------------------------------------------
       
    40 //   
       
    41 //    Default Document Name
       
    42 //
       
    43 // ---------------------------------------------------------
       
    44 //
       
    45 RESOURCE TBUF r_default_document_name { buf=""; }
       
    46 
       
    47 // ---------------------------------------------------------
       
    48 //   
       
    49 //    Define default menu and CBA key.
       
    50 //
       
    51 // ---------------------------------------------------------
       
    52 //
       
    53 RESOURCE EIK_APP_INFO
       
    54     {
       
    55     menubar = r_alfexcalendar_menubar;
       
    56     cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
       
    57     }
       
    58 
       
    59 // ---------------------------------------------------------
       
    60 //   
       
    61 //   r_alfexcalendar_menubar
       
    62 //   Menubar for alfexcalendar
       
    63 //
       
    64 // ---------------------------------------------------------
       
    65 //
       
    66 RESOURCE MENU_BAR r_alfexcalendar_menubar
       
    67     {
       
    68     titles =
       
    69         {
       
    70         MENU_TITLE {menu_pane = r_alfexcalendar_menu;}
       
    71         };
       
    72     }
       
    73 
       
    74 // ---------------------------------------------------------
       
    75 //   
       
    76 //   r_alfexcalendar_menu
       
    77 //   Menu for "Options"
       
    78 //
       
    79 // ---------------------------------------------------------
       
    80 //
       
    81 RESOURCE MENU_PANE r_alfexcalendar_menu
       
    82     {
       
    83     items = 
       
    84         {
       
    85         MENU_ITEM { command = EAlfExCalendarCmdHelp;  txt = qtn_alf_cal_help; },
       
    86         MENU_ITEM { command = EAknSoftkeyExit;   txt = qtn_alf_cal_exit; }
       
    87         };
       
    88     }
       
    89 
       
    90 // ---------------------------------------------------------
       
    91 //   
       
    92 //   r_alfexcalendar_calendar_events_array
       
    93 //   Calendar events
       
    94 //
       
    95 // ---------------------------------------------------------
       
    96 //
       
    97 RESOURCE ARRAY r_alfexcalendar_calendar_events_array
       
    98     {
       
    99     items=
       
   100         {
       
   101         LBUF 
       
   102             {
       
   103             txt = qtn_alf_cal_event1; 
       
   104             },
       
   105         LBUF 
       
   106             {
       
   107             txt = qtn_alf_cal_event2; 
       
   108             },
       
   109         LBUF 
       
   110             {
       
   111             txt = qtn_alf_cal_event3; 
       
   112             },
       
   113         LBUF 
       
   114             {
       
   115             txt = qtn_alf_cal_event4; 
       
   116             },
       
   117         LBUF 
       
   118             {
       
   119             txt = qtn_alf_cal_event5; 
       
   120             },
       
   121         LBUF 
       
   122             {
       
   123             txt = qtn_alf_cal_event6; 
       
   124             },
       
   125         LBUF 
       
   126             {
       
   127             txt = qtn_alf_cal_event7;
       
   128             }
       
   129         };
       
   130     }
       
   131