examples/Messaging/TextMTM/txtu/TXTU.RSS

00001 // Copyright (c) 1999-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 TXTU
00017 
00018 #include <eikon.rh>   //LABEL
00019 #include <eikon.rsg>     //default resources in rom
00020 #include "TXTUCMDS.H"
00021 #include "TXTU.HRH"
00022 
00023 
00024 RESOURCE RSS_SIGNATURE
00025         { }
00026 
00027 RESOURCE TBUF16 { buf=""; }
00028 
00029 RESOURCE TBUF40 r_text_mtmui_export_dialog_title        { buf="Export message text to file"; }
00030 RESOURCE TBUF40 r_text_mtmui_viewer_message             { buf="Viewing message..."; }
00031 RESOURCE TBUF40 r_text_mtmui_edit_message               { buf="Editing message..."; }
00032 
00033 RESOURCE DIALOG r_dialog_service_settings
00034         {
00035         flags=EEikDialogFlagWait;
00036         title="Edit service settings";
00037         buttons=R_EIK_BUTTONS_CANCEL_OK;
00038         items=
00039                 {
00040                 DLG_LINE
00041                         {
00042                         prompt="Folder";
00043                         type=EEikCtFolderNameSel;
00044                         id=ETxtEditServiceFolder;
00045                         control=FOLDERNAMESELECTOR {};
00046                         }
00047                 };
00048         }
00049 
00050 
00051 RESOURCE DIALOG r_dialog_refuse_edit_remote_message
00052     {
00053         flags=EEikDialogFlagWait;
00054         title="Edit remote message";
00055         buttons=R_EIK_BUTTONS_CANCEL_OK;
00056         items=
00057                 {
00058                 DLG_LINE
00059                         {
00060                         prompt="";
00061                         type=EEikCtLabel;
00062                         id=ETxtEditRemoteServiceLabel1;
00063                         control=LABEL {txt="Copy to local inbox?";};
00064                         itemflags=EEikDlgItemSeparatorAfter;
00065                         },
00066                 DLG_LINE
00067                         {
00068                         prompt="";
00069                         type=EEikCtLabel;
00070                         id=ETxtEditRemoteServiceLabel2;
00071                         control=LABEL {txt="Can not edit text on remote service"; standard_font=EEikLabelFontLegend;};
00072                         }
00073                 };
00074         }

Generated on Thu Jan 21 10:32:59 2010 for TB10.1 Example Applications by  doxygen 1.5.3