60
|
1 |
/*
|
|
2 |
* Copyright (c) 2002 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:
|
|
15 |
* This file contains all the string resources for the module Imum.
|
|
16 |
*
|
|
17 |
*
|
|
18 |
*/
|
|
19 |
|
|
20 |
|
|
21 |
// RESOURCE IDENTIFIER
|
|
22 |
// INCLUDES
|
|
23 |
// CONSTANTS
|
|
24 |
// MACROS
|
|
25 |
// RESOURCE DEFINITIONS
|
|
26 |
|
|
27 |
RESOURCE DIALOG r_conutl_logindetails_dlg
|
|
28 |
{
|
|
29 |
flags=EGeneralQueryFlags;
|
|
30 |
buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
|
|
31 |
items=
|
|
32 |
{
|
|
33 |
DLG_LINE
|
|
34 |
{
|
|
35 |
type=EAknCtMultilineQuery;
|
|
36 |
id=EMultilineFirstLine;
|
|
37 |
control = AVKON_DATA_QUERY
|
|
38 |
{
|
|
39 |
layout = EMultiDataFirstEdwin;
|
|
40 |
label = qtn_mce_rm_prompt_username;
|
|
41 |
control = EDWIN
|
|
42 |
{
|
|
43 |
default_case = EAknEditorLowerCase;
|
|
44 |
allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode;
|
|
45 |
default_input_mode = EAknEditorTextInputMode;
|
|
46 |
avkon_flags = EAknEditorFlagLatinInputModesOnly;
|
|
47 |
flags=0;
|
|
48 |
width=5;
|
|
49 |
lines=1;
|
|
50 |
maxlength=KImasLoginLength;
|
|
51 |
};
|
|
52 |
};
|
|
53 |
},
|
|
54 |
DLG_LINE
|
|
55 |
{
|
|
56 |
type=EAknCtMultilineQuery;
|
|
57 |
id=EMultilineSecondLine;
|
|
58 |
control= AVKON_DATA_QUERY
|
|
59 |
{
|
|
60 |
layout = EMultiDataSecondSecEd;
|
|
61 |
label = qtn_mce_rm_prompt_password;
|
|
62 |
control = SECRETED
|
|
63 |
{
|
|
64 |
num_letters=KImasPasswordLength;
|
|
65 |
};
|
|
66 |
};
|
|
67 |
}
|
|
68 |
};
|
|
69 |
}
|
|
70 |
|
|
71 |
RESOURCE DIALOG r_imum_service_delete_confirmation
|
|
72 |
{
|
|
73 |
flags = EGeneralQueryFlags;
|
|
74 |
buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
|
|
75 |
items=
|
|
76 |
{
|
|
77 |
DLG_LINE
|
|
78 |
{
|
|
79 |
type=EAknCtQuery;
|
|
80 |
id=EGeneralQuery;
|
|
81 |
control = AVKON_CONFIRMATION_QUERY
|
|
82 |
{
|
|
83 |
layout = EConfirmationQueryLayout;
|
|
84 |
label = "";
|
|
85 |
};
|
|
86 |
}
|
|
87 |
};
|
|
88 |
}
|
|
89 |
|
|
90 |
// End of File
|