--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/locationsystemui/locationsysui/locverifier/rss/locverifierdlg.rss Tue Feb 02 01:06:48 2010 +0200
@@ -0,0 +1,362 @@
+/*
+* Copyright (c) 2002 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: Contains all resources for LocVerfierDlg DLL.
+*
+*/
+
+
+// RESOURCE IDENTIFIER
+
+NAME LVDI
+
+// INCLUDES
+#include <eikon.rh>
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.mbg>
+#include <bldvariant.hrh>
+#include <location.loc>
+
+// RESOURCE DEFINITIONS
+
+RESOURCE RSS_SIGNATURE { }
+
+RESOURCE CBA r_lpd_softkeys_accept_reject
+ {
+ buttons =
+ {
+ CBA_BUTTON
+ {
+ id = EAknSoftkeyOk;
+ txt = qtn_loc_request_accept;
+ },
+ CBA_BUTTON
+ {
+ id = EAknSoftkeyCancel;
+ txt = qtn_loc_request_reject;
+ },
+ CBA_BUTTON
+ {
+ id = EAknSoftkeyOk;
+ txt = qtn_loc_request_accept;
+ }
+ };
+ }
+
+RESOURCE DIALOG r_lpd_supl_periodic_verification_default
+ {
+ flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
+ EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
+ buttons = r_lpd_softkeys_accept_reject;
+ items =
+ {
+ DLG_LINE
+ {
+ type = EAknCtListQueryControl;
+ id = EListQueryControl;
+ control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
+ {
+ listtype = EAknListQueryWithMsgBox;
+ actuallisttype = EAknCtSinglePopupMenuListBox;
+ listbox = LISTBOX
+ {
+ flags = EAknListBoxViewerFlags;
+ array_id = r_lpd_dummy_listbox_array;
+ };
+ message = qtn_loc_request_default;
+ heading = qtn_loc_request;
+ };
+ }
+ };
+ }
+
+RESOURCE DIALOG r_lpd_global_verification_default_a
+ {
+ flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
+ EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
+
+ buttons = r_lpd_softkeys_accept_reject;
+ items =
+ {
+ DLG_LINE
+ {
+ type = EAknCtListQueryControl;
+ id = EListQueryControl;
+ control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
+ {
+ listtype = EAknListQueryWithMsgBox;
+ actuallisttype = EAknCtSinglePopupMenuListBox;
+ listbox = LISTBOX
+ {
+ flags = EAknListBoxViewerFlags;
+ array_id = r_lpd_dummy_listbox_array;
+ };
+ message = qtn_loc_request_default_accept;
+ heading = qtn_loc_request;
+ };
+ }
+ };
+ }
+
+RESOURCE DIALOG r_lpd_global_verification_default_r
+ {
+ flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
+ EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
+
+ buttons = r_lpd_softkeys_accept_reject;
+ items =
+ {
+ DLG_LINE
+ {
+ type = EAknCtListQueryControl;
+ id = EListQueryControl;
+ control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
+ {
+ listtype = EAknListQueryWithMsgBox;
+ actuallisttype = EAknCtSinglePopupMenuListBox;
+ listbox = LISTBOX
+ {
+ flags = EAknListBoxViewerFlags;
+ array_id = r_lpd_dummy_listbox_array;
+ };
+ message = qtn_loc_request_default_reject;
+ heading = qtn_loc_request;
+ };
+ }
+ };
+ }
+
+RESOURCE DIALOG r_lpd_global_verification_default_n
+ {
+ flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
+ EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
+
+ buttons = r_lpd_softkeys_accept_reject;
+ items =
+ {
+ DLG_LINE
+ {
+ type = EAknCtListQueryControl;
+ id = EListQueryControl;
+ control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
+ {
+ listtype = EAknListQueryWithMsgBox;
+ actuallisttype = EAknCtSinglePopupMenuListBox;
+ listbox = LISTBOX
+ {
+ flags = EAknListBoxViewerFlags;
+ array_id = r_lpd_dummy_listbox_array;
+ };
+ message = qtn_loc_request_default_none;
+ heading = qtn_loc_request;
+ };
+ }
+ };
+ }
+
+RESOURCE TBUF r_lpd_unknown_requester
+ {
+ buf = qtn_loc_requester_unknown;
+ }
+
+RESOURCE DIALOG r_lpd_global_notification_a
+ {
+ flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
+ EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
+ buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
+ items =
+ {
+ DLG_LINE
+ {
+ type = EAknCtListQueryControl;
+ id = EListQueryControl;
+ control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
+ {
+ listtype = EAknListQueryWithMsgBox;
+ actuallisttype = EAknCtSinglePopupMenuListBox;
+ listbox = LISTBOX
+ {
+ flags = EAknListBoxViewerFlags;
+ array_id = r_lpd_dummy_listbox_array;
+ };
+ message = qtn_loc_notification_accepted;
+ heading = qtn_loc_notification;
+ };
+ }
+ };
+ }
+
+RESOURCE DIALOG r_lpd_global_notification_fail_a
+ {
+ flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
+ EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
+ buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
+ items =
+ {
+ DLG_LINE
+ {
+ type = EAknCtListQueryControl;
+ id = EListQueryControl;
+ control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
+ {
+ listtype = EAknListQueryWithMsgBox;
+ actuallisttype = EAknCtSinglePopupMenuListBox;
+ listbox = LISTBOX
+ {
+ flags = EAknListBoxViewerFlags;
+ array_id = r_lpd_dummy_listbox_array;
+ };
+ message = qtn_loc_notification_failure_accepted;
+ heading = qtn_loc_notification;
+ };
+ }
+ };
+ }
+
+RESOURCE DIALOG r_lpd_global_notification_fail_r
+ {
+ flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
+ EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
+ buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
+ items =
+ {
+ DLG_LINE
+ {
+ type = EAknCtListQueryControl;
+ id = EListQueryControl;
+ control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
+ {
+ listtype = EAknListQueryWithMsgBox;
+ actuallisttype = EAknCtSinglePopupMenuListBox;
+ listbox = LISTBOX
+ {
+ flags = EAknListBoxViewerFlags;
+ array_id = r_lpd_dummy_listbox_array;
+ };
+ message = qtn_loc_notification_failure_rejected;
+ heading = qtn_loc_notification;
+ };
+ }
+ };
+ }
+
+RESOURCE DIALOG r_lpd_supl_periodic_notification
+ {
+ flags = EEikDialogFlagNoDrag | EEikDialogFlagCbaButtons
+ | EEikDialogFlagNotifyEsc;
+ buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
+ items =
+ {
+ DLG_LINE
+ {
+ type = EAknCtPopupHeadingPane;
+ id = EAknMessageQueryHeaderId;
+ itemflags = EEikDlgItemNonFocusing;
+ control = AVKON_HEADING
+ {
+
+ };
+ },
+ DLG_LINE
+ {
+ type = EAknCtMessageQuery;
+ id = EAknMessageQueryContentId;
+ control = AVKON_MESSAGE_QUERY
+ {
+
+ };
+ }
+ };
+ }
+
+RESOURCE ARRAY r_lpd_dummy_listbox_array
+ {
+ items =
+ {
+ LBUF
+ {
+ txt = "";
+ }
+ };
+ }
+
+RESOURCE DIALOG r_lpd_global_notification_timeout_a
+ {
+ flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
+ EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
+ buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
+ items =
+ {
+ DLG_LINE
+ {
+ type = EAknCtListQueryControl;
+ id = EListQueryControl;
+ control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
+ {
+ listtype = EAknListQueryWithMsgBox;
+ actuallisttype = EAknCtSinglePopupMenuListBox;
+ listbox = LISTBOX
+ {
+ flags = EAknListBoxViewerFlags;
+ array_id = r_lpd_dummy_listbox_array;
+ };
+ message = qtn_loc_notification_accepted_timeout;
+ heading = qtn_loc_notification;
+ };
+ }
+ };
+ }
+
+RESOURCE DIALOG r_lpd_global_notification_timeout_r
+ {
+ flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
+ EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
+ buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
+ items =
+ {
+ DLG_LINE
+ {
+ type = EAknCtListQueryControl;
+ id = EListQueryControl;
+ control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
+ {
+ listtype = EAknListQueryWithMsgBox;
+ actuallisttype = EAknCtSinglePopupMenuListBox;
+ listbox = LISTBOX
+ {
+ flags = EAknListBoxViewerFlags;
+ array_id = r_lpd_dummy_listbox_array;
+ };
+ message = qtn_loc_notification_rejected_timeout;
+ heading = qtn_loc_notification;
+ };
+ }
+ };
+ }
+
+RESOURCE TBUF r_loc_notification_minutes { buf=qtn_loc_notification_minutes; }
+
+RESOURCE TBUF r_loc_notification_hours { buf=qtn_loc_notification_hours; }
+
+RESOURCE TBUF r_loc_notification_onehour { buf=qtn_loc_notification_onehour; }
+
+RESOURCE TBUF r_loc_notification_days { buf=qtn_loc_notification_days; }
+
+RESOURCE TBUF r_loc_notification_oneday { buf=qtn_loc_notification_oneday; }
+
+RESOURCE TBUF r_loc_notification_service_link { buf=qtn_loc_notification_service_link; }
+
+RESOURCE TBUF32 r_loc_supl_periodic_dialog_title { buf=qtn_loc_notification; }
+
+// End of File