00001 /* 00002 * ============================================================================ 00003 * Name : textmtmview.rss 00004 * Part of : textmtmview 00005 * Created : 09/02/2004 by 00006 * Description: 00007 * This file contains all the resources for the textmtmview. 00008 * Initial content was generated by Series 60 AppWizard. 00009 * Version : 00010 * Copyright: © 2004 Nokia Corporation 00011 * ============================================================================ 00012 */ 00013 00014 // RESOURCE IDENTIFIER 00015 NAME TMVE // 4 letter ID 00016 00017 // INCLUDES 00018 00019 // system includes 00020 #include <eikon.rh> 00021 #include <avkon.rsg> 00022 #include <avkon.rh> 00023 #include <avkon.mbg> 00024 00025 // user includes 00026 #include "txtviewer.hrh" 00027 //#include "textmtmview.loc" 00028 00029 00030 // CONSTANTS 00031 00032 00033 // MACROS 00034 00035 00036 // RESOURCE DEFINITIONS 00037 00038 RESOURCE RSS_SIGNATURE { } 00039 00040 RESOURCE TBUF { buf="textmtmview"; } 00041 00042 RESOURCE EIK_APP_INFO 00043 { 00044 hotkeys=r_textmtmview_hotkeys; 00045 menubar=r_textmtmview_menubar; 00046 cba=R_AVKON_SOFTKEYS_EMPTY; 00047 } 00048 00049 00050 00051 //---------------------------------------------------- 00052 // 00053 // r_textmtmview_hotkeys 00054 // 00055 //---------------------------------------------------- 00056 // 00057 RESOURCE HOTKEYS r_textmtmview_hotkeys 00058 { 00059 control= 00060 { 00061 HOTKEY { command=EAknCmdExit; key='e'; } 00062 }; 00063 } 00064 00065 //---------------------------------------------------- 00066 // 00067 // r_textmtmview_menubar 00068 // 00069 //---------------------------------------------------- 00070 // 00071 RESOURCE MENU_BAR r_textmtmview_menubar 00072 { 00073 titles= 00074 { 00075 MENU_TITLE { menu_pane=r_textmtmview_menu; txt="Viewer"; } 00076 }; 00077 } 00078 00079 //---------------------------------------------------- 00080 // 00081 // r_textmtmview_menu 00082 // 00083 //---------------------------------------------------- 00084 // 00085 RESOURCE MENU_PANE r_textmtmview_menu 00086 { 00087 items= 00088 { 00089 MENU_ITEM { command= ETxtViewerSend; txt="Send";}, 00090 MENU_ITEM { command= ETxtViewerSaveToDrafts; txt="Save to Drafts";} 00091 00092 00093 }; 00094 } 00095 00096 00097 // End of File
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.