1 /* |
|
2 * Copyright (c) 2005 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 * Resource file for Soft Reject |
|
16 * |
|
17 */ |
|
18 |
|
19 // RESOURCE IDENTIFIER |
|
20 NAME PHSR // 4 letter ID |
|
21 |
|
22 // INCLUDES |
|
23 #include <eikon.rh> |
|
24 #include <avkon.rsg> |
|
25 #include <avkon.rh> |
|
26 #include <avkon.mbg> |
|
27 #include <avkon.loc> |
|
28 #include <eikcore.rsg> |
|
29 #include <eikon.rsg> |
|
30 #include "SoftReject.loc" |
|
31 //#include "Phone.hrh" |
|
32 |
|
33 // RESOURCE DEFINITIONS |
|
34 |
|
35 RESOURCE RSS_SIGNATURE |
|
36 { |
|
37 } |
|
38 |
|
39 //----------------------------------------------------------------------------- |
|
40 // |
|
41 // r_soft_reject_on |
|
42 // Soft reject: "On" |
|
43 // |
|
44 //----------------------------------------------------------------------------- |
|
45 // |
|
46 RESOURCE TBUF r_soft_reject_on |
|
47 { |
|
48 buf = qtn_gs_soft_on; |
|
49 } |
|
50 |
|
51 //----------------------------------------------------------------------------- |
|
52 // |
|
53 // r_soft_reject_off |
|
54 // Soft reject: "Off" |
|
55 // |
|
56 //----------------------------------------------------------------------------- |
|
57 // |
|
58 RESOURCE TBUF r_soft_reject_off |
|
59 { |
|
60 buf = qtn_gs_soft_off; |
|
61 } |
|
62 |
|
63 //---------------------------------------------------- |
|
64 // |
|
65 // qtn_gs_soft_reject_text_title |
|
66 // Soft Reject Text setting page resources |
|
67 // "Soft Reject" |
|
68 //---------------------------------------------------- |
|
69 // |
|
70 RESOURCE TBUF r_soft_reject_text |
|
71 { |
|
72 buf = qtn_gs_soft_reject_text_title; |
|
73 } |
|
74 |
|
75 //----------------------------------------------------------------------------- |
|
76 // |
|
77 // r_soft_reject_default_txt |
|
78 // Default text for Soft reject. |
|
79 // "Hi, I’m busy at the moment, but I contact you a bit later." |
|
80 //----------------------------------------------------------------------------- |
|
81 // |
|
82 RESOURCE TBUF r_soft_reject_default_txt |
|
83 { |
|
84 buf = qtn_gs_soft_default_text; |
|
85 } |
|
86 |
|
87 //----------------------------------------------------------------------------- |
|
88 // |
|
89 // r_soft_reject_txt_title |
|
90 // Default text title. |
|
91 // "Text for Soft reject" |
|
92 //----------------------------------------------------------------------------- |
|
93 // |
|
94 RESOURCE TBUF r_soft_reject_txt_title |
|
95 { |
|
96 buf = qtn_gs_soft_reject_text; |
|
97 } |
|
98 |
|
99 //---------------------------------------------------- |
|
100 // |
|
101 // r_setting_app_edwin |
|
102 // Text editor for Soft Reject text. |
|
103 // |
|
104 //---------------------------------------------------- |
|
105 // |
|
106 RESOURCE EDWIN r_setting_app_edwin |
|
107 { |
|
108 flags = 0; |
|
109 width = 9; |
|
110 lines = 5; |
|
111 maxlength = 160; |
|
112 numeric_keymap = EAknEditorStandardNumberModeKeymap; |
|
113 allowed_input_modes = EAknEditorAllInputModes; |
|
114 default_input_mode = EAknEditorTextInputMode; |
|
115 } |
|
116 |
|
117 //---------------------------------------------------- |
|
118 // |
|
119 // r_text_setting_page |
|
120 // Setting page for Soft Reject text. |
|
121 // "Text for Soft reject" |
|
122 //---------------------------------------------------- |
|
123 // |
|
124 RESOURCE AVKON_SETTING_PAGE r_text_setting_page |
|
125 { |
|
126 label= qtn_gs_soft_reject_text_title; |
|
127 type = EEikCtEdwin; |
|
128 editor_resource_id = r_setting_app_edwin; |
|
129 } |
|
130 |
|
131 //---------------------------------------------------- |
|
132 // |
|
133 // qtn_mocal_sett_softrej_title |
|
134 // Soft Reject setting page resources |
|
135 // "Soft reject" |
|
136 //---------------------------------------------------- |
|
137 // |
|
138 RESOURCE TBUF r_soft_reject |
|
139 { |
|
140 buf = qtn_mocal_sett_softrej_title; |
|
141 } |
|
142 |
|
143 /* |
|
144 // ----------------------------------------------------------------------------- |
|
145 // |
|
146 // r_phone_softkeys_options_softreject |
|
147 // It is softkeys for soft reject. |
|
148 // |
|
149 // ----------------------------------------------------------------------------- |
|
150 // |
|
151 RESOURCE CBA r_phone_softkeys_options_softreject |
|
152 { |
|
153 buttons = |
|
154 { |
|
155 CBA_BUTTON |
|
156 { |
|
157 id = EPhoneCmdOptions; |
|
158 txt = text_softkey_option; |
|
159 }, |
|
160 CBA_BUTTON |
|
161 { |
|
162 id = EPhoneCallComingCmdSoftReject; |
|
163 txt = qtn_softkey_soft_reject; |
|
164 } |
|
165 }; |
|
166 } |
|
167 |
|
168 // ----------------------------------------------------------------------------- |
|
169 // |
|
170 // r_phone_softkeys_options_softreject_slider |
|
171 // It is softkeys for soft reject with slider devices. |
|
172 // |
|
173 // ----------------------------------------------------------------------------- |
|
174 // |
|
175 RESOURCE CBA r_phone_softkeys_options_softreject_slider |
|
176 { |
|
177 buttons = |
|
178 { |
|
179 CBA_BUTTON |
|
180 { |
|
181 id = EPhoneCallComingCmdAnswer; |
|
182 txt = text_softkey_answer; |
|
183 }, |
|
184 CBA_BUTTON |
|
185 { |
|
186 id = EPhoneCallComingCmdSoftReject; |
|
187 txt = qtn_softkey_soft_reject; |
|
188 } |
|
189 }; |
|
190 } |
|
191 */ |
|
192 |
|
193 //End of File |
|