uiservicetab/vimpstui/rss/vimpstuitoudlg.rss
branchRCL_3
changeset 22 3104fc151679
parent 21 2b7283837edb
child 23 9a48e301e94b
equal deleted inserted replaced
21:2b7283837edb 22:3104fc151679
     1 /*
       
     2 * Copyright (c) 2005 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:  vimpstui resource.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 // Terms of Use
       
    22 
       
    23 
       
    24 RESOURCE TBUF r_qtn_servtab_tou_title          { buf = qtn_servtab_tou_title; }
       
    25 
       
    26 
       
    27 // ---------------------------------------------------------
       
    28 //
       
    29 //    r_cnui_terms_of_use_dialog_cba
       
    30 //
       
    31 // ---------------------------------------------------------
       
    32 //
       
    33 RESOURCE CBA r_cnui_terms_of_use_dialog_cba
       
    34     {
       
    35     buttons =
       
    36         {        
       
    37         CBA_BUTTON { id = EIMPSCommonUITOUContinue; txt = qtn_servtab_sk_accept; },        
       
    38         CBA_BUTTON { id = EAknSoftkeyCancel; txt = qtn_servtab_sk_decline; },
       
    39         CBA_BUTTON { id = EIMPSCommonUITOUContinue; txt = qtn_servtab_sk_accept; } 
       
    40         };
       
    41     }
       
    42 // ---------------------------------------------------------
       
    43 //
       
    44 //    r_cnui_terms_of_use_dialog_cba
       
    45 //
       
    46 // ---------------------------------------------------------
       
    47 //
       
    48 RESOURCE CBA r_cnui_terms_of_use_dialog_initial_cba
       
    49     {
       
    50     buttons =
       
    51         {        
       
    52         CBA_BUTTON { id = EAknSoftkeyEmpty; txt = text_softkey_empty; },        
       
    53         CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; },  
       
    54         CBA_BUTTON { id = EAknSoftkeyEmpty; txt = text_softkey_empty; }
       
    55         };
       
    56     }
       
    57 // ---------------------------------------------------------
       
    58 //
       
    59 //    r_cnui_terms_of_use_dialog
       
    60 //
       
    61 // ---------------------------------------------------------
       
    62 //    
       
    63 RESOURCE DIALOG r_cnui_terms_of_use_dialog
       
    64 	{
       
    65 	flags=EEikDialogFlagNoDrag | EEikDialogFlagFillAppClientRect | 
       
    66 	      EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc | EEikDialogFlagWait;
       
    67 	buttons=r_cnui_terms_of_use_dialog_initial_cba;
       
    68 	title= qtn_chat_tou_title;
       
    69     items=
       
    70 		{
       
    71 		DLG_LINE
       
    72 			{
       
    73 			type=EEikCtRichTextEditor;
       
    74 			id=	ETOURichEditorId;
       
    75 			itemflags = EEikDlgItemCtlMinWidthOrLess;
       
    76 			control= RTXTED
       
    77 					{
       
    78 					//width=200;
       
    79 					//height=200;
       
    80 					//textlimit=200;
       
    81 					flags= KMultiLineExpandingEditorFlags |
       
    82 					       EEikEdwinReadOnly | EEikEdwinAvkonDisableCursor |
       
    83 					       EEikEdwinNoAutoSelection;
       
    84 					//max_view_height_in_lines=3;
       
    85                     avkon_flags = EAknEditorFlagEnableScrollBars;
       
    86 					};
       
    87 			}
       
    88 		};
       
    89 	}    
       
    90 
       
    91 //----------------------------------------------------
       
    92 //
       
    93 // Terms of Use richtext editor
       
    94 //
       
    95 //----------------------------------------------------
       
    96 RESOURCE RTXTED r_cnui_terms_of_use_editor
       
    97     {
       
    98     flags = EEikEdwinReadOnly | EEikEdwinAvkonDisableCursor;
       
    99     avkon_flags = EAknEditorFlagDefault;
       
   100     }
       
   101 
       
   102 //  End of File
       
   103