diff -r 8ee96d21d9bf -r 7e0eff37aedb gssettingsuis/Gs/GSCallPlugin/data/SoftReject.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gssettingsuis/Gs/GSCallPlugin/data/SoftReject.rss Wed Sep 01 12:20:44 2010 +0100 @@ -0,0 +1,140 @@ +/* +* 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 + +// 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; + } + +//---------------------------------------------------- +// +// 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; + softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; + 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; + } + + +//End of File