|
1 // Copyright (c) 1997-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 // |
|
15 |
|
16 NAME TMSG |
|
17 |
|
18 #include <techview/eikon.rh> |
|
19 #include "TMSG.HRH" |
|
20 |
|
21 RESOURCE RSS_SIGNATURE |
|
22 { |
|
23 } |
|
24 |
|
25 RESOURCE TBUF16 { buf=""; } |
|
26 |
|
27 RESOURCE EIK_APP_INFO |
|
28 { |
|
29 toolbar=r_tmsg_toolbar; |
|
30 } |
|
31 |
|
32 RESOURCE HOTKEYS r_tmsg_hotkeys |
|
33 { |
|
34 control= |
|
35 { |
|
36 HOTKEY {command=EEikCmdExit; key='e';} |
|
37 }; |
|
38 } |
|
39 |
|
40 RESOURCE TOOLBAR r_tmsg_toolbar |
|
41 { |
|
42 breadth=0; |
|
43 controls= |
|
44 { |
|
45 TBAR_BUTTON {id=ETMsgCmdDisplayInfoMsgAtBottom; txt="Display info-msg at bottom";}, |
|
46 TBAR_BUTTON {id=ETMsgCmdDisplayInfoMsgAtTop; txt="Display info-msg at top";}, |
|
47 TBAR_BUTTON {id=ETMsgCmdCancelInfoMsg; txt="Cancel info-msg";}, |
|
48 TBAR_BUTTON {id=ETMsgCmdDisplaySingleBusyMsg; txt="Display single busy-msg";}, |
|
49 TBAR_BUTTON {id=ETMsgCmdDisplayTwoBusyMsgsInSameCorner; txt="Display 2 busy-msgs in same corner";}, |
|
50 TBAR_BUTTON {id=ETMsgCmdDisplayTwoBusyMsgsInDifferentCorners; txt="Display 2 busy-msgs in different corners";}, |
|
51 TBAR_BUTTON {id=ETMsgCmdDisplaySingleBusyMsgWithInitialDelayOfTenSeconds; txt="Display single busy-msg (init delay = 10)";}, |
|
52 TBAR_BUTTON {id=ETMsgCmdDisplayInfoMsgAtTopWithDurationOfTenSeconds; txt="Display info-msg at top (duration = 10)";}, |
|
53 TBAR_BUTTON {id=ETMsgCmdCycleThroughEikonEnvInfoMsgs; txt="Cycle through EikonEnv Info Msgs";}, |
|
54 TBAR_BUTTON {id=ETMsgCmdCycleThroughEikonEnvBusyMsgs; txt="Cycle through EikonEnv Busy Msgs";}, |
|
55 TBAR_BUTTON {id=ETMsgCmdCancelBusyMsg; txt="Cancel busy-msg";}, |
|
56 TBAR_BUTTON {id=EEikCmdExit; txt="Exit";} |
|
57 }; |
|
58 } |
|
59 |
|
60 RESOURCE TBUF r_tmsg_tbuf_infowinmsg_resourceid { buf="Displays a modal information dialog (CEikInfoDialog) on the screen with the specified lines of text"; } |
|
61 RESOURCE TBUF r_tmsg_tbuf_querywinmsg_resourceid { buf="Requests a yes or no response to a question from the user using a modal query dialog"; } |
|
62 RESOURCE TBUF r_tmsg_tbuf_resourceid { buf="(aResourceId,...)"; } |
|
63 RESOURCE TBUF r_tmsg_tbuf_resourceid_vlist { buf="(aResourceId,%d,%d)"; } |
|
64 RESOURCE TBUF r_tmsg_tbuf_corner_resourceid { buf="(aCorner,aResourceId,...) botLeft"; } |
|
65 RESOURCE TBUF r_tmsg_tbuf_corner_resourceid_vlist { buf="(aCorner,aResourceId,%d,%d) botLeft"; } |
|
66 RESOURCE TBUF r_tmsg_tbuf_resourceid_duration { buf="(aResourceId,duration,...) d = 8"; } |
|
67 RESOURCE TBUF r_tmsg_tbuf_resourceid_duration_vlist { buf="(aResourceId,duration,%d,%d) d = 8"; } |
|
68 RESOURCE TBUF r_tmsg_tbuf_corner_resourceid_duration { buf="(aCorner,aResourceId,duration,...) botLeft,d = 8"; } |
|
69 RESOURCE TBUF r_tmsg_tbuf_corner_resourceid_duration_vlist { buf="(aCorner,aResourceId,duration,%d,%d) botLeft,d = 8"; } |
|
70 RESOURCE TBUF r_tmsg_tbuf_busymsg_resourceid { buf="(aResourceId)"; } |
|
71 RESOURCE TBUF r_tmsg_tbuf_busymsg_resourceid_initialdelay { buf="(aResourceId,aInitialDelay) d = 3"; } |