locationsystemui/locationsysui/locverifier/rss/locverifierdlg.rss
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Contains all resources for LocVerfierDlg DLL.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 
       
    21 NAME    LVDI
       
    22 
       
    23 //  INCLUDES
       
    24 #include <eikon.rh>
       
    25 #include <avkon.rsg>
       
    26 #include <avkon.rh>
       
    27 #include <avkon.mbg>
       
    28 #include <bldvariant.hrh>
       
    29 #include <location.loc>
       
    30 
       
    31 //  RESOURCE DEFINITIONS 
       
    32 
       
    33 RESOURCE RSS_SIGNATURE { }
       
    34 
       
    35 RESOURCE CBA r_lpd_softkeys_accept_reject
       
    36     {
       
    37     buttons =
       
    38         {
       
    39         CBA_BUTTON
       
    40             {
       
    41             id = EAknSoftkeyOk;
       
    42             txt = qtn_loc_request_accept;
       
    43             },
       
    44         CBA_BUTTON
       
    45             {
       
    46             id = EAknSoftkeyCancel;
       
    47             txt = qtn_loc_request_reject;
       
    48             },
       
    49         CBA_BUTTON
       
    50             {
       
    51             id = EAknSoftkeyOk;
       
    52             txt = qtn_loc_request_accept;                
       
    53             }         
       
    54         };
       
    55     }
       
    56 
       
    57 RESOURCE DIALOG r_lpd_supl_periodic_verification_default
       
    58     {
       
    59     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
    60             EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;      
       
    61     buttons = r_lpd_softkeys_accept_reject;
       
    62     items =
       
    63         {
       
    64         DLG_LINE
       
    65             {
       
    66             type = EAknCtListQueryControl;
       
    67             id = EListQueryControl;
       
    68             control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
       
    69                 {
       
    70                 listtype = EAknListQueryWithMsgBox;
       
    71                 actuallisttype = EAknCtSinglePopupMenuListBox;
       
    72                 listbox = LISTBOX
       
    73                     {
       
    74                     flags = EAknListBoxViewerFlags;
       
    75                     array_id = r_lpd_dummy_listbox_array;
       
    76                     };
       
    77                 message = qtn_loc_request_default;
       
    78                 heading = qtn_loc_request;
       
    79                 };
       
    80             }
       
    81         };
       
    82     }
       
    83 
       
    84 RESOURCE DIALOG r_lpd_global_verification_default_a
       
    85     {
       
    86     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
    87     		EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
       
    88     		
       
    89     buttons = r_lpd_softkeys_accept_reject;
       
    90     items =
       
    91         {
       
    92         DLG_LINE
       
    93             {
       
    94             type = EAknCtListQueryControl;
       
    95             id = EListQueryControl;
       
    96             control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
       
    97                 {
       
    98                 listtype = EAknListQueryWithMsgBox;
       
    99                 actuallisttype = EAknCtSinglePopupMenuListBox;
       
   100                 listbox = LISTBOX
       
   101                     {
       
   102                     flags = EAknListBoxViewerFlags;
       
   103                     array_id = r_lpd_dummy_listbox_array;
       
   104                     };
       
   105                 message = qtn_loc_request_default_accept;
       
   106                 heading = qtn_loc_request;
       
   107                 };
       
   108             }
       
   109         };
       
   110     }
       
   111  
       
   112 RESOURCE DIALOG r_lpd_global_verification_default_r
       
   113     {
       
   114     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | 
       
   115     		EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
       
   116     		
       
   117     buttons = r_lpd_softkeys_accept_reject;
       
   118     items =
       
   119         {
       
   120         DLG_LINE
       
   121             {
       
   122             type = EAknCtListQueryControl;
       
   123             id = EListQueryControl;
       
   124             control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
       
   125                 {
       
   126                 listtype = EAknListQueryWithMsgBox;
       
   127                 actuallisttype = EAknCtSinglePopupMenuListBox;
       
   128                 listbox = LISTBOX
       
   129                     {
       
   130                     flags = EAknListBoxViewerFlags;
       
   131                     array_id = r_lpd_dummy_listbox_array;
       
   132                     };
       
   133 				message = qtn_loc_request_default_reject;
       
   134                 heading = qtn_loc_request;
       
   135                 };
       
   136             }
       
   137         };
       
   138     }
       
   139 
       
   140 RESOURCE DIALOG r_lpd_global_verification_default_n
       
   141     {
       
   142     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
   143     		EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
       
   144     		
       
   145     buttons = r_lpd_softkeys_accept_reject;
       
   146     items =
       
   147         {
       
   148         DLG_LINE
       
   149             {
       
   150             type = EAknCtListQueryControl;
       
   151             id = EListQueryControl;
       
   152             control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
       
   153                 {
       
   154                 listtype = EAknListQueryWithMsgBox;
       
   155                 actuallisttype = EAknCtSinglePopupMenuListBox;
       
   156                 listbox = LISTBOX
       
   157                     {
       
   158                     flags = EAknListBoxViewerFlags;
       
   159                     array_id = r_lpd_dummy_listbox_array;
       
   160                     };
       
   161 				message = qtn_loc_request_default_none;
       
   162                 heading = qtn_loc_request;
       
   163                 };
       
   164             }
       
   165         };
       
   166     }
       
   167 
       
   168 RESOURCE TBUF r_lpd_unknown_requester
       
   169     {
       
   170     buf = qtn_loc_requester_unknown;
       
   171     }
       
   172 
       
   173 RESOURCE DIALOG r_lpd_global_notification_a
       
   174     {
       
   175     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
   176     		EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
       
   177 		buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   178     items =
       
   179         {
       
   180         DLG_LINE
       
   181             {
       
   182             type = EAknCtListQueryControl;
       
   183             id = EListQueryControl;
       
   184             control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
       
   185                 {
       
   186                 listtype = EAknListQueryWithMsgBox;
       
   187                 actuallisttype = EAknCtSinglePopupMenuListBox;
       
   188                 listbox = LISTBOX
       
   189                     {
       
   190                     flags = EAknListBoxViewerFlags;
       
   191                     array_id = r_lpd_dummy_listbox_array;
       
   192                     };
       
   193 				message = qtn_loc_notification_accepted;
       
   194                 heading = qtn_loc_notification;
       
   195                 };
       
   196             }
       
   197         };
       
   198     }
       
   199 
       
   200 RESOURCE DIALOG r_lpd_global_notification_fail_a
       
   201     {
       
   202     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
   203     		EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;   		
       
   204 		buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   205     items =
       
   206         {
       
   207         DLG_LINE
       
   208             {
       
   209             type = EAknCtListQueryControl;
       
   210             id = EListQueryControl;
       
   211             control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
       
   212                 {
       
   213                 listtype = EAknListQueryWithMsgBox;
       
   214                 actuallisttype = EAknCtSinglePopupMenuListBox;
       
   215                 listbox = LISTBOX
       
   216                     {
       
   217                     flags = EAknListBoxViewerFlags;
       
   218                     array_id = r_lpd_dummy_listbox_array;
       
   219                     };
       
   220 				message = qtn_loc_notification_failure_accepted;
       
   221                 heading = qtn_loc_notification;
       
   222                 };
       
   223             }
       
   224         };
       
   225     }
       
   226 
       
   227 RESOURCE DIALOG r_lpd_global_notification_fail_r
       
   228     {
       
   229     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
   230      		EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
       
   231 		buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   232     items =
       
   233         {
       
   234         DLG_LINE
       
   235             {
       
   236             type = EAknCtListQueryControl;
       
   237             id = EListQueryControl;
       
   238             control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
       
   239                 {
       
   240                 listtype = EAknListQueryWithMsgBox;
       
   241                 actuallisttype = EAknCtSinglePopupMenuListBox;
       
   242                 listbox = LISTBOX
       
   243                     {
       
   244                     flags = EAknListBoxViewerFlags;
       
   245                     array_id = r_lpd_dummy_listbox_array;
       
   246                     };
       
   247 				message = qtn_loc_notification_failure_rejected;
       
   248                 heading = qtn_loc_notification;
       
   249                 };
       
   250             }
       
   251         };
       
   252     }
       
   253 
       
   254 RESOURCE DIALOG r_lpd_supl_periodic_notification
       
   255     {
       
   256     flags = EEikDialogFlagNoDrag | EEikDialogFlagCbaButtons
       
   257      | EEikDialogFlagNotifyEsc;
       
   258     buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   259     items =
       
   260         {
       
   261            DLG_LINE 
       
   262            {
       
   263            type = EAknCtPopupHeadingPane;
       
   264            id = EAknMessageQueryHeaderId;
       
   265            itemflags = EEikDlgItemNonFocusing;
       
   266            control = AVKON_HEADING
       
   267            {
       
   268 
       
   269            };
       
   270            },
       
   271            DLG_LINE
       
   272            {
       
   273             type = EAknCtMessageQuery;
       
   274             id = EAknMessageQueryContentId;
       
   275             control = AVKON_MESSAGE_QUERY
       
   276             {
       
   277           
       
   278             };
       
   279             }    
       
   280         };
       
   281     }
       
   282 
       
   283 RESOURCE ARRAY r_lpd_dummy_listbox_array
       
   284     {
       
   285     items =
       
   286         {
       
   287         LBUF
       
   288             {
       
   289             txt = "";
       
   290             }
       
   291         };
       
   292     }
       
   293 
       
   294 RESOURCE DIALOG r_lpd_global_notification_timeout_a
       
   295     {
       
   296     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
   297     		EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
       
   298 		buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   299     items =
       
   300         {
       
   301         DLG_LINE
       
   302             {
       
   303             type = EAknCtListQueryControl;
       
   304             id = EListQueryControl;
       
   305             control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
       
   306                 {
       
   307                 listtype = EAknListQueryWithMsgBox;
       
   308                 actuallisttype = EAknCtSinglePopupMenuListBox;
       
   309                 listbox = LISTBOX
       
   310                     {
       
   311                     flags = EAknListBoxViewerFlags;
       
   312                     array_id = r_lpd_dummy_listbox_array;
       
   313                     };
       
   314 				message = qtn_loc_notification_accepted_timeout;
       
   315                 heading = qtn_loc_notification;
       
   316                 };
       
   317             }
       
   318         };
       
   319     }
       
   320 
       
   321 RESOURCE DIALOG r_lpd_global_notification_timeout_r
       
   322     {
       
   323     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
   324     	 	EEikDialogFlagCbaButtons | EEikDialogFlagNotifyEsc;
       
   325 		buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   326     items =
       
   327         {
       
   328         DLG_LINE
       
   329             {
       
   330             type = EAknCtListQueryControl;
       
   331             id = EListQueryControl;
       
   332             control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
       
   333                 {
       
   334                 listtype = EAknListQueryWithMsgBox;
       
   335                 actuallisttype = EAknCtSinglePopupMenuListBox;
       
   336                 listbox = LISTBOX
       
   337                     {
       
   338                     flags = EAknListBoxViewerFlags;
       
   339                     array_id = r_lpd_dummy_listbox_array;
       
   340                     };
       
   341 				message = qtn_loc_notification_rejected_timeout;
       
   342                 heading = qtn_loc_notification;
       
   343                 };
       
   344             }
       
   345         };
       
   346     }
       
   347 
       
   348 RESOURCE TBUF r_loc_notification_minutes { buf=qtn_loc_notification_minutes; }
       
   349 
       
   350 RESOURCE TBUF r_loc_notification_hours { buf=qtn_loc_notification_hours; }
       
   351 
       
   352 RESOURCE TBUF r_loc_notification_onehour { buf=qtn_loc_notification_onehour; }
       
   353 
       
   354 RESOURCE TBUF r_loc_notification_days { buf=qtn_loc_notification_days; }
       
   355 
       
   356 RESOURCE TBUF r_loc_notification_oneday { buf=qtn_loc_notification_oneday; }
       
   357 
       
   358 RESOURCE TBUF r_loc_notification_service_link { buf=qtn_loc_notification_service_link; }
       
   359 
       
   360 RESOURCE TBUF32 r_loc_supl_periodic_dialog_title { buf=qtn_loc_notification; }
       
   361 
       
   362 // End of File