messagingappbase/msgavkon/muiu_domain/data/muiudomain.rss
changeset 0 72b543305e3a
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 domain Dll MUIU_DOMAIN.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 NAME MUIE
       
    23 
       
    24 //  INCLUDES
       
    25 #include <bldvariant.hrh>
       
    26 #include <eikon.rh>
       
    27 #include <avkon.rh>
       
    28 #include <avkon.rsg>
       
    29 #include <avkon.loc>  //qtn_find_number_call_send_key; qtn_find_call_to_sender
       
    30 #include <muiu.loc>
       
    31 #include "opprgdlg.hrh"
       
    32 
       
    33 
       
    34 //----------------------------------------------------
       
    35 //
       
    36 //    RSS_SIGNATURE
       
    37 //
       
    38 //
       
    39 //----------------------------------------------------
       
    40 //
       
    41 RESOURCE RSS_SIGNATURE
       
    42     { 
       
    43     }
       
    44 
       
    45 
       
    46 //----------------------------------------------------
       
    47 //
       
    48 //    TBUF
       
    49 //
       
    50 //
       
    51 //----------------------------------------------------
       
    52 //
       
    53 RESOURCE TBUF16 
       
    54     { 
       
    55     buf=""; 
       
    56     }
       
    57     
       
    58     
       
    59 //Note: RSS_SIGNATURE and TBUF must be above includes below.
       
    60 //Otherwise can not open muiu resources
       
    61 #include "../messageinfo/data/muiumessageinfo.ra"
       
    62 #include "../messageinfo/data/muiumessageinfoCDMA.ra"
       
    63 
       
    64 
       
    65 //----------------------------------------------------
       
    66 //
       
    67 //    r_muiu_folder_selection_list_query
       
    68 //
       
    69 //----------------------------------------------------
       
    70 //
       
    71 RESOURCE DIALOG r_muiu_folder_selection_list_query
       
    72     {
       
    73     flags=EGeneralQueryFlags;
       
    74     buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
    75     items=
       
    76         {
       
    77         DLG_LINE 
       
    78             {
       
    79             type = EAknCtListQueryControl;
       
    80             id = EListQueryControl;
       
    81             control = AVKON_LIST_QUERY_CONTROL
       
    82                 {
       
    83                 heading = " "; // needed, otherwise heading is not created at all!
       
    84                 listtype = EAknCtSingleGraphicPopupMenuListBox;
       
    85                 listbox = LISTBOX
       
    86                     {
       
    87                     flags = EAknListBoxMenuList; 
       
    88                     height = 3;
       
    89                     width = 3;
       
    90                     };
       
    91                 };
       
    92             }
       
    93         };
       
    94     }
       
    95 
       
    96 
       
    97 // ---------------------------------------------------------
       
    98 //
       
    99 //    r_muiu_progress_dialog_buttons
       
   100 //
       
   101 //
       
   102 // ---------------------------------------------------------
       
   103 //
       
   104 RESOURCE CBA r_muiu_progress_dialog_buttons
       
   105     {
       
   106     buttons =
       
   107         {
       
   108         CBA_BUTTON {id = EAknSoftkeyEmpty; txt = text_softkey_empty;},
       
   109         CBA_BUTTON {id = EMuiuProgressDialogButtonCancelId; txt = text_softkey_cancel; }
       
   110         };
       
   111     }
       
   112 
       
   113 
       
   114 
       
   115 // ---------------------------------------------------------
       
   116 //
       
   117 //    r_operation_progress_dialog
       
   118 //
       
   119 //
       
   120 // ---------------------------------------------------------
       
   121 //
       
   122 RESOURCE DIALOG r_operation_progress_dialog
       
   123     {
       
   124     flags = EEikDialogFlagNoTitleBar | EEikDialogFlagNotifyEsc
       
   125             | EEikDialogFlagCbaButtons; // N.B. No waiting
       
   126     title = "";
       
   127     buttons = r_muiu_progress_dialog_buttons;
       
   128     items =
       
   129         {
       
   130         DLG_LINE
       
   131             {
       
   132             type=EAknCtNote;
       
   133             id=EOpPrgDlgCIDProgress;
       
   134             control= AVKON_NOTE
       
   135                 {
       
   136                 layout = EProgressLayout;
       
   137                 singular_label = ""; // these are updated dynamically
       
   138                 plural_label = "";
       
   139                 };
       
   140             }
       
   141         };
       
   142     }
       
   143 
       
   144 
       
   145 // ---------------------------------------------------------
       
   146 //
       
   147 //    r_operation_waitanimation_dialog
       
   148 //
       
   149 //
       
   150 // ---------------------------------------------------------
       
   151 //
       
   152 RESOURCE DIALOG r_operation_waitanimation_dialog
       
   153     {
       
   154     flags = EEikDialogFlagNoTitleBar | EEikDialogFlagNotifyEsc
       
   155             | EEikDialogFlagCbaButtons; // N.B. No waiting
       
   156     title = "";
       
   157     buttons = r_muiu_progress_dialog_buttons;
       
   158     items =
       
   159         {
       
   160         DLG_LINE
       
   161             {
       
   162             type=EAknCtNote;
       
   163             id=EOpPrgDlgCIDProgress;
       
   164             control= AVKON_NOTE
       
   165                 {
       
   166                 layout = EWaitLayout;
       
   167                 singular_label = ""; // these are updated dynamically
       
   168                 plural_label = "";
       
   169                 };
       
   170             }
       
   171         };
       
   172     }
       
   173 
       
   174 
       
   175 // ---------------------------------------------------------
       
   176 //
       
   177 //    r_muiu_local_progress_moving_1
       
   178 //
       
   179 //
       
   180 // ---------------------------------------------------------
       
   181 //
       
   182 RESOURCE TBUF64 r_muiu_local_progress_moving_1
       
   183     {
       
   184     buf = qtn_mce_wait_move;
       
   185     }
       
   186 
       
   187 // ---------------------------------------------------------
       
   188 //
       
   189 //    r_muiu_local_progress_moving_x
       
   190 //
       
   191 //
       
   192 // ---------------------------------------------------------
       
   193 //
       
   194 RESOURCE TBUF64 r_muiu_local_progress_moving_x
       
   195     {
       
   196     buf = qtn_mce_wait_move_many;
       
   197     }
       
   198 
       
   199 
       
   200 // ---------------------------------------------------------
       
   201 //
       
   202 //   r_muiu_local_progress_deleting_1
       
   203 //
       
   204 //
       
   205 // ---------------------------------------------------------
       
   206 //
       
   207 RESOURCE TBUF64 r_muiu_local_progress_deleting_1
       
   208     {
       
   209     buf = qtn_mce_wait_delete;
       
   210     }
       
   211 
       
   212 
       
   213 
       
   214 // ---------------------------------------------------------
       
   215 //
       
   216 //   r_muiu_local_progress_deleting_x
       
   217 //
       
   218 //
       
   219 // ---------------------------------------------------------
       
   220 //
       
   221 RESOURCE TBUF64 r_muiu_local_progress_deleting_x
       
   222     {
       
   223     buf = qtn_mce_wait_delete_many;
       
   224     }
       
   225 
       
   226 
       
   227 // End of File