ipsservices/ipssossettings/data/ipssetuimailsettings.ra
changeset 0 8466d47a6819
child 4 e7aa27f58ae1
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2007 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: Resource definitions for ipssossettings.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "ipssossettings.loc"
       
    20 
       
    21 
       
    22 //----------------------------------------------------
       
    23 //
       
    24 //    r_ips_set_menubar
       
    25 //
       
    26 //----------------------------------------------------
       
    27 //
       
    28 RESOURCE MENU_BAR r_ips_set_menubar
       
    29     {
       
    30     titles=
       
    31         {
       
    32         MENU_TITLE
       
    33             {
       
    34             menu_pane = r_ips_set_menu;
       
    35             }
       
    36         };
       
    37     }
       
    38 
       
    39 //----------------------------------------------------
       
    40 //
       
    41 //    r_ips_set_menu
       
    42 //
       
    43 //----------------------------------------------------
       
    44 //
       
    45 RESOURCE MENU_PANE r_ips_set_menu
       
    46     {
       
    47     items=
       
    48         {
       
    49         // Open
       
    50         MENU_ITEM
       
    51             {
       
    52             command = EAknSoftkeyOpen;
       
    53             txt = qtn_options_open;
       
    54             },
       
    55         // Change
       
    56         MENU_ITEM
       
    57             {
       
    58             command = EAknSoftkeySelect;
       
    59             txt = qtn_options_change;
       
    60             },
       
    61         MENU_ITEM
       
    62             {
       
    63             command = EAknCmdHelp;
       
    64             txt = qtn_clipb_litxt_help;
       
    65             },
       
    66         MENU_ITEM
       
    67             {
       
    68             command = EAknCmdExit;
       
    69             txt = qtn_options_exit;
       
    70             }
       
    71         };
       
    72     }
       
    73 
       
    74 //----------------------------------------------------
       
    75 //
       
    76 //    r_ips_set_dialog
       
    77 //
       
    78 //----------------------------------------------------
       
    79 //
       
    80 RESOURCE CBA r_ips_set_settings_dialog_softkeys
       
    81     {
       
    82     buttons =
       
    83         {
       
    84         CBA_BUTTON
       
    85             {
       
    86             id = EAknSoftkeyOptions;
       
    87             txt = text_softkey_option;
       
    88             },
       
    89         CBA_BUTTON
       
    90             {
       
    91             id = EAknSoftkeyBack;
       
    92             txt = text_softkey_back;
       
    93             },
       
    94         CBA_BUTTON
       
    95             {
       
    96             id = EAknSoftkeyOpen;
       
    97             txt = qtn_msk_open;
       
    98             }
       
    99         };
       
   100     }
       
   101 
       
   102 //----------------------------------------------------
       
   103 //
       
   104 //    r_ips_set_dialog
       
   105 //
       
   106 //----------------------------------------------------
       
   107 //
       
   108 RESOURCE DIALOG r_ips_set_settings_dialog
       
   109     {
       
   110     flags =
       
   111         EEikDialogFlagWait | EEikDialogFlagNotifyEsc |
       
   112         EEikDialogFlagCbaButtons | EEikDialogFlagNoDrag |
       
   113         EEikDialogFlagNoTitleBar | EEikDialogFlagNoShadow |
       
   114         EEikDialogFlagNoBorder | EEikDialogFlagFillAppClientRect;
       
   115     buttons=r_ips_set_settings_dialog_softkeys;
       
   116     items=
       
   117         {
       
   118         DLG_LINE
       
   119             {
       
   120             type=EAknCtSettingListBox;
       
   121             id=EIpsSetUiIdListBox;
       
   122             itemflags=
       
   123                 EEikDlgItemTakesEnterKey |
       
   124                 EEikDlgItemOfferAllHotKeys;
       
   125             control = LISTBOX
       
   126                 {
       
   127                 height = 8;
       
   128                 };
       
   129             }
       
   130         };
       
   131     }
       
   132 
       
   133 // ================================= MENUS =================================
       
   134 
       
   135 // ---------------------------------------------------------------------------
       
   136 //
       
   137 //   Resource, which defines the contents of main menu
       
   138 //
       
   139 // ---------------------------------------------------------------------------
       
   140 //
       
   141 RESOURCE IPS_SET_ARRAY r_ips_set_main_menu
       
   142     {
       
   143     items =
       
   144         {
       
   145         // 1. Mailbox Settings
       
   146         IPS_SET_ITEM
       
   147             {
       
   148             itemlabel = qtn_fse_settings_mailbox_settings;
       
   149             itemid = EIpsSetUiMainMailboxSettings;
       
   150             itemtype = EIpsSetUiMenuArray;
       
   151             itemarray = r_ips_set_menu_mailbox_settings;
       
   152             itemappereance = EIpsSetUiMenuArray;
       
   153             },
       
   154         // 2. What to Sync
       
   155         IPS_SET_ITEM
       
   156             {
       
   157             itemlabel = qtn_fse_settings_service_what_to_sync;
       
   158             itemid = EIpsSetUiMainWhatToSync;
       
   159             itemtype = EIpsSetUiMenuArray;
       
   160             itemarray = r_ips_set_menu_what_to_sync;
       
   161             itemappereance = EIpsSetUiMenuArray;
       
   162             },
       
   163         // 3. When to Sync
       
   164         IPS_SET_ITEM
       
   165             {
       
   166             itemlabel = qtn_fse_settings_service_when_to_sync;
       
   167             itemid = EIpsSetUiMainWhenToSync;
       
   168             itemtype = EIpsSetUiMenuArray;
       
   169             itemarray = r_ips_set_menu_when_to_sync;
       
   170             itemappereance = EIpsSetUiMenuArray;
       
   171             }
       
   172         };
       
   173     }
       
   174 
       
   175 // ---------------------------------------------------------------------------
       
   176 //
       
   177 //   Resource, which defines the contents of 'Mailbox Settings' sub menu
       
   178 //
       
   179 // ---------------------------------------------------------------------------
       
   180 //
       
   181 RESOURCE IPS_SET_ARRAY r_ips_set_menu_mailbox_settings
       
   182     {
       
   183     items =
       
   184         {
       
   185         // Email address
       
   186         IPS_SET_ITEM
       
   187             {
       
   188             itemlabel = qtn_fse_settings_email_address;
       
   189             itemid = EIpsSetUiMailboxEmailAddress;
       
   190             itemtype = EIpsSetUiItemText;
       
   191             itemmaxlength = KIpsSetUiMaxSettingsTextLength;
       
   192             itemflags =
       
   193                 KIpsSetUiFlagCompulsory |
       
   194                 KIpsSetUiFlagForceMustFill |
       
   195                 KIpsSetUiFlagLatinOnly;
       
   196             },
       
   197         // Reply-to address
       
   198         IPS_SET_ITEM
       
   199             {
       
   200             itemlabel = qtn_fse_settings_reply_to_address;
       
   201             itemid = EIpsSetUiMailboxReplyToAddress;
       
   202             itemtype = EIpsSetUiItemText;
       
   203             itemmaxlength = KIpsSetUiMaxSettingsTextLength;
       
   204             itemflags =
       
   205                 KIpsSetUiFlagLatinOnly;
       
   206             },
       
   207         // Mailbox name
       
   208         IPS_SET_ITEM
       
   209             {
       
   210             itemlabel = qtn_fse_settings_mailbox_name;
       
   211             itemid = EIpsSetUiMailboxMailboxName;
       
   212             itemtype = EIpsSetUiItemText;
       
   213             itemmaxlength = KIpsSetUiMaxSettingsTextLength;
       
   214             },
       
   215         // My Name
       
   216         IPS_SET_ITEM
       
   217             {
       
   218             itemlabel = qtn_fse_settings_mailbox_my_name;
       
   219             itemid = EIpsSetUiMailboxMyName;
       
   220             itemtype = EIpsSetUiItemText;
       
   221             itemmaxlength = KIpsSetUiMaxSettingsTextLength;
       
   222             },
       
   223         // Include Signature
       
   224         IPS_SET_ITEM
       
   225             {
       
   226             itemlabel = qtn_fse_settings_signature;
       
   227             itemid = EIpsSetUiMailboxIncludeSignature;
       
   228             itemtype = EIpsSetUiRadioButtonArray;
       
   229             itemarray = r_ips_set_array_signature_radio;
       
   230             },
       
   231         // Signature line
       
   232         IPS_SET_ITEM
       
   233             {
       
   234             itemlabel = qtn_fse_settings_signature_line;
       
   235             itemid = EIpsSetUiMailboxSignature;
       
   236             itemtype = EIpsSetUiItemText;
       
   237             itemflags = KIpsSetUiFlagHidden;
       
   238             itemmaxlength = KIpsSetUiMaxSettingsSignatureLength;
       
   239             },
       
   240         // 2. Advanced settings
       
   241         IPS_SET_ITEM
       
   242             {
       
   243             itemlabel = qtn_fse_settings_advanced_mailbox_settings;
       
   244             itemid = EIpsSetUiMailboxAdvancedSettings;
       
   245             itemtype = EIpsSetUiMenuArray;
       
   246             itemarray = r_ips_set_menu_advanced_mailbox_settings;
       
   247             itemappereance = EIpsSetUiMenuArray;
       
   248             }
       
   249         };
       
   250     }
       
   251 
       
   252 // ---------------------------------------------------------------------------
       
   253 //
       
   254 //   Resource, which defines the contents of 'Advanced Settings' sub menu
       
   255 //
       
   256 // ---------------------------------------------------------------------------
       
   257 //
       
   258 RESOURCE IPS_SET_ARRAY r_ips_set_menu_advanced_mailbox_settings
       
   259     {
       
   260     items =
       
   261         {
       
   262         // 1. Incoming settings
       
   263         IPS_SET_ITEM
       
   264             {
       
   265             itemlabel = qtn_fse_settings_incoming;
       
   266             itemid = EIpsSetUiAdvancedIncomingSettings;
       
   267             itemtype = EIpsSetUiMenuArray;
       
   268             itemarray = r_ips_set_menu_incoming_settings;
       
   269             itemappereance = EIpsSetUiMenuArray;
       
   270             },
       
   271         // 2. Outgoing settings
       
   272         IPS_SET_ITEM
       
   273             {
       
   274             itemlabel = qtn_fse_settings_outgoing;
       
   275             itemid = EIpsSetUiAdvancedOutgoingSettings;
       
   276             itemtype = EIpsSetUiMenuArray;
       
   277             itemarray = r_ips_set_menu_outgoing_settings;
       
   278             itemappereance = EIpsSetUiMenuArray;
       
   279             }
       
   280         };
       
   281     }
       
   282 
       
   283 // ---------------------------------------------------------------------------
       
   284 //
       
   285 //   Resource, which defines the contents of 'Incoming Settings' sub menu
       
   286 //
       
   287 // ---------------------------------------------------------------------------
       
   288 //
       
   289 RESOURCE IPS_SET_ARRAY r_ips_set_menu_incoming_settings
       
   290     {
       
   291     items =
       
   292         {
       
   293         // User Name
       
   294         IPS_SET_ITEM
       
   295             {
       
   296             itemlabel = qtn_fse_settings_mail_user_name;
       
   297             itemid = EIpsSetUiIncomingUserName;
       
   298             itemtype = EIpsSetUiItemText;
       
   299             itemmaxlength = KIPsSetUiMaxSettingsUsrNameLength;
       
   300             itemflags = KIpsSetUiFlagLatinOnly;
       
   301             },
       
   302         // Password
       
   303         IPS_SET_ITEM
       
   304             {
       
   305             itemlabel = qtn_fse_settings_mail_password;
       
   306             itemid = EIpsSetUiIncomingUserPwd;
       
   307             itemtype = EIpsSetUiItemText;
       
   308             itemmaxlength = KIpsSetUiMaxPasswordLength;
       
   309             itemflags = KIpsSetUiFlagPassword;
       
   310             },
       
   311         // Incoming mail server
       
   312         IPS_SET_ITEM
       
   313             {
       
   314             itemlabel = qtn_fse_settings_mail_receiving;
       
   315             itemid = EIpsSetUiIncomingMailServer;
       
   316             itemtype = EIpsSetUiItemText;
       
   317             itemmaxlength = KIpsSetUiMaxSettingsTextLength;
       
   318             itemflags =
       
   319                 KIpsSetUiFlagForceMustFill | KIpsSetUiFlagMustFill |
       
   320                 KIpsSetUiFlagCompulsory | KIpsSetUiFlagLatinOnly;
       
   321             },
       
   322         // Access point in use
       
   323         IPS_SET_ITEM
       
   324             {
       
   325             itemlabel = qtn_fse_settings_mail_iap;
       
   326             itemid = EIpsSetUiIncomingIap;
       
   327             itemtype = EIpsSetUiUndefined;
       
   328             itemflags = KIpsSetUiFlagMustFill | KIpsSetUiFlagCompulsory;
       
   329             },
       
   330         // Security
       
   331         IPS_SET_ITEM
       
   332             {
       
   333             itemlabel = qtn_fse_settings_mail_security;
       
   334             itemid = EIpsSetUiIncomingSecurity;
       
   335             itemtype = EIpsSetUiRadioButtonArray;
       
   336             itemarray = r_ips_set_array_security;
       
   337             },
       
   338         // Port
       
   339         IPS_SET_ITEM
       
   340             {
       
   341             itemlabel = qtn_fse_settings_mail_port;
       
   342             itemid = EIpsSetUiIncomingPort;
       
   343             itemtype = EIpsSetUiRadioButtonArray;
       
   344             itemarray = r_ips_set_array_port_incoming;
       
   345             itemflags = KIpsSetUiFlagLangSpecificNumConv;
       
   346             },
       
   347         // APOP secure login
       
   348         IPS_SET_ITEM
       
   349             {
       
   350             itemlabel = qtn_fse_settings_mail_apop;
       
   351             itemid = EIpsSetUiIncomingAPop;
       
   352             itemtype = EIpsSetUiRadioButtonArray;
       
   353             itemarray = r_ips_set_array_apop;
       
   354             itemflags = KIpsSetUiFlagEnterPressed | KIpsSetUiFlagPop3Only;
       
   355             }
       
   356         };
       
   357     }
       
   358 
       
   359 // ---------------------------------------------------------------------------
       
   360 //
       
   361 //   Resource, which defines the contents of 'Outgoing Settings' sub menu
       
   362 //
       
   363 // ---------------------------------------------------------------------------
       
   364 //
       
   365 RESOURCE IPS_SET_ARRAY r_ips_set_menu_outgoing_settings
       
   366     {
       
   367     items =
       
   368         {
       
   369         // User authentication
       
   370         IPS_SET_ITEM
       
   371             {
       
   372             itemlabel = qtn_fse_settings_outgoing_setting;
       
   373             itemid = EIpsSetUiOutgoingUserAuthentication;
       
   374             itemtype = EIpsSetUiRadioButtonArray;
       
   375             itemarray = r_ips_set_array_user_authentication;
       
   376             },
       
   377         // User name
       
   378         IPS_SET_ITEM
       
   379             {
       
   380             itemlabel = qtn_fse_settings_mail_user_name;
       
   381             itemid = EIpsSetUiOutgoingUserName;
       
   382             itemtype = EIpsSetUiItemText;
       
   383             itemmaxlength = KIpsSetUiMaxSettingsTextLength;
       
   384             itemflags = KIpsSetUiFlagLatinOnly;
       
   385             },
       
   386         // User password
       
   387         IPS_SET_ITEM
       
   388             {
       
   389             itemlabel = qtn_fse_settings_mail_password;
       
   390             itemid = EIpsSetUiOutgoingUserPwd;
       
   391             itemtype = EIpsSetUiItemText;
       
   392             itemmaxlength = KIpsSetUiMaxPasswordLength;
       
   393             itemflags = KIpsSetUiFlagPassword;
       
   394             },
       
   395         // Used mail server
       
   396         IPS_SET_ITEM
       
   397             {
       
   398             itemlabel = qtn_fse_settings_mail_sending;
       
   399             itemid = EIpsSetUiOutgoingMailServer;
       
   400             itemtype = EIpsSetUiItemText;
       
   401             itemmaxlength = KIpsSetUiMaxSettingsTextLength;
       
   402             itemflags =
       
   403                 KIpsSetUiFlagForceMustFill | KIpsSetUiFlagMustFill |
       
   404                 KIpsSetUiFlagCompulsory | KIpsSetUiFlagLatinOnly;
       
   405             },
       
   406         // Access point in use
       
   407         IPS_SET_ITEM
       
   408             {
       
   409             itemlabel = qtn_fse_settings_mail_iap;
       
   410             itemid = EIpsSetUiOutgoingIap;
       
   411             itemtype = EIpsSetUiUndefined;
       
   412             itemflags = KIpsSetUiFlagMustFill | KIpsSetUiFlagCompulsory;
       
   413             },
       
   414         // Security
       
   415         IPS_SET_ITEM
       
   416             {
       
   417             itemlabel = qtn_fse_settings_mail_security;
       
   418             itemid = EIpsSetUiOutgoingSecurity;
       
   419             itemtype = EIpsSetUiRadioButtonArray;
       
   420             itemarray = r_ips_set_array_security;
       
   421             },
       
   422         // Port
       
   423         IPS_SET_ITEM
       
   424             {
       
   425             itemlabel = qtn_fse_settings_mail_port;
       
   426             itemid = EIpsSetUiOutgoingPort;
       
   427             itemtype = EIpsSetUiRadioButtonArray;
       
   428             itemarray = r_ips_set_array_port_outgoing;
       
   429             itemflags = KIpsSetUiFlagLangSpecificNumConv;
       
   430             }
       
   431         };
       
   432     }
       
   433 
       
   434 // ---------------------------------------------------------------------------
       
   435 //
       
   436 //   Resource, which defines the contents of 'What to Sync' sub menu
       
   437 //
       
   438 // ---------------------------------------------------------------------------
       
   439 //
       
   440 RESOURCE IPS_SET_ARRAY r_ips_set_menu_what_to_sync
       
   441     {
       
   442     items =
       
   443         {
       
   444         // Retrieve
       
   445         IPS_SET_ITEM
       
   446             {
       
   447             itemtype = EIpsSetUiRadioButtonArray;
       
   448             itemid = EIpsSetUiWhatDownloadSize;
       
   449             itemlabel = qtn_fse_settings_mail_downl_ctrl_retrieve;
       
   450             itemarray = r_ips_set_what_to_sync_array_email_download_size;
       
   451             //itemflags = KIpsSetUiFlagPop3Only;
       
   452             },
       
   453         // Emails to retrieve (POP3)
       
   454         IPS_SET_ITEM
       
   455             {
       
   456             itemtype = EIpsSetUiRadioButtonArray;
       
   457             itemid = EIpsSetUiWhatRetrievePop3;
       
   458             itemlabel = qtn_fse_settings_mail_downl_ctrl_retrieve_limit;
       
   459             itemarray = r_ips_set_what_to_sync_array_email_retrieve_pop3;
       
   460             itemflags = KIpsSetUiFlagPop3Only;
       
   461             },
       
   462         // Emails to retrieve (IMAP4)
       
   463         IPS_SET_ITEM
       
   464             {
       
   465             itemtype = EIpsSetUiMenuArray;
       
   466             itemid = EIpsSetUiWhatRetrieveImap4Menu;
       
   467             itemlabel = qtn_fse_settings_mail_downl_ctrl_retrieve_limit;
       
   468             itemarray = r_ips_set_what_to_sync_array_email_retrieve_imap4;
       
   469             itemflags = KIpsSetUiFlagImap4Only;
       
   470             },
       
   471         // Imap4 folder path
       
   472         IPS_SET_ITEM
       
   473             {
       
   474             itemtype = EIpsSetUiItemText;
       
   475             itemid = EIpsSetUiWhatImapPath;
       
   476             itemlabel = qtn_fse_settings_mail_folder_path;
       
   477             itemmaxlength = KIpsSetUiMaxSettingsTextLength;
       
   478             itemflags = KIpsSetUiFlagImap4Only;
       
   479             },
       
   480         // Folder subscriptions
       
   481         IPS_SET_ITEM
       
   482             {
       
   483             itemtype = EIpsSetUiMenuArray;
       
   484             itemid = EIpsSetUiWhatFolderSync;
       
   485             itemlabel = qtn_fse_settings_mail_folder_subscr;
       
   486             itemappereance = EIpsSetUiMenuArray;
       
   487             itemflags = KIpsSetUiFlagImap4Only;
       
   488             }
       
   489         };
       
   490     }
       
   491 
       
   492 // ---------------------------------------------------------------------------
       
   493 //
       
   494 //   Resource, which defines the contents of 'When to Sync' sub menu
       
   495 //
       
   496 // ---------------------------------------------------------------------------
       
   497 //
       
   498 RESOURCE IPS_SET_ARRAY r_ips_set_menu_when_to_sync
       
   499     {
       
   500     items =
       
   501         {
       
   502         // Connection Days
       
   503         IPS_SET_ITEM
       
   504             {
       
   505             itemtype = EIpsSetUiCheckBoxArray;
       
   506             itemid = EIpsSetUiWhenDays;
       
   507             itemlabel = qtn_fse_settings_mail_conn_days;
       
   508             itemarray = r_ips_set_when_to_sync_array_weekdays;
       
   509             },
       
   510         // Peak Sync Hours
       
   511         IPS_SET_ITEM
       
   512             {
       
   513             itemtype = EIpsSetUiRadioButtonArray;
       
   514             itemid = EIpsSetUiWhenHours;
       
   515             itemlabel = qtn_fse_settings_mail_conn_hours;
       
   516             itemarray = r_ips_set_when_to_sync_array_sync_hours;
       
   517             },
       
   518         // Update Interval
       
   519         IPS_SET_ITEM
       
   520             {
       
   521             itemtype = EIpsSetUiRadioButtonArray;
       
   522             itemid = EIpsSetUiWhenSchedule;
       
   523             itemlabel = qtn_fse_settings_mail_interval;
       
   524             itemarray = r_ips_set_when_to_sync_array_sync_schedule;
       
   525             },
       
   526         // Retrieve while roaming
       
   527         IPS_SET_ITEM
       
   528             {
       
   529             itemtype = EIpsSetUiRadioButtonArray;
       
   530             itemid = EIpsSetUiWhenRoaming;
       
   531             itemlabel = qtn_fse_settings_mail_retrieve_roaming;
       
   532             itemarray = r_ips_set_when_to_sync_array_roaming;
       
   533             }
       
   534         };
       
   535     }
       
   536 
       
   537 
       
   538 
       
   539 // BUTTONS
       
   540 
       
   541 
       
   542 // ---------------------------------------------------------------------------
       
   543 //
       
   544 //   r_ips_set_array_user_authentication
       
   545 //
       
   546 // ---------------------------------------------------------------------------
       
   547 //
       
   548 RESOURCE IPS_SET_ARRAY r_ips_set_array_user_authentication
       
   549     {
       
   550     items =
       
   551         {
       
   552         //
       
   553         IPS_SET_ITEM
       
   554             {
       
   555             itemtype = EIpsSetUiItemRadioButton;
       
   556             itemid = EIpsSetUiUserAuthenticationBtnNoAuth;
       
   557             itemlabel = qtn_fse_settings_outgoing_no_server;
       
   558             },
       
   559         //
       
   560         IPS_SET_ITEM
       
   561             {
       
   562             itemtype = EIpsSetUiItemRadioButton;
       
   563             itemid = EIpsSetUiUserAuthenticationBtnUseIncoming;
       
   564             itemlabel = qtn_fse_settings_outgoing_same_as_incoming;
       
   565             },
       
   566         //
       
   567         IPS_SET_ITEM
       
   568             {
       
   569             itemtype = EIpsSetUiItemRadioButton;
       
   570             itemid = EIpsSetUiUserAuthenticationBtnOwnForOutgoing;
       
   571             itemlabel = qtn_fse_settings_outgoing_setting;
       
   572             }
       
   573         };
       
   574     }
       
   575 
       
   576 // ---------------------------------------------------------------------------
       
   577 //
       
   578 //   r_ips_set_array_security
       
   579 //
       
   580 // ---------------------------------------------------------------------------
       
   581 //
       
   582 RESOURCE IPS_SET_ARRAY r_ips_set_array_security
       
   583     {
       
   584     items =
       
   585         {
       
   586         //
       
   587         IPS_SET_ITEM
       
   588             {
       
   589             itemtype = EIpsSetUiItemRadioButton;
       
   590             itemid = EIpsSetUiConnectionSecurityBtnTLS;
       
   591             itemlabel = qtn_fse_settings_mail_sec_starttls;
       
   592             },
       
   593         //
       
   594         IPS_SET_ITEM
       
   595             {
       
   596             itemtype = EIpsSetUiItemRadioButton;
       
   597             itemid = EIpsSetUiConnectionSecurityBtnSSL;
       
   598             itemlabel = qtn_fse_settings_mail_sec_ssltls;
       
   599             },
       
   600         //
       
   601         IPS_SET_ITEM
       
   602             {
       
   603             itemtype = EIpsSetUiItemRadioButton;
       
   604             itemid = EIpsSetUiConnectionSecurityBtnOff;
       
   605             itemlabel = qtn_fse_settings_mail_secur_off;
       
   606             }
       
   607         };
       
   608     }
       
   609 
       
   610 // ---------------------------------------------------------------------------
       
   611 //
       
   612 //   r_ips_set_array_port
       
   613 //
       
   614 // ---------------------------------------------------------------------------
       
   615 //
       
   616 RESOURCE IPS_SET_ARRAY r_ips_set_array_port_incoming
       
   617     {
       
   618     items =
       
   619         {
       
   620         //
       
   621         IPS_SET_ITEM
       
   622             {
       
   623             itemtype = EIpsSetUiItemRadioButton;
       
   624             itemid = EIpsSetUiIncomingPortBtnDefault;
       
   625             itemlabel = qtn_fse_settings_mail_port_def;
       
   626             },
       
   627         //
       
   628         IPS_SET_ITEM
       
   629             {
       
   630             itemtype = EIpsSetUiItemRadioButton;
       
   631             itemid = EIpsSetUiIncomingPortBtnUserDefined;
       
   632             itemlabel = qtn_fse_settings_mail_port_userdef;
       
   633             itemflags = KIpsSetUiFlagFindEditor;
       
   634             },
       
   635         //
       
   636         IPS_SET_ITEM
       
   637             {
       
   638             itemtype = EIpsSetUiItemValue;
       
   639             itemid = EIpsSetUiIncomingPortBtnEditor;
       
   640             itemlabel = qtn_fse_settings_mail_port_userdef;
       
   641             itemmaxlength = KIpsSetUiNumberMaxPortValue;
       
   642             itemflags = KIpsSetUiFlagPermanentlyHidden |
       
   643                 KIpsSetUiFlagLangSpecificNumConv |
       
   644                 KIpsSetUiFlagForceMustFill;
       
   645             }
       
   646         };
       
   647     }
       
   648 
       
   649 // ---------------------------------------------------------------------------
       
   650 //
       
   651 //   r_ips_set_array_port_outgoing
       
   652 //
       
   653 // ---------------------------------------------------------------------------
       
   654 //
       
   655 RESOURCE IPS_SET_ARRAY r_ips_set_array_port_outgoing
       
   656     {
       
   657     items =
       
   658         {
       
   659         //
       
   660         IPS_SET_ITEM
       
   661             {
       
   662             itemtype = EIpsSetUiItemRadioButton;
       
   663             itemid = EIpsSetUiOutgoingPortBtnDefault;
       
   664             itemlabel = qtn_fse_settings_mail_port_def;
       
   665             },
       
   666         //
       
   667         IPS_SET_ITEM
       
   668             {
       
   669             itemtype = EIpsSetUiItemRadioButton;
       
   670             itemid = EIpsSetUiOutgoingPortBtnUserDefined;
       
   671             itemlabel = qtn_fse_settings_mail_port_userdef;
       
   672             itemflags = KIpsSetUiFlagFindEditor;
       
   673             },
       
   674         //
       
   675         IPS_SET_ITEM
       
   676             {
       
   677             itemtype = EIpsSetUiItemValue;
       
   678             itemid = EIpsSetUiOutgoingPortBtnEditor;
       
   679             itemlabel = qtn_fse_settings_mail_port_def;
       
   680             itemmaxlength = KIpsSetUiNumberMaxPortValue;
       
   681             itemflags = KIpsSetUiFlagPermanentlyHidden |
       
   682                 KIpsSetUiFlagLangSpecificNumConv |
       
   683                 KIpsSetUiFlagForceMustFill;
       
   684             }
       
   685         };
       
   686     }
       
   687 
       
   688 // ---------------------------------------------------------------------------
       
   689 //
       
   690 //   r_ips_set_array_apop
       
   691 //
       
   692 // ---------------------------------------------------------------------------
       
   693 //
       
   694 RESOURCE IPS_SET_ARRAY r_ips_set_array_apop
       
   695     {
       
   696     items =
       
   697         {
       
   698         //
       
   699         IPS_SET_ITEM
       
   700             {
       
   701             itemtype = EIpsSetUiItemRadioButton;
       
   702             itemid = EIpsSetUiApopBtnOn;
       
   703             itemlabel = qtn_fse_settings_mail_apop_on;
       
   704             },
       
   705         //
       
   706         IPS_SET_ITEM
       
   707             {
       
   708             itemtype = EIpsSetUiItemRadioButton;
       
   709             itemid = EIpsSetUiApopBtnOff;
       
   710             itemlabel = qtn_fse_settings_mail_apop_off;
       
   711             }
       
   712         };
       
   713     }
       
   714 
       
   715 // ---------------------------------------------------------------------------
       
   716 //
       
   717 //   r_ips_set_array_signature_radio
       
   718 //
       
   719 // ---------------------------------------------------------------------------
       
   720 //
       
   721 RESOURCE IPS_SET_ARRAY r_ips_set_array_signature_radio
       
   722     {
       
   723     items =
       
   724         {
       
   725         //
       
   726         IPS_SET_ITEM
       
   727             {
       
   728             itemtype = EIpsSetUiItemRadioButton;
       
   729             itemid = EIpsSetUiMailboxSignatureBtnOn;
       
   730             itemlabel = qtn_fse_settings_signature_on;
       
   731             },
       
   732         //
       
   733         IPS_SET_ITEM
       
   734             {
       
   735             itemtype = EIpsSetUiItemRadioButton;
       
   736             itemid = EIpsSetUiMailboxSignatureBtnOff;
       
   737             itemlabel = qtn_fse_settings_signature_off;
       
   738             }
       
   739         };
       
   740     }
       
   741 
       
   742 // ---------------------------------------------------------------------------
       
   743 //
       
   744 //   r_ips_set_what_to_sync_array_email_retrieve_pop3
       
   745 //
       
   746 // ---------------------------------------------------------------------------
       
   747 //
       
   748 RESOURCE IPS_SET_ARRAY r_ips_set_what_to_sync_array_email_retrieve_pop3
       
   749     {
       
   750     items =
       
   751         {
       
   752         //
       
   753         IPS_SET_ITEM
       
   754             {
       
   755             itemtype = EIpsSetUiItemRadioButton;
       
   756             itemid = EIpsSetUiWhatRetrievePop3BtnAll;
       
   757             itemlabel = qtn_fse_settings_mail_retrieve_all;
       
   758             },
       
   759         //
       
   760         IPS_SET_ITEM
       
   761             {
       
   762             itemtype = EIpsSetUiItemRadioButton;
       
   763             itemid = EIpsSetUiWhatRetrievePop3BtnCustom;
       
   764             itemlabel = qtn_fse_settings_mail_retrieve_amount;
       
   765             itemflags = KIpsSetUiFlagFindEditor;
       
   766             },
       
   767         //
       
   768         IPS_SET_ITEM
       
   769             {
       
   770             itemtype = EIpsSetUiItemValue;
       
   771             itemid = EIpsSetUiWhatRetrievePop3EditCustom;
       
   772             itemlabel = qtn_fse_settings_mail_retrieve_amount;
       
   773             itemflags = KIpsSetUiFlagPermanentlyHidden;
       
   774             }
       
   775         };
       
   776     }
       
   777 
       
   778 // ---------------------------------------------------------------------------
       
   779 //
       
   780 //   r_ips_set_what_to_sync_array_email_retrieve_imap4
       
   781 //
       
   782 // ---------------------------------------------------------------------------
       
   783 //
       
   784 RESOURCE IPS_SET_ARRAY r_ips_set_what_to_sync_array_email_retrieve_imap4
       
   785     {
       
   786     items =
       
   787         {
       
   788         //
       
   789         IPS_SET_ITEM
       
   790             {
       
   791             itemtype = EIpsSetUiRadioButtonArray;
       
   792             itemid = EIpsSetUiWhatRetrieveImap4Inbox;
       
   793             itemlabel = qtn_fse_settings_mail_retrieve_from_inbox;
       
   794             itemarray =
       
   795                 r_ips_set_what_to_sync_array_email_retrieve_imap4_inbox;
       
   796             },
       
   797         //
       
   798         IPS_SET_ITEM
       
   799             {
       
   800             itemtype = EIpsSetUiRadioButtonArray;
       
   801             itemid = EIpsSetUiWhatRetrieveImap4Folders;
       
   802             itemlabel = qtn_fse_settings_mail_retrieve_from_folders;
       
   803             itemarray =
       
   804                 r_ips_set_what_to_sync_array_email_retrieve_imap4_folder;
       
   805             }
       
   806         };
       
   807     }
       
   808 
       
   809 // ---------------------------------------------------------------------------
       
   810 //
       
   811 //   r_ips_set_what_to_sync_array_email_retrieve_imap4_inbox
       
   812 //
       
   813 // ---------------------------------------------------------------------------
       
   814 //
       
   815 RESOURCE IPS_SET_ARRAY r_ips_set_what_to_sync_array_email_retrieve_imap4_inbox
       
   816     {
       
   817     items =
       
   818         {
       
   819         //
       
   820         IPS_SET_ITEM
       
   821             {
       
   822             itemtype = EIpsSetUiItemRadioButton;
       
   823             itemid = EIpsSetUiWhatRetrieveImap4InboxBtnAll;
       
   824             itemlabel = qtn_fse_settings_mail_retrieve_all;
       
   825             },
       
   826         //
       
   827         IPS_SET_ITEM
       
   828             {
       
   829             itemtype = EIpsSetUiItemRadioButton;
       
   830             itemid = EIpsSetUiWhatRetrieveImap4InboxBtnCustom;
       
   831             itemlabel = qtn_fse_settings_mail_retrieve_amount;
       
   832             itemflags = KIpsSetUiFlagFindEditor;
       
   833             },
       
   834         //
       
   835         IPS_SET_ITEM
       
   836             {
       
   837             itemtype = EIpsSetUiItemValue;
       
   838             itemid = EIpsSetUiWhatRetrieveImap4InboxEditCustom;
       
   839             itemlabel = qtn_fse_settings_mail_retrieve_amount;
       
   840             itemflags = KIpsSetUiFlagPermanentlyHidden;
       
   841             }
       
   842         };
       
   843     }
       
   844 
       
   845 // ---------------------------------------------------------------------------
       
   846 //
       
   847 //   r_ips_set_what_to_sync_array_email_retrieve_imap4_folder
       
   848 //
       
   849 // ---------------------------------------------------------------------------
       
   850 //
       
   851 RESOURCE IPS_SET_ARRAY r_ips_set_what_to_sync_array_email_retrieve_imap4_folder
       
   852     {
       
   853     items =
       
   854         {
       
   855         //
       
   856         IPS_SET_ITEM
       
   857             {
       
   858             itemtype = EIpsSetUiItemRadioButton;
       
   859             itemid = EIpsSetUiWhatRetrieveImap4FolderBtnAll;
       
   860             itemlabel = qtn_fse_settings_mail_retrieve_all;
       
   861             },
       
   862         //
       
   863         IPS_SET_ITEM
       
   864             {
       
   865             itemtype = EIpsSetUiItemRadioButton;
       
   866             itemid = EIpsSetUiWhatRetrieveImap4FolderBtnCustom;
       
   867             itemlabel = qtn_fse_settings_mail_retrieve_amount;
       
   868             itemflags = KIpsSetUiFlagFindEditor;
       
   869             },
       
   870         //
       
   871         IPS_SET_ITEM
       
   872             {
       
   873             itemtype = EIpsSetUiItemValue;
       
   874             itemid = EIpsSetUiWhatRetrieveImap4FolderEditCustom;
       
   875             itemlabel = qtn_fse_settings_mail_retrieve_amount;
       
   876             itemflags = KIpsSetUiFlagPermanentlyHidden;
       
   877             }
       
   878         };
       
   879     }
       
   880 
       
   881 // ---------------------------------------------------------------------------
       
   882 //
       
   883 //   r_ips_set_what_to_sync_array_email_download_size
       
   884 //
       
   885 // ---------------------------------------------------------------------------
       
   886 //
       
   887 RESOURCE IPS_SET_ARRAY r_ips_set_what_to_sync_array_email_download_size
       
   888     {
       
   889     items =
       
   890         {
       
   891         // "Headers" -option
       
   892         IPS_SET_ITEM
       
   893             {
       
   894             itemtype = EIpsSetUiItemRadioButton;
       
   895             itemid = EIpsSetUiWhatDownloadSizeBtnHeaders;
       
   896             itemlabel = qtn_fse_settings_mail_retrieve_hdr;
       
   897             },
       
   898         // "Headers Plus" -options
       
   899         IPS_SET_ITEM
       
   900             {
       
   901             itemtype = EIpsSetUiItemRadioButton;
       
   902             itemid = EIpsSetUiWhatDownloadSizeBtnPlus;
       
   903             itemlabel = qtn_fse_settings_mail_retrieve_lessthan;
       
   904             itemflags =  KIpsSetUiFlagImap4Only |  KIpsSetUiFlagFindEditor;
       
   905             },
       
   906         // "Everything" -option
       
   907         IPS_SET_ITEM
       
   908             {
       
   909             itemtype = EIpsSetUiItemRadioButton;
       
   910             itemid = EIpsSetUiWhatDownloadSizeBtnFull;
       
   911             itemlabel = qtn_fse_settings_mail_retrieve_bodyandatt;
       
   912             },
       
   913         // Size editor
       
   914         IPS_SET_ITEM
       
   915             {
       
   916             itemtype = EIpsSetUiItemValue;
       
   917             itemid = EIpsSetUiWhatDownloadSizeEditPlus;
       
   918             itemlabel = qtn_fse_settings_mail_retrieve_lessthan;
       
   919             itemflags = KIpsSetUiFlagPermanentlyHidden |
       
   920                 KIpsSetUiFlagForceMustFill;
       
   921             }
       
   922         };
       
   923     }
       
   924 
       
   925 // ---------------------------------------------------------------------------
       
   926 //
       
   927 //   r_ips_set_when_to_sync_array_sync_schedule
       
   928 //
       
   929 // ---------------------------------------------------------------------------
       
   930 //
       
   931 RESOURCE IPS_SET_ARRAY r_ips_set_when_to_sync_array_sync_schedule
       
   932     {
       
   933     items =
       
   934         {
       
   935         // "5 minutes" -option
       
   936         IPS_SET_ITEM
       
   937             {
       
   938             itemtype = EIpsSetUiItemRadioButton;
       
   939             itemid = EIpsSetUiWhenScheduleBtn5Min;
       
   940             itemlabel = qtn_fse_settings_mail_interval_5min;
       
   941             },
       
   942         // "10 minutes" -option
       
   943         IPS_SET_ITEM
       
   944             {
       
   945             itemtype = EIpsSetUiItemRadioButton;
       
   946             itemid = EIpsSetUiWhenScheduleBtn10Min;
       
   947             itemlabel = qtn_fse_settings_mail_interval_10min;
       
   948             },
       
   949         // "15 minutes" -option
       
   950         IPS_SET_ITEM
       
   951             {
       
   952             itemtype = EIpsSetUiItemRadioButton;
       
   953             itemid = EIpsSetUiWhenScheduleBtn15Min;
       
   954             itemlabel = qtn_fse_settings_mail_interval_15min;
       
   955             },
       
   956         // "30 minutes" -option
       
   957         IPS_SET_ITEM
       
   958             {
       
   959             itemtype = EIpsSetUiItemRadioButton;
       
   960             itemid = EIpsSetUiWhenScheduleBtn30Min;
       
   961             itemlabel = qtn_fse_settings_mail_interval_30min;
       
   962             },
       
   963         // "1 hour" -option
       
   964         IPS_SET_ITEM
       
   965             {
       
   966             itemtype = EIpsSetUiItemRadioButton;
       
   967             itemid = EIpsSetUiWhenScheduleBtn1Hour;
       
   968             itemlabel = qtn_fse_settings_mail_interval_1hour;
       
   969             },
       
   970         // "4 hours" -option
       
   971         IPS_SET_ITEM
       
   972             {
       
   973             itemtype = EIpsSetUiItemRadioButton;
       
   974             itemid = EIpsSetUiWhenScheduleBtn4Hours;
       
   975             itemlabel = qtn_fse_settings_mail_interval_4hours;
       
   976             },
       
   977         // "12 hours" -option
       
   978         IPS_SET_ITEM
       
   979             {
       
   980             itemtype = EIpsSetUiItemRadioButton;
       
   981             itemid = EIpsSetUiWhenScheduleBtn12Hours;
       
   982             itemlabel = qtn_fse_settings_mail_interval_12hours;
       
   983             },
       
   984         // "1 day" -option
       
   985         IPS_SET_ITEM
       
   986             {
       
   987             itemtype = EIpsSetUiItemRadioButton;
       
   988             itemid = EIpsSetUiWhenScheduleBtn1Day;
       
   989             itemlabel = qtn_fse_settings_mail_interval_1day;
       
   990             },
       
   991         // "Notification" -option
       
   992         IPS_SET_ITEM
       
   993             {
       
   994             itemtype = EIpsSetUiItemRadioButton;
       
   995             itemid = EIpsSetUiWhenScheduleBtnNotification;
       
   996             itemlabel = qtn_fse_settings_mail_interval_notif;
       
   997             },
       
   998         // "Manual" -option
       
   999         IPS_SET_ITEM
       
  1000             {
       
  1001             itemtype = EIpsSetUiItemRadioButton;
       
  1002             itemid = EIpsSetUiWhenScheduleBtnManual;
       
  1003             itemlabel = qtn_fse_settings_mail_interval_manual;
       
  1004             }
       
  1005         };
       
  1006     }
       
  1007 
       
  1008 // ---------------------------------------------------------------------------
       
  1009 //
       
  1010 //   r_ips_set_when_to_sync_array_weekdays
       
  1011 //
       
  1012 // ---------------------------------------------------------------------------
       
  1013 //
       
  1014 RESOURCE IPS_SET_ARRAY r_ips_set_when_to_sync_array_weekdays
       
  1015     {
       
  1016     items =
       
  1017         {
       
  1018         //
       
  1019         IPS_SET_ITEM
       
  1020             {
       
  1021             itemtype = EIpsSetUiItemRadioButton;
       
  1022             itemid = EIpsSetUiWhenDaysBtnMonday;
       
  1023             itemlabel = qtn_week_long_monday;
       
  1024             },
       
  1025         //
       
  1026         IPS_SET_ITEM
       
  1027             {
       
  1028             itemtype = EIpsSetUiItemRadioButton;
       
  1029             itemid = EIpsSetUiWhenDaysBtnTuesday;
       
  1030             itemlabel = qtn_week_long_tuesday;
       
  1031             },
       
  1032         //
       
  1033         IPS_SET_ITEM
       
  1034             {
       
  1035             itemtype = EIpsSetUiItemRadioButton;
       
  1036             itemid = EIpsSetUiWhenDaysBtnWednesday;
       
  1037             itemlabel = qtn_week_long_wednesday;
       
  1038             },
       
  1039         //
       
  1040         IPS_SET_ITEM
       
  1041             {
       
  1042             itemtype = EIpsSetUiItemRadioButton;
       
  1043             itemid = EIpsSetUiWhenDaysBtnThursday;
       
  1044             itemlabel = qtn_week_long_thursday;
       
  1045             },
       
  1046         //
       
  1047         IPS_SET_ITEM
       
  1048             {
       
  1049             itemtype = EIpsSetUiItemRadioButton;
       
  1050             itemid = EIpsSetUiWhenDaysBtnFriday;
       
  1051             itemlabel = qtn_week_long_friday;
       
  1052             },
       
  1053         //
       
  1054         IPS_SET_ITEM
       
  1055             {
       
  1056             itemtype = EIpsSetUiItemRadioButton;
       
  1057             itemid = EIpsSetUiWhenDaysBtnSaturday;
       
  1058             itemlabel = qtn_week_long_saturday;
       
  1059             },
       
  1060         //
       
  1061         IPS_SET_ITEM
       
  1062             {
       
  1063             itemtype = EIpsSetUiItemRadioButton;
       
  1064             itemid = EIpsSetUiWhenDaysBtnSunday;
       
  1065             itemlabel = qtn_week_long_sunday;
       
  1066             }
       
  1067         };
       
  1068     }
       
  1069 
       
  1070 // ---------------------------------------------------------------------------
       
  1071 //
       
  1072 //   r_ips_set_when_to_sync_array_roaming
       
  1073 //
       
  1074 // ---------------------------------------------------------------------------
       
  1075 //
       
  1076 RESOURCE IPS_SET_ARRAY r_ips_set_when_to_sync_array_roaming
       
  1077     {
       
  1078     items =
       
  1079         {
       
  1080         //
       
  1081         IPS_SET_ITEM
       
  1082             {
       
  1083             itemtype = EIpsSetUiItemRadioButton;
       
  1084             itemid = EIpsSetUiWhenRoamingBtnOn;
       
  1085             itemlabel = qtn_fse_settings_mail_alwaysconnected;
       
  1086             },
       
  1087         //
       
  1088         IPS_SET_ITEM
       
  1089             {
       
  1090             itemtype = EIpsSetUiItemRadioButton;
       
  1091             itemid = EIpsSetUiWhenRoamingBtnOff;
       
  1092             itemlabel = qtn_fse_settings_mail_onlyinhome;
       
  1093             }
       
  1094         };
       
  1095     }
       
  1096 
       
  1097 // ---------------------------------------------------------------------------
       
  1098 //
       
  1099 //   r_ips_set_when_to_sync_array_sync_hours
       
  1100 //
       
  1101 // ---------------------------------------------------------------------------
       
  1102 //
       
  1103 RESOURCE IPS_SET_ARRAY r_ips_set_when_to_sync_array_sync_hours
       
  1104     {
       
  1105     items =
       
  1106         {
       
  1107         // "All day" -option
       
  1108         IPS_SET_ITEM
       
  1109             {
       
  1110             itemtype = EIpsSetUiItemRadioButton;
       
  1111             itemid = EIpsSetUiWhenHoursBtnAllDay;
       
  1112             itemlabel = qtn_fse_settings_mail_conn_hours_all;
       
  1113             },
       
  1114         // "Between hours" -option
       
  1115         IPS_SET_ITEM
       
  1116             {
       
  1117             itemtype = EIpsSetUiItemRadioButton;
       
  1118             itemid = EIpsSetUiWhenHoursBtnCustomize;
       
  1119             itemlabel = qtn_fse_settings_mail_conn_hours_between;
       
  1120             itemflags = KIpsSetUiFlagFindEditor;
       
  1121             },
       
  1122         // Time Editor
       
  1123         IPS_SET_ITEM
       
  1124             {
       
  1125             itemtype = EIpsSetUiItemMultiLine;
       
  1126             itemid = EIpsSetUiWhenHoursCustom;
       
  1127             itemlabel = qtn_fse_settings_mail_conn_hours_between;
       
  1128             itemflags = KIpsSetUiFlagPermanentlyHidden;
       
  1129             itemarray = r_ips_set_when_to_sync_array_sync_hours_multi_editor;
       
  1130             }
       
  1131         };
       
  1132     }
       
  1133 
       
  1134 // ---------------------------------------------------------------------------
       
  1135 //
       
  1136 //   r_ips_set_when_to_sync_array_sync_hours
       
  1137 //
       
  1138 // ---------------------------------------------------------------------------
       
  1139 //
       
  1140 RESOURCE IPS_SET_ARRAY r_ips_set_when_to_sync_array_sync_hours_multi_editor
       
  1141     {
       
  1142     items=
       
  1143         {
       
  1144         IPS_SET_ITEM
       
  1145             {
       
  1146             itemlabel = qtn_fse_settings_conn_hours_from;
       
  1147             itemid = EIpsSetUiWhenHoursEditCustomizeFrom;
       
  1148             itemtype = EIpsSetUiItemTime;
       
  1149             itemmaxlength = KIpsSetUiMaxSettingsTimeLength;
       
  1150             },
       
  1151         IPS_SET_ITEM
       
  1152             {
       
  1153             itemlabel = qtn_fse_settings_conn_hours_to;
       
  1154             itemid = EIpsSetUiWhenHoursEditCustomizeTo;
       
  1155             itemtype = EIpsSetUiItemTime;
       
  1156             itemmaxlength = KIpsSetUiMaxSettingsTimeLength;
       
  1157             }
       
  1158         };
       
  1159     }
       
  1160 
       
  1161 // End of File