|
1 /* |
|
2 * Copyright (c) 2002-2004 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 PolicyEngineUI module. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 NAME COUI |
|
20 |
|
21 #include <eikon.rh> |
|
22 #include <avkon.rsg> |
|
23 #include <avkon.rh> |
|
24 #include <avkon.mbg> |
|
25 #include <avkon.loc> |
|
26 #include "policyengineui.hrh" |
|
27 #include <policyengineui.loc> |
|
28 |
|
29 RESOURCE RSS_SIGNATURE { } |
|
30 |
|
31 RESOURCE TBUF { buf = ""; } |
|
32 |
|
33 //------------------------------------------------------------------------------ |
|
34 // |
|
35 // r_policyengineui_confirmation_query |
|
36 // Defines a common confirmation dialog with cancel softkey for policyengine ui |
|
37 // |
|
38 //------------------------------------------------------------------------------ |
|
39 // |
|
40 |
|
41 |
|
42 RESOURCE DIALOG r_policyengineui_confirmation_query |
|
43 { |
|
44 flags = EGeneralQueryFlags; |
|
45 buttons = R_AVKON_SOFTKEYS_OK_CANCEL; |
|
46 items= |
|
47 { |
|
48 DLG_LINE |
|
49 { |
|
50 type = EAknCtQuery; |
|
51 id = EGeneralQuery; |
|
52 control = AVKON_CONFIRMATION_QUERY |
|
53 { |
|
54 layout = EConfirmationQueryLayout; |
|
55 bmpfile = "z:\\resource\\apps\\avkon2.mbm"; |
|
56 bmpid = EMbmAvkonQgn_note_info; |
|
57 bmpmask = EMbmAvkonQgn_note_info_mask; |
|
58 }; |
|
59 } |
|
60 }; |
|
61 } |
|
62 |
|
63 //------------------------------------------------------------------------------ |
|
64 // |
|
65 // r_policyengineui_confirmation |
|
66 // Defines a common confirmation dialog without cancel softkey for policyengine ui |
|
67 // |
|
68 //------------------------------------------------------------------------------ |
|
69 // |
|
70 |
|
71 RESOURCE DIALOG r_policyengineui_confirmation |
|
72 { |
|
73 flags = EGeneralQueryFlags; |
|
74 buttons = R_AVKON_SOFTKEYS_OK_EMPTY; |
|
75 items= |
|
76 { |
|
77 DLG_LINE |
|
78 { |
|
79 type = EAknCtQuery; |
|
80 id = EGeneralQuery; |
|
81 control = AVKON_CONFIRMATION_QUERY |
|
82 { |
|
83 layout = EConfirmationQueryLayout; |
|
84 bmpfile = "z:\\resource\\apps\\avkon2.mbm"; |
|
85 bmpid = EMbmAvkonQgn_note_info; |
|
86 bmpmask = EMbmAvkonQgn_note_info_mask; |
|
87 }; |
|
88 } |
|
89 }; |
|
90 } |
|
91 |
|
92 //------------------------------------------------------------------------------ |
|
93 // |
|
94 // r_policyengineui_data_query |
|
95 // Defines a common data query dialog for policyengine ui |
|
96 // |
|
97 //------------------------------------------------------------------------------ |
|
98 // |
|
99 |
|
100 RESOURCE DIALOG r_policyengineui_data_query |
|
101 { |
|
102 flags = EGeneralQueryFlags; |
|
103 buttons = R_AVKON_SOFTKEYS_OK_CANCEL; |
|
104 items= |
|
105 { |
|
106 DLG_LINE |
|
107 { |
|
108 type = EAknCtQuery; |
|
109 id = EGeneralQuery; |
|
110 control = AVKON_DATA_QUERY |
|
111 { |
|
112 layout = EDataLayout; |
|
113 control = EDWIN |
|
114 { |
|
115 flags = EEikEdwinNoHorizScrolling|EEikEdwinResizable; |
|
116 lines = 1; |
|
117 maxlength = RANDOM_PART_MAX_SIZE; |
|
118 }; |
|
119 }; |
|
120 } |
|
121 }; |
|
122 } |
|
123 |
|
124 //------------------------------------------------------------------------------ |
|
125 // |
|
126 // r_swcommon_general_wait_dialog |
|
127 // Defines a common wait dialog |
|
128 // |
|
129 //------------------------------------------------------------------------------ |
|
130 // |
|
131 |
|
132 RESOURCE DIALOG r_policy_engine_possession_info |
|
133 { |
|
134 flags = EGeneralQueryFlags | EEikDialogFlagNoShadow; |
|
135 buttons = R_AVKON_SOFTKEYS_OK_CANCEL; |
|
136 items= |
|
137 { |
|
138 DLG_LINE |
|
139 { |
|
140 type = EAknCtPopupHeadingPane; |
|
141 id = EAknMessageQueryHeaderId; |
|
142 control = AVKON_HEADING |
|
143 { |
|
144 }; |
|
145 }, |
|
146 DLG_LINE |
|
147 { |
|
148 type = EAknCtMessageQuery; |
|
149 id = EAknMessageQueryContentId; |
|
150 control = AVKON_MESSAGE_QUERY |
|
151 { |
|
152 }; |
|
153 } |
|
154 }; |
|
155 } |
|
156 |
|
157 |
|
158 //------------------------------------------------------------------------------ |
|
159 // |
|
160 // String definitions |
|
161 // |
|
162 //------------------------------------------------------------------------------ |
|
163 // |
|
164 |
|
165 //Confirmation dialog strings |
|
166 |
|
167 RESOURCE TBUF r_policyengineui_control_note_header { buf = qtn_policyengineui_control_note_header; } |
|
168 RESOURCE TBUF r_policyengineui_control_note { buf = qtn_policyengineui_control_note; } |
|
169 RESOURCE TBUF r_policyengineui_question_note { buf = qtn_policyengineui_question_note ;} |
|
170 RESOURCE TBUF r_policyengineui_remove_note { buf = ""; } |
|
171 RESOURCE TBUF r_policyengineui_denied_note { buf = qtn_policyengineui_denied_note; } |
|
172 RESOURCE TBUF r_policyengineui_unmatch_note { buf = qtn_policyengineui_unmatch_note; } |
|
173 RESOURCE TBUF r_policyengineui_security_info_note { buf = qtn_policyengineui_security_info_note; } |
|
174 RESOURCE TBUF r_policyengineui_trust_established { buf = qtn_trust_established; } |
|
175 |
|
176 // End of File |