|
1 /* |
|
2 * Copyright (c) 2009 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: Variant Keys of connection UI |
|
15 * |
|
16 */ |
|
17 #ifndef _VARIATNKEYS_H_ |
|
18 #define _VARIATNKEYS_H_ |
|
19 |
|
20 |
|
21 #include "IMPrivateCRKeys.h" |
|
22 #include <IMConnectionUIVariationNG.rsg> |
|
23 |
|
24 // Variant Keys.h |
|
25 typedef enum KeyTableIndex |
|
26 { |
|
27 RSC_CHAT_VARIATION_IMPSCU_SHOW_UID_PW_QUERY = 1, |
|
28 RSC_CHAT_VARIATION_IMPSCU_REACTIVE_AUTHORIZATION, |
|
29 RSC_CHAT_VARIATION_IMPSCU_SAVE_PW_QUERY, |
|
30 RSC_CHAT_VARIATION_IMPSCU_DOMAIN_SELECTION, |
|
31 RSC_CHAT_VARIATION_USE_ALIAS_ATTRIBUTE, |
|
32 RSC_CHAT_VARIATION_IMPSCU_TOU_MESSAGE, |
|
33 RSC_CHAT_VARIATION_IMPSCU_USERID_TEXTUAL_INPUTMODE, |
|
34 RSC_CHAT_VARIATION_IMPSCU_SAVE_PW_WARNING, |
|
35 RSC_CHAT_VARIATION_IMPSCU_LOCK_SERVER_SETTING, |
|
36 RSC_CHAT_VARIATION_SHOW_SIGN_IN_ANIMATION |
|
37 |
|
38 } KeyTableIndex; |
|
39 |
|
40 #endif |