mobilemessaging/unieditor/smsplugin/data/UniSmsPluginD.rss
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002-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:  
       
    15 *     This file contains all the resources for the module.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 NAME UNIS
       
    23 
       
    24 //  INCLUDES
       
    25 #include <eikon.rh>
       
    26 #include <avkon.rsg>
       
    27 #include <avkon.rh>
       
    28 
       
    29 #include <unieditor.loc>
       
    30 
       
    31 #include <data_caging_paths_strings.hrh>
       
    32 
       
    33 // RESOURCES
       
    34 
       
    35 RESOURCE RSS_SIGNATURE { }
       
    36 
       
    37 // Default name for file save?
       
    38 RESOURCE TBUF { buf = "UniSms"; }
       
    39 
       
    40 
       
    41 
       
    42 //  RESOURCE DEFINITIONS 
       
    43 // ---------------------------------------------------------
       
    44 //   
       
    45 //    r_addsc_query - dialog
       
    46 //    A query to ask service centre 
       
    47 //
       
    48 // ---------------------------------------------------------
       
    49 //
       
    50 RESOURCE DIALOG r_addsc_query
       
    51     {
       
    52     flags=EGeneralQueryFlags;
       
    53     buttons=R_AVKON_SOFTKEYS_OK_CANCEL;
       
    54     items=
       
    55         {
       
    56         DLG_LINE
       
    57             {
       
    58             type=EAknCtMultilineQuery;
       
    59             id=EMultilineFirstLine;
       
    60             control = AVKON_DATA_QUERY
       
    61                 { 
       
    62                     layout = EMultiDataFirstEdwin;
       
    63                     label = qtn_sms_prmpt_enter_sc_name;                
       
    64                     control = EDWIN
       
    65                         {
       
    66                         flags=0;
       
    67                         width=5;
       
    68                         lines=1;
       
    69                         maxlength=50;
       
    70                         };
       
    71                 };
       
    72             },
       
    73         DLG_LINE
       
    74             {
       
    75             type=EAknCtMultilineQuery;
       
    76             id=EMultilineSecondLine;
       
    77             control= AVKON_DATA_QUERY 
       
    78                 { 
       
    79                     layout = EMultiDataSecondPhoneEd;
       
    80                     label = qtn_sms_prmpt_enter_sc_number;
       
    81                     control=EDWIN 
       
    82                         {
       
    83                         flags= EEikEdwinNoHorizScrolling; 
       
    84                         width=16; 
       
    85                         lines=1; 
       
    86                         maxlength=21; // length of maximum allowed Sc number
       
    87                         default_input_mode = EAknEditorNumericInputMode;
       
    88                         allowed_input_modes = EAknEditorNumericInputMode;
       
    89                         numeric_keymap = EAknEditorToFieldNumberModeKeymap;
       
    90                         };
       
    91                 };
       
    92             }
       
    93         };
       
    94     }
       
    95 
       
    96 RESOURCE TBUF r_qtn_info_invalid_number                 { buf = qtn_info_invalid_number; }
       
    97 
       
    98 // ---------------------------------------------------------
       
    99 //   
       
   100 //    r_addemailsc_query - dialog
       
   101 //    A query to ask service centre for email over sms
       
   102 //
       
   103 // ---------------------------------------------------------
       
   104 //
       
   105 RESOURCE DIALOG r_addemailsc_query
       
   106     {
       
   107     flags=EGeneralQueryFlags;
       
   108     buttons=R_AVKON_SOFTKEYS_OK_CANCEL;
       
   109     items=
       
   110         {
       
   111         DLG_LINE
       
   112             {
       
   113             type=EAknCtMultilineQuery;
       
   114             id=EMultilineFirstLine;
       
   115             control = AVKON_DATA_QUERY
       
   116                 { 
       
   117                     layout = EMultiDataFirstEdwin;
       
   118                     label = qtn_sms_prmpt_enter_gateway;                
       
   119                     control = EDWIN
       
   120                         {
       
   121                         flags= EEikEdwinNoHorizScrolling; 
       
   122                         width=16; 
       
   123                         lines=1; 
       
   124                         maxlength=21; // length of maximum allowed Sc number
       
   125                         default_input_mode = EAknEditorNumericInputMode;
       
   126                         allowed_input_modes = EAknEditorNumericInputMode;
       
   127                         numeric_keymap = EAknEditorToFieldNumberModeKeymap;
       
   128                         };
       
   129                 };
       
   130             },
       
   131         DLG_LINE
       
   132             {
       
   133             type=EAknCtMultilineQuery;
       
   134             id=EMultilineSecondLine;
       
   135             control= AVKON_DATA_QUERY 
       
   136                 { 
       
   137                     layout = EMultiDataSecondPhoneEd;
       
   138                     label = qtn_sms_prmt_enter_mail_scentre;
       
   139                     control=EDWIN 
       
   140                         {
       
   141                         flags= EEikEdwinNoHorizScrolling; 
       
   142                         width=16; 
       
   143                         lines=1; 
       
   144                         maxlength=21; // length of maximum allowed Gateway number
       
   145                         default_input_mode = EAknEditorNumericInputMode;
       
   146                         allowed_input_modes = EAknEditorNumericInputMode;
       
   147                         numeric_keymap = EAknEditorToFieldNumberModeKeymap;
       
   148                         };
       
   149                 };
       
   150             }
       
   151         };
       
   152     }
       
   153 
       
   154 
       
   155 // End of File