diff -r 000000000000 -r ff3b6d0fd310 phoneclientserver/phoneclient/Data/PhoneClient.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phoneclientserver/phoneclient/Data/PhoneClient.rss Tue Feb 02 01:11:09 2010 +0200 @@ -0,0 +1,227 @@ +/* +* Copyright (c) 2002-2004 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: This file contains all the resources for the module. +* +*/ + + +// RESOURCE IDENTIFIER +NAME PhCl + +// INCLUDES + +#include +#include +#include "PhoneClient.hrh" +#include "eikon.rsg" +#include +#include +#include +#include + +// RESOURCE DEFINITIONS + +//---------------------------------------------------- +// +// RSS_SIGNATURE +// +// +//---------------------------------------------------- +// +RESOURCE RSS_SIGNATURE { } + + +//---------------------------------------------------- +// +// TBUF +// +// +//---------------------------------------------------- +// +RESOURCE TBUF { buf="phoneclient"; } + + +//---------------------------------------------------- +// +// r_softkey_quit +// +// +//---------------------------------------------------- +// +RESOURCE CBA r_softkey_quit + { + buttons = + { + CBA_BUTTON {}, + CBA_BUTTON {id=EAknSoftkeyClose; txt=text_softkey_quit;} + }; + } + + +//---------------------------------------------------- +// +// r_text_unconfirmed +// +// +//---------------------------------------------------- +// +RESOURCE TBUF r_text_unconfirmed + { + buf = text_unconfirmed; + } + + +//---------------------------------------------------- +// +// r_text_not_done +// +// +//---------------------------------------------------- +// +RESOURCE TBUF r_text_not_done + { + buf = text_not_done; + } + + +//---------------------------------------------------- +// +// r_text_not_allowed +// +// +//---------------------------------------------------- +// +RESOURCE TBUF r_text_not_allowed + { + buf = text_not_allowed; + } + + +//---------------------------------------------------- +// +// r_text_result_unknown +// +// +//---------------------------------------------------- +// +RESOURCE TBUF r_text_result_unknown + { + buf = text_result_unknown; + } + + +//---------------------------------------------------- +// +// r_text_done +// +// +//---------------------------------------------------- +// +RESOURCE TBUF r_text_done + { + buf = text_done; + } + + +//---------------------------------------------------- +// +// r_text_no_service +// +// +//---------------------------------------------------- +// +RESOURCE TBUF r_text_no_service + { + buf = text_no_service; + } + + +//---------------------------------------------------- +// +// r_text_offline +// +// +//---------------------------------------------------- +// +RESOURCE TBUF r_text_offline + { + buf = qtn_offline_not_possible; + } + + +//---------------------------------------------------- +// +// r_text_sending +// +// +//---------------------------------------------------- +// +RESOURCE TBUF r_text_sending + { + buf = text_sending; + } + + +// --------------------------------------------------------- +// +// r_phclt_softkeys_empty +// +// Empty softkeys; note that AVKON empty softkey +// resource can not be used, because flags are needed. +// +// --------------------------------------------------------- +// +RESOURCE CBA r_phclt_softkeys_empty + { + flags = EAknCBAFlagRespondWhenInvisible; + + buttons = + { + CBA_BUTTON + { + id = EAknSoftkeyEmpty; + txt = text_softkey_empty; + }, + CBA_BUTTON + { + id = EAknSoftkeyEmpty; + txt = text_softkey_empty; + } + }; + } + + +// --------------------------------------------------------- +// +// r_phclt_blank_dlg +// +// --------------------------------------------------------- +// +RESOURCE DIALOG r_phclt_blank_dlg + { + flags = ( EEikDialogFlagNoDrag | + EEikDialogFlagNoTitleBar | + EEikDialogFlagFillAppClientRect | + EEikDialogFlagCbaButtons | + EEikDialogFlagWait ); + + buttons = r_phclt_softkeys_empty; + + items = + { + }; + } + + +// End of File