perfapps/memspyui/data/memspyui.rss
changeset 53 819e59dfc032
parent 52 36d60d12b4af
equal deleted inserted replaced
52:36d60d12b4af 53:819e59dfc032
  1017 			{
  1017 			{
  1018             type = EAknCtMessageQuery;
  1018             type = EAknCtMessageQuery;
  1019             id = EAknMessageQueryContentId;
  1019             id = EAknMessageQueryContentId;
  1020             control = AVKON_MESSAGE_QUERY
  1020             control = AVKON_MESSAGE_QUERY
  1021 				{
  1021 				{
  1022                 message = "Version 2.2.1 - 7th September 2010. Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. Licensed under Eclipse Public License v1.0.";
  1022                 message = "Version 2.2.2 - 21st September 2010. Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. Licensed under Eclipse Public License v1.0.";
  1023 				};
  1023 				};
  1024 			}
  1024 			}
  1025 		};
  1025 		};
  1026 	}
  1026 	}
  1027 
  1027 
  1129         // icon_file = "z:"APP_BITMAP_DIR"\\myapp_aif.mif";
  1129         // icon_file = "z:"APP_BITMAP_DIR"\\myapp_aif.mif";
  1130         icon_file = APP_BITMAP_DIR"\\memspyui_aif.mif";
  1130         icon_file = APP_BITMAP_DIR"\\memspyui_aif.mif";
  1131         };
  1131         };
  1132     }
  1132     }
  1133 
  1133 
       
  1134 
       
  1135 RESOURCE DIALOG r_memspy_wait_note
       
  1136     {
       
  1137 	flags = EAknWaitNoteFlags;
       
  1138     items =
       
  1139         {
       
  1140         DLG_LINE
       
  1141             {
       
  1142             type = EAknCtNote;
       
  1143             id = EGeneralNote; 	//EWaitNoteId;
       
  1144             control = AVKON_NOTE 
       
  1145                 { 
       
  1146 				layout = EWaitLayout;
       
  1147                 singular_label = "Please wait...";     
       
  1148                 imagefile       = AVKON_ICON_FILE;
       
  1149                 imageid         = EMbmAvkonQgn_note_progress;
       
  1150                 imagemask       = EMbmAvkonQgn_note_progress_mask;
       
  1151                 animation       = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  1152                 };
       
  1153             }
       
  1154         };
       
  1155     }
       
  1156