|
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: Resource file for Soft Reject |
|
15 * |
|
16 */ |
|
17 |
|
18 // RESOURCE IDENTIFIER |
|
19 NAME PHSR // 4 letter ID |
|
20 |
|
21 // INCLUDES |
|
22 #include <eikon.rh> |
|
23 #include <avkon.rsg> |
|
24 #include <avkon.rh> |
|
25 #include <avkon.mbg> |
|
26 #include <avkon.loc> |
|
27 #include <eikcore.rsg> |
|
28 #include <eikon.rsg> |
|
29 #include <softreject.loc> |
|
30 |
|
31 // RESOURCE DEFINITIONS |
|
32 |
|
33 RESOURCE RSS_SIGNATURE |
|
34 { |
|
35 } |
|
36 |
|
37 //----------------------------------------------------------------------------- |
|
38 // |
|
39 // r_soft_reject_on |
|
40 // Soft reject: "On" |
|
41 // |
|
42 //----------------------------------------------------------------------------- |
|
43 // |
|
44 RESOURCE TBUF r_soft_reject_on |
|
45 { |
|
46 buf = qtn_gs_soft_on; |
|
47 } |
|
48 |
|
49 //----------------------------------------------------------------------------- |
|
50 // |
|
51 // r_soft_reject_off |
|
52 // Soft reject: "Off" |
|
53 // |
|
54 //----------------------------------------------------------------------------- |
|
55 // |
|
56 RESOURCE TBUF r_soft_reject_off |
|
57 { |
|
58 buf = qtn_gs_soft_off; |
|
59 } |
|
60 |
|
61 //---------------------------------------------------- |
|
62 // |
|
63 // qtn_gs_soft_reject_text_title |
|
64 // Soft Reject Text setting page resources |
|
65 // "Soft Reject" |
|
66 //---------------------------------------------------- |
|
67 // |
|
68 RESOURCE TBUF r_soft_reject_text |
|
69 { |
|
70 buf = qtn_gs_soft_reject_text_title; |
|
71 } |
|
72 |
|
73 //----------------------------------------------------------------------------- |
|
74 // |
|
75 // r_soft_reject_default_txt |
|
76 // Default text for Soft reject. |
|
77 // "Hi, I?m busy at the moment, but I contact you a bit later." |
|
78 //----------------------------------------------------------------------------- |
|
79 // |
|
80 RESOURCE TBUF r_soft_reject_default_txt |
|
81 { |
|
82 buf = qtn_gs_soft_default_text; |
|
83 } |
|
84 |
|
85 //----------------------------------------------------------------------------- |
|
86 // |
|
87 // r_soft_reject_txt_title |
|
88 // Default text title. |
|
89 // "Text for Soft reject" |
|
90 //----------------------------------------------------------------------------- |
|
91 // |
|
92 RESOURCE TBUF r_soft_reject_txt_title |
|
93 { |
|
94 buf = qtn_gs_soft_reject_text; |
|
95 } |
|
96 |
|
97 //---------------------------------------------------- |
|
98 // |
|
99 // r_setting_app_edwin |
|
100 // Text editor for Soft Reject text. |
|
101 // |
|
102 //---------------------------------------------------- |
|
103 // |
|
104 RESOURCE EDWIN r_setting_app_edwin |
|
105 { |
|
106 flags = 0; |
|
107 width = 9; |
|
108 lines = 5; |
|
109 maxlength = 160; |
|
110 } |
|
111 |
|
112 //---------------------------------------------------- |
|
113 // |
|
114 // r_text_setting_page |
|
115 // Setting page for Soft Reject text. |
|
116 // "Text for Soft reject" |
|
117 //---------------------------------------------------- |
|
118 // |
|
119 RESOURCE AVKON_SETTING_PAGE r_text_setting_page |
|
120 { |
|
121 label= qtn_gs_soft_reject_text_title; |
|
122 type = EEikCtEdwin; |
|
123 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
124 editor_resource_id = r_setting_app_edwin; |
|
125 } |
|
126 |
|
127 //---------------------------------------------------- |
|
128 // |
|
129 // qtn_mocal_sett_softrej_title |
|
130 // Soft Reject setting page resources |
|
131 // "Soft reject" |
|
132 //---------------------------------------------------- |
|
133 // |
|
134 RESOURCE TBUF r_soft_reject |
|
135 { |
|
136 buf = qtn_mocal_sett_softrej_title; |
|
137 } |
|
138 |
|
139 |
|
140 //End of File |