00001 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). 00002 // All rights reserved. 00003 // This component and the accompanying materials are made available 00004 // under the terms of "Eclipse Public License v1.0" 00005 // which accompanies this distribution, and is available 00006 // at the URL "http://www.eclipse.org/legal/epl-v10.html". 00007 // 00008 // Initial Contributors: 00009 // Nokia Corporation - initial contribution. 00010 // 00011 // Contributors: 00012 // 00013 // Description: 00014 // 00015 00016 NAME CONE 00017 00018 #include <eikon.rh> 00019 #include <appinfo.rh> 00020 00021 #include <gulfont.hrh> 00022 #include "ControlFramework.hrh" 00023 #include "ControlFramework.rls" 00024 00025 RESOURCE RSS_SIGNATURE { } 00026 00027 RESOURCE TBUF { buf=""; } 00028 00029 RESOURCE EIK_APP_INFO 00030 { 00031 toolbar=r_guibase_toolbar; 00032 } 00033 00034 00035 00036 00037 RESOURCE TOOLBAR r_guibase_toolbar 00038 { 00039 breadth=KTechViewToolbarWidth; 00040 00041 controls= 00042 { 00043 TBAR_BUTTON 00044 { 00045 id=ECmdToggleBoldFont; 00046 length=KEikStdToolBarButtonHeight; 00047 flags=EEikToolBarCtrlHasSetMinLength; 00048 txt=STRING_r_toolbar1; 00049 layout=EEikCmdButTextRightPictureLeft|EEikCmdButShareExcess|EEikCmdButDenseFont; 00050 }, 00051 TBAR_BUTTON 00052 { 00053 id=ECmdToggleItalicFont; 00054 length=KEikStdToolBarButtonHeight; 00055 flags=EEikToolBarCtrlHasSetMinLength; 00056 txt=STRING_r_toolbar2; 00057 layout=EEikCmdButTextRightPictureLeft|EEikCmdButShareExcess|EEikCmdButDenseFont; 00058 }, 00059 TBAR_BUTTON 00060 { 00061 id=ECmdToggleUnderline; 00062 flags=EEikToolBarCtrlHasSetMinLength; 00063 length=KEikStdToolBarButtonHeight; 00064 txt=STRING_r_toolbar3; 00065 layout=EEikCmdButTextRightPictureLeft|EEikCmdButShareExcess|EEikCmdButDenseFont; 00066 }, 00067 TBAR_BUTTON 00068 { 00069 id=ECmdToggleStrikethrough; 00070 flags=EEikToolBarCtrlHasSetMinLength; 00071 length=KEikStdToolBarButtonHeight; 00072 txt=STRING_r_toolbar4; 00073 layout=EEikCmdButTextRightPictureLeft|EEikCmdButShareExcess|EEikCmdButDenseFont; 00074 }, 00075 TBAR_BUTTON 00076 { 00077 id=EEikCmdExit; 00078 flags=EEikToolBarCtrlHasSetMinLength; 00079 length=KEikStdToolBarButtonHeight; 00080 txt=STRING_r_toolbar5; 00081 layout=EEikCmdButTextRightPictureLeft|EEikCmdButShareExcess|EEikCmdButDenseFont; 00082 } 00083 }; 00084 } 00085 00086 00087 RESOURCE TBUF r_welcome_text { buf=STRING_r_welcome; }
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.