/*
* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: Resource file for GSPDataAccessPointPlugin.
*
*/
// RESOURCE IDENTIFIER
NAME PDAP // 4 letter ID
// INCLUDES
#include <gspdataaccesspointplugin.loc> // PDataAccessPoint localized strings
#include <data_caging_paths_strings.hrh>
#include <bldvariant.hrh>
#include <avkon.loc> // Avkon localized strings
#include <avkon.mbg>
#include <avkon.rsg>
#include <eikcore.rsg>
#include <uikon.rh>
#include <GSApp.rsg>
// CONSTANTS
// RESOURCE DEFINITIONS
//----------------------------------------------------
//
//
// Needed or loading the resource fails!
//
//----------------------------------------------------
//
RESOURCE RSS_SIGNATURE
{
}
// Common resources among GS
#include "GSCommonResources.rss"
//----------------------------------------------------
//
// r_gs_PDataAccessPoint_view
// Active idle view.
//
//----------------------------------------------------
//
RESOURCE AVKON_VIEW r_gs_pdataaccesspoint_view
{
menubar = r_gs_menubar_change_exit;
cba = R_GS_SOFTKEYS_OPTIONS_BACK_CHANGE;
}
// DIAL-UP ACCESS POINT NAME
//----------------------------------------------------
//
// r_dialup_ap_name_none
// Text resource for Dial-up access point name setting.
//
//----------------------------------------------------
//
RESOURCE TBUF r_dialup_ap_name_none
{
buf = qtn_selec_sett_val_field_none;
}
//----------------------------------------------------
//
// r_dialup_ap_name_setting_page
//
//
//----------------------------------------------------
//
RESOURCE AVKON_SETTING_PAGE r_dialup_ap_name_setting_page
{
label= qtn_set_dial_up_ap_gprs;
type = EEikCtEdwin;
softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
editor_resource_id = r_dialup_ap_name_edwin;
}
//----------------------------------------------------
//
// r_dialup_ap_name_edwin
// Dialup acces point name editor.
//
//----------------------------------------------------
//
RESOURCE EDWIN r_dialup_ap_name_edwin
{
width = 9;
lines = 5;
maxlength = 100;
numeric_keymap = EAknEditorStandardNumberModeKeymap;
allowed_input_modes = EAknEditorTextInputMode |EAknEditorNumericInputMode;
default_case = EAknEditorLowerCase;
avkon_flags = EAknEditorFlagNoT9 | EAknEditorFlagLatinInputModesOnly;
flags = EEikEdwinNoLineOrParaBreaks;
}
//----------------------------------------------------
//
// r_gs_pdataaccesspoint_plugin_caption
// Packet Data Accesspoint Plugin caption.
//
//----------------------------------------------------
//
RESOURCE TBUF r_gs_pdataaccesspoint_plugin_caption
{
buf = qtn_set_dial_up_ap_gprs;
}
//End of File