connectionutilities/ConnectionDialogs/ConnectionUiUtilities/data/ConnectionUiUtilities.rss
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/data/ConnectionUiUtilities.rss Thu Dec 17 08:55:21 2009 +0200
@@ -0,0 +1,129 @@
+/*
+* Copyright (c) 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 resources for the Connection Ui Utilities.
+*
+*/
+
+
+// RESOURCE IDENTIFIER
+NAME ACUU // 4 letter ID
+
+// INCLUDES
+#include <eikon.rh>
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.mbg>
+#include <AvkonIcons.hrh>
+#include <connectionuiutilities.loc>
+
+
+// RESOURCE DEFINITIONS
+
+RESOURCE RSS_SIGNATURE { }
+
+
+RESOURCE TBUF { buf="ConnectionUiUtilities"; }
+
+RESOURCE TBUF r_always_ask_always_ask
+ {
+ buf = qtn_netw_sett_iap_pref_prompt;
+ }
+
+RESOURCE TBUF r_always_ask_user_defined
+ {
+ buf = qtn_netw_sett_iap_pref_user_def;
+ }
+
+RESOURCE AVKON_SETTING_PAGE r_always_ask_page
+ {
+ label = qtn_netw_sett_default_iap;
+ softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
+ type = EAknSetListBox;
+ editor_resource_id= r_always_ask_page_listbox;
+ }
+
+RESOURCE LISTBOX r_always_ask_page_listbox
+ {
+ flags = EEikListBoxMultipleSelection;
+ }
+
+
+
+RESOURCE AVKON_LIST_QUERY r_change_conn_list_query
+ {
+ softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
+ flags = EEikDialogFlagNotifyEsc;
+
+ items =
+ {
+ AVKON_LIST_QUERY_DLG_LINE
+ {
+ id = EListQueryControl;
+ control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
+ {
+ actuallisttype = EAknCtSingleGraphicPopupMenuListBox;
+ listbox = AVKON_LIST_QUERY_LIST
+ {
+ flags = EAknListBoxSelectionList;
+ };
+
+ heading = qtn_netw_prmpt_change_connection;
+ };
+ }
+ };
+ }
+
+
+RESOURCE TBUF r_wlan_search_for_networks
+ {
+ buf = qtn_wlan_search_for_networks;
+ }
+
+
+RESOURCE TBUF r_conn_changed
+ {
+ buf = qtn_netw_conf_connection_changed;
+ }
+
+
+RESOURCE TBUF r_change_connection_desc
+ {
+ buf = qtn_netw_detail_change_connection_desc;
+ }
+
+RESOURCE DIALOG r_searching_wait_note
+ {
+ flags = EAknWaitNoteFlags;
+ buttons=R_AVKON_SOFTKEYS_EMPTY;
+ items=
+ {
+ DLG_LINE
+ {
+ type = EAknCtNote;
+ id = 0x113;
+ control= AVKON_NOTE
+ {
+ layout = EWaitLayout;
+ singular_label = qtn_netw_wait_checking_avail_conn;
+ imagefile = AVKON_ICON_FILE;
+ imageid = EMbmAvkonQgn_note_progress;
+ imagemask = EMbmAvkonQgn_note_progress_mask;
+ animation = R_QGN_GRAF_WAIT_BAR_ANIM;
+ };
+ }
+ };
+ }
+
+// End of File