gssettingsuis/Gs/GSPDataHSDPAPlugin/data/GSPDataHSDPAPluginRsc.rss
branchRCL_3
changeset 24 8ee96d21d9bf
parent 23 8bda91a87a00
child 25 7e0eff37aedb
equal deleted inserted replaced
23:8bda91a87a00 24:8ee96d21d9bf
     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:  Resource file for GSPDataHSDPAPlugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME        HSPA // 4 letter ID
       
    21 
       
    22 // INCLUDES
       
    23 #include    <gspdatahsdpaplugin.loc>
       
    24 
       
    25 #include    <data_caging_paths_strings.hrh>
       
    26 #include    <bldvariant.hrh>
       
    27 #include    <avkon.loc> // Avkon localized strings
       
    28 #include    <avkon.mbg>
       
    29 #include    <avkon.rsg>
       
    30 #include    <eikcore.rsg>
       
    31 #include    <uikon.rh>
       
    32 #include    <gsapp.rsg>
       
    33 
       
    34 // CONSTANTS
       
    35 
       
    36 //  RESOURCE DEFINITIONS
       
    37 
       
    38 //----------------------------------------------------
       
    39 //
       
    40 //
       
    41 //    Needed or loading the resource fails!
       
    42 //
       
    43 //----------------------------------------------------
       
    44 //
       
    45 RESOURCE RSS_SIGNATURE
       
    46     {
       
    47     }
       
    48 
       
    49 // Common resources among GS
       
    50 #include    "GSCommonResources.rss"
       
    51 
       
    52 
       
    53 //----------------------------------------------------
       
    54 //
       
    55 //    r_gs_pdatahsdpa_plugin_caption
       
    56 //    Packet Data HSDPA Plugin caption.
       
    57 //
       
    58 //----------------------------------------------------
       
    59 //
       
    60 RESOURCE TBUF r_gs_pdatahsdpa_plugin_caption
       
    61     {
       
    62     buf = qtn_set_hspa_setting;
       
    63     }
       
    64     
       
    65 //----------------------------------------------------
       
    66 //
       
    67 //    r_gs_pdatahsdpa_view
       
    68 //    Packet Data HSDPA view.
       
    69 //
       
    70 //----------------------------------------------------
       
    71 //
       
    72 RESOURCE AVKON_VIEW r_gs_pdatahsdpa_view
       
    73     {
       
    74     menubar = r_gs_menubar_change_exit;
       
    75     cba = R_GS_SOFTKEYS_OPTIONS_BACK_CHANGE;
       
    76     }
       
    77 
       
    78 
       
    79 //----------------------------------------------------
       
    80 //
       
    81 //    r_gs_pdatahsdpa_setting_page
       
    82 //    
       
    83 //
       
    84 //----------------------------------------------------
       
    85 //
       
    86 RESOURCE AVKON_SETTING_PAGE r_gs_pdatahsdpa_setting_page
       
    87     {
       
    88     number = EAknSettingPageNoOrdinalDisplayed;
       
    89     label = qtn_set_hspa_setting;
       
    90     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
    91     type = EAknSetListBox;
       
    92     editor_resource_id = r_setting_listbox;
       
    93     }
       
    94 
       
    95 
       
    96 //----------------------------------------------------
       
    97 //
       
    98 //    r_gs_pdatahsdpa_setting_page_lbx
       
    99 //    
       
   100 //
       
   101 //----------------------------------------------------
       
   102 //
       
   103 RESOURCE ARRAY r_gs_pdatahsdpa_setting_page_lbx
       
   104     {
       
   105     items =
       
   106         {
       
   107         LBUF
       
   108             {
       
   109             txt = qtn_set_hspa_setting_enabled;
       
   110             },
       
   111         LBUF
       
   112             {
       
   113             txt = qtn_set_hspa_setting_disabled;
       
   114             }
       
   115         };
       
   116     }
       
   117 
       
   118     
       
   119 //----------------------------------------------------
       
   120 //
       
   121 //    r_gs_pdatahsdpa_on_text
       
   122 //    Packet Data HSDPA text for HSDPA value on.
       
   123 //
       
   124 //----------------------------------------------------
       
   125 //
       
   126 RESOURCE TBUF r_gs_hsdpa_enable_text
       
   127     {
       
   128     buf = qtn_set_hspa_setting_enabled;
       
   129     }
       
   130 
       
   131 //----------------------------------------------------
       
   132 //
       
   133 //    r_gs_pdatahsdpa_off_text
       
   134 //    Packet Data HSDPA text for HSDPA value Disable.
       
   135 //
       
   136 //----------------------------------------------------
       
   137 //
       
   138 RESOURCE TBUF r_gs_hsdpa_disable_text
       
   139     {
       
   140     buf = qtn_set_hspa_setting_disabled;
       
   141     }
       
   142 
       
   143 
       
   144 // -----------------------------------------------------------------------------
       
   145 //     r_confirm_nw_reset_hsdpa
       
   146 // -----------------------------------------------------------------------------
       
   147 //
       
   148 RESOURCE DIALOG r_confirm_nw_reset_hsdpa
       
   149     {
       
   150     flags = EGeneralQueryFlags;
       
   151     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
   152     items =
       
   153         {
       
   154         DLG_LINE
       
   155             {
       
   156             type = EAknCtQuery;
       
   157             itemflags = EEikDlgItemNonFocusing;
       
   158             id = EGeneralQuery;
       
   159             control= AVKON_CONFIRMATION_QUERY
       
   160                 {
       
   161                 layout = EConfirmationLayout;
       
   162                 label = qtn_set_hspa_quest_change_via_offline;
       
   163                 animation = R_QGN_NOTE_QUERY_ANIM;
       
   164                 };
       
   165             }
       
   166         };
       
   167     }  
       
   168 //End of File