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 BMGU 00017 00018 #include <eikon.rh> 00019 #include <appinfo.rh> 00020 00021 #include <gulfont.hrh> 00022 #include "BmpAnimGui.hrh" 00023 00024 RESOURCE RSS_SIGNATURE { } 00025 00026 RESOURCE TBUF { buf=""; } 00027 00028 RESOURCE EIK_APP_INFO 00029 { 00030 toolbar=r_guibase_toolbar; 00031 } 00032 00033 RESOURCE TBUF r_appname_default_file 00034 { 00035 buf="BmpAnimGui"; 00036 } 00037 00038 00039 rls_string STRING_r_timew_toolbar1 "Play" 00040 rls_string STRING_r_timew_toolbar2 "Stop" 00041 rls_string STRING_r_timew_toolbar3 "Bounce" 00042 rls_string STRING_r_timew_toolbar4 "Cycle" 00043 rls_string STRING_r_timew_toolbar5 "Close" 00044 00045 00046 00047 RESOURCE TOOLBAR r_guibase_toolbar 00048 { 00049 breadth=KTechViewToolbarWidth; 00050 00051 controls= 00052 { 00053 TBAR_CTRL 00054 { 00055 type=EEikCtFileNameLabel; 00056 id=ECidFileNameLabel; 00057 flags=EEikToolBarCtrlHasSetMinLength; 00058 length=KEikStdFileNameLabelHeight; 00059 }, 00060 TBAR_BUTTON 00061 { 00062 id=EGuiBaseDo0; 00063 length=KEikStdToolBarButtonHeight; 00064 flags=EEikToolBarCtrlHasSetMinLength; 00065 txt=STRING_r_timew_toolbar1; 00066 layout=EEikCmdButTextRightPictureLeft|EEikCmdButShareExcess|EEikCmdButDenseFont; 00067 }, 00068 TBAR_BUTTON 00069 { 00070 id=EGuiBaseDo1; 00071 length=KEikStdToolBarButtonHeight; 00072 flags=EEikToolBarCtrlHasSetMinLength; 00073 txt=STRING_r_timew_toolbar2; 00074 layout=EEikCmdButTextRightPictureLeft|EEikCmdButShareExcess|EEikCmdButDenseFont; 00075 }, 00076 TBAR_BUTTON 00077 { 00078 id=EGuiBaseDo2; 00079 flags=EEikToolBarCtrlHasSetMinLength; 00080 length=KEikStdToolBarButtonHeight; 00081 txt=STRING_r_timew_toolbar3; 00082 layout=EEikCmdButTextRightPictureLeft|EEikCmdButShareExcess|EEikCmdButDenseFont; 00083 }, 00084 TBAR_BUTTON 00085 { 00086 id=EGuiBaseDo3; 00087 flags=EEikToolBarCtrlHasSetMinLength; 00088 length=KEikStdToolBarButtonHeight; 00089 txt=STRING_r_timew_toolbar4; 00090 layout=EEikCmdButTextRightPictureLeft|EEikCmdButShareExcess|EEikCmdButDenseFont; 00091 }, 00092 TBAR_BUTTON 00093 { 00094 id=EEikCmdExit; 00095 flags=EEikToolBarCtrlHasSetMinLength; 00096 length=KEikStdToolBarButtonHeight; 00097 txt=STRING_r_timew_toolbar5; 00098 layout=EEikCmdButTextRightPictureLeft|EEikCmdButShareExcess|EEikCmdButDenseFont; 00099 }, 00100 TBAR_CTRL 00101 { 00102 type=EEikCtSpacer; 00103 id=ETimewCidToolSpacer; 00104 flags=EEikToolBarCtrlHasSetMinLength|EEikToolBarCtrlIsStretchable; 00105 length=0; 00106 control=SPACER; 00107 } 00108 }; 00109 } 00110 00111 00112 RESOURCE TBUF r_example_text_bb { buf="Welcome to Bitmap Animation Example"; }
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.