00001
00002
00003
00004
00005
00006 NAME S60M
00007
00008
00009
00010 #include <eikon.rh>
00011 #include <avkon.rh>
00012 #include <avkon.rsg>
00013 #include <avkon.hrh>
00014 #include <appinfo.rh>
00015 #include "S60MemoryLab.hrh"
00016 #include "S60MemoryLab.rls"
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026 RESOURCE RSS_SIGNATURE
00027 {
00028 }
00029
00030
00031
00032
00033
00034
00035
00036 RESOURCE TBUF r_default_document_name
00037 {
00038 buf="HEWB";
00039 }
00040
00041
00042
00043
00044
00045
00046
00047 RESOURCE EIK_APP_INFO
00048 {
00049 menubar=r_s60memorylab_menubar;
00050 cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;
00051 }
00052
00053
00054
00055
00056
00057
00058
00059
00060 RESOURCE MENU_BAR r_s60memorylab_menubar
00061 {
00062 titles=
00063 {
00064 MENU_TITLE { menu_pane=r_s60memorylab_menu; }
00065 };
00066 }
00067
00068
00069
00070
00071
00072
00073
00074
00075 RESOURCE MENU_PANE r_s60memorylab_menu
00076 {
00077 items=
00078 {
00079 MENU_ITEM { command=EAknCmdExit; txt=qtn_exit; },
00080 MENU_ITEM { command=ES60MemoryLabCmdToggleLabels; txt=qtn_cmd_togglelabels; },
00081 MENU_ITEM { command=ES60MemoryLabCmdCleanupStackTest; txt=qtn_cmd_cleanupstacktest; }
00082 };
00083 }
00084
00085
00086
00087
00088
00089
00090
00091 RESOURCE TBUF32 r_command1_text { buf=qtn_command1_text; }
00092 RESOURCE TBUF32 r_caption_string { buf=qtn_caption_string; }
00093
00094
00095
00096
00097
00098
00099
00100 RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
00101 {
00102 short_caption = qtn_caption_string;
00103 caption_and_icon =
00104 CAPTION_AND_ICON_INFO
00105 {
00106 caption = qtn_caption_string;
00107
00108 number_of_icons = 1;
00109 icon_file = "\\resource\\apps\\S60MemoryLab.mif";
00110 };
00111 }
00112
00113