00001
00002
00003
00004
00005
00006 NAME TXTU
00007
00008 #include <eikon.rh>
00009 #include <Avkon.RSG>
00010 #include <Avkon.hrh>
00011 #include <Avkon.rh>
00012 #include "txtucmds.hrh"
00013 #include "txtu.hrh"
00014
00015
00016 RESOURCE RSS_SIGNATURE
00017 { }
00018
00019 RESOURCE TBUF16 { buf=""; }
00020
00021 RESOURCE TBUF40 r_text_mtmui_export_dialog_title { buf="Export message text to file"; }
00022 RESOURCE TBUF40 r_text_mtmui_viewer_message { buf="Viewing message..."; }
00023 RESOURCE TBUF40 r_text_mtmui_edit_message { buf="Editing message..."; }
00024
00025 RESOURCE DIALOG r_dataquery_data_query
00026 {
00027 flags = EGeneralQueryFlags;
00028 buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
00029
00030 items =
00031 {
00032 DLG_LINE
00033 {
00034 type = EAknCtQuery;
00035 id = KDataQueryDlgCIdDataQuery;
00036 control = AVKON_DATA_QUERY
00037 {
00038 layout = EDataLayout;
00039 control =
00040 EDWIN
00041 {
00042 width = 256;
00043 lines = 1;
00044 maxlength = 256;
00045 };
00046 };
00047 }
00048 };
00049 }
00050
00051 RESOURCE DIALOG r_conf_query
00052 {
00053 flags = EGeneralQueryFlags;
00054 buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
00055
00056 items =
00057 {
00058 DLG_LINE
00059 {
00060 type = EAknCtQuery;
00061 id = KDlgCIdConfQuery;
00062 control = AVKON_CONFIRMATION_QUERY
00063 {
00064 layout = EConfirmationQueryLayout;
00065 label = "Move to inbox?";
00066 };
00067 }
00068 };
00069 }
00070
00071 RESOURCE DIALOG r_conf_query_ok_empty
00072 {
00073 flags = EGeneralQueryFlags;
00074 buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
00075
00076 items =
00077 {
00078 DLG_LINE
00079 {
00080 type = EAknCtQuery;
00081 id = KDlgCIdConfQuery;
00082 control = AVKON_CONFIRMATION_QUERY
00083 {
00084 layout = EConfirmationQueryLayout;
00085 label = "TextMTM not defined. Define one through settings.";
00086 animation = R_QGN_NOTE_INFO_ANIM;
00087 };
00088 }
00089 };
00090 }
00091
00092 RESOURCE DIALOG r_dataquery_dialog
00093 {
00094 flags = EGeneralQueryFlags;
00095 buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
00096 items =
00097 {
00098 DLG_LINE
00099 {
00100 type = EAknCtQuery;
00101 id = EGeneralQuery;
00102 control = AVKON_DATA_QUERY
00103 {
00104 layout = EDataLayout;
00105 control = EDWIN
00106 {
00107 maxlength = 30;
00108 default_case = EAknEditorLowerCase;
00109 };
00110 };
00111 }
00112 };
00113 }
00114
00115 RESOURCE TBUF80 r_textmtm_send_option_text {buf="Send?";}
00116 RESOURCE TBUF80 r_textmtm_progress_ok_text {buf="Working";}
00117 RESOURCE TBUF80 r_textmtm_progress_error_text {buf="Error: ";}