|
1 /* |
|
2 * Copyright (c) 2002-2006 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 project RingBC |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // RESOURCE IDENTIFIER |
|
21 NAME RTBC |
|
22 |
|
23 // INCLUDES |
|
24 #include <eikon.rh> |
|
25 #include "RingBC.hrh" |
|
26 #include "eikon.rsg" |
|
27 #include <avkon.rsg> |
|
28 #include <avkon.rh> |
|
29 #include <avkon.hrh> |
|
30 #include <avkon.mbg> |
|
31 #include <avkon.loc> |
|
32 |
|
33 #include <ringbc.loc> // Localisable text |
|
34 |
|
35 |
|
36 // RESOURCE DEFINITIONS |
|
37 // --------------------------------------------------------- |
|
38 // |
|
39 // RSS_SIGNATURE |
|
40 // Standard resource signature. |
|
41 // |
|
42 // --------------------------------------------------------- |
|
43 // |
|
44 RESOURCE RSS_SIGNATURE { } |
|
45 |
|
46 RESOURCE TBUF r_sm_playback |
|
47 { |
|
48 buf = qtn_sm_playback; |
|
49 } |
|
50 |
|
51 |
|
52 RESOURCE TBUF r_sm_add_composer |
|
53 { |
|
54 buf = qtn_sm_add_composer; |
|
55 } |
|
56 |
|
57 RESOURCE CBA r_ringcontrol_softkeys_stop |
|
58 { |
|
59 buttons = |
|
60 { |
|
61 CBA_BUTTON { txt = text_softkey_empty; }, |
|
62 CBA_BUTTON { id = ESoftkeyStop; txt = qtn_sm_option_stop_playback;}, |
|
63 CBA_BUTTON { id = ESoftkeyStop; txt = text_softkey_empty;} |
|
64 }; |
|
65 } |
|
66 |
|
67 RESOURCE TBUF r_sm_title_ringing_tone |
|
68 { |
|
69 buf = qtn_sm_title_ringing_tone; |
|
70 } |
|
71 |
|
72 RESOURCE TBUF r_base_string |
|
73 { |
|
74 buf="0\t%S"; |
|
75 } |
|
76 |
|
77 RESOURCE TBUF r_sm_note_tone_copied |
|
78 { |
|
79 buf = qtn_sm_note_tone_copied; |
|
80 } |
|
81 |
|
82 RESOURCE TBUF r_sm_tone_name |
|
83 { |
|
84 buf = qtn_sm_tone_name; |
|
85 } |
|
86 |
|
87 RESOURCE TBUF r_fldr_bad_file_name |
|
88 { |
|
89 buf = qtn_fldr_bad_file_name; |
|
90 } |
|
91 |
|
92 RESOURCE TBUF r_fldr_illegal_characters |
|
93 { |
|
94 buf = qtn_fldr_illegal_characters; |
|
95 } |
|
96 |
|
97 RESOURCE TBUF r_fldr_rename_query |
|
98 { |
|
99 buf = qtn_fldr_rename_query; |
|
100 } |
|
101 |
|
102 /** |
|
103 * Enter Ringingtone text query's definition |
|
104 */ |
|
105 |
|
106 RESOURCE DIALOG r_sm_query_ringing_tone |
|
107 { |
|
108 flags = EGeneralQueryFlags; |
|
109 buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
110 items = |
|
111 { |
|
112 DLG_LINE |
|
113 { |
|
114 type = EAknCtQuery; |
|
115 id = EGeneralQuery; |
|
116 control= AVKON_DATA_QUERY |
|
117 { |
|
118 layout = ETextEditor; |
|
119 label = qtn_fldr_item_name_prmpt; |
|
120 control = EDWIN |
|
121 { |
|
122 flags = 0; |
|
123 width = 10; |
|
124 lines = 1; |
|
125 maxlength = KTextQueryMaxLength; |
|
126 allowed_input_modes = EAknEditorAlphaInputMode; |
|
127 default_input_mode = EAknEditorAlphaInputMode; |
|
128 }; |
|
129 }; |
|
130 } |
|
131 }; |
|
132 } |
|
133 |
|
134 // End of File |