|
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // t_RuleBasedApp3.rss |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 @internalComponent - Internal Symbian test code |
|
21 */ |
|
22 |
|
23 NAME GUBA |
|
24 |
|
25 #include <techview/eikon.rh> |
|
26 #include <appinfo.rh> |
|
27 #include <techview/eikon.rsg> |
|
28 #include <uiklafgt/eikcore.rsg> |
|
29 #include <fontids.h> |
|
30 #include <gulfont.hrh> |
|
31 |
|
32 #include "tRuleBasedApp.hrh" |
|
33 |
|
34 RESOURCE RSS_SIGNATURE { } |
|
35 |
|
36 RESOURCE TBUF { buf=""; } |
|
37 |
|
38 RESOURCE EIK_APP_INFO |
|
39 { |
|
40 hotkeys=r_rulebased_hotkeys; |
|
41 menubar=r_rulebased_menubar; |
|
42 } |
|
43 |
|
44 |
|
45 |
|
46 RESOURCE HOTKEYS r_rulebased_hotkeys |
|
47 { |
|
48 control= |
|
49 { |
|
50 HOTKEY { command=EEikCmdExit; key='e'; } |
|
51 }; |
|
52 } |
|
53 |
|
54 RESOURCE MENU_BAR r_rulebased_menubar |
|
55 { |
|
56 titles= |
|
57 { |
|
58 MENU_TITLE { menu_pane=r_rulebased_first_menu; txt="RuleBasedApp3"; } |
|
59 }; |
|
60 } |
|
61 |
|
62 RESOURCE MENU_PANE r_rulebased_first_menu |
|
63 { |
|
64 items= |
|
65 { |
|
66 MENU_ITEM { command=EEikCmdExit; txt="Close"; } |
|
67 }; |
|
68 } |
|
69 |
|
70 //TKAS |
|
71 RESOURCE TBUF r_appname_default_file |
|
72 { |
|
73 buf="tRuleBasedApp3"; |
|
74 } |
|
75 |
|
76 RESOURCE LOCALISABLE_APP_INFO r_lai |
|
77 { |
|
78 short_caption="RuleBased3"; |
|
79 |
|
80 caption_and_icon= |
|
81 { |
|
82 CAPTION_AND_ICON_INFO |
|
83 { |
|
84 caption="tRuleBasedApp3"; |
|
85 } |
|
86 }; |
|
87 |
|
88 } |
|
89 |
|
90 RESOURCE EIK_APP_INFO |
|
91 { |
|
92 |
|
93 } |
|
94 |
|
95 |
|
96 RESOURCE TBUF r_rulebased_text { buf="RuleBasedApp3"; } |