equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-2007 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: This file contains resources for start-up monitor. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // INCLUDES |
|
20 #include <Pbk2Commands.hrh> |
|
21 |
|
22 // -------------------------------------------------------------------------- |
|
23 // "Checking contacts..." wait note |
|
24 // -------------------------------------------------------------------------- |
|
25 // |
|
26 RESOURCE DIALOG r_qtn_fdn_reading_memory_wait_note |
|
27 { |
|
28 flags = EAknWaitNoteFlags; |
|
29 buttons = R_AVKON_SOFTKEYS_CANCEL; |
|
30 items = |
|
31 { |
|
32 DLG_LINE |
|
33 { |
|
34 type = EAknCtNote; |
|
35 id = EPbk2NoteCheckingContacts; |
|
36 control = AVKON_NOTE |
|
37 { |
|
38 layout = EWaitLayout; |
|
39 animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
40 singular_label = qtn_fdn_reading_memory; |
|
41 }; |
|
42 } |
|
43 }; |
|
44 } |
|
45 |
|
46 // End of File |