messagingappbase/msgavkon/muiu_internal/data/muiu_internal.rss
changeset 0 72b543305e3a
child 9 1d7827e39b52
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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 
       
    34 
       
    35 
       
    36 //----------------------------------------------------
       
    37 //
       
    38 //    RSS_SIGNATURE
       
    39 //
       
    40 //
       
    41 //----------------------------------------------------
       
    42 //
       
    43 RESOURCE RSS_SIGNATURE
       
    44     { 
       
    45     }
       
    46 
       
    47 
       
    48 //----------------------------------------------------
       
    49 //
       
    50 //    TBUF
       
    51 //
       
    52 //
       
    53 //----------------------------------------------------
       
    54 //
       
    55 RESOURCE TBUF16 
       
    56     { 
       
    57     buf=""; 
       
    58     }
       
    59 
       
    60 //Note: RSS_SIGNATURE and TBUF must be above includes below.
       
    61 //Otherwise can not open muiu resources
       
    62 #include "../settingsarray/data/MuiuSettings.ra"
       
    63 
       
    64 //  RESOURCE DEFINITIONS
       
    65 
       
    66 
       
    67 //----------------------------------------------------
       
    68 //
       
    69 //    r_muiu_callback_query
       
    70 //
       
    71 //----------------------------------------------------
       
    72 //
       
    73 RESOURCE DIALOG r_muiu_callback_query
       
    74     {
       
    75     flags   = EGeneralQueryFlags;
       
    76     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
    77     items =
       
    78         {
       
    79         DLG_LINE
       
    80             {
       
    81             type    = EAknCtQuery;
       
    82             id      = EGeneralQuery;
       
    83             control = AVKON_CONFIRMATION_QUERY
       
    84                 {
       
    85                 layout = EConfirmationLayout;
       
    86                 };
       
    87             }
       
    88         };
       
    89      }
       
    90 
       
    91 
       
    92 // A text in query when asking from user if calling to sender of the message.
       
    93 RESOURCE TBUF r_qtn_muiu_quest_call              { buf = qtn_muiu_quest_call; }
       
    94 
       
    95 
       
    96 //----------------------------------------------------
       
    97 //
       
    98 //    r_call_to_sender_list_query
       
    99 //    When SMS viewer or MMS viewer is open it is possible to call
       
   100 //    back to sender or phone number which is currently highlighted
       
   101 //    in message. If user select Send-key then CAknListQueryDialog
       
   102 //    is opened with items "Back to sender" and currently highlighted
       
   103 //    phone number and with soft keys "Call" and "Cancel".
       
   104 //    r_call_to_sender_list_query resource is for
       
   105 //    this CAknListQueryDialog dialog.
       
   106 //     
       
   107 //----------------------------------------------------
       
   108 //
       
   109 RESOURCE AVKON_LIST_QUERY r_call_to_sender_list_query
       
   110     {
       
   111     flags = EGeneralQueryFlags;
       
   112     softkeys = R_AVKON_SOFTKEYS_CALL_CANCEL__CALL;
       
   113     items = 
       
   114         {
       
   115         AVKON_LIST_QUERY_DLG_LINE 
       
   116             {
       
   117             control = AVKON_LIST_QUERY_CONTROL
       
   118                 {
       
   119                 listtype = EAknCtSinglePopupMenuListBox;
       
   120                 listbox = AVKON_LIST_QUERY_LIST
       
   121                     {
       
   122                     array_id = r_call_to_sender_array;
       
   123                     };
       
   124                 heading = qtn_find_number_call_send_key;
       
   125                 };
       
   126             }
       
   127         };
       
   128     }
       
   129 
       
   130 
       
   131 //----------------------------------------------------
       
   132 //
       
   133 //    r_call_to_sender_array
       
   134 //    Array for list query items.
       
   135 //    (Items are "Back to sender" and highlighted phone number)
       
   136 //
       
   137 //----------------------------------------------------
       
   138 //
       
   139 RESOURCE ARRAY r_call_to_sender_array
       
   140     {
       
   141     items=
       
   142         {
       
   143         LBUF { txt = qtn_find_call_to_sender; }
       
   144         };
       
   145     }
       
   146 
       
   147 
       
   148 // A text in query when asking from user if calling to sender of the message 
       
   149 // and there is no alias name in use.
       
   150 RESOURCE TBUF r_qtn_quest_call              { buf = qtn_quest_call; }
       
   151 
       
   152 
       
   153 //----------------------------------------------------
       
   154 //
       
   155 //    r_muiu_phonenumber_match_interest
       
   156 //    Interest for AIW for selecting one phone number from contact
       
   157 //
       
   158 //----------------------------------------------------
       
   159 //
       
   160 RESOURCE AIW_INTEREST r_muiu_phonenumber_match_interest
       
   161     {
       
   162     items=
       
   163         {
       
   164         AIW_CRITERIA_ITEM 
       
   165             { 
       
   166             id = KAiwCmdSelect;  // serviceCmd used here also as ID
       
   167             serviceCmd   = KAiwCmdSelect;
       
   168             contentType  = EGenericParamContactItemStr;
       
   169             serviceClass = KAiwClassBase; 
       
   170             maxProviders = 1;
       
   171             }
       
   172         };
       
   173     }
       
   174 
       
   175 // -----------------------------------------------------------------------------
       
   176 //    r_muiu_matching_address_wait_note
       
   177 // Wait note shown when matching address to contacts
       
   178 // -----------------------------------------------------------------------------
       
   179 //
       
   180 RESOURCE DIALOG r_muiu_matching_address_wait_note
       
   181     {
       
   182     flags = EAknWaitNoteFlags;
       
   183     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   184     items =
       
   185         {
       
   186         DLG_LINE
       
   187             { 
       
   188             type = EAknCtNote;
       
   189             id = EGeneralNote;
       
   190             control = AVKON_NOTE
       
   191                 {
       
   192                 layout = EWaitLayout;
       
   193                 singular_label = qtn_fdn_reading_memory;
       
   194                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   195                 };
       
   196             }
       
   197         };
       
   198     }         
       
   199 // -----------------------------------------------------------------------------
       
   200 //    r_muiu_qtn_phob_note_no_number
       
   201 // Shown when no matches are found when searching phone numbers from phonebook.
       
   202 // -----------------------------------------------------------------------------
       
   203 //
       
   204 RESOURCE TBUF r_muiu_qtn_phob_note_no_number { buf = qtn_phob_note_no_number; }
       
   205 
       
   206 
       
   207 
       
   208 // End of File