securitydialogs/SecUi/Data/SecUi.rss
changeset 0 164170e6151a
child 1 d5423fbb4f29
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2002 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
       
    15 *    
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 NAME SECU
       
    23 
       
    24 #include <eikon.rh>
       
    25 #include <eikcore.rsg>
       
    26 
       
    27 #include <avkon.loc>
       
    28 #include <secui.loc>
       
    29 #include <secui.hrh>
       
    30 
       
    31 #include <avkon.rsg>
       
    32 #include <avkon.rh>
       
    33 #include <avkon.hrh>
       
    34 #include <avkon.mbg>
       
    35 
       
    36 
       
    37 RESOURCE RSS_SIGNATURE { }
       
    38 
       
    39 RESOURCE TBUF16 { buf="SecUi"; }
       
    40 
       
    41 
       
    42 #define ESecUiNoteFlags (EEikDialogFlagWait | EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc)
       
    43 #define ESecUiQueryFlags (EGeneralQueryFlags | EEikDialogFlagNotifyEsc)
       
    44 
       
    45 RESOURCE AVKON_SETTING_PAGE r_autolock_setting_page
       
    46     { 
       
    47     label= qtn_set_autolock;
       
    48     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
    49     type =  EAknSetListBox;
       
    50     editor_resource_id= r_autolock_listbox;
       
    51     }
       
    52 
       
    53 RESOURCE LISTBOX r_autolock_listbox
       
    54     {
       
    55     array_id = r_autolock_lbx;
       
    56     flags = EEikListBoxMultipleSelection;
       
    57     }
       
    58 
       
    59 //As SecUi loads one resource file manualy in Secui.cpp and because in CDMA we have
       
    60 //only this one difference in list box it's easier and cleaner to do the variation 
       
    61 //here than having a variation in mmp with a cdma resource file and feature manager in Secui.cpp
       
    62 #ifdef __PROTOCOL_CDMA
       
    63 
       
    64     RESOURCE ARRAY r_autolock_lbx
       
    65         {
       
    66         items =
       
    67             {
       
    68             LBUF
       
    69                 {//autolock off
       
    70                 txt = qtn_set_autolock_off;
       
    71                 },
       
    72             LBUF
       
    73                 {//Power up only
       
    74                 txt = qtn_set_lock_on_power_up_only;
       
    75                 },
       
    76             LBUF
       
    77                 {//user defined (timed and on power up)
       
    78                 txt = qtn_set_timed_and_on_power_up;
       
    79                 }
       
    80             };      
       
    81         }
       
    82 
       
    83 #else //If GSM:
       
    84 
       
    85     RESOURCE ARRAY r_autolock_lbx
       
    86         {
       
    87         items =
       
    88             {
       
    89             LBUF
       
    90                 {//autolock off
       
    91                 txt = qtn_set_autolock_off;
       
    92                 },
       
    93             LBUF
       
    94                 {//user defined
       
    95                 txt = qtn_set_autolock_defined;
       
    96                 }
       
    97             };      
       
    98     }
       
    99 
       
   100 #endif //__PROTOCOL_CDMA
       
   101 #ifdef RD_REMOTELOCK
       
   102 RESOURCE AVKON_SETTING_PAGE r_remotelock_setting_page
       
   103     {
       
   104     label              = qtn_set_remotelock_status;
       
   105     softkey_resource   = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   106     type               = EAknSetListBox;
       
   107     editor_resource_id = r_remotelock_listbox;
       
   108     }
       
   109 
       
   110 RESOURCE LISTBOX r_remotelock_listbox
       
   111     {
       
   112     array_id = r_remotelock_lbx;
       
   113     flags    = EEikListBoxMultipleSelection;
       
   114     }
       
   115 
       
   116 RESOURCE ARRAY r_remotelock_lbx
       
   117     {
       
   118     items =
       
   119         {
       
   120         LBUF
       
   121             {// Remote Lock enable
       
   122             txt = qtn_set_remotelock_on;
       
   123             },
       
   124         LBUF
       
   125             {// Remote Lock disable
       
   126             txt = qtn_set_remotelock_off;
       
   127             }
       
   128         };
       
   129     }
       
   130 
       
   131 // Note texts
       
   132 RESOURCE TBUF r_remotelock_note_code_error           { buf = qtn_set_remotelock_note_code_error;     }
       
   133 RESOURCE TBUF r_remotelock_note_invalid_code         { buf = qtn_set_remotelock_note_invalid_code;   }
       
   134 
       
   135 // Query prompts
       
   136 RESOURCE TBUF r_remotelock_code_prompt               { buf = qtn_set_remotelock_code_prompt;         }
       
   137 RESOURCE TBUF r_remotelock_code_confirm_prompt       { buf = qtn_set_remotelock_code_confirm_prompt; }
       
   138 
       
   139 #endif //RD_REMOTELOCK
       
   140 
       
   141 
       
   142 RESOURCE AVKON_SETTING_PAGE r_fdn_setting_page
       
   143     { 
       
   144     label= text_menu_fdn;
       
   145     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   146     type =  EAknSetListBox;
       
   147     editor_resource_id= r_fdn_listbox;
       
   148     }
       
   149 
       
   150 RESOURCE LISTBOX r_fdn_listbox
       
   151     {
       
   152     array_id = r_fdn_lbx;
       
   153     flags = EEikListBoxMultipleSelection;
       
   154     }
       
   155 
       
   156 
       
   157 RESOURCE ARRAY r_fdn_lbx
       
   158     {
       
   159     items =
       
   160         {
       
   161         LBUF
       
   162             {//fnd on
       
   163             txt = text_fdn_on;
       
   164             },
       
   165         LBUF
       
   166             {//off
       
   167             txt = text_fdn_off;
       
   168             }
       
   169 
       
   170         };  
       
   171     
       
   172     }
       
   173 
       
   174 
       
   175 RESOURCE AVKON_SETTING_PAGE r_pin_setting_page
       
   176     { 
       
   177     label= text_pin_code_cntrl;
       
   178     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   179     type =  EAknSetListBox;
       
   180     editor_resource_id= r_pin_listbox;
       
   181     }
       
   182 
       
   183 RESOURCE LISTBOX r_pin_listbox
       
   184     {
       
   185     array_id = r_pin_lbx;
       
   186     flags = EEikListBoxMultipleSelection;
       
   187     }
       
   188 
       
   189 
       
   190 RESOURCE ARRAY r_pin_lbx
       
   191     {
       
   192 	items =
       
   193 		{
       
   194 		LBUF
       
   195 			{//pin code request on
       
   196 			txt = text_pin_code_on;
       
   197 			},
       
   198 		LBUF
       
   199 			{//off
       
   200 			txt = text_pin_code_off;
       
   201 			}
       
   202 
       
   203 		};	
       
   204 	
       
   205 	}
       
   206 
       
   207 RESOURCE AVKON_SETTING_PAGE r_upin_setting_page
       
   208 	{ 
       
   209 	label= qtn_set_upin_code_req;
       
   210 	softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   211 	type =  EAknSetListBox;
       
   212 	editor_resource_id= r_upin_listbox;
       
   213 	}
       
   214 
       
   215 RESOURCE LISTBOX r_upin_listbox
       
   216 	{
       
   217 	array_id = r_upin_lbx;
       
   218 	flags = EEikListBoxMultipleSelection;
       
   219 	}
       
   220 
       
   221 
       
   222 RESOURCE ARRAY r_upin_lbx
       
   223     {
       
   224 	items =
       
   225 		{
       
   226 		LBUF
       
   227 			{//upin code request on
       
   228 			txt = text_pin_code_on;
       
   229 			},
       
   230 		LBUF
       
   231 			{//off
       
   232 			txt = text_pin_code_off;
       
   233 			}
       
   234 
       
   235 		};	
       
   236 	
       
   237 	}
       
   238 
       
   239 RESOURCE AVKON_SETTING_PAGE r_code_in_use_setting_page
       
   240 	{ 
       
   241 	label= qtn_set_code_in_use;
       
   242 	softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   243 	type =  EAknSetListBox;
       
   244 	editor_resource_id= r_code_listbox;
       
   245 	}
       
   246 
       
   247 RESOURCE LISTBOX r_code_listbox
       
   248 	{
       
   249 	array_id = r_code_lbx;
       
   250 	flags = EEikListBoxMultipleSelection;
       
   251 	}
       
   252 
       
   253 
       
   254 RESOURCE ARRAY r_code_lbx
       
   255     {
       
   256 	items =
       
   257 		{
       
   258 		LBUF
       
   259 			{//Pin code
       
   260 			txt = qtn_set_pin;
       
   261 			},
       
   262 		LBUF
       
   263 			{//Upin code
       
   264 			txt = qtn_set_upin;
       
   265 			}
       
   266 
       
   267 		};	
       
   268 	
       
   269 	}
       
   270 
       
   271 RESOURCE AVKON_SETTING_PAGE r_security_setting_page
       
   272     { 
       
   273     label= qtn_set_sim_change_sec;
       
   274     softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   275     type =  EAknSetListBox;
       
   276     editor_resource_id= r_security_listbox;
       
   277     }
       
   278 
       
   279 RESOURCE LISTBOX r_security_listbox
       
   280     {
       
   281     array_id = r_security_lbx;
       
   282     flags = EEikListBoxMultipleSelection;
       
   283     }
       
   284 
       
   285 
       
   286 RESOURCE ARRAY r_security_lbx
       
   287     {
       
   288     items =
       
   289         {
       
   290         LBUF
       
   291             {//sim change security on 
       
   292             txt = qtn_set_sim_change_sec_on;
       
   293             },
       
   294         LBUF
       
   295             {//off
       
   296             txt = qtn_set_sim_change_sec_off;
       
   297             }
       
   298 
       
   299         };  
       
   300     
       
   301     }
       
   302 
       
   303 
       
   304 
       
   305 RESOURCE CBA r_softkeys_call_empty
       
   306 {
       
   307 buttons =
       
   308         {
       
   309         CBA_BUTTON
       
   310             {
       
   311             id = EAknSoftkeyCall;
       
   312             txt = text_softkey_call;
       
   313             },
       
   314         CBA_BUTTON
       
   315             {
       
   316             id = EAknSoftkeyEmpty;
       
   317             txt = text_softkey_empty;
       
   318             }
       
   319         };
       
   320 }
       
   321 
       
   322 RESOURCE DIALOG r_upin_request_query
       
   323 	{
       
   324 	flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   325 	buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   326     items=
       
   327 		{
       
   328 		DLG_LINE
       
   329 			{
       
   330 			type=EAknCtQuery;
       
   331 			id=EGeneralQuery;
       
   332 			control= AVKON_DATA_QUERY 
       
   333 				{ 
       
   334 					layout = EPinLayout;
       
   335 					label = qtn_enter_upin;
       
   336 					control = SECRETED
       
   337 				{ 
       
   338  						num_letters=SEC_C_PIN_CODE_MAX_LENGTH;
       
   339 						};
       
   340 				};
       
   341 			}
       
   342 		};
       
   343 	}
       
   344 
       
   345 
       
   346 RESOURCE DIALOG r_upuk_request_query
       
   347 	{
       
   348 	flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   349 	buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   350     items=
       
   351 		{
       
   352 		DLG_LINE
       
   353 			{
       
   354 			type=EAknCtQuery;
       
   355 			id=EGeneralQuery;
       
   356 			control= AVKON_DATA_QUERY 
       
   357 				{ 
       
   358 					layout = EPinLayout;
       
   359 					label = qtn_enter_upuk;
       
   360 					control = SECRETED
       
   361 				{ 
       
   362  						num_letters=SEC_C_PUK_CODE_MAX_LENGTH;
       
   363 						};
       
   364 				};
       
   365 			}
       
   366 		};
       
   367 	}
       
   368 
       
   369 RESOURCE DIALOG r_upin_query
       
   370 	{
       
   371 	flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   372 	buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   373     items=
       
   374 		{
       
   375 		DLG_LINE
       
   376 			{
       
   377 			type=EAknCtQuery;
       
   378 			id=EGeneralQuery;
       
   379 			control= AVKON_DATA_QUERY 
       
   380 				{ 
       
   381 					layout = EPinLayout;
       
   382 					label = qtn_enter_upin;
       
   383 					control = SECRETED
       
   384 				{ 
       
   385  						num_letters=SEC_C_PIN_CODE_MAX_LENGTH;
       
   386 						};
       
   387 				};
       
   388 			}
       
   389 		};
       
   390 	}
       
   391 
       
   392 RESOURCE DIALOG r_new_upin_code_query
       
   393 	{
       
   394 	flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   395 	buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   396     items=
       
   397 		{
       
   398 		DLG_LINE
       
   399 			{
       
   400 			type=EAknCtQuery;
       
   401 			id=EGeneralQuery;
       
   402 			control= AVKON_DATA_QUERY 
       
   403 				{ 
       
   404 					layout = EPinLayout;
       
   405 					label = qtn_set_new_upin;
       
   406 					control = SECRETED
       
   407 				{ 
       
   408  						num_letters=SEC_C_PIN_CODE_MAX_LENGTH;
       
   409 						};
       
   410 				};
       
   411 			}
       
   412 		};
       
   413 	}
       
   414 
       
   415 RESOURCE DIALOG r_new_upin_code_request_query
       
   416 	{
       
   417 	flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   418 	buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   419     items=
       
   420 		{
       
   421 		DLG_LINE
       
   422 			{
       
   423 			type=EAknCtQuery;
       
   424 			id=EGeneralQuery;
       
   425 			control= AVKON_DATA_QUERY 
       
   426 				{ 
       
   427 					layout = EPinLayout;
       
   428 					label = qtn_set_new_upin;
       
   429 					control = SECRETED
       
   430 				{ 
       
   431  						num_letters=SEC_C_PIN_CODE_MAX_LENGTH;
       
   432 						};
       
   433 				};
       
   434 			}
       
   435 		};
       
   436 	}
       
   437 
       
   438 RESOURCE DIALOG r_verify_new_upin_code_query
       
   439 	{
       
   440 	flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   441 	buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   442     items=
       
   443 		{
       
   444 		DLG_LINE
       
   445 			{
       
   446 			type=EAknCtQuery;
       
   447 			id=EGeneralQuery;
       
   448 			control= AVKON_DATA_QUERY 
       
   449 				{ 
       
   450 					layout = EPinLayout;
       
   451 					label = qtn_verify_new_upin;
       
   452 					control = SECRETED
       
   453 				{ 
       
   454  						num_letters=SEC_C_PIN_CODE_MAX_LENGTH;
       
   455 						};
       
   456 				};
       
   457 			}
       
   458 		};
       
   459 	}
       
   460 
       
   461 RESOURCE DIALOG r_verify_new_upin_code_request_query
       
   462 	{
       
   463 	flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   464 	buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   465     items=
       
   466 		{
       
   467 		DLG_LINE
       
   468 			{
       
   469 			type=EAknCtQuery;
       
   470 			id=EGeneralQuery;
       
   471 			control= AVKON_DATA_QUERY 
       
   472 				{ 
       
   473 					layout = EPinLayout;
       
   474 					label = qtn_verify_new_upin;
       
   475 					control = SECRETED
       
   476 				{ 
       
   477  						num_letters=SEC_C_PIN_CODE_MAX_LENGTH;
       
   478 						};
       
   479 				};
       
   480 			}
       
   481 		};
       
   482 	}
       
   483 
       
   484 
       
   485 RESOURCE DIALOG r_pin_request_query
       
   486     {
       
   487     flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   488     buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   489     items=
       
   490         {
       
   491         DLG_LINE
       
   492             {
       
   493             type=EAknCtQuery;
       
   494             id=EGeneralQuery;
       
   495             control= AVKON_DATA_QUERY 
       
   496                 { 
       
   497                     layout = EPinLayout;
       
   498                     label = text_pin;
       
   499                     control = SECRETED
       
   500                 { 
       
   501                         num_letters=SEC_C_PIN_CODE_MAX_LENGTH;
       
   502                         };
       
   503                 };
       
   504             }
       
   505         };
       
   506     }
       
   507 
       
   508 
       
   509 RESOURCE DIALOG r_puk_request_query
       
   510     {
       
   511     flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   512     buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   513     items=
       
   514         {
       
   515         DLG_LINE
       
   516             {
       
   517             type=EAknCtQuery;
       
   518             id=EGeneralQuery;
       
   519             control= AVKON_DATA_QUERY 
       
   520                 { 
       
   521                     layout = EPinLayout;
       
   522                     label = qtn_simcd_enter_puk;
       
   523                     control = SECRETED
       
   524                 { 
       
   525                         num_letters=SEC_C_PUK_CODE_MAX_LENGTH;
       
   526                         };
       
   527                 };
       
   528             }
       
   529         };
       
   530     }
       
   531 
       
   532 RESOURCE DIALOG r_puk2_request_query
       
   533     {
       
   534     flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   535     buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   536     items=
       
   537         {
       
   538         DLG_LINE
       
   539             {
       
   540             type=EAknCtQuery;
       
   541             id=EGeneralQuery;
       
   542             control= AVKON_DATA_QUERY 
       
   543                 { 
       
   544                     layout = EPinLayout;
       
   545                     label = qtn_simcd_enter_puk2;
       
   546                     control = SECRETED
       
   547                 { 
       
   548                         num_letters=SEC_C_PUK2_CODE_MAX_LENGTH;
       
   549                         };
       
   550                 };
       
   551             }
       
   552         };
       
   553     }
       
   554 
       
   555 
       
   556 
       
   557 
       
   558 RESOURCE DIALOG r_security_request_query
       
   559     {
       
   560     flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   561     buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   562     items=
       
   563         {
       
   564         DLG_LINE
       
   565             {
       
   566             type=EAknCtQuery;
       
   567             id=EGeneralQuery;
       
   568             control= AVKON_DATA_QUERY 
       
   569                 { 
       
   570                     layout = EPinLayout;
       
   571                     label = qtn_set_enter_sec_code;
       
   572                     control = SECRETED
       
   573                 { 
       
   574                         num_letters=SEC_C_SECURITY_CODE_MAX_LENGTH;
       
   575                         };
       
   576                 };
       
   577             }
       
   578         };
       
   579     }
       
   580 
       
   581 
       
   582 
       
   583 
       
   584 RESOURCE DIALOG r_autolock_time_query
       
   585     {
       
   586     flags=ESecUiQueryFlags;
       
   587     buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   588     items=
       
   589         {
       
   590         DLG_LINE
       
   591             {
       
   592             type=EAknCtQuery;
       
   593             id=EGeneralQuery;
       
   594             control= AVKON_DATA_QUERY 
       
   595                 { 
       
   596                     layout = ENumberLayout;
       
   597                     label = qtn_set_autolock_define_time;
       
   598                     control = AVKON_INTEGER_EDWIN
       
   599                         {
       
   600                         maxlength = 3;
       
   601                         min=0;
       
   602                         max=999;
       
   603                         unset_value = 0;
       
   604                         };
       
   605                 };
       
   606             }
       
   607         };
       
   608     }
       
   609 //This is used when KFeatureIdSapDeviceLockEnhancements is defined   
       
   610 RESOURCE DIALOG r_sap_autolock_time_query
       
   611     {
       
   612     flags=ESecUiQueryFlags;
       
   613     buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   614     items=
       
   615         {
       
   616         DLG_LINE
       
   617             {
       
   618             type=EAknCtQuery;
       
   619             id=EGeneralQuery;
       
   620             control= AVKON_DATA_QUERY 
       
   621                 { 
       
   622                     layout = ENumberLayout;
       
   623                     label = qtn_set_autolock_define_time;
       
   624                     control = AVKON_INTEGER_EDWIN
       
   625                         {
       
   626                         maxlength = 4;
       
   627                         min=0;
       
   628                         max=1440;
       
   629                         unset_value = 0;
       
   630                         };
       
   631                 };
       
   632             }
       
   633         };
       
   634     }
       
   635 
       
   636 #ifdef RD_REMOTELOCK
       
   637 RESOURCE DIALOG r_remotelock_code_query
       
   638     {
       
   639     flags   = ESecUiQueryFlags;
       
   640     buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   641     items   =
       
   642         {
       
   643         DLG_LINE
       
   644             {
       
   645             type    = EAknCtQuery;
       
   646             id      = EGeneralQuery;
       
   647             control = AVKON_DATA_QUERY 
       
   648                 {
       
   649                 layout  = ECodeLayout;
       
   650                 label   = qtn_set_remotelock_code_prompt;
       
   651                 control = SECRETED
       
   652                     {
       
   653                     num_letters = SEC_REMOTELOCK_CODE_MAX_LENGTH;
       
   654                     };
       
   655                 };
       
   656             }
       
   657         };
       
   658     }
       
   659 
       
   660 RESOURCE DIALOG r_verify_remotelock_code_query
       
   661     {
       
   662     flags   = ESecUiQueryFlags;
       
   663     buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   664     items   =
       
   665         {
       
   666         DLG_LINE
       
   667             {
       
   668             type    = EAknCtQuery;
       
   669             id      = EGeneralQuery;
       
   670             control = AVKON_DATA_QUERY 
       
   671                 {
       
   672                 layout  = ECodeLayout;
       
   673                 label   = qtn_set_remotelock_code_confirm_prompt;
       
   674                 control = SECRETED
       
   675                     {
       
   676                     num_letters = SEC_REMOTELOCK_CODE_MAX_LENGTH;
       
   677                     };
       
   678                 };
       
   679             }
       
   680         };
       
   681     }
       
   682 
       
   683 RESOURCE DIALOG r_remotelock_codes_dont_match
       
   684     {
       
   685     flags=ESecUiNoteFlags;
       
   686     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
   687     items=
       
   688         {
       
   689         DLG_LINE
       
   690             {
       
   691             type=EAknCtNote;
       
   692             id=EGeneralNote;
       
   693             control= AVKON_NOTE 
       
   694                 { 
       
   695                     layout = EGeneralLayout;
       
   696                     singular_label = qtn_set_remotelock_note_code_error;
       
   697                     animation = R_QGN_NOTE_ERROR_ANIM;
       
   698                 };
       
   699             }
       
   700         };
       
   701     }
       
   702 
       
   703 RESOURCE DIALOG r_remotelock_invalid_code
       
   704     {
       
   705     flags=ESecUiNoteFlags;
       
   706     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
   707     items=
       
   708         {
       
   709         DLG_LINE
       
   710             {
       
   711             type=EAknCtNote;
       
   712             id=EGeneralNote;
       
   713             control= AVKON_NOTE 
       
   714                 { 
       
   715                     layout = EGeneralLayout;
       
   716                     singular_label = qtn_set_remotelock_note_invalid_code;
       
   717                     animation = R_QGN_NOTE_ERROR_ANIM;
       
   718                 };
       
   719             }
       
   720         };
       
   721     }
       
   722 #endif // RD_REMOTELOCK
       
   723 
       
   724 
       
   725 RESOURCE DIALOG r_pin_query
       
   726     {
       
   727     flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   728     buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   729     items=
       
   730         {
       
   731         DLG_LINE
       
   732             {
       
   733             type=EAknCtQuery;
       
   734             id=EGeneralQuery;
       
   735             control= AVKON_DATA_QUERY 
       
   736                 { 
       
   737                     layout = EPinLayout;
       
   738                     label = text_pin;
       
   739                     control = SECRETED
       
   740                 { 
       
   741                         num_letters=SEC_C_PIN_CODE_MAX_LENGTH;
       
   742                         };
       
   743                 };
       
   744             }
       
   745         };
       
   746     }
       
   747 
       
   748 
       
   749 RESOURCE DIALOG r_pin2_query
       
   750     {
       
   751     flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   752     buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   753     items=
       
   754         {
       
   755         DLG_LINE
       
   756             {
       
   757             type=EAknCtQuery;
       
   758             id=EGeneralQuery;
       
   759             control= AVKON_DATA_QUERY 
       
   760                 { 
       
   761                     layout = EPinLayout;
       
   762                     label = text_pin2;
       
   763                     control = SECRETED
       
   764                         { 
       
   765                         num_letters=SEC_C_PIN2_CODE_MAX_LENGTH;
       
   766                         };
       
   767                 };
       
   768             }
       
   769         };
       
   770     }
       
   771 
       
   772 
       
   773 RESOURCE DIALOG r_security_query
       
   774     {
       
   775     flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   776     buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   777     items=
       
   778         {
       
   779         DLG_LINE
       
   780             {
       
   781             type=EAknCtQuery;
       
   782             id=EGeneralQuery;
       
   783             control= AVKON_DATA_QUERY 
       
   784                 { 
       
   785                     layout = EPinLayout;
       
   786                     label = qtn_set_enter_sec_code;
       
   787                     control = SECRETED
       
   788                         { 
       
   789                         num_letters=SEC_C_SECURITY_CODE_MAX_LENGTH;
       
   790                         };
       
   791                 };
       
   792             }
       
   793         };
       
   794     }
       
   795 
       
   796 
       
   797 RESOURCE DIALOG r_new_pin_code_query
       
   798     {
       
   799     flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   800     buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   801     items=
       
   802         {
       
   803         DLG_LINE
       
   804             {
       
   805             type=EAknCtQuery;
       
   806             id=EGeneralQuery;
       
   807             control= AVKON_DATA_QUERY 
       
   808                 { 
       
   809                     layout = EPinLayout;
       
   810                     label = text_new_pin;
       
   811                     control = SECRETED
       
   812                 { 
       
   813                         num_letters=SEC_C_PIN_CODE_MAX_LENGTH;
       
   814                         };
       
   815                 };
       
   816             }
       
   817         };
       
   818     }
       
   819 
       
   820 RESOURCE DIALOG r_new_pin_code_request_query
       
   821     {
       
   822     flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   823     buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   824     items=
       
   825         {
       
   826         DLG_LINE
       
   827             {
       
   828             type=EAknCtQuery;
       
   829             id=EGeneralQuery;
       
   830             control= AVKON_DATA_QUERY 
       
   831                 { 
       
   832                     layout = EPinLayout;
       
   833                     label = text_new_pin;
       
   834                     control = SECRETED
       
   835                 { 
       
   836                         num_letters=SEC_C_PIN_CODE_MAX_LENGTH;
       
   837                         };
       
   838                 };
       
   839             }
       
   840         };
       
   841     }
       
   842 
       
   843 
       
   844 
       
   845 
       
   846 RESOURCE DIALOG r_verify_new_pin_code_query
       
   847     {
       
   848     flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   849     buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   850     items=
       
   851         {
       
   852         DLG_LINE
       
   853             {
       
   854             type=EAknCtQuery;
       
   855             id=EGeneralQuery;
       
   856             control= AVKON_DATA_QUERY 
       
   857                 { 
       
   858                     layout = EPinLayout;
       
   859                     label = text_verify_pin;
       
   860                     control = SECRETED
       
   861                 { 
       
   862                         num_letters=SEC_C_PIN_CODE_MAX_LENGTH;
       
   863                         };
       
   864                 };
       
   865             }
       
   866         };
       
   867     }
       
   868 
       
   869 RESOURCE DIALOG r_verify_new_pin_code_request_query
       
   870     {
       
   871     flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   872     buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   873     items=
       
   874         {
       
   875         DLG_LINE
       
   876             {
       
   877             type=EAknCtQuery;
       
   878             id=EGeneralQuery;
       
   879             control= AVKON_DATA_QUERY 
       
   880                 { 
       
   881                     layout = EPinLayout;
       
   882                     label = text_verify_pin;
       
   883                     control = SECRETED
       
   884                 { 
       
   885                         num_letters=SEC_C_PIN_CODE_MAX_LENGTH;
       
   886                         };
       
   887                 };
       
   888             }
       
   889         };
       
   890     }
       
   891 
       
   892 
       
   893 RESOURCE DIALOG r_new_pin2_code_query
       
   894     {
       
   895     flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   896     buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   897     items=
       
   898         {
       
   899         DLG_LINE
       
   900             {
       
   901             type=EAknCtQuery;
       
   902             id=EGeneralQuery;
       
   903             control= AVKON_DATA_QUERY 
       
   904                 { 
       
   905                     layout = EPinLayout;
       
   906                     label = text_new_pin2;
       
   907                     control = SECRETED
       
   908                 { 
       
   909                         num_letters=SEC_C_PIN2_CODE_MAX_LENGTH;
       
   910                         };
       
   911                 };
       
   912             }
       
   913         };
       
   914     }
       
   915 
       
   916 
       
   917 RESOURCE DIALOG r_verify_new_pin2_code_query
       
   918     {
       
   919     flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   920     buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   921     items=
       
   922         {
       
   923         DLG_LINE
       
   924             {
       
   925             type=EAknCtQuery;
       
   926             id=EGeneralQuery;
       
   927             control= AVKON_DATA_QUERY 
       
   928                 { 
       
   929                     layout = EPinLayout;
       
   930                     label = text_verify_pin2;
       
   931                     control = SECRETED
       
   932                 { 
       
   933                         num_letters=SEC_C_PIN2_CODE_MAX_LENGTH;
       
   934                         };
       
   935                 };
       
   936             }
       
   937         };
       
   938     }
       
   939 
       
   940 
       
   941 
       
   942 RESOURCE DIALOG r_new_security_code_query
       
   943     {
       
   944     flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   945     buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   946     items=
       
   947         {
       
   948         DLG_LINE
       
   949             {
       
   950             type=EAknCtQuery;
       
   951             id=EGeneralQuery;
       
   952             control= AVKON_DATA_QUERY 
       
   953                 { 
       
   954                     layout = EPinLayout;
       
   955                     label = qtn_set_new_sec_code;
       
   956                     control = SECRETED
       
   957                 { 
       
   958                         num_letters=SEC_C_SECURITY_CODE_CHANGE_MAX_LENGTH;
       
   959                         };
       
   960                 };
       
   961             }
       
   962         };
       
   963     }
       
   964 
       
   965 
       
   966 RESOURCE DIALOG r_verify_new_security_code_query
       
   967     {
       
   968     flags=ESecUiQueryFlags | EEikDialogFlagVirtualInput;
       
   969     buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   970     items=
       
   971         {
       
   972         DLG_LINE
       
   973             {
       
   974             type=EAknCtQuery;
       
   975             id=EGeneralQuery;
       
   976             control= AVKON_DATA_QUERY 
       
   977                 { 
       
   978                     layout = EPinLayout;
       
   979                     label = qtn_set_verify_sec_code;
       
   980                     control = SECRETED
       
   981                 { 
       
   982                         num_letters=SEC_C_SECURITY_CODE_CHANGE_MAX_LENGTH;
       
   983                         };
       
   984                 };
       
   985             }
       
   986         };
       
   987     }
       
   988 
       
   989 
       
   990 
       
   991 RESOURCE DIALOG r_confirmation_note
       
   992     {
       
   993     flags=ESecUiNoteFlags;
       
   994     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
   995     items=
       
   996         {
       
   997         DLG_LINE
       
   998             {
       
   999             type=EAknCtNote;
       
  1000             id=EGeneralQuery;
       
  1001             control= AVKON_NOTE 
       
  1002                 { 
       
  1003                     layout = EGeneralLayout;
       
  1004                     singular_label = text_code_accepted;
       
  1005                     animation = R_QGN_NOTE_OK_ANIM;
       
  1006                 };
       
  1007             }
       
  1008         };
       
  1009     }
       
  1010 
       
  1011 
       
  1012 RESOURCE DIALOG r_security_code_changed_note
       
  1013     {
       
  1014     flags=ESecUiNoteFlags;
       
  1015     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1016     items=
       
  1017         {
       
  1018         DLG_LINE
       
  1019             {
       
  1020             type=EAknCtNote;
       
  1021             id=EGeneralQuery;
       
  1022             control= AVKON_NOTE 
       
  1023                 { 
       
  1024                     layout = EGeneralLayout;
       
  1025                     singular_label = qtn_set_new_sec_code_changed;
       
  1026                     animation = R_QGN_NOTE_OK_ANIM;
       
  1027                 };
       
  1028             }
       
  1029         };
       
  1030     }
       
  1031 
       
  1032 
       
  1033 
       
  1034 
       
  1035 RESOURCE DIALOG r_pin_code_changed_note
       
  1036     {
       
  1037     flags=ESecUiNoteFlags;
       
  1038     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1039     items=
       
  1040         {
       
  1041         DLG_LINE
       
  1042             {
       
  1043             type=EAknCtNote;
       
  1044             id=EGeneralQuery;
       
  1045             control= AVKON_NOTE 
       
  1046                 { 
       
  1047                     layout = EGeneralLayout;
       
  1048                     singular_label = text_pin_changed;
       
  1049                     animation = R_QGN_NOTE_OK_ANIM;
       
  1050                 };
       
  1051             }
       
  1052         };
       
  1053     }
       
  1054 
       
  1055 RESOURCE DIALOG r_upin_code_changed_note
       
  1056 	{
       
  1057 	flags=ESecUiNoteFlags;
       
  1058 	buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1059     items=
       
  1060 		{
       
  1061 		DLG_LINE
       
  1062 			{
       
  1063 			type=EAknCtNote;
       
  1064 			id=EGeneralQuery;
       
  1065 			control= AVKON_NOTE 
       
  1066 				{ 
       
  1067 					layout = EGeneralLayout;
       
  1068 					singular_label = qtn_set_upin_changed;
       
  1069 					animation = R_QGN_NOTE_OK_ANIM;
       
  1070 				};
       
  1071 			}
       
  1072 		};
       
  1073 	}
       
  1074 
       
  1075 RESOURCE DIALOG r_pin2_code_changed_note
       
  1076     {
       
  1077     flags=ESecUiNoteFlags;
       
  1078     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1079     items=
       
  1080         {
       
  1081         DLG_LINE
       
  1082             {
       
  1083             type=EAknCtNote;
       
  1084             id=EGeneralQuery;
       
  1085             control= AVKON_NOTE 
       
  1086                 { 
       
  1087                     layout = EGeneralLayout;
       
  1088                     singular_label = text_pin2_changed;
       
  1089                     animation = R_QGN_NOTE_OK_ANIM;
       
  1090                 };
       
  1091             }
       
  1092         };
       
  1093     }
       
  1094 
       
  1095 RESOURCE DIALOG r_codes_dont_match
       
  1096     {
       
  1097     flags=ESecUiNoteFlags;
       
  1098     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1099     items=
       
  1100         {
       
  1101         DLG_LINE
       
  1102             {
       
  1103             type=EAknCtNote;
       
  1104             id=EGeneralNote;
       
  1105             control= AVKON_NOTE 
       
  1106                 { 
       
  1107                     layout = EGeneralLayout;
       
  1108                     singular_label = text_codes_do_not_match;
       
  1109                     animation = R_QGN_NOTE_ERROR_ANIM;
       
  1110                 };
       
  1111             }
       
  1112         };
       
  1113     }
       
  1114 
       
  1115 
       
  1116 RESOURCE DIALOG r_code_error
       
  1117     {
       
  1118     flags=ESecUiNoteFlags;
       
  1119     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1120     items=
       
  1121         {
       
  1122         DLG_LINE
       
  1123             {
       
  1124             type=EAknCtNote;
       
  1125             id=EGeneralNote;
       
  1126             control= AVKON_NOTE 
       
  1127                 { 
       
  1128                     layout = EGeneralLayout;
       
  1129                     singular_label = text_code_error;
       
  1130                     animation = R_QGN_NOTE_ERROR_ANIM;
       
  1131                 };
       
  1132             }
       
  1133         };
       
  1134     }
       
  1135 
       
  1136 
       
  1137 
       
  1138 RESOURCE DIALOG r_pin_not_allowed
       
  1139     {
       
  1140     flags=ESecUiNoteFlags;
       
  1141     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1142     items=
       
  1143         {
       
  1144         DLG_LINE
       
  1145             {
       
  1146             type=EAknCtNote;
       
  1147             id=EGeneralNote;
       
  1148             control= AVKON_NOTE 
       
  1149                 { 
       
  1150                     layout = EGeneralLayout;
       
  1151                     singular_label = text_pin_code_cntrl_set;
       
  1152                     animation = R_QGN_NOTE_ERROR_ANIM;
       
  1153                 };
       
  1154             }
       
  1155         };
       
  1156     }
       
  1157 
       
  1158 RESOURCE DIALOG r_upin_not_allowed
       
  1159 	{
       
  1160 	flags=ESecUiNoteFlags;
       
  1161 	buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1162     items=
       
  1163 		{
       
  1164 		DLG_LINE
       
  1165 			{
       
  1166 	    	type=EAknCtNote;
       
  1167 			id=EGeneralNote;
       
  1168 			control= AVKON_NOTE 
       
  1169 				{ 
       
  1170 	                layout = EGeneralLayout;
       
  1171 					singular_label = qtn_set_upin_on;
       
  1172 					animation = R_QGN_NOTE_ERROR_ANIM;
       
  1173 				};
       
  1174 			}
       
  1175 		};
       
  1176 	}
       
  1177 
       
  1178 RESOURCE DIALOG r_upin_rejected
       
  1179     {
       
  1180     flags=ESecUiNoteFlags;
       
  1181     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1182     items=
       
  1183         {
       
  1184         DLG_LINE
       
  1185             {
       
  1186             type=EAknCtNote;
       
  1187             id=EGeneralNote;
       
  1188             control= AVKON_NOTE 
       
  1189                 { 
       
  1190                     layout = EGeneralLayout;
       
  1191                     singular_label = qtn_error_upin_rejected;
       
  1192                     animation = R_QGN_NOTE_INFO_ANIM;
       
  1193                 };
       
  1194             }
       
  1195         };
       
  1196     }
       
  1197 
       
  1198 RESOURCE DIALOG r_pin2_rejected
       
  1199     {
       
  1200     flags=ESecUiNoteFlags;
       
  1201     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1202     items=
       
  1203         {
       
  1204         DLG_LINE
       
  1205             {
       
  1206             type=EAknCtNote;
       
  1207             id=EGeneralNote;
       
  1208             control= AVKON_NOTE 
       
  1209                 { 
       
  1210                     layout = EGeneralLayout;
       
  1211                     singular_label = text_pin2_rejected;
       
  1212                     animation = R_QGN_NOTE_INFO_ANIM;
       
  1213                 };
       
  1214             }
       
  1215         };
       
  1216     }
       
  1217 
       
  1218 
       
  1219 
       
  1220 RESOURCE DIALOG r_sec_blocked
       
  1221     {
       
  1222     flags=ESecUiNoteFlags;
       
  1223     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1224     items=
       
  1225         {
       
  1226         DLG_LINE
       
  1227             {
       
  1228             type=EAknCtNote;
       
  1229             id=EGeneralNote;
       
  1230             control= AVKON_NOTE 
       
  1231                 { 
       
  1232                     layout = EGeneralLayout;
       
  1233                     singular_label = qtn_set_sec_code_error_wait;
       
  1234                     animation = R_QGN_NOTE_ERROR_ANIM;
       
  1235                 };
       
  1236             }
       
  1237         };
       
  1238     }
       
  1239 
       
  1240 RESOURCE DIALOG r_pin2_blocked_note
       
  1241     {
       
  1242     flags=ESecUiNoteFlags;
       
  1243     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1244     items=
       
  1245         {
       
  1246         DLG_LINE
       
  1247             {
       
  1248             type=EAknCtNote;
       
  1249             id=EGeneralNote;
       
  1250             control= AVKON_NOTE 
       
  1251                 { 
       
  1252                     layout = EGeneralLayout;
       
  1253                     singular_label = qtn_simcd_enter_puk2;
       
  1254                     animation = R_QGN_NOTE_ERROR_ANIM;
       
  1255                 };
       
  1256             }
       
  1257         };
       
  1258     }
       
  1259 
       
  1260 RESOURCE DIALOG r_pin_blocked_note
       
  1261     {
       
  1262     flags=ESecUiNoteFlags;
       
  1263     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1264     items=
       
  1265         {
       
  1266         DLG_LINE
       
  1267             {
       
  1268             type=EAknCtNote;
       
  1269             id=EGeneralNote;
       
  1270             control= AVKON_NOTE 
       
  1271                 { 
       
  1272                     layout = EGeneralLayout;
       
  1273                     singular_label = qtn_simcd_enter_puk;
       
  1274                     animation = R_QGN_NOTE_ERROR_ANIM;
       
  1275                 };
       
  1276             }
       
  1277         };
       
  1278     }
       
  1279 
       
  1280 RESOURCE DIALOG r_sim_on
       
  1281     {
       
  1282     flags=ESecUiNoteFlags;
       
  1283     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1284     items=
       
  1285         {
       
  1286         DLG_LINE
       
  1287             {
       
  1288             type=EAknCtNote;
       
  1289             id=EGeneralNote;
       
  1290             control= AVKON_NOTE 
       
  1291                 { 
       
  1292                     layout = EGeneralLayout;
       
  1293                     singular_label = text_sim_lock_closed;
       
  1294                     animation = R_QGN_NOTE_OK_ANIM;
       
  1295                 };
       
  1296             }
       
  1297         };
       
  1298     }
       
  1299 
       
  1300 RESOURCE DIALOG r_sim_off
       
  1301     {
       
  1302     flags=ESecUiNoteFlags;
       
  1303     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1304     items=
       
  1305         {
       
  1306         DLG_LINE
       
  1307             {
       
  1308             type=EAknCtNote;
       
  1309             id=EGeneralNote;
       
  1310             control= AVKON_NOTE 
       
  1311                 { 
       
  1312                     layout = EGeneralLayout;
       
  1313                     singular_label = text_sim_lock_opened;
       
  1314                     animation = R_QGN_NOTE_OK_ANIM;
       
  1315                 };
       
  1316             }
       
  1317         };
       
  1318     }
       
  1319 
       
  1320 RESOURCE DIALOG r_sim_not_allowed
       
  1321     {
       
  1322     flags=ESecUiNoteFlags;
       
  1323     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1324     items=
       
  1325         {
       
  1326         DLG_LINE
       
  1327             {
       
  1328             type=EAknCtNote;
       
  1329             id=EGeneralNote;
       
  1330             control= AVKON_NOTE 
       
  1331                 { 
       
  1332                     layout = EGeneralLayout;
       
  1333                     singular_label = text_sim_lock_not_done;
       
  1334                     animation = R_QGN_NOTE_ERROR_ANIM;
       
  1335                 };
       
  1336             }
       
  1337         };
       
  1338     }
       
  1339 
       
  1340 RESOURCE DIALOG r_sim_allready_on
       
  1341     {
       
  1342     flags=ESecUiNoteFlags;
       
  1343     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1344     items=
       
  1345         {
       
  1346         DLG_LINE
       
  1347             {
       
  1348             type=EAknCtNote;
       
  1349             id=EGeneralNote;
       
  1350             control= AVKON_NOTE 
       
  1351                 { 
       
  1352                     layout = EGeneralLayout;
       
  1353                     singular_label = text_sim_lock_already_closed;
       
  1354                     animation = R_QGN_NOTE_INFO_ANIM;
       
  1355                 };
       
  1356             }
       
  1357         };
       
  1358     }
       
  1359 
       
  1360 RESOURCE DIALOG r_sim_allready_off
       
  1361     {
       
  1362     flags=ESecUiNoteFlags;
       
  1363     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1364     items=
       
  1365         {
       
  1366         DLG_LINE
       
  1367             {
       
  1368             type=EAknCtNote;
       
  1369             id=EGeneralNote;
       
  1370             control= AVKON_NOTE 
       
  1371                 { 
       
  1372                     layout = EGeneralLayout;
       
  1373                     singular_label = text_sim_lock_already_open;
       
  1374                     animation = R_QGN_NOTE_INFO_ANIM;
       
  1375                 };
       
  1376             }
       
  1377         };
       
  1378     }
       
  1379 
       
  1380 RESOURCE DIALOG r_operation_not_allowed
       
  1381     {
       
  1382     flags=ESecUiNoteFlags;
       
  1383     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1384     items=
       
  1385         {
       
  1386         DLG_LINE
       
  1387             {
       
  1388             type=EAknCtNote;
       
  1389             id=EGeneralNote;
       
  1390             control= AVKON_NOTE 
       
  1391                 { 
       
  1392                     layout = EGeneralLayout;
       
  1393                     singular_label = text_not_allowed;
       
  1394                     animation = R_QGN_NOTE_ERROR_ANIM;
       
  1395                 };
       
  1396             }
       
  1397         };
       
  1398     }
       
  1399 
       
  1400 RESOURCE DIALOG r_insert_sim
       
  1401     {
       
  1402     flags=ESecUiNoteFlags;
       
  1403     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1404     items=
       
  1405         {
       
  1406         DLG_LINE
       
  1407             {
       
  1408             type=EAknCtNote;
       
  1409             id=EGeneralNote;
       
  1410             control= AVKON_NOTE 
       
  1411                 { 
       
  1412                     layout = EGeneralLayout;
       
  1413                     singular_label = qtn_su_note_insert_sim;
       
  1414                     animation = R_QGN_NOTE_INFO_ANIM;
       
  1415                 };
       
  1416             }
       
  1417         };
       
  1418     }
       
  1419     
       
  1420 RESOURCE DIALOG r_emergency_calls_only
       
  1421     {
       
  1422     flags=ESecUiNoteFlags;
       
  1423     buttons=R_AVKON_SOFTKEYS_EMPTY;
       
  1424     items=
       
  1425         {
       
  1426         DLG_LINE
       
  1427             {
       
  1428             type=EAknCtNote;
       
  1429             id=EGeneralNote;
       
  1430             control= AVKON_NOTE 
       
  1431                 { 
       
  1432                     layout = EGeneralLayout;
       
  1433                     singular_label = qtn_emerg_emergency_only;
       
  1434                     animation = R_QGN_NOTE_ERROR_ANIM;
       
  1435                 };
       
  1436             }
       
  1437         };
       
  1438     }
       
  1439     
       
  1440 #ifdef __SAP_TERMINAL_CONTROL_FW
       
  1441     
       
  1442 RESOURCE TBUF r_secui_text_autolock_must_be_active
       
  1443     {   
       
  1444     buf = qtn_set_autolock_must_be_active;
       
  1445     }
       
  1446 
       
  1447 RESOURCE TBUF r_secui_text_enter_sec_code
       
  1448     {   
       
  1449      buf = qtn_set_enter_sec_code;
       
  1450     }
       
  1451     
       
  1452 RESOURCE TBUF r_secui_text_enter_new_sec_code
       
  1453     {   
       
  1454       buf = qtn_set_new_sec_code;
       
  1455     }
       
  1456  
       
  1457 RESOURCE TBUF r_secui_text_verify_new_sec_code
       
  1458     {   
       
  1459       buf = qtn_set_verify_sec_code;
       
  1460     }                   
       
  1461       
       
  1462  
       
  1463 #endif // __SAP_TERMINAL_CONTROL_FW
       
  1464 
       
  1465 //Remaining attempt resource buffers
       
  1466 
       
  1467 RESOURCE TBUF r_secui_remaining_pin_attempts
       
  1468     {
       
  1469       buf = qtn_simcd_attempt_count_pin;
       
  1470     }   
       
  1471 
       
  1472 RESOURCE TBUF r_secui_remaining_pin2_attempts
       
  1473     {
       
  1474       buf = qtn_simcd_attempt_count_pin2;
       
  1475     }
       
  1476 
       
  1477 RESOURCE TBUF r_secui_remaining_upin_attempts
       
  1478     {
       
  1479       buf = qtn_simcd_attempt_count_upin;
       
  1480     }
       
  1481 
       
  1482 RESOURCE TBUF r_secui_remaining_puk_attempts
       
  1483     {
       
  1484       buf = qtn_simcd_attempt_count_puk;
       
  1485     }   
       
  1486 
       
  1487 RESOURCE TBUF r_secui_remaining_puk2_attempts
       
  1488     {
       
  1489       buf = qtn_simcd_attempt_count_puk2;
       
  1490     }
       
  1491 
       
  1492 RESOURCE TBUF r_secui_remaining_upuk_attempts
       
  1493     {
       
  1494       buf = qtn_simcd_attempt_count_upuk;
       
  1495     }
       
  1496 
       
  1497 RESOURCE TBUF r_secui_final_pin_attempt
       
  1498     {
       
  1499       buf = qtn_simcd_final_attempt_pin;
       
  1500     }   
       
  1501 
       
  1502 RESOURCE TBUF r_secui_final_pin2_attempt
       
  1503     {
       
  1504       buf = qtn_simcd_final_attempt_pin2;
       
  1505     }
       
  1506 
       
  1507 RESOURCE TBUF r_secui_final_upin_attempt
       
  1508     {
       
  1509       buf = qtn_simcd_final_attempt_upin;
       
  1510     }
       
  1511 
       
  1512 RESOURCE TBUF r_secui_final_puk_attempt
       
  1513     {
       
  1514       buf = qtn_simcd_final_attempt_puk;
       
  1515     }   
       
  1516 
       
  1517 RESOURCE TBUF r_secui_final_puk2_attempt
       
  1518     {
       
  1519       buf = qtn_simcd_final_attempt_puk2;
       
  1520     }
       
  1521 
       
  1522 RESOURCE TBUF r_secui_final_upuk_attempt
       
  1523     {
       
  1524       buf = qtn_simcd_final_attempt_upuk;
       
  1525     }
       
  1526     
       
  1527 // end of file