gssettingsuis/Gs/GSDataCallPlugin/Data/GsDataCallPluginRsc.rss
changeset 0 8c5d936e5675
child 17 3b47783fdf16
equal deleted inserted replaced
-1:000000000000 0:8c5d936e5675
       
     1 /*
       
     2 * Copyright (c) 2005 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 GsDataCallPlugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    DCAL // 4 letter ID
       
    22 
       
    23 //  INCLUDES
       
    24 #include    "GsDataCallPlugin.hrh"
       
    25 #include    <gsdatacallplugin.loc>
       
    26 
       
    27 #include    <gs.loc>
       
    28 #include    <gscommon.rh>
       
    29 #include    <appinfo.rh>
       
    30 #include    <avkon.loc>
       
    31 #include    <avkon.mbg>
       
    32 #include    <avkon.rsg>
       
    33 #include    <AvkonIcons.hrh>
       
    34 #include    <bldvariant.hrh>
       
    35 #include    <data_caging_paths_strings.hrh>
       
    36 #include    <eikcore.rsg>
       
    37 #include    <eikon.rsg>
       
    38 #include    <uikon.rh>
       
    39 #include    <GSApp.rsg>
       
    40 
       
    41 // CONSTANTS
       
    42 
       
    43 //  RESOURCE DEFINITIONS
       
    44 
       
    45 RESOURCE RSS_SIGNATURE
       
    46     {
       
    47     }
       
    48 
       
    49 // Common resources among GS
       
    50 #include    "GSCommonResources.rss"
       
    51 
       
    52 RESOURCE TBUF
       
    53     {
       
    54     buf="DCAL";
       
    55     }
       
    56 
       
    57 //----------------------------------------------------
       
    58 //
       
    59 //    EIK_APP_INFO
       
    60 //    It contains application information.
       
    61 //
       
    62 //----------------------------------------------------
       
    63 //
       
    64 RESOURCE EIK_APP_INFO
       
    65     {
       
    66     }
       
    67 
       
    68 
       
    69 //----------------------------------------------------
       
    70 //  r_gs_datacall_view_caption
       
    71 //
       
    72 // Data call view caption for plugin
       
    73 //----------------------------------------------------
       
    74 //
       
    75 RESOURCE TBUF r_gs_datacall_view_caption
       
    76     {
       
    77     buf = qtn_set_folder_conn_data_call;
       
    78     }
       
    79 
       
    80 
       
    81 // ** DATA CALL (CONNECTION) VIEW
       
    82 
       
    83 //----------------------------------------------------
       
    84 //
       
    85 //    r_gs_csd_view_title
       
    86 //    Data call view's title.
       
    87 //
       
    88 //----------------------------------------------------
       
    89 //
       
    90 RESOURCE TITLE_PANE r_gs_csd_view_title
       
    91     {
       
    92     txt = qtn_set_title_settings_csd;
       
    93     }
       
    94 
       
    95 //----------------------------------------------------
       
    96 //
       
    97 //    r_gs_dcall_view
       
    98 //    Data call view.
       
    99 //
       
   100 //----------------------------------------------------
       
   101 //
       
   102 RESOURCE AVKON_VIEW r_gs_dcall_view
       
   103     {
       
   104     menubar = r_gs_menubar_change_exit;
       
   105     cba = R_GS_SOFTKEYS_OPTIONS_BACK_CHANGE;
       
   106     }
       
   107 
       
   108 
       
   109 //----------------------------------------------------
       
   110 //
       
   111 //    r_dcall_lbx
       
   112 //    Data call view's listbox.
       
   113 //
       
   114 //----------------------------------------------------
       
   115 //
       
   116 RESOURCE GS_FEATURE_ARRAY r_dcall_lbx
       
   117     {
       
   118     items =
       
   119         {
       
   120         GS_FEATURE
       
   121             {
       
   122             txt = " \t"qtn_set_autodiscon"\t\t";
       
   123             item = KGSSettIdAutodiscon;
       
   124             }
       
   125         };
       
   126     }
       
   127 
       
   128 
       
   129 
       
   130 // AUTODISCONNECT TIME
       
   131 
       
   132 //----------------------------------------------------
       
   133 //
       
   134 //    r_autodiscon_time_setting_page
       
   135 //    Autodisconnect setting page.
       
   136 //
       
   137 //----------------------------------------------------
       
   138 //
       
   139 RESOURCE AVKON_SETTING_PAGE r_autodiscon_time_setting_page
       
   140     {
       
   141     number = EAknSettingPageNoOrdinalDisplayed;
       
   142     label = qtn_set_autodiscon;
       
   143     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   144     type = EAknSetListBox;
       
   145     editor_resource_id = r_setting_listbox;
       
   146     }
       
   147 
       
   148 //----------------------------------------------------
       
   149 //
       
   150 //    r_autodiscon_time_setting_page_lbx
       
   151 //    Autodisconnect setting page's listbox.
       
   152 //
       
   153 //----------------------------------------------------
       
   154 //
       
   155 RESOURCE ARRAY r_autodiscon_time_setting_page_lbx
       
   156     {
       
   157     items =
       
   158         {
       
   159         LBUF
       
   160             {
       
   161             txt = qtn_set_autodiscon_defined;
       
   162             },
       
   163         LBUF
       
   164             {
       
   165             txt = qtn_set_autodiscon_no;
       
   166             }
       
   167         };
       
   168     }
       
   169 
       
   170 //----------------------------------------------------
       
   171 //
       
   172 //    r_autodiscon_time_value_no
       
   173 //    Text resource for autodisconnect setting.
       
   174 //
       
   175 //----------------------------------------------------
       
   176 //
       
   177 RESOURCE TBUF r_autodiscon_value_no
       
   178     {
       
   179     buf = qtn_set_autodiscon_no;
       
   180     }
       
   181 
       
   182 //----------------------------------------------------
       
   183 //
       
   184 //    r_autodiscon_time_value_1min
       
   185 //    Text resource for autodisconnect setting.
       
   186 //
       
   187 //----------------------------------------------------
       
   188 //
       
   189 RESOURCE TBUF r_autodiscon_value_1min
       
   190     {
       
   191     buf = qtn_set_autodiscon_one_min;
       
   192     }
       
   193 
       
   194 //----------------------------------------------------
       
   195 //
       
   196 //    r_autodiscon_time_value_min
       
   197 //    Text resource for autodisconnect setting.
       
   198 //
       
   199 //----------------------------------------------------
       
   200 //
       
   201 RESOURCE TBUF r_autodiscon_value_min
       
   202     {
       
   203     buf = qtn_set_autodiscon_min;
       
   204     }
       
   205 
       
   206 //----------------------------------------------------
       
   207 //
       
   208 //    r_autodiscon_time_number_query
       
   209 //    Autodisconnect time query.
       
   210 //
       
   211 //----------------------------------------------------
       
   212 //
       
   213 RESOURCE DIALOG r_autodiscon_time_number_query
       
   214     {
       
   215     flags = EGeneralQueryFlags;
       
   216     buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   217     items =
       
   218         {
       
   219         DLG_LINE
       
   220             {
       
   221             type = EAknCtQuery;
       
   222             id = EGeneralQuery;
       
   223             control = AVKON_DATA_QUERY
       
   224                 {
       
   225                 layout = ENumberLayout;
       
   226                 label = qtn_set_autodiscon_define_time;
       
   227                 control = AVKON_INTEGER_EDWIN
       
   228                     {
       
   229                     min = 0;
       
   230                     max = 99;
       
   231                     maxlength = 2;
       
   232                     };
       
   233                 };
       
   234             }
       
   235         };
       
   236     }
       
   237 
       
   238 
       
   239 //End of File