equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2003 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 the License "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 SchemeDispatcher |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 // RESOURCE IDENTIFIER |
|
22 NAME SCHD // 4 letter ID |
|
23 // |
|
24 // INCLUDES |
|
25 |
|
26 #include "SchemeDispatcher.loc" |
|
27 #include <eikon.rh> |
|
28 #include <avkon.rsg> |
|
29 #include <avkon.rh> |
|
30 #include <avkon.mbg> |
|
31 #include <avkon.hrh> |
|
32 #include <avkon.loc> |
|
33 |
|
34 |
|
35 // CONSTANTS |
|
36 //#define ?constant ?value |
|
37 |
|
38 |
|
39 // MACROS |
|
40 //#define ?macro |
|
41 |
|
42 |
|
43 // RESOURCE DEFINITIONS |
|
44 |
|
45 RESOURCE RSS_SIGNATURE { } |
|
46 |
|
47 RESOURCE TBUF { buf="SchemeDispatcher"; } |
|
48 |
|
49 RESOURCE TBUF r_qtn_wml_wtai_call_no { buf=qtn_wml_wtai_call_no; } |
|
50 |
|
51 RESOURCE DIALOG r_confirmation_query |
|
52 { |
|
53 flags=EGeneralQueryFlags; |
|
54 buttons=R_AVKON_SOFTKEYS_YES_NO__YES; |
|
55 items= |
|
56 { |
|
57 DLG_LINE |
|
58 { |
|
59 type=EAknCtQuery; |
|
60 id=EGeneralQuery; |
|
61 control= AVKON_CONFIRMATION_QUERY |
|
62 { |
|
63 layout = EConfirmationLayout; |
|
64 }; |
|
65 } |
|
66 }; |
|
67 } |
|
68 |
|
69 // End of File |