textrendering/textformatting/test/data/TTranspEditor.rss
changeset 0 1fb32624e06b
child 46 6124ff6478cc
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 /*
       
     2 * Copyright (c) 2004-2009 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 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME WRAP
       
    20 
       
    21 #include "TTranspEditor.hrh"
       
    22 #include <techview/eikon.rh>
       
    23 #include <uiklafgt/eikcore.rsg>
       
    24 
       
    25 RESOURCE RSS_SIGNATURE { }
       
    26 
       
    27 RESOURCE TBUF16 {buf="";}
       
    28 
       
    29 RESOURCE EIK_APP_INFO
       
    30 	{
       
    31 	menubar=r_menubar;
       
    32 	}
       
    33 
       
    34 RESOURCE MENU_BAR r_menubar
       
    35 	{
       
    36 	titles =
       
    37 		{
       
    38 		MENU_TITLE 
       
    39 			{
       
    40 			menu_pane = r_file; 
       
    41 			txt="File"; 
       
    42 			}
       
    43 		};
       
    44 	}
       
    45 
       
    46 RESOURCE MENU_PANE r_file 
       
    47 	{
       
    48 	items=
       
    49         {
       
    50 		MENU_ITEM
       
    51 			{
       
    52 			command = EAppCmdExit;
       
    53 			txt = "Exit";
       
    54 			},
       
    55 		MENU_ITEM
       
    56 			{
       
    57 			command = EAppCmdInsertText;
       
    58 			txt = "Insert text";
       
    59 			},
       
    60 		MENU_ITEM
       
    61 			{
       
    62 			command = EAppCmdInsertPicture;
       
    63 			txt = "Insert picture";
       
    64 			},
       
    65 		MENU_ITEM
       
    66 			{
       
    67 			command = EAppCmdSetCharFormat;
       
    68 			txt = "Set char format";
       
    69 			},
       
    70 		MENU_ITEM
       
    71 			{
       
    72 			command = EAppCmdSwitchSelect;
       
    73 			txt = "Select on/off";
       
    74 			},
       
    75 		MENU_ITEM
       
    76 			{
       
    77 			command = EAppCmdSwitchOpaque;
       
    78 			txt = "Opaque text on/off";
       
    79 			}
       
    80 		};
       
    81 	}