syncmlfw/syncmlnotifier/data/SyncMLNotifier.rss
branchRCL_3
changeset 25 b183ec05bd8c
parent 24 13d7c31c74e0
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
     1 /*
       
     2 * Copyright (c) 2005-2006 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 SyncML notifier component.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    SMLN
       
    22 
       
    23 //  INCLUDES
       
    24 #include <bldvariant.hrh>
       
    25 #include <eikon.rsg>
       
    26 #include <eikon.rh>
       
    27 
       
    28 #include <avkon.rsg>
       
    29 #include <avkon.rh>
       
    30 #include <avkon.mbg>
       
    31 #include <avkon.loc>
       
    32 
       
    33 #include "SyncMLNotifier.hrh"
       
    34 #include <syncmlnotifier.loc>
       
    35 #include <syncmlnotifierfota.loc>
       
    36 
       
    37 RESOURCE RSS_SIGNATURE { }
       
    38 
       
    39 RESOURCE TBUF { buf=""; }
       
    40 
       
    41 
       
    42 //  CONSTANTS  
       
    43 
       
    44 //  MACROS  
       
    45 
       
    46 //  RESOURCE DEFINITIONS 
       
    47 
       
    48 // =============================================================================
       
    49 // POP-UP QUERY TEXTS
       
    50 //
       
    51 // -----------------------------------------------------------------------------
       
    52 //   
       
    53 // r_sml_init_ds_server_prompt
       
    54 // Text for the server initiated synchronisation session acception
       
    55 // pop-up query.
       
    56 //
       
    57 // -----------------------------------------------------------------------------
       
    58 //
       
    59 RESOURCE TBUF r_sml_init_ds_server_prompt    { buf = qtn_ds_query_accept_configuration; }
       
    60 
       
    61 // -----------------------------------------------------------------------------
       
    62 //   
       
    63 // r_sml_init_dm_server_prompt
       
    64 // Text for the server initiated management session acception
       
    65 // pop-up query.
       
    66 //
       
    67 // -----------------------------------------------------------------------------
       
    68 //
       
    69 RESOURCE TBUF r_sml_init_dm_server_prompt    { buf = qtn_dm_query_accept_configuration; }
       
    70 
       
    71 // -----------------------------------------------------------------------------
       
    72 //   
       
    73 // r_sml_init_dm_server_prompt   
       
    74 // Text for the server initiated management session acception for chinese variant
       
    75 // pop-up query.
       
    76 //
       
    77 // -----------------------------------------------------------------------------
       
    78 RESOURCE TBUF r_qtn_dm_query_accept_postsale    { buf = qtn_dm_query_accept_postsale ; }
       
    79 
       
    80 // -----------------------------------------------------------------------------
       
    81 //   
       
    82 // r_sml_server_msg_prompt
       
    83 // Text for the server initiated management session acception
       
    84 // pop-up query.
       
    85 //
       
    86 // -----------------------------------------------------------------------------
       
    87 //
       
    88 RESOURCE TBUF r_sml_server_msg_prompt    { buf = qtn_sml_server_message_heading; }
       
    89 
       
    90 // -----------------------------------------------------------------------------
       
    91 //   
       
    92 // r_fota_notif_complete
       
    93 // Text indicating that the firmware update was successful.
       
    94 //
       
    95 // -----------------------------------------------------------------------------
       
    96 //
       
    97 RESOURCE TBUF r_fota_notif_complete    { buf = qtn_fota_notif_complete; }
       
    98 
       
    99 // -----------------------------------------------------------------------------
       
   100 //   
       
   101 // r_fota_notif_complete
       
   102 // Text indicating that the firmware update was not successful.
       
   103 //
       
   104 // -----------------------------------------------------------------------------
       
   105 //
       
   106 RESOURCE TBUF r_fota_msg_query_not_updated  { buf = qtn_fota_msg_query_not_updated; }
       
   107 
       
   108 // -----------------------------------------------------------------------------
       
   109 //   
       
   110 // r_fota_battery_low
       
   111 // Text indicating that there is not enough battery power to perform
       
   112 // firmware update.
       
   113 //
       
   114 // -----------------------------------------------------------------------------
       
   115 //
       
   116 RESOURCE TBUF r_fota_battery_low            { buf = qtn_fota_battery_low; }
       
   117 //
       
   118 //----------------------------------------------------------------------------
       
   119 // r_fota_battery_low
       
   120 // Text indicating that there is not enough battery power to perform
       
   121 // firmware update.
       
   122 //
       
   123 // -----------------------------------------------------------------------------
       
   124 //
       
   125 RESOURCE TBUF r_fota_usb_battery_low            { buf = qtn_fota_msg_query_update_usb_charger; }
       
   126 //
       
   127 // -----------------------------------------------------------------------------
       
   128 //   
       
   129 // r_fota_lost_connection
       
   130 // Text indicating that the connection was lost during management
       
   131 // or FOTA package download.
       
   132 //
       
   133 // -----------------------------------------------------------------------------
       
   134 //
       
   135 RESOURCE TBUF r_fota_lost_connection        { buf = qtn_fota_err_lost_connection; }
       
   136 
       
   137 // -----------------------------------------------------------------------------
       
   138 //   
       
   139 // r_fota_server_error
       
   140 // Text indicating that the server returned an internal error when
       
   141 // the phone tried to connect to it.
       
   142 //
       
   143 // -----------------------------------------------------------------------------
       
   144 //
       
   145 RESOURCE TBUF r_fota_server_error           { buf = qtn_fota_server_error; }
       
   146 
       
   147 // -----------------------------------------------------------------------------
       
   148 //   
       
   149 // r_fota_not_permitted
       
   150 // Text indicating that firmware updating is not permitted.
       
   151 //
       
   152 // -----------------------------------------------------------------------------
       
   153 //
       
   154 RESOURCE TBUF r_fota_not_permitted          { buf = qtn_fota_not_permitted; }
       
   155 
       
   156 // -----------------------------------------------------------------------------
       
   157 //   
       
   158 // r_fota_query_install_now
       
   159 // Text indicating that firmware updating is not permitted.
       
   160 //
       
   161 // -----------------------------------------------------------------------------
       
   162 //
       
   163 RESOURCE TBUF r_fota_query_install_now      { buf = qtn_fota_conf_query_install_now; }
       
   164 
       
   165 
       
   166 // -----------------------------------------------------------------------------
       
   167 //   
       
   168 // r_fota_query_install_force_now
       
   169 // Text indicating that firmware updating is not permitted.
       
   170 //
       
   171 // -----------------------------------------------------------------------------
       
   172 //
       
   173 RESOURCE TBUF r_fota_query_install_force_now      { buf = qtn_att_fota_conf_query_install_forced; }
       
   174 
       
   175 // -----------------------------------------------------------------------------
       
   176 //   
       
   177 // r_post_limit_fota_query_install_now
       
   178 // Text indicating that firmware updating, is to be done now or later.
       
   179 //
       
   180 // -----------------------------------------------------------------------------
       
   181 //
       
   182 RESOURCE TBUF r_post_limit_fota_query_install_now      { buf = qtn_att_fota_conf_query_install_now; }
       
   183 
       
   184 // -----------------------------------------------------------------------------
       
   185 //   
       
   186 // r_fota_update_1_warning
       
   187 // First confirmation query describing the effect of firmware update.
       
   188 //
       
   189 // -----------------------------------------------------------------------------
       
   190 //
       
   191 RESOURCE TBUF r_fota_update_1_warning         { buf = qtn_fota_msg_query_update_1_warning; }
       
   192 
       
   193 // -----------------------------------------------------------------------------
       
   194 //   
       
   195 // r_fota_update_2_warning
       
   196 // Second confirmation query describing the effect of firmware update.
       
   197 //
       
   198 // -----------------------------------------------------------------------------
       
   199 //
       
   200 RESOURCE TBUF r_fota_update_2_warning         { buf = qtn_fota_msg_query_update_2_warning; }
       
   201 
       
   202 // -----------------------------------------------------------------------------
       
   203 //   
       
   204 // r_fota_custom_warning
       
   205 // confirmation query describing the effect of firmware update(chinese variant).
       
   206 //
       
   207 // -----------------------------------------------------------------------------
       
   208 //
       
   209 RESOURCE TBUF r_qtn_fota_msg_query_update_custom_warning  {buf = qtn_fota_msg_query_update_custom_warning;}
       
   210 
       
   211 // -----------------------------------------------------------------------------
       
   212 //   
       
   213 // r_fota_reboot_note
       
   214 // Text indicating that firmware updating is not permitted.
       
   215 //
       
   216 // -----------------------------------------------------------------------------
       
   217 //
       
   218 RESOURCE TBUF r_fota_reboot_note            { buf = qtn_fota_restarting_for_update; }
       
   219 
       
   220 // -----------------------------------------------------------------------------
       
   221 //   
       
   222 // r_fota_update_reminder
       
   223 // Text informing the user that he may installe the update from
       
   224 // device manager application.
       
   225 //
       
   226 // -----------------------------------------------------------------------------
       
   227 //
       
   228 RESOURCE TBUF r_fota_update_reminder        { buf = qtn_fota_msg_query_update_reminder; }
       
   229 
       
   230 // -----------------------------------------------------------------------------
       
   231 //   
       
   232 // r_fota_title_phone_updates
       
   233 // Header text for firmware update specific queries.
       
   234 //
       
   235 // -----------------------------------------------------------------------------
       
   236 //
       
   237 RESOURCE TBUF r_fota_title_phone_updates    { buf = qtn_fota_query_title_phone_updates; }
       
   238 //#ifdef RD_FOTA_FLEXIBLE_MEMORY_USAGE
       
   239 RESOURCE TBUF r_fota_large_no_flexible_memory    { buf = qtn_fota_note_not_enough_disk_space; }
       
   240 RESOURCE TBUF r_fota_omadl_no_flexible_memory    { buf = qtn_fota_querry_not_enough_disk_space; }
       
   241 //#endif
       
   242 //#ifdef RD_DM_TEXT_INPUT_ALERT
       
   243 RESOURCE TBUF r_default_alert_heading  { buf = qtn_sml_server_message_heading; }
       
   244 //#endif
       
   245 RESOURCE TBUF r_fota_user_cancel    			{ buf = qtn_fota_query_download_continue; }
       
   246 RESOURCE TBUF r_fota_download_postponed   { buf = qtn_fota_query_download_postponed; }
       
   247 RESOURCE TBUF r_fota_download_cancelled   { buf = qtn_fota_query_download_cancelled; }
       
   248 RESOURCE TBUF r_fota_connection_fail2   	{ buf = qtn_fota_query_download_conn_lost; }
       
   249 RESOURCE TBUF r_fota_download_general_resume   { buf = qtn_fota_query_download_error_continue; }
       
   250 RESOURCE TBUF r_fota_download_no_resume   { buf = qtn_fota_query_download_error_restart; }
       
   251 RESOURCE TBUF r_fota_download_resume   		{ buf = qtn_fota_query_download_resume; }
       
   252 
       
   253 // Update Postpone Limit
       
   254 
       
   255 RESOURCE TBUF r_fota_postpone_update_one_minute   { buf = qtn_att_fota_info_installation_postponed_one_minute; }
       
   256 RESOURCE TBUF r_fota_postpone_update_minutes   { buf = qtn_att_fota_info_installation_postponed_minutes; }
       
   257 RESOURCE TBUF r_fota_postpone_update_one_hour   { buf = qtn_att_fota_info_installation_postponed_one_hour; }
       
   258 RESOURCE TBUF r_fota_postpone_update_hours   { buf = qtn_att_fota_info_installation_postponed_hours; }
       
   259 RESOURCE TBUF r_fota_postpone_update_one_day   { buf = qtn_att_fota_info_installation_postponed_one_day; }
       
   260 RESOURCE TBUF r_fota_postpone_update_days   { buf = qtn_att_fota_info_installation_postponed_days; }
       
   261 
       
   262 
       
   263 // Header text for encryption related queries
       
   264 RESOURCE TBUF r_fota_update_dec_warning        { buf = qtn_fota_msg_query_update_dec_warning; }
       
   265 RESOURCE TBUF r_fota_update_enc                { buf = qtn_fota_msg_query_update_encrypt; }
       
   266 RESOURCE TBUF r_fota_update_enc_battery_low    { buf = qtn_fota_battery_encryption_low; }
       
   267 RESOURCE TBUF r_fota_device_memory_busy        { buf = qtn_fota_device_busy; }
       
   268 
       
   269 // =============================================================================
       
   270 // SOFTKEYS
       
   271 //
       
   272 // -----------------------------------------------------------------------------
       
   273 //   
       
   274 // r_sml_softkeys_accept_cancel
       
   275 // Query for the server initiated session acception.
       
   276 //
       
   277 // -----------------------------------------------------------------------------
       
   278 //        
       
   279 RESOURCE CBA r_sml_softkeys_accept_cancel__accept
       
   280     {
       
   281     buttons =
       
   282         {
       
   283         CBA_BUTTON { id = EAknSoftkeyOk;     txt = text_softkey_accept; },
       
   284         CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; },
       
   285         CBA_BUTTON { id = EAknSoftkeyOk;     txt = text_softkey_accept; }
       
   286         };
       
   287     }
       
   288 
       
   289 
       
   290 // -----------------------------------------------------------------------------
       
   291 //   
       
   292 // r_sml_softkeys_force_accept
       
   293 // Query for the server initiated session acception.
       
   294 //
       
   295 // -----------------------------------------------------------------------------
       
   296 //        
       
   297 RESOURCE CBA r_sml_softkeys_force_accept__accept
       
   298     {
       
   299     buttons =
       
   300         {
       
   301         CBA_BUTTON { id = EAknSoftkeyOk;     txt = text_softkey_accept; },
       
   302         CBA_BUTTON { txt=text_softkey_empty;},
       
   303         CBA_BUTTON { id = EAknSoftkeyOk;     txt = text_softkey_accept; }
       
   304         };
       
   305     }
       
   306 
       
   307 
       
   308 //------------------------------------------------------------------------------
       
   309 //softkeys for the query to install downloaded package
       
   310 //------------------------------------------------------------------------------
       
   311 
       
   312 RESOURCE CBA r_fota_install_query_softkeys_now_later__now
       
   313     {
       
   314     buttons =
       
   315         {
       
   316         CBA_BUTTON { id = EAknSoftkeyYes; txt = text_softkey_now;   },
       
   317         CBA_BUTTON { id = EAknSoftkeyNo;  txt = text_softkey_later; },
       
   318         CBA_BUTTON { id = EAknSoftkeyYes; txt = text_softkey_now;   }
       
   319         };
       
   320     }
       
   321     
       
   322     
       
   323 //------------------------------------------------------------------------------
       
   324 //softkeys for the query to install downloaded package, customized for AT&T.
       
   325 //------------------------------------------------------------------------------
       
   326 
       
   327 RESOURCE CBA r_fota_install_query_softkeys_force__now
       
   328     {
       
   329     buttons =
       
   330         {
       
   331         CBA_BUTTON { id = EAknSoftkeyYes; txt = text_softkey_ok;   },
       
   332         CBA_BUTTON { txt=text_softkey_empty;},
       
   333         CBA_BUTTON { id = EAknSoftkeyYes; txt = text_softkey_ok;   }
       
   334         };
       
   335     }
       
   336 
       
   337 // =============================================================================
       
   338 // QUERIES
       
   339 //
       
   340 // -----------------------------------------------------------------------------
       
   341 //   
       
   342 // r_sml_confirmation_query
       
   343 // Query for the server initiated session acception.
       
   344 //
       
   345 // -----------------------------------------------------------------------------
       
   346 //        
       
   347 RESOURCE DIALOG r_sml_confirmation_query
       
   348     {
       
   349     flags   = EGeneralQueryFlags;
       
   350     	buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
   351     items   =
       
   352         {
       
   353         DLG_LINE
       
   354             {
       
   355             type    = EAknCtQuery;
       
   356             id      = EGeneralQuery;
       
   357             control = AVKON_CONFIRMATION_QUERY
       
   358                 {
       
   359                 layout    = EConfirmationQueryLayout;
       
   360                 animation = R_QGN_NOTE_QUERY_ANIM;
       
   361                 };
       
   362             }
       
   363         };
       
   364     }
       
   365 // -----------------------------------------------------------------------------
       
   366 //   
       
   367 // r_sml_confirmation_query
       
   368 // Query for the downloaded package installation.
       
   369 //
       
   370 // -----------------------------------------------------------------------------
       
   371 
       
   372  RESOURCE DIALOG r_fota_install_confirmation_query
       
   373     {
       
   374     flags   = EGeneralQueryFlags;
       
   375     buttons = r_fota_install_query_softkeys_now_later__now;
       
   376     items   =
       
   377         {
       
   378         DLG_LINE
       
   379             {
       
   380             type    = EAknCtQuery;
       
   381             id      = EGeneralQuery;
       
   382             control = AVKON_CONFIRMATION_QUERY
       
   383                 {
       
   384                 layout    = EConfirmationQueryLayout;
       
   385                 animation = R_QGN_NOTE_QUERY_ANIM;
       
   386                 };
       
   387             }
       
   388         };
       
   389     }
       
   390 
       
   391 /*
       
   392 
       
   393 RESOURCE DIALOG r_fota_install_confirmation_query
       
   394      {
       
   395      flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
       
   396      buttons = r_fota_install_query_softkeys_now_later__now;
       
   397      items   =
       
   398          {
       
   399                  DLG_LINE
       
   400                      {
       
   401                      type    = EAknCtPopupHeadingPane;
       
   402                      id      = EAknMessageQueryHeaderId;
       
   403                      control = AVKON_HEADING
       
   404                          {
       
   405                          label   = qtn_sml_server_message_heading;
       
   406                          headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
       
   407                          };
       
   408                      },
       
   409                      DLG_LINE
       
   410                          {
       
   411                          type    = EAknCtMessageQuery;
       
   412                          id      = EAknMessageQueryContentId;
       
   413                          control = AVKON_MESSAGE_QUERY
       
   414                              {
       
   415                              //layout    = EConfirmationQueryLayout;
       
   416                              //animation = R_QGN_NOTE_QUERY_ANIM;
       
   417                              message = "%U";
       
   418                              };
       
   419                          }
       
   420          };
       
   421      }
       
   422      
       
   423      */
       
   424 
       
   425  
       
   426  // -----------------------------------------------------------------------------
       
   427  //   
       
   428  // r_sml_confirmation_query
       
   429  // Query for forcing the downloaded package installation.
       
   430  //
       
   431  // -----------------------------------------------------------------------------
       
   432 
       
   433   
       
   434   RESOURCE DIALOG r_fota_force_install_confirmation_query
       
   435      {
       
   436      flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
       
   437      buttons = r_fota_install_query_softkeys_force__now;
       
   438      items   =
       
   439          {
       
   440                  DLG_LINE
       
   441                      {
       
   442                      type    = EAknCtPopupHeadingPane;
       
   443                      id      = EAknMessageQueryHeaderId;
       
   444                      control = AVKON_HEADING
       
   445                          {
       
   446                          label   = qtn_sml_server_message_heading;
       
   447                          headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
       
   448                          };
       
   449                      },
       
   450                      DLG_LINE
       
   451                          {
       
   452                          type    = EAknCtMessageQuery;
       
   453                          id      = EAknMessageQueryContentId;
       
   454                          control = AVKON_MESSAGE_QUERY
       
   455                              {
       
   456                              //layout    = EConfirmationQueryLayout;
       
   457                              //animation = R_QGN_NOTE_QUERY_ANIM;
       
   458                              message = "%U";
       
   459                              };
       
   460                          }
       
   461          };
       
   462      }
       
   463 
       
   464   
       
   465   // -----------------------------------------------------------------------------
       
   466    //   
       
   467    // r_sml_confirmation_query
       
   468    // Query for forcing the downloaded package installation.
       
   469    //
       
   470    // -----------------------------------------------------------------------------
       
   471 
       
   472     
       
   473     RESOURCE DIALOG r_fota_install_message_query
       
   474        {
       
   475        flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
       
   476        buttons = r_fota_install_query_softkeys_now_later__now;
       
   477        items   =
       
   478            {
       
   479                    DLG_LINE
       
   480                        {
       
   481                        type    = EAknCtPopupHeadingPane;
       
   482                        id      = EAknMessageQueryHeaderId;
       
   483                        control = AVKON_HEADING
       
   484                            {
       
   485                            label   = qtn_sml_server_message_heading;
       
   486                            headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
       
   487                            };
       
   488                        },
       
   489                        DLG_LINE
       
   490                            {
       
   491                            type    = EAknCtMessageQuery;
       
   492                            id      = EAknMessageQueryContentId;
       
   493                            control = AVKON_MESSAGE_QUERY
       
   494                                {
       
   495                                //layout    = EConfirmationQueryLayout;
       
   496                                //animation = R_QGN_NOTE_QUERY_ANIM;
       
   497                                message = "%U";
       
   498                                };
       
   499                            }
       
   500            };
       
   501        }
       
   502 
       
   503   
       
   504   
       
   505 // -----------------------------------------------------------------------------
       
   506 //   
       
   507 // r_sml_server_msg_infonote
       
   508 // Info note for showing the information received from the server.
       
   509 //
       
   510 // -----------------------------------------------------------------------------
       
   511 //        
       
   512 RESOURCE DIALOG r_sml_server_msg_infonote
       
   513     {
       
   514     flags   = EGeneralQueryFlags;
       
   515     buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   516     items   =
       
   517         {
       
   518         DLG_LINE
       
   519             {
       
   520             type    = EAknCtPopupHeadingPane;
       
   521             id      = EAknMessageQueryHeaderId;
       
   522             control = AVKON_HEADING
       
   523                 {
       
   524                 label   = qtn_sml_server_message_heading;
       
   525                 };
       
   526             },
       
   527         DLG_LINE
       
   528             {
       
   529             type    = EAknCtMultilineQuery;
       
   530             id      = EGeneralQuery;
       
   531             control = AVKON_MESSAGE_QUERY
       
   532                 {
       
   533                 message    = "%U";
       
   534                 };
       
   535             }
       
   536         };
       
   537     }
       
   538 
       
   539 
       
   540 // -----------------------------------------------------------------------------
       
   541 //   
       
   542 // r_sml_message_query
       
   543 // Query for showing the information received from the server.
       
   544 //
       
   545 // -----------------------------------------------------------------------------
       
   546 //        
       
   547 RESOURCE DIALOG r_sml_message_query
       
   548     {
       
   549     flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
       
   550     items =
       
   551         {
       
   552         DLG_LINE 
       
   553             {
       
   554             type = EAknCtPopupHeadingPane;
       
   555             id = EAknMessageQueryHeaderId;
       
   556             control = AVKON_HEADING
       
   557                 {
       
   558                 label = qtn_sml_server_message_heading;
       
   559                 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
       
   560                 };
       
   561             },
       
   562         DLG_LINE
       
   563             {
       
   564             type = EAknCtMessageQuery;
       
   565             id = EAknMessageQueryContentId;
       
   566             control = AVKON_MESSAGE_QUERY
       
   567                 {
       
   568                 message = "%U";
       
   569                 };
       
   570             }
       
   571         };
       
   572 
       
   573     }
       
   574 
       
   575 // -----------------------------------------------------------------------------
       
   576 //   
       
   577 // r_sml_fota_restart_note
       
   578 // Query for showing the information received from the server.
       
   579 //
       
   580 // -----------------------------------------------------------------------------
       
   581 //        
       
   582 RESOURCE DIALOG r_sml_fota_restart_note
       
   583     {
       
   584     flags   = EAknPermanentNoteFlags | EEikDialogFlagNoUserExit;
       
   585     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   586     items   =
       
   587         {
       
   588         DLG_LINE
       
   589             {
       
   590             type    = EAknCtNote;
       
   591             id      = EGeneralQuery;
       
   592             control = AVKON_NOTE
       
   593                 {
       
   594                 layout = EGeneralLayout;
       
   595                 animation = R_QGN_NOTE_INFO_ANIM;
       
   596                 };
       
   597             }
       
   598         };
       
   599     }
       
   600 
       
   601 
       
   602 // -----------------------------------------------------------------------------
       
   603 // r_qtn_dm_info_note_updating  
       
   604 // Text indicating that server alert session is informative
       
   605 // -----------------------------------------------------------------------------
       
   606 //
       
   607 RESOURCE TBUF r_qtn_dm_info_note_updating  { buf = qtn_dm_info_note_updating; }
       
   608 // r_sml_init_dm_server_prompt
       
   609 // Text for the server initiated management session acception for chinese variant
       
   610 // pop-up query.
       
   611 // -----------------------------------------------------------------------------
       
   612 RESOURCE TBUF r_qtn_dm_info_note_postsale    { buf = qtn_dm_info_note_postsale ; }
       
   613 
       
   614 //#ifdef RD_DM_TEXT_INPUT_ALERT
       
   615 // -----------------------------------------------------------------------------
       
   616 //   
       
   617 // r_inputtext_data_query
       
   618 // Data Query for Alphanumeric Text Input type
       
   619 //
       
   620 // -----------------------------------------------------------------------------
       
   621 //   
       
   622 RESOURCE DIALOG r_inputtext_data_query
       
   623     {
       
   624     flags = EGeneralQueryFlags;
       
   625     buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   626     items=
       
   627         {
       
   628         DLG_LINE
       
   629             {
       
   630             type = EAknCtQuery;
       
   631             id = EGeneralQuery;
       
   632             control = AVKON_DATA_QUERY 
       
   633                 { 
       
   634                 layout = EDataLayout;
       
   635                 control =  EDWIN 
       
   636                		{
       
   637                 		
       
   638                 		flags = EEikEdwinNoHorizScrolling;
       
   639                 		max_view_height_in_lines = 1;
       
   640                 		lines = 1;
       
   641                 		                		
       
   642                 	};
       
   643                 };
       
   644             }
       
   645         };
       
   646     } 
       
   647 
       
   648 // -----------------------------------------------------------------------------
       
   649 //   
       
   650 // r_newalert_date_query
       
   651 // Data Query for Date Input type.
       
   652 //
       
   653 // -----------------------------------------------------------------------------
       
   654 //   
       
   655 RESOURCE DIALOG r_newalert_date_query
       
   656     {
       
   657     flags = EGeneralQueryFlags;
       
   658     buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   659     
       
   660     items=
       
   661         {
       
   662         DLG_LINE
       
   663             {
       
   664             type = EAknCtQuery;
       
   665             id = EGeneralQuery;
       
   666             control = AVKON_DATA_QUERY 
       
   667                 { 
       
   668                 layout = EDateLayout;
       
   669                 
       
   670                	 	control =  DATE_EDITOR
       
   671                		{
       
   672                 		minDate = DATE
       
   673 										{
       
   674 										year = 0001;
       
   675 											};
       
   676 										maxDate = DATE
       
   677 										{
       
   678 										year = 9999;
       
   679 										};
       
   680 										flags = 0;
       
   681                 		
       
   682                 		
       
   683                 	};
       
   684                 };
       
   685             }
       
   686         };
       
   687     } 
       
   688     
       
   689 // -----------------------------------------------------------------------------
       
   690 //   
       
   691 // r_newalert_time_query
       
   692 // Data Query for Date Input type.
       
   693 //
       
   694 // -----------------------------------------------------------------------------
       
   695 //   
       
   696     RESOURCE DIALOG r_newalert_time_query
       
   697     {
       
   698     flags = EGeneralQueryFlags;
       
   699     buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   700     
       
   701     items=
       
   702         {
       
   703         DLG_LINE
       
   704             {
       
   705             type = EAknCtQuery;
       
   706             id = EGeneralQuery;
       
   707             control = AVKON_DATA_QUERY 
       
   708                 { 
       
   709                 layout = ETimeLayout;
       
   710                 
       
   711                	 	control =  TIME_EDITOR
       
   712                		{
       
   713                 		
       
   714                 		minTime = TIME
       
   715 						{
       
   716 						second = 0;
       
   717 						minute = 0;
       
   718 						hour = 0;
       
   719 						};
       
   720 						maxTime = TIME
       
   721 						{
       
   722 						second = 59;
       
   723 						minute = 59;
       
   724 						hour = 23;
       
   725 						};
       
   726 					flags = EEikTimeForce24HourFormat/*|EEikTimeWithoutSecondsField*/; //remove this flag to get seconds
       
   727 					
       
   728                 		
       
   729                 	};
       
   730                 };
       
   731             }
       
   732         };
       
   733     } 
       
   734     
       
   735 // -----------------------------------------------------------------------------
       
   736 //   
       
   737 // r_newalert_data_pwd_query
       
   738 // Data Query for Alphanumeric Password Input type.
       
   739 //
       
   740 // -----------------------------------------------------------------------------
       
   741 //      
       
   742 RESOURCE DIALOG r_newalert_data_pwd_query
       
   743     {
       
   744     flags = EGeneralQueryFlags;
       
   745     buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   746     
       
   747     items=
       
   748         {
       
   749         DLG_LINE
       
   750             {
       
   751             type = EAknCtQuery;
       
   752             id = EGeneralQuery;
       
   753             control = AVKON_DATA_QUERY 
       
   754                 { 
       
   755                 
       
   756                 layout = ECodeLayout;
       
   757                  control = SECRETED
       
   758                		{
       
   759                 		num_letters = 200;
       
   760                 		                		
       
   761                 	};
       
   762                 };
       
   763             }
       
   764         };
       
   765     } 
       
   766 // -----------------------------------------------------------------------------
       
   767 //   
       
   768 // r_newalert_numeric_pwd_query
       
   769 // Data Query for Numeric Password Input type.
       
   770 //
       
   771 // -----------------------------------------------------------------------------
       
   772 //   
       
   773  RESOURCE DIALOG r_newalert_numeric_pwd_query
       
   774     {
       
   775     flags = EGeneralQueryFlags;
       
   776     buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   777     
       
   778     items=
       
   779         {
       
   780         DLG_LINE
       
   781             {
       
   782             type = EAknCtQuery;
       
   783             id = EGeneralQuery;
       
   784             control = AVKON_DATA_QUERY 
       
   785                 { 
       
   786                 
       
   787                 layout = EPinLayout;
       
   788                  control = SECRETED
       
   789                		{
       
   790                 		num_letters = 20;
       
   791                 		                		
       
   792                 	};
       
   793                 };
       
   794             }
       
   795         };
       
   796     } 
       
   797  
       
   798 // -----------------------------------------------------------------------------
       
   799 //   
       
   800 // r_newalert_phone_query
       
   801 // Data Query for Phone number Input type.
       
   802 //
       
   803 // -----------------------------------------------------------------------------
       
   804 //   
       
   805  RESOURCE DIALOG r_newalert_phone_query
       
   806     {
       
   807     flags = EGeneralQueryFlags;
       
   808     buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   809     
       
   810     items=
       
   811         {
       
   812         DLG_LINE
       
   813             {
       
   814             type = EAknCtQuery;
       
   815             id = EGeneralQuery;
       
   816             control = AVKON_DATA_QUERY 
       
   817                 { 
       
   818                 layout = EPhoneLayout;
       
   819                	 control = EDWIN
       
   820                		{
       
   821                 		
       
   822                 		flags = EEikEdwinNoHorizScrolling;
       
   823                 		lines = 1;
       
   824                 		maxlength = 200;
       
   825                 		allowed_input_modes =  EAknEditorNumericInputMode; 
       
   826                 		max_view_height_in_lines = 1;
       
   827                 		
       
   828                 	};
       
   829                 };
       
   830             }
       
   831         };
       
   832     }    
       
   833     
       
   834 // -----------------------------------------------------------------------------
       
   835 //   
       
   836 // r_newalert_number_query
       
   837 // Data Query for Number Text Input type.
       
   838 //
       
   839 // -----------------------------------------------------------------------------
       
   840 //       
       
   841 RESOURCE DIALOG r_newalert_number_query
       
   842 {
       
   843 	flags = EGeneralQueryFlags;
       
   844 	buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   845 	items =
       
   846 		{
       
   847 		DLG_LINE
       
   848 		{
       
   849 		type = EAknCtQuery;
       
   850 		id = EGeneralQuery;
       
   851 		control = AVKON_DATA_QUERY
       
   852 			{
       
   853 			layout = EFloatingPointLayout;
       
   854 			control = FLPTED
       
   855 				{
       
   856 				maxlength = 12;				
       
   857 				default = 0;
       
   858 				};
       
   859 			};
       
   860 		}
       
   861 		};
       
   862 }
       
   863 
       
   864 // -----------------------------------------------------------------------------
       
   865 //   
       
   866 // r_newalert_ip_query
       
   867 // Data Query for Ip Address Input type.
       
   868 //
       
   869 // -----------------------------------------------------------------------------
       
   870 //   
       
   871 RESOURCE DIALOG r_newalert_ip_query 
       
   872 {
       
   873 	flags = EGeneralQueryFlags; 
       
   874 	buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK; 
       
   875 		items = 
       
   876 		{
       
   877 		DLG_LINE 
       
   878 			{
       
   879 			type = EAknExtCtQuery; 
       
   880 			id = EGeneralQuery; 
       
   881 			control = AVKON_DATA_QUERY 
       
   882 				{
       
   883 				layout = EIpLayout; 
       
   884 				control = IP_FIELD_EDITOR 
       
   885 					{
       
   886 						min_field_values=IP_FIELD
       
   887 						{
       
   888 						first_field=0;
       
   889 						second_field=0;
       
   890 						third_field=0;
       
   891 						fourth_field=0;
       
   892 						};
       
   893 						max_field_values=IP_FIELD
       
   894 						{
       
   895 						first_field=255;
       
   896 						second_field=255;
       
   897 						third_field=255;
       
   898 						fourth_field=255;
       
   899 						}; 
       
   900 					}; 
       
   901 				} ;
       
   902 			}
       
   903 		};
       
   904 }
       
   905 
       
   906 //#endif
       
   907 // End of File
       
   908 
       
   909