equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2006 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: Resource definitions for project MsgEditorUtils |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // RESOURCE IDENTIFIER |
|
21 NAME MUTI |
|
22 |
|
23 // INCLUDES |
|
24 #include <eikon.rh> |
|
25 #include "eikon.rsg" |
|
26 #include <avkon.rsg> |
|
27 #include <avkon.rh> |
|
28 #include <avkon.mbg> |
|
29 |
|
30 // CONSTANTS |
|
31 // MACROS |
|
32 |
|
33 |
|
34 // RESOURCE DEFINITIONS |
|
35 |
|
36 // --------------------------------------------------------- |
|
37 // |
|
38 // RSS_SIGNATURE |
|
39 // Standard resource signature. |
|
40 // |
|
41 // --------------------------------------------------------- |
|
42 // |
|
43 RESOURCE RSS_SIGNATURE { } |
|
44 |
|
45 RESOURCE TBUF |
|
46 { |
|
47 buf = "msgeditorutils"; |
|
48 } |
|
49 |
|
50 RESOURCE DIALOG r_msgeditorutils_general_confirmation_query |
|
51 { |
|
52 flags= EGeneralQueryFlags; |
|
53 buttons = R_AVKON_SOFTKEYS_YES_NO__YES; |
|
54 items= |
|
55 { |
|
56 DLG_LINE |
|
57 { |
|
58 type=EAknCtQuery; |
|
59 id=EGeneralQuery; |
|
60 control=AVKON_CONFIRMATION_QUERY |
|
61 { |
|
62 layout = EConfirmationQueryLayout; |
|
63 }; |
|
64 } |
|
65 }; |
|
66 } |
|
67 |
|
68 RESOURCE DIALOG r_msgeditorutils_general_confirmation_query_ok_cancel |
|
69 { |
|
70 flags= EGeneralQueryFlags; |
|
71 buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
72 items= |
|
73 { |
|
74 DLG_LINE |
|
75 { |
|
76 type=EAknCtQuery; |
|
77 id=EGeneralQuery; |
|
78 control=AVKON_CONFIRMATION_QUERY |
|
79 { |
|
80 layout = EConfirmationQueryLayout; |
|
81 }; |
|
82 } |
|
83 }; |
|
84 } |
|
85 |
|
86 // end of file |