uifw/AvKon/akncompamode/gs/data/akncompagsrsc.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) 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 for akncompags
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include    <gscommon.rh>
       
    20 #include    <avkon.rh>
       
    21 #include    <avkon.rsg>
       
    22 #include    <eikon.rh>
       
    23 #include    <avkon.loc>
       
    24 #include    <gs.loc>
       
    25 
       
    26 //  RESOURCE IDENTIFIER
       
    27 NAME    ACMG // 4 letter ID
       
    28 
       
    29 //  INCLUDES
       
    30 #include "akncompags.hrh"
       
    31 #include "akncompamode.loc"
       
    32 
       
    33 RESOURCE RSS_SIGNATURE {}
       
    34 
       
    35 //- START COMMON DEFINITIONS ------------------------------------------------
       
    36 
       
    37 
       
    38 // --------------------------------------------------------------------------
       
    39 //
       
    40 // r_gs_menubar_change_exit
       
    41 // GS menu with 'change' and 'exit' items.
       
    42 //
       
    43 // --------------------------------------------------------------------------
       
    44 //
       
    45 RESOURCE MENU_BAR r_gs_menubar_change_exit
       
    46     {
       
    47     titles =
       
    48         {
       
    49         MENU_TITLE
       
    50             {
       
    51             menu_pane = r_gs_menu_item_exit;
       
    52             },
       
    53         MENU_TITLE
       
    54             {
       
    55             menu_pane = r_gs_menu_item_help;
       
    56             },
       
    57         MENU_TITLE
       
    58             {
       
    59             menu_pane = r_gs_menu_item_change;
       
    60             }
       
    61         };
       
    62     }
       
    63 
       
    64 
       
    65 // --------------------------------------------------------------------------
       
    66 //
       
    67 // r_gs_menu_item_exit
       
    68 //
       
    69 // --------------------------------------------------------------------------
       
    70 //
       
    71 RESOURCE MENU_PANE r_gs_menu_item_exit
       
    72     {
       
    73     items =
       
    74         {
       
    75         MENU_ITEM
       
    76             {
       
    77             command = EAknCmdExit;
       
    78             txt = qtn_options_exit;
       
    79             }
       
    80         };
       
    81     }
       
    82 
       
    83 
       
    84 // --------------------------------------------------------------------------
       
    85 //
       
    86 // r_gs_menu_item_change
       
    87 // Change item.
       
    88 //
       
    89 // --------------------------------------------------------------------------
       
    90 //
       
    91 RESOURCE MENU_PANE r_gs_menu_item_change
       
    92     {
       
    93     items =
       
    94         {
       
    95         MENU_ITEM
       
    96             {
       
    97             command = EGSCmdAppChange;
       
    98             txt = qtn_set_options_change;
       
    99             }
       
   100         };
       
   101     }
       
   102 
       
   103 
       
   104 // --------------------------------------------------------------------------
       
   105 //
       
   106 // r_gs_menu_item_help
       
   107 // Change item.
       
   108 //
       
   109 // --------------------------------------------------------------------------
       
   110 //
       
   111 RESOURCE MENU_PANE r_gs_menu_item_help
       
   112     {
       
   113     items =
       
   114         {
       
   115         MENU_ITEM
       
   116             {
       
   117             command = EAknCmdHelp;
       
   118             txt = qtn_options_help;
       
   119             }
       
   120         };
       
   121     }
       
   122 
       
   123 //- END COMMON --------------------------------------------------------------
       
   124 
       
   125 RESOURCE CBA r_gs_softkeys_options_back_change
       
   126     {
       
   127     buttons =
       
   128         {
       
   129         CBA_BUTTON 
       
   130             {
       
   131             id=EAknSoftkeyOptions; 
       
   132             txt = text_softkey_option;
       
   133             },
       
   134         CBA_BUTTON 
       
   135             {
       
   136             id=EAknSoftkeyBack; 
       
   137             txt = text_softkey_back; 
       
   138             },
       
   139         CBA_BUTTON 
       
   140             {
       
   141             id=EGSMSKCmdAppChange; 
       
   142             txt = qtn_msk_change;
       
   143             }
       
   144         };
       
   145     }
       
   146 
       
   147 
       
   148 RESOURCE TBUF r_akncompags_list_caption
       
   149     {
       
   150     buf = qtn_set_folder_cmode;
       
   151     }
       
   152 
       
   153 
       
   154 RESOURCE AVKON_VIEW r_akncompags_view
       
   155     {
       
   156     menubar = r_gs_menubar_change_exit;
       
   157     cba = r_gs_softkeys_options_back_change;
       
   158     }
       
   159 
       
   160 
       
   161 RESOURCE TITLE_PANE r_akncompags_view_title
       
   162     {
       
   163     txt = qtn_cmode_view_title;
       
   164     }
       
   165 
       
   166 
       
   167 RESOURCE GS_FEATURE_ARRAY r_akncompags_lbx
       
   168     {
       
   169     items =
       
   170         {
       
   171         GS_FEATURE
       
   172             {
       
   173             txt = "\t"qtn_cmode_state_setting_label"\t\t";
       
   174             item = KCompaGSIdState;
       
   175             }
       
   176         };
       
   177     }
       
   178 
       
   179 
       
   180 RESOURCE ARRAY r_akncompags_state_setting_page_lbx
       
   181     {
       
   182     items =
       
   183         {
       
   184         LBUF
       
   185             {
       
   186             txt = qtn_cmode_set_normal_mode;
       
   187             },
       
   188         LBUF
       
   189             {
       
   190             txt = qtn_cmode_set_comp_mode;
       
   191             }
       
   192         };
       
   193     }
       
   194 
       
   195 
       
   196 // End of File