00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 NAME TXTU
00017
00018 #include <eikon.rh>
00019 #include <eikon.rsg>
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 }