messagingappbase/msgavkon/muiu_internal/data/muiu_internal.rss
branchRCL_3
changeset 27 7fdbb852d323
equal deleted inserted replaced
26:ebe688cedc25 27:7fdbb852d323
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *     Resource file for Messaging UI Utilities Dll MUIU_INTERNAL.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 NAME MUIU
       
    23 
       
    24 //  INCLUDES
       
    25 #include <bldvariant.hrh>
       
    26 #include <eikon.rh>
       
    27 #include <avkon.rh>
       
    28 #include <AiwCommon.rh>
       
    29 #include <AiwGenericParam.hrh>
       
    30 #include <avkon.rsg>
       
    31 #include <avkon.loc>  //qtn_find_number_call_send_key; qtn_find_call_to_sender
       
    32 #include <muiu.loc>
       
    33 #include <smum.loc>
       
    34 
       
    35 
       
    36 
       
    37 //----------------------------------------------------
       
    38 //
       
    39 //    RSS_SIGNATURE
       
    40 //
       
    41 //
       
    42 //----------------------------------------------------
       
    43 //
       
    44 RESOURCE RSS_SIGNATURE
       
    45     { 
       
    46     }
       
    47 
       
    48 
       
    49 //----------------------------------------------------
       
    50 //
       
    51 //    TBUF
       
    52 //
       
    53 //
       
    54 //----------------------------------------------------
       
    55 //
       
    56 RESOURCE TBUF16 
       
    57     { 
       
    58     buf=""; 
       
    59     }
       
    60 
       
    61 //Note: RSS_SIGNATURE and TBUF must be above includes below.
       
    62 //Otherwise can not open muiu resources
       
    63 #include "../settingsarray/data/MuiuSettings.ra"
       
    64 
       
    65 //  RESOURCE DEFINITIONS
       
    66 
       
    67 
       
    68 //----------------------------------------------------
       
    69 //
       
    70 //    r_muiu_callback_query
       
    71 //
       
    72 //----------------------------------------------------
       
    73 //
       
    74 RESOURCE DIALOG r_muiu_callback_query
       
    75     {
       
    76     flags   = EGeneralQueryFlags;
       
    77     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
    78     items =
       
    79         {
       
    80         DLG_LINE
       
    81             {
       
    82             type    = EAknCtQuery;
       
    83             id      = EGeneralQuery;
       
    84             control = AVKON_CONFIRMATION_QUERY
       
    85                 {
       
    86                 layout = EConfirmationLayout;
       
    87                 };
       
    88             }
       
    89         };
       
    90      }
       
    91 
       
    92 
       
    93 // A text in query when asking from user if calling to sender of the message.
       
    94 RESOURCE TBUF r_qtn_muiu_quest_call              { buf = qtn_muiu_quest_call; }
       
    95 
       
    96 
       
    97 //----------------------------------------------------
       
    98 //
       
    99 //    r_call_to_sender_list_query
       
   100 //    When SMS viewer or MMS viewer is open it is possible to call
       
   101 //    back to sender or phone number which is currently highlighted
       
   102 //    in message. If user select Send-key then CAknListQueryDialog
       
   103 //    is opened with items "Back to sender" and currently highlighted
       
   104 //    phone number and with soft keys "Call" and "Cancel".
       
   105 //    r_call_to_sender_list_query resource is for
       
   106 //    this CAknListQueryDialog dialog.
       
   107 //     
       
   108 //----------------------------------------------------
       
   109 //
       
   110 RESOURCE AVKON_LIST_QUERY r_call_to_sender_list_query
       
   111     {
       
   112     flags = EGeneralQueryFlags;
       
   113     softkeys = R_AVKON_SOFTKEYS_CALL_CANCEL__CALL;
       
   114     items = 
       
   115         {
       
   116         AVKON_LIST_QUERY_DLG_LINE 
       
   117             {
       
   118             control = AVKON_LIST_QUERY_CONTROL
       
   119                 {
       
   120                 listtype = EAknCtSinglePopupMenuListBox;
       
   121                 listbox = AVKON_LIST_QUERY_LIST
       
   122                     {
       
   123                     array_id = r_call_to_sender_array;
       
   124                     };
       
   125                 heading = qtn_find_number_call_send_key;
       
   126                 };
       
   127             }
       
   128         };
       
   129     }
       
   130 
       
   131 
       
   132 //----------------------------------------------------
       
   133 //
       
   134 //    r_call_to_sender_array
       
   135 //    Array for list query items.
       
   136 //    (Items are "Back to sender" and highlighted phone number)
       
   137 //
       
   138 //----------------------------------------------------
       
   139 //
       
   140 RESOURCE ARRAY r_call_to_sender_array
       
   141     {
       
   142     items=
       
   143         {
       
   144         LBUF { txt = qtn_find_call_to_sender; }
       
   145         };
       
   146     }
       
   147 
       
   148 
       
   149 // A text in query when asking from user if calling to sender of the message 
       
   150 // and there is no alias name in use.
       
   151 RESOURCE TBUF r_qtn_quest_call              { buf = qtn_quest_call; }
       
   152 
       
   153 
       
   154 //----------------------------------------------------
       
   155 //
       
   156 //    r_muiu_phonenumber_match_interest
       
   157 //    Interest for AIW for selecting one phone number from contact
       
   158 //
       
   159 //----------------------------------------------------
       
   160 //
       
   161 RESOURCE AIW_INTEREST r_muiu_phonenumber_match_interest
       
   162     {
       
   163     items=
       
   164         {
       
   165         AIW_CRITERIA_ITEM 
       
   166             { 
       
   167             id = KAiwCmdSelect;  // serviceCmd used here also as ID
       
   168             serviceCmd   = KAiwCmdSelect;
       
   169             contentType  = EGenericParamContactItemStr;
       
   170             serviceClass = KAiwClassBase; 
       
   171             maxProviders = 1;
       
   172             }
       
   173         };
       
   174     }
       
   175 
       
   176 // -----------------------------------------------------------------------------
       
   177 //    r_muiu_matching_address_wait_note
       
   178 // Wait note shown when matching address to contacts
       
   179 // -----------------------------------------------------------------------------
       
   180 //
       
   181 RESOURCE DIALOG r_muiu_matching_address_wait_note
       
   182     {
       
   183     flags = EAknWaitNoteFlags;
       
   184     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   185     items =
       
   186         {
       
   187         DLG_LINE
       
   188             { 
       
   189             type = EAknCtNote;
       
   190             id = EGeneralNote;
       
   191             control = AVKON_NOTE
       
   192                 {
       
   193                 layout = EWaitLayout;
       
   194                 singular_label = qtn_fdn_reading_memory;
       
   195                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   196                 };
       
   197             }
       
   198         };
       
   199     }         
       
   200 // -----------------------------------------------------------------------------
       
   201 //    r_muiu_qtn_phob_note_no_number
       
   202 // Shown when no matches are found when searching phone numbers from phonebook.
       
   203 // -----------------------------------------------------------------------------
       
   204 //
       
   205 RESOURCE TBUF r_muiu_qtn_phob_note_no_number { buf = qtn_phob_note_no_number; }
       
   206 
       
   207 RESOURCE TBUF r_muiu__mce_settings_sms_conversion { buf = qtn_mce_settings_sms_conversion; }
       
   208 
       
   209 
       
   210 // End of File