uifw/AvKon/tsrc/bc/bctestdom5.0/bctestdomm3g/group/bctestdomm3g.rss
changeset 21 558113899881
parent 14 3320e4e6e8bb
child 22 75713bee6484
child 33 b3425bf29f82
equal deleted inserted replaced
14:3320e4e6e8bb 21:558113899881
     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:  resources for the module
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME M3GD
       
    20 
       
    21 #include <eikon.rh>
       
    22 #include <eikon.rsg>
       
    23 #include <avkon.hrh>
       
    24 #include <avkon.mbg>
       
    25 #include <avkon.rsg>
       
    26 #include <avkon.rh>
       
    27 #include <avkonicons.hrh>
       
    28 #include <appinfo.rh>
       
    29 
       
    30 #include "bctestdomm3g.hrh"
       
    31 #include "bctestdomm3g.loc"
       
    32 
       
    33 #define APP_BITMAP_DIR "\\resource\\apps"
       
    34 #define AVKON_BMP_FILENAME AVKON_ICON_FILE
       
    35 #define BCTESTDOMM3G_BMP_FNAME APP_BITMAP_DIR"\\bctestdomm3g.mbm"
       
    36 
       
    37 //  RESOURCE DEFINITIONS
       
    38 //-----------------------------------------------------------------------------
       
    39 //
       
    40 //    RSS_SIGNATURE
       
    41 //
       
    42 //
       
    43 //-----------------------------------------------------------------------------
       
    44 //
       
    45 RESOURCE RSS_SIGNATURE
       
    46     {
       
    47     }
       
    48 
       
    49 //-----------------------------------------------------------------------------
       
    50 //
       
    51 //    TBUF16
       
    52 //
       
    53 //
       
    54 //-----------------------------------------------------------------------------
       
    55 //
       
    56 RESOURCE TBUF16
       
    57     {
       
    58     buf = "M3g";
       
    59     }
       
    60 
       
    61 //-----------------------------------------------------------------------------
       
    62 //
       
    63 //    EIK_APP_INFO
       
    64 //
       
    65 //
       
    66 //-----------------------------------------------------------------------------
       
    67 //
       
    68 RESOURCE EIK_APP_INFO
       
    69     {
       
    70     menubar = r_bctestdomm3g_menubar_main;
       
    71     cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
       
    72     }
       
    73 
       
    74 //-----------------------------------------------------------------------------
       
    75 //    Provide Caption and Icon Info for Scalable UI
       
    76 //
       
    77 //-----------------------------------------------------------------------------
       
    78 //
       
    79 RESOURCE LOCALISABLE_APP_INFO r_bctestdomm3g_localisable_app_info
       
    80     {
       
    81     short_caption = qtn_bctestdomm3g_short_caption; 
       
    82 
       
    83     caption_and_icon = 
       
    84     CAPTION_AND_ICON_INFO
       
    85         {
       
    86         caption = qtn_bctestdomm3g_long_caption;         
       
    87         };
       
    88     }
       
    89     
       
    90 //-----------------------------------------------------------------------------
       
    91 //
       
    92 //    r_bctestdomm3g_view
       
    93 //    AVKON_VIEW for Cbctestdomm3gView
       
    94 //
       
    95 //-----------------------------------------------------------------------------
       
    96 //
       
    97 RESOURCE AVKON_VIEW r_bctestdomm3g_view
       
    98     {
       
    99     menubar = r_bctestdomm3g_menubar_main;
       
   100     }
       
   101 
       
   102 //-----------------------------------------------------------------------------
       
   103 //
       
   104 //    r_bctestdomm3g_menubar_main
       
   105 //    MenuBar
       
   106 //
       
   107 //-----------------------------------------------------------------------------
       
   108 //
       
   109 RESOURCE MENU_BAR r_bctestdomm3g_menubar_main
       
   110     {
       
   111     titles =
       
   112         {
       
   113         MENU_TITLE
       
   114             {
       
   115             menu_pane = r_bctestdomm3g_menu;            
       
   116             }
       
   117         };
       
   118     }
       
   119 
       
   120 //-----------------------------------------------------------------------------
       
   121 //
       
   122 //    r_bctestdomm3g_menu
       
   123 //    Menu pane
       
   124 //
       
   125 //-----------------------------------------------------------------------------
       
   126 //
       
   127 RESOURCE MENU_PANE r_bctestdomm3g_menu
       
   128     {
       
   129     items =
       
   130         {
       
   131         MENU_ITEM
       
   132             {
       
   133             command = EBCTestCmdTestObject;
       
   134             txt = qtn_bctestdomm3g_object;
       
   135             cascade = r_bctestdomm3gobjecttesting_menu;
       
   136             }, 
       
   137         MENU_ITEM
       
   138             {
       
   139             command = EBCTestCmdTestNode;
       
   140             txt = qtn_bctestdomm3g_node;
       
   141             cascade = r_bctestdomm3gnodetesting_menu;
       
   142             },                 
       
   143         MENU_ITEM
       
   144             {
       
   145             command = EBCTestCmdAutoTest;
       
   146             txt = qtn_bctestdomm3g_autotest;
       
   147             },
       
   148         MENU_ITEM // Menu "Exit"
       
   149             {
       
   150             command = EAknCmdExit;
       
   151             txt = qtn_bctestdomm3g_menu_exit; 
       
   152             }
       
   153         };
       
   154     }
       
   155     
       
   156 //-----------------------------------------------------------------------------
       
   157 //
       
   158 //    r_bctestdomm3gobjecttesting_menu
       
   159 //    Menu pane
       
   160 //
       
   161 //-----------------------------------------------------------------------------
       
   162 //
       
   163 RESOURCE MENU_PANE r_bctestdomm3gobjecttesting_menu
       
   164     {
       
   165     items = 
       
   166         {
       
   167         MENU_ITEM
       
   168             {
       
   169             command = EBCTestCmdOutline01;
       
   170             txt = qtn_bctestdomm3g_outline01;
       
   171             },
       
   172         MENU_ITEM
       
   173             {
       
   174             command = EBCTestCmdOutline02;
       
   175             txt = qtn_bctestdomm3g_outline02;
       
   176             },
       
   177         MENU_ITEM
       
   178             {
       
   179             command = EBCTestCmdOutline03;
       
   180             txt = qtn_bctestdomm3g_outline03;
       
   181             },
       
   182         MENU_ITEM
       
   183             {
       
   184             command = EBCTestCmdOutline04;
       
   185             txt = qtn_bctestdomm3g_outline04;
       
   186             },
       
   187         MENU_ITEM
       
   188             {
       
   189             command = EBCTestCmdOutline05;
       
   190             txt = qtn_bctestdomm3g_outline05;
       
   191             },
       
   192         MENU_ITEM
       
   193             {
       
   194             command = EBCTestCmdOutline06;
       
   195             txt = qtn_bctestdomm3g_outline06;
       
   196             },
       
   197         MENU_ITEM
       
   198             {
       
   199             command = EBCTestCmdOutline07;
       
   200             txt = qtn_bctestdomm3g_outline07;
       
   201             },
       
   202         MENU_ITEM
       
   203             {
       
   204             command = EBCTestCmdOutline08;
       
   205             txt = qtn_bctestdomm3g_outline08;
       
   206             },
       
   207         MENU_ITEM
       
   208             {
       
   209             command = EBCTestCmdOutline09;
       
   210             txt = qtn_bctestdomm3g_outline09;
       
   211             },
       
   212         MENU_ITEM
       
   213             {
       
   214             command = EBCTestCmdOutline10;
       
   215             txt = qtn_bctestdomm3g_outline10;
       
   216             },
       
   217         MENU_ITEM
       
   218             {
       
   219             command = EBCTestCmdOutline11;
       
   220             txt = qtn_bctestdomm3g_outline11;
       
   221             },
       
   222         MENU_ITEM
       
   223             {
       
   224             command = EBCTestCmdOutline12;
       
   225             txt = qtn_bctestdomm3g_outline12;
       
   226             }                                   
       
   227         };
       
   228     }
       
   229     
       
   230 //-----------------------------------------------------------------------------
       
   231 //
       
   232 //    r_bctestdomm3gnodetesting_menu
       
   233 //    Menu pane
       
   234 //
       
   235 //-----------------------------------------------------------------------------
       
   236 //
       
   237 RESOURCE MENU_PANE r_bctestdomm3gnodetesting_menu
       
   238     {
       
   239     items = 
       
   240         {
       
   241         MENU_ITEM
       
   242             {
       
   243             command = EBCTestCmdOutline13;
       
   244             txt = qtn_bctestdomm3g_outline13;
       
   245             },
       
   246         MENU_ITEM
       
   247             {
       
   248             command = EBCTestCmdOutline14;
       
   249             txt = qtn_bctestdomm3g_outline14;
       
   250             },
       
   251         MENU_ITEM
       
   252             {
       
   253             command = EBCTestCmdOutline15;
       
   254             txt = qtn_bctestdomm3g_outline15;
       
   255             },
       
   256         MENU_ITEM
       
   257             {
       
   258             command = EBCTestCmdOutline16;
       
   259             txt = qtn_bctestdomm3g_outline16;
       
   260             },
       
   261         MENU_ITEM
       
   262             {
       
   263             command = EBCTestCmdOutline17;
       
   264             txt = qtn_bctestdomm3g_outline17;
       
   265             },
       
   266         MENU_ITEM
       
   267             {
       
   268             command = EBCTestCmdOutline18;
       
   269             txt = qtn_bctestdomm3g_outline18;
       
   270             },
       
   271         MENU_ITEM
       
   272             {
       
   273             command = EBCTestCmdOutline19;
       
   274             txt = qtn_bctestdomm3g_outline19;
       
   275             },
       
   276         MENU_ITEM
       
   277             {
       
   278             command = EBCTestCmdOutline20;
       
   279             txt = qtn_bctestdomm3g_outline20;
       
   280             }                                 
       
   281         };
       
   282     }    
       
   283 
       
   284