connectionutilities/ConnectionDialogs/ConnectionUiUtilities/data/ConnUiUtilsNotif.rss
branchRCL_3
changeset 8 2e6c4614c58e
parent 1 40cb640ef159
child 12 ea6e024ea6f9
equal deleted inserted replaced
4:77415202bfc8 8:2e6c4614c58e
   498 RESOURCE TBUF r_qtn_occ_list_cs_data_home_nw_this_time 
   498 RESOURCE TBUF r_qtn_occ_list_cs_data_home_nw_this_time 
   499     {    
   499     {    
   500     buf = qtn_occ_list_cs_data_home_nw_this_time;
   500     buf = qtn_occ_list_cs_data_home_nw_this_time;
   501     }
   501     }
   502 
   502 
       
   503 RESOURCE CBA r_softkeys_connect_cancel__connect
       
   504     {
       
   505     buttons =
       
   506         {
       
   507         CBA_BUTTON {id=EAknSoftkeySelect; txt=qtn_netw_conset_softkey_connect; },
       
   508         CBA_BUTTON {id=EAknSoftkeyCancel; txt=text_softkey_cancel; },
       
   509         CBA_BUTTON {id=EAknSoftkeySelect; txt=qtn_netw_conset_softkey_connect; }
       
   510         };
       
   511     }
       
   512 
       
   513 RESOURCE DIALOG r_visitor_query
       
   514     {
       
   515     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | 
       
   516             EEikDialogFlagCbaButtons | EEikDialogFlagNoBorder | 
       
   517             EEikDialogFlagNoShadow | EEikDialogFlagNotifyEsc;
       
   518     buttons = r_softkeys_connect_cancel__connect;
       
   519     items =
       
   520         {
       
   521         DLG_LINE
       
   522             {
       
   523             type = EAknCtPopupHeadingPane;
       
   524             id = EAknMessageQueryHeaderId;
       
   525             control = AVKON_HEADING
       
   526                 {
       
   527                 label = "";
       
   528                 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
       
   529                 };
       
   530             },
       
   531 
       
   532         DLG_LINE
       
   533             {
       
   534             type = EAknCtMessageQuery;
       
   535             id = EAknMessageQueryContentId;
       
   536             control = AVKON_MESSAGE_QUERY
       
   537                 {
       
   538                 };
       
   539             }
       
   540         };
       
   541     }
       
   542 
   503 // End of File
   543 // End of File