diff -r 3f8368f032cf -r e3554c9069b6 gssettingsuis/Gs/Data/SoftReject.rss --- a/gssettingsuis/Gs/Data/SoftReject.rss Tue Feb 02 00:22:03 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,193 +0,0 @@ -/* -* Copyright (c) 2005 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 Soft Reject -* -*/ - -// RESOURCE IDENTIFIER -NAME PHSR // 4 letter ID - -// INCLUDES -#include -#include -#include -#include -#include -#include -#include -#include "SoftReject.loc" -//#include "Phone.hrh" - -// RESOURCE DEFINITIONS - -RESOURCE RSS_SIGNATURE - { - } - -//----------------------------------------------------------------------------- -// -// r_soft_reject_on -// Soft reject: "On" -// -//----------------------------------------------------------------------------- -// -RESOURCE TBUF r_soft_reject_on - { - buf = qtn_gs_soft_on; - } - -//----------------------------------------------------------------------------- -// -// r_soft_reject_off -// Soft reject: "Off" -// -//----------------------------------------------------------------------------- -// -RESOURCE TBUF r_soft_reject_off - { - buf = qtn_gs_soft_off; - } - -//---------------------------------------------------- -// -// qtn_gs_soft_reject_text_title -// Soft Reject Text setting page resources -// "Soft Reject" -//---------------------------------------------------- -// -RESOURCE TBUF r_soft_reject_text - { - buf = qtn_gs_soft_reject_text_title; - } - -//----------------------------------------------------------------------------- -// -// r_soft_reject_default_txt -// Default text for Soft reject. -// "Hi, I’m busy at the moment, but I contact you a bit later." -//----------------------------------------------------------------------------- -// -RESOURCE TBUF r_soft_reject_default_txt - { - buf = qtn_gs_soft_default_text; - } - -//----------------------------------------------------------------------------- -// -// r_soft_reject_txt_title -// Default text title. -// "Text for Soft reject" -//----------------------------------------------------------------------------- -// -RESOURCE TBUF r_soft_reject_txt_title - { - buf = qtn_gs_soft_reject_text; - } - -//---------------------------------------------------- -// -// r_setting_app_edwin -// Text editor for Soft Reject text. -// -//---------------------------------------------------- -// -RESOURCE EDWIN r_setting_app_edwin - { - flags = 0; - width = 9; - lines = 5; - maxlength = 160; - numeric_keymap = EAknEditorStandardNumberModeKeymap; - allowed_input_modes = EAknEditorAllInputModes; - default_input_mode = EAknEditorTextInputMode; - } - -//---------------------------------------------------- -// -// r_text_setting_page -// Setting page for Soft Reject text. -// "Text for Soft reject" -//---------------------------------------------------- -// -RESOURCE AVKON_SETTING_PAGE r_text_setting_page - { - label= qtn_gs_soft_reject_text_title; - type = EEikCtEdwin; - editor_resource_id = r_setting_app_edwin; - } - -//---------------------------------------------------- -// -// qtn_mocal_sett_softrej_title -// Soft Reject setting page resources -// "Soft reject" -//---------------------------------------------------- -// -RESOURCE TBUF r_soft_reject - { - buf = qtn_mocal_sett_softrej_title; - } - -/* -// ----------------------------------------------------------------------------- -// -// r_phone_softkeys_options_softreject -// It is softkeys for soft reject. -// -// ----------------------------------------------------------------------------- -// -RESOURCE CBA r_phone_softkeys_options_softreject - { - buttons = - { - CBA_BUTTON - { - id = EPhoneCmdOptions; - txt = text_softkey_option; - }, - CBA_BUTTON - { - id = EPhoneCallComingCmdSoftReject; - txt = qtn_softkey_soft_reject; - } - }; - } - -// ----------------------------------------------------------------------------- -// -// r_phone_softkeys_options_softreject_slider -// It is softkeys for soft reject with slider devices. -// -// ----------------------------------------------------------------------------- -// -RESOURCE CBA r_phone_softkeys_options_softreject_slider - { - buttons = - { - CBA_BUTTON - { - id = EPhoneCallComingCmdAnswer; - txt = text_softkey_answer; - }, - CBA_BUTTON - { - id = EPhoneCallComingCmdSoftReject; - txt = qtn_softkey_soft_reject; - } - }; - } -*/ - -//End of File \ No newline at end of file