notepad/notepad1/LibData/NpdLib.rss
branchRCL_3
changeset 48 bf573002ff72
parent 30 d68a4b5d5885
child 67 1539a383d7b6
equal deleted inserted replaced
36:9c5b1510919f 48:bf573002ff72
  1634 
  1634 
  1635  RESOURCE TBUF r_notepad_empty_list_secondary_text_nontouch
  1635  RESOURCE TBUF r_notepad_empty_list_secondary_text_nontouch
  1636   {
  1636   {
  1637      buf = qtn_nmake_no_memos_secondary_text_nontouch ;
  1637      buf = qtn_nmake_no_memos_secondary_text_nontouch ;
  1638   } 
  1638   } 
       
  1639  
       
  1640  // -----------------------------------------------------------------------------
       
  1641  //
       
  1642  // r_notepad_loadfile_progress_dialog
       
  1643  // progress dialog for load file
       
  1644  //
       
  1645  // -----------------------------------------------------------------------------
       
  1646  //
       
  1647 
       
  1648  RESOURCE DIALOG r_notepad_loadfile_progress_dialog
       
  1649      {
       
  1650      flags = EAknWaitNoteFlags;
       
  1651      buttons = R_AVKON_SOFTKEYS_CANCEL;
       
  1652      items=
       
  1653          {
       
  1654          DLG_LINE
       
  1655              {
       
  1656              type = EAknCtNote;
       
  1657              id = EGeneralQuery;
       
  1658              control= AVKON_NOTE 
       
  1659                  { 
       
  1660                  layout = EWaitLayout;
       
  1661                  singular_label = qtn_nmake_om_open_memo;
       
  1662                  animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  1663                  };
       
  1664              }
       
  1665          };
       
  1666      }
       
  1667  
  1639 // Default templates
  1668 // Default templates
  1640 //
  1669 //
  1641 #include "NpdDefaultTemplates.ra"
  1670 #include "NpdDefaultTemplates.ra"
  1642 
  1671 
  1643 // End of File
  1672 // End of File