connectionutilities/ConnectionDialogs/ConnectionUiUtilities/data/ConnectionUiUtilities.rss
changeset 0 5a93021fdf25
equal deleted inserted replaced
-1:000000000000 0:5a93021fdf25
       
     1 /*
       
     2 * Copyright (c) 2004 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: 
       
    15 *     This file contains resources for the Connection Ui Utilities.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME ACUU // 4 letter ID
       
    22 
       
    23 //  INCLUDES
       
    24 #include <eikon.rh>
       
    25 #include <avkon.rsg>
       
    26 #include <avkon.rh>
       
    27 #include <avkon.mbg>
       
    28 #include <AvkonIcons.hrh>
       
    29 #include <connectionuiutilities.loc>
       
    30 
       
    31 
       
    32 //  RESOURCE DEFINITIONS
       
    33 
       
    34 RESOURCE RSS_SIGNATURE { }
       
    35 
       
    36 
       
    37 RESOURCE TBUF { buf="ConnectionUiUtilities"; }
       
    38 
       
    39 RESOURCE TBUF r_always_ask_always_ask
       
    40     { 
       
    41     buf = qtn_netw_sett_iap_pref_prompt; 
       
    42     }
       
    43 
       
    44 RESOURCE TBUF r_always_ask_user_defined
       
    45     { 
       
    46     buf = qtn_netw_sett_iap_pref_user_def; 
       
    47     }
       
    48 
       
    49 RESOURCE AVKON_SETTING_PAGE r_always_ask_page
       
    50 	{ 
       
    51 	label = qtn_netw_sett_default_iap;
       
    52 	softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
    53  	type = EAknSetListBox;
       
    54 	editor_resource_id= r_always_ask_page_listbox;
       
    55 	}
       
    56 
       
    57 RESOURCE LISTBOX r_always_ask_page_listbox
       
    58 	{
       
    59 	flags = EEikListBoxMultipleSelection;
       
    60 	}
       
    61 
       
    62 
       
    63 
       
    64 RESOURCE AVKON_LIST_QUERY r_change_conn_list_query
       
    65     {
       
    66     softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
       
    67     flags = EEikDialogFlagNotifyEsc;
       
    68 
       
    69     items =
       
    70         {
       
    71         AVKON_LIST_QUERY_DLG_LINE
       
    72             {
       
    73             id = EListQueryControl;
       
    74             control = AVKON_LIST_QUERY_CONTROL_WITH_MSGBOX
       
    75                 {
       
    76                 actuallisttype = EAknCtSingleGraphicPopupMenuListBox;
       
    77                 listbox = AVKON_LIST_QUERY_LIST
       
    78                     {
       
    79                     flags = EAknListBoxSelectionList;
       
    80                     };
       
    81 
       
    82                 heading = qtn_netw_prmpt_change_connection;
       
    83                 };
       
    84             }
       
    85         };
       
    86     }
       
    87 
       
    88 
       
    89 RESOURCE TBUF r_wlan_search_for_networks            
       
    90     { 
       
    91     buf = qtn_wlan_search_for_networks; 
       
    92     }
       
    93 
       
    94 
       
    95 RESOURCE TBUF r_conn_changed                        
       
    96     { 
       
    97     buf = qtn_netw_conf_connection_changed; 
       
    98     }
       
    99 
       
   100 
       
   101 RESOURCE TBUF r_change_connection_desc
       
   102     { 
       
   103     buf = qtn_netw_detail_change_connection_desc; 
       
   104     }
       
   105 
       
   106 RESOURCE DIALOG r_searching_wait_note
       
   107 	{
       
   108 	flags = EAknWaitNoteFlags;
       
   109 	buttons=R_AVKON_SOFTKEYS_EMPTY;
       
   110     items=
       
   111 		{
       
   112 		DLG_LINE
       
   113 			{
       
   114 			type = EAknCtNote;
       
   115 			id = 0x113; 
       
   116 			control= AVKON_NOTE 
       
   117                 { 
       
   118 				layout = EWaitLayout;
       
   119 				singular_label = qtn_netw_wait_checking_avail_conn;			
       
   120                 imagefile = AVKON_ICON_FILE;
       
   121 				imageid = EMbmAvkonQgn_note_progress;
       
   122 				imagemask = EMbmAvkonQgn_note_progress_mask;
       
   123 				animation = R_QGN_GRAF_WAIT_BAR_ANIM;				
       
   124 				};
       
   125 			}
       
   126 		};
       
   127     }
       
   128 
       
   129 // End of File