messagingappbase/sendui/mmsdirectupload/group/MmsDirectUploadUi.rss
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:   This file contains data resources for the MmsDirectUpload.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 NAME MMSD
       
    23 
       
    24 //  INCLUDES
       
    25 #include <MmsDirectUpload.loc>
       
    26 #include <eikon.rh>
       
    27 #include <avkon.rh>
       
    28 #include <avkon.rsg>
       
    29 #include <Avkon.mbg>
       
    30 #include <AvkonIcons.hrh>   // AVKON_ICON_FILE
       
    31 
       
    32 
       
    33 // ========== CONSTANTS ====================================
       
    34 
       
    35 //  RESOURCE DEFINITIONS
       
    36 
       
    37 RESOURCE RSS_SIGNATURE { }
       
    38 
       
    39 // -----------------------------------------------------------------------------
       
    40 //   
       
    41 // r_mms_direct_upload_send_messages_query
       
    42 // Confirmation query.
       
    43 //
       
    44 // -----------------------------------------------------------------------------
       
    45 //
       
    46 RESOURCE DIALOG r_mms_direct_upload_send_messages_query
       
    47     {
       
    48     flags    = EGeneralQueryFlags;
       
    49     buttons  = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
    50     items =
       
    51         {
       
    52         DLG_LINE
       
    53             {
       
    54             type    = EAknCtQuery;
       
    55             id      = EGeneralQuery;
       
    56             control = AVKON_CONFIRMATION_QUERY
       
    57                 {
       
    58                 layout = EConfirmationQueryLayout;
       
    59                 };
       
    60             }
       
    61         };
       
    62     }
       
    63 
       
    64 // -----------------------------------------------------------------------------
       
    65 //   
       
    66 // r_mms_direct_upload_confirmable_info
       
    67 // Confirmation query.
       
    68 //
       
    69 // -----------------------------------------------------------------------------
       
    70 //
       
    71 RESOURCE DIALOG r_mms_direct_upload_confirmable_info
       
    72     {
       
    73     flags    = EGeneralQueryFlags;
       
    74     buttons  = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
    75     items =
       
    76         {
       
    77         DLG_LINE
       
    78             {
       
    79             type    = EAknCtQuery;
       
    80             id      = EGeneralQuery;
       
    81             control = AVKON_CONFIRMATION_QUERY
       
    82                 {
       
    83                 layout  = EConfirmationQueryLayout;
       
    84                 animation = R_QGN_NOTE_INFO_ANIM;
       
    85                 };
       
    86             }
       
    87         };
       
    88     }
       
    89 
       
    90 // -----------------------------------------------------------------------------
       
    91 //   
       
    92 // r_mms_direct_upload_progress_note
       
    93 // Progress bar.
       
    94 //
       
    95 // -----------------------------------------------------------------------------
       
    96 //
       
    97 RESOURCE DIALOG r_mms_direct_upload_progress_note
       
    98     {
       
    99     flags   = EAknProgressNoteFlags;
       
   100     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
   101     items =
       
   102         {
       
   103         DLG_LINE
       
   104             {
       
   105             type    = EAknCtNote;
       
   106             id      = EAknNoteProgressBar;
       
   107             control = AVKON_NOTE
       
   108                 {
       
   109                 layout    = EProgressLayout;
       
   110                 imagefile = AVKON_BITMAP_FILE;
       
   111                 imageid   = EMbmAvkonQgn_note_progress;
       
   112                 imagemask = EMbmAvkonQgn_note_progress_mask;
       
   113                 };
       
   114             }
       
   115         };
       
   116     }
       
   117 
       
   118 RESOURCE TBUF r_mms_direct_upload_send_messages  { buf = qtn_mms_qry_upload_messages; }
       
   119 RESOURCE TBUF r_mms_direct_upload_progress { buf = qtn_mms_prog_loading_image; }
       
   120 RESOURCE TBUF r_mms_direct_upload_image_compressed { buf = qtn_mms_successful_compression; }
       
   121 RESOURCE TBUF r_mms_direct_upload_images_compressed { buf = qtn_mms_successful_compression_many; }
       
   122 RESOURCE TBUF r_mms_direct_upload_creation_failed_some { buf = qtn_mms_upload_info_all_not_inserted; }
       
   123 RESOURCE TBUF r_mms_direct_upload_creation_failed_one { buf = qtn_mms_upload_info_cannot_send; }
       
   124 RESOURCE TBUF r_mms_direct_upload_creation_failed_all { buf = qtn_mms_upload_info_cannot_send_any; }
       
   125 
       
   126 // End of File