|
1 /* |
|
2 * Copyright (c) 2007 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 GSPDataAccessPointPlugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // RESOURCE IDENTIFIER |
|
20 NAME PDAP // 4 letter ID |
|
21 |
|
22 // INCLUDES |
|
23 #include <gspdataaccesspointplugin.loc> // PDataAccessPoint localized strings |
|
24 |
|
25 #include <data_caging_paths_strings.hrh> |
|
26 #include <bldvariant.hrh> |
|
27 #include <avkon.loc> // Avkon localized strings |
|
28 #include <avkon.mbg> |
|
29 #include <avkon.rsg> |
|
30 #include <eikcore.rsg> |
|
31 #include <uikon.rh> |
|
32 #include <GSApp.rsg> |
|
33 |
|
34 // CONSTANTS |
|
35 |
|
36 // RESOURCE DEFINITIONS |
|
37 |
|
38 //---------------------------------------------------- |
|
39 // |
|
40 // |
|
41 // Needed or loading the resource fails! |
|
42 // |
|
43 //---------------------------------------------------- |
|
44 // |
|
45 RESOURCE RSS_SIGNATURE |
|
46 { |
|
47 } |
|
48 |
|
49 // Common resources among GS |
|
50 #include "GSCommonResources.rss" |
|
51 |
|
52 |
|
53 //---------------------------------------------------- |
|
54 // |
|
55 // r_gs_PDataAccessPoint_view |
|
56 // Active idle view. |
|
57 // |
|
58 //---------------------------------------------------- |
|
59 // |
|
60 RESOURCE AVKON_VIEW r_gs_pdataaccesspoint_view |
|
61 { |
|
62 menubar = r_gs_menubar_change_exit; |
|
63 cba = R_GS_SOFTKEYS_OPTIONS_BACK_CHANGE; |
|
64 } |
|
65 |
|
66 |
|
67 |
|
68 // DIAL-UP ACCESS POINT NAME |
|
69 |
|
70 //---------------------------------------------------- |
|
71 // |
|
72 // r_dialup_ap_name_none |
|
73 // Text resource for Dial-up access point name setting. |
|
74 // |
|
75 //---------------------------------------------------- |
|
76 // |
|
77 RESOURCE TBUF r_dialup_ap_name_none |
|
78 { |
|
79 buf = qtn_selec_sett_val_field_none; |
|
80 } |
|
81 |
|
82 //---------------------------------------------------- |
|
83 // |
|
84 // r_dialup_ap_name_setting_page |
|
85 // |
|
86 // |
|
87 //---------------------------------------------------- |
|
88 // |
|
89 RESOURCE AVKON_SETTING_PAGE r_dialup_ap_name_setting_page |
|
90 { |
|
91 label= qtn_set_dial_up_ap_gprs; |
|
92 type = EEikCtEdwin; |
|
93 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
94 editor_resource_id = r_dialup_ap_name_edwin; |
|
95 } |
|
96 |
|
97 //---------------------------------------------------- |
|
98 // |
|
99 // r_dialup_ap_name_edwin |
|
100 // Dialup acces point name editor. |
|
101 // |
|
102 //---------------------------------------------------- |
|
103 // |
|
104 RESOURCE EDWIN r_dialup_ap_name_edwin |
|
105 { |
|
106 width = 9; |
|
107 lines = 5; |
|
108 maxlength = 100; |
|
109 numeric_keymap = EAknEditorStandardNumberModeKeymap; |
|
110 allowed_input_modes = EAknEditorTextInputMode |EAknEditorNumericInputMode; |
|
111 default_case = EAknEditorLowerCase; |
|
112 avkon_flags = EAknEditorFlagNoT9 | EAknEditorFlagLatinInputModesOnly; |
|
113 flags = EEikEdwinNoLineOrParaBreaks; |
|
114 } |
|
115 |
|
116 //---------------------------------------------------- |
|
117 // |
|
118 // r_gs_pdataaccesspoint_plugin_caption |
|
119 // Packet Data Accesspoint Plugin caption. |
|
120 // |
|
121 //---------------------------------------------------- |
|
122 // |
|
123 RESOURCE TBUF r_gs_pdataaccesspoint_plugin_caption |
|
124 { |
|
125 buf = qtn_set_dial_up_ap_gprs; |
|
126 } |
|
127 |
|
128 //End of File |