notepad/notepad1/LibData/NpdLib.rss
branchRCL_3
changeset 48 bf573002ff72
parent 30 d68a4b5d5885
child 67 1539a383d7b6
--- a/notepad/notepad1/LibData/NpdLib.rss	Wed Jun 09 09:40:23 2010 +0300
+++ b/notepad/notepad1/LibData/NpdLib.rss	Mon Jun 21 15:38:59 2010 +0300
@@ -1636,6 +1636,35 @@
   {
      buf = qtn_nmake_no_memos_secondary_text_nontouch ;
   } 
+ 
+ // -----------------------------------------------------------------------------
+ //
+ // r_notepad_loadfile_progress_dialog
+ // progress dialog for load file
+ //
+ // -----------------------------------------------------------------------------
+ //
+
+ RESOURCE DIALOG r_notepad_loadfile_progress_dialog
+     {
+     flags = EAknWaitNoteFlags;
+     buttons = R_AVKON_SOFTKEYS_CANCEL;
+     items=
+         {
+         DLG_LINE
+             {
+             type = EAknCtNote;
+             id = EGeneralQuery;
+             control= AVKON_NOTE 
+                 { 
+                 layout = EWaitLayout;
+                 singular_label = qtn_nmake_om_open_memo;
+                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
+                 };
+             }
+         };
+     }
+ 
 // Default templates
 //
 #include "NpdDefaultTemplates.ra"