terminalsecurity/SCP/SCPClient/data/SCPNotifier.rss
branchRCL_3
changeset 25 b183ec05bd8c
parent 24 13d7c31c74e0
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
   107     
   107     
   108 RESOURCE TBUF r_set_sec_code_setting_query_server
   108 RESOURCE TBUF r_set_sec_code_setting_query_server
   109     {
   109     {
   110     buf = qtn_set_sec_code_setting_query_server;
   110     buf = qtn_set_sec_code_setting_query_server;
   111     }
   111     }
   112     
       
   113 RESOURCE TBUF r_scp_lawmo_locked
       
   114     {
       
   115     buf = qtn_device_locked_remotely;
       
   116     }
       
   117     
       
   118 RESOURCE DIALOG r_dialog_warning
       
   119 {
       
   120     flags = EAknWarningNoteFlags | EEikDialogFlagWait;
       
   121     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   122     items =
       
   123     {
       
   124     DLG_LINE
       
   125         {
       
   126             type = EAknCtNote;
       
   127             id = EGeneralNote;
       
   128             control = AVKON_NOTE
       
   129             {
       
   130                 layout = EGeneralLayout;
       
   131                 animation = R_QGN_NOTE_WARNING_ANIM;
       
   132             };
       
   133         }
       
   134     };
       
   135 }
       
   136 // end of file
   112 // end of file
   137 
   113