srsf/vcexecutorapp/data/vcexecutorapp.rss
branchRCL_3
changeset 23 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
22:cad71a31b7fc 23:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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:  Application resource file of VCExecutorApp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    VCEA
       
    21 
       
    22 #include <appinfo.rh>
       
    23 #include <eikon.rsg>
       
    24 #include <eikon.rh>
       
    25 #include <avkon.rsg>
       
    26 #include <avkon.loc>
       
    27 #include <avkon.rh>
       
    28 #include <BTUI.rsg>
       
    29 #include "appcontroller.hrh"
       
    30 
       
    31 #include <vcexecutorapp.loc>
       
    32 
       
    33 RESOURCE RSS_SIGNATURE { }
       
    34 
       
    35 RESOURCE TBUF r_default_document_name { buf="VCExecutorApp"; }
       
    36 
       
    37 RESOURCE EIK_APP_INFO
       
    38     {
       
    39     status_pane = r_vcexecutor_status_pane;   
       
    40     }
       
    41 
       
    42 //-----------------------------------------------------------------------------
       
    43 // Status pane
       
    44 //-----------------------------------------------------------------------------
       
    45 //
       
    46 RESOURCE STATUS_PANE_APP_MODEL r_vcexecutor_status_pane
       
    47     {
       
    48     layout = R_AVKON_STATUS_PANE_LAYOUT_IDLE;
       
    49     }
       
    50 
       
    51 //-----------------------------------------------------------------------------
       
    52 // Empty title pane for hiding default title
       
    53 //-----------------------------------------------------------------------------
       
    54 //
       
    55 RESOURCE TITLE_PANE r_empty_title_pane   
       
    56     {
       
    57     txt = " ";
       
    58     }
       
    59     
       
    60 //-----------------------------------------------------------------------------
       
    61 // Empty app info so that the application won't be shown in the app grid
       
    62 //-----------------------------------------------------------------------------
       
    63 //
       
    64 RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
       
    65     {
       
    66     short_caption = "";
       
    67     caption_and_icon = 
       
    68     CAPTION_AND_ICON_INFO
       
    69         {
       
    70         caption = "";
       
    71         number_of_icons = 0;
       
    72         icon_file = "";
       
    73         };
       
    74     }
       
    75 
       
    76 //-----------------------------------------------------------------------------
       
    77 // Confirmation query
       
    78 // Displays a confirmation query on whether Bluetooth is to be activated in 
       
    79 // off-line mode
       
    80 //-----------------------------------------------------------------------------
       
    81 //
       
    82 RESOURCE DIALOG r_bt_activate_in_offline_query
       
    83     {
       
    84     flags   = EGeneralQueryFlags;
       
    85     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
    86     items   =
       
    87         {
       
    88         DLG_LINE
       
    89             {
       
    90             type    = EAknCtQuery;
       
    91             id      = EGeneralQuery;
       
    92             control = AVKON_CONFIRMATION_QUERY
       
    93                 {
       
    94                 layout    = EConfirmationQueryLayout;
       
    95                 label     = qtn_vcexec_bt_activate_in_offline;
       
    96                 animation = R_QGN_NOTE_QUERY_ANIM;
       
    97                 };
       
    98             }
       
    99         };
       
   100     }
       
   101 
       
   102 // ----------------------------------------------------------------------------
       
   103 // Confirmation query
       
   104 // Displays a confirmation query for leaving off-line mode
       
   105 // ----------------------------------------------------------------------------
       
   106 //
       
   107 RESOURCE DIALOG r_leave_offline_profile_confirmation_query
       
   108     {
       
   109     flags = EGeneralQueryFlags;
       
   110     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
   111     items =
       
   112         {
       
   113         DLG_LINE
       
   114             {
       
   115             type = EAknCtQuery;
       
   116             id = EGeneralQuery;
       
   117             control = AVKON_CONFIRMATION_QUERY
       
   118                 {
       
   119                 layout = EConfirmationQueryLayout;
       
   120                 label = qtn_leave_offline_mode_query; // avkon.loc
       
   121                 };
       
   122             }
       
   123         };
       
   124     } 
       
   125 
       
   126 RESOURCE TBUF r_bt_offline_disabled   { buf = qtn_vcexec_bt_offline_disabled; }
       
   127 
       
   128 RESOURCE TBUF	r_bt_general_error      { buf = qtn_vcexec_bt_offline_disabled; }
       
   129 
       
   130 // from avkon.loc
       
   131 RESOURCE TBUF	r_text_insert_sim       { buf = qtn_su_note_insert_sim; }
       
   132 
       
   133 // End of File