classicui_pub/tsrc/bc/apps/S60_SDK3.0/bctestpopups/group/bctestpopups.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 10:11:06 +0300
branchRCL_3
changeset 18 fcdfafb36fe7
parent 0 2f259fa3e83a
permissions -rw-r--r--
Revision: 201031 Kit: 201033

/*
* Copyright (c) 2006-2009 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:         resources for the module
*
*/









//  RESOURCE IDENTIFIER
NAME POPU

//  INCLUDES

#include <eikon.rh>
#include <eikon.rsg>
#include <avkon.hrh>
#include <avkon.mbg>
#include <avkon.rsg>
#include <avkon.rh>
#include <avkonicons.hrh>
#include <bctestpopups.mbg>

#include <appinfo.rh>

#include "bctestpopups.hrh"
#include "bctestpopups.loc"

#define BCTESTPOPFIELD_TEXT_WIDTH          8

//  RESOURCE DEFINITIONS
//----------------------------------------------------------------------------
//
//    RSS_SIGNATURE
//
//
//----------------------------------------------------------------------------
//
RESOURCE RSS_SIGNATURE
    {
    }

//----------------------------------------------------------------------------
//
//    TBUF16
//
//
//----------------------------------------------------------------------------
//
RESOURCE TBUF16
    {
    buf = qtn_bctestpopups_buf;
    }

//----------------------------------------------------------------------------
//
//    EIK_APP_INFO
//
//
//----------------------------------------------------------------------------
//
RESOURCE EIK_APP_INFO
    {
    menubar = r_bctestpopups_menubar;
    cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
    }

// ---------------------------------------------------------
//    Provide Caption and Icon Info for Scalable UI
//
// ---------------------------------------------------------
//
RESOURCE LOCALISABLE_APP_INFO r_bctestpopups_localisable_app_info
    {
    short_caption = qtn_apps_tavl_grid; 

    caption_and_icon = 
    CAPTION_AND_ICON_INFO
        {
        caption = qtn_apps_tavl_list; 
        number_of_icons = 2;        
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_view
//
//
//----------------------------------------------------------------------------
//
RESOURCE AVKON_VIEW r_bctestpopups_view
    {
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_menubar
//    MenuBar
//
//----------------------------------------------------------------------------
//
RESOURCE MENU_BAR r_bctestpopups_menubar
    {
    titles =
        {
        MENU_TITLE
            {
            menu_pane = r_bctestpopups_menu;
            txt = qtn_bctestpopups_menubar;
            }
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_menu
//    Menu pane
//
//----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_bctestpopups_menu
    {
    items =
        {
        MENU_ITEM
            {
            command = EBCTestPopupsCmdPopupsFieldText;
            cascade = r_bctestpopups_menu_popup_field_text_cascade;
            txt = qtn_bctestpopups_menu_popup_field_text;
            },
        MENU_ITEM
            {
            command = EBCTestPopupsCmdPopupsList;
            cascade = r_bctestpopups_menu_popup_list_cascade;
            txt = qtn_bctestpopups_menu_popup_list;
            },
        MENU_ITEM
            {
            command = EBCTestPopupsCmdPopupsHeadingPane;
            cascade = r_bctestpopups_menu_popup_heading_pane_cascade;
            txt = qtn_bctestpopups_menu_popup_heading_pane;
            },
        MENU_ITEM
            {
            command = EBCTestPopupsCmdPopupsSettingPage;
            cascade = r_bctestpopups_menu_settingpage_cascade;
            txt = qtn_bctestpopups_menu_popup_setting_page;
            },
        MENU_ITEM
            {
            command = EBCTestPopupsCmdPopupsLayout;
            cascade = r_bctestpopups_menu_layout_cascade;
            txt = qtn_bctestpopups_menu_popup_layout;
            },
        MENU_ITEM
            {
            command = EBCTestPopupsCmdAutotest;
            txt = qtn_bctestpopups_menu_autotest;
            },
        MENU_ITEM
            {
            command = EAknCmdExit;
            txt = qtn_bctestpopups_menu_exit;
            }
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_menu_popup_field_text_cascade
//    Sub menu-pane of "Popup field" menu
//
//----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_bctestpopups_menu_popup_field_text_cascade
    {
    items =
        {
        MENU_ITEM
            {
            command = EBCTestPopupsCmdOutline01;
            txt = qtn_bctestpopups_menu_out01;
            },
        MENU_ITEM
            {
            command = EBCTestPopupsCmdOutline02;
            txt = qtn_bctestpopups_menu_out02;
            },
        MENU_ITEM
            {
            command = EBCTestPopupsCmdOutline03;
            txt = qtn_bctestpopups_menu_out03;
            }                     
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_menu_popup_list_cascade
//    Sub menu-pane of "Popup list" menu
//
//----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_bctestpopups_menu_popup_list_cascade
    {
    items =
        {
        MENU_ITEM
            {
            command = EBCTestPopupsCmdOutline04;
            txt = qtn_bctestpopups_menu_out04;
            },
        MENU_ITEM
            {
            command = EBCTestPopupsCmdOutline05;
            txt = qtn_bctestpopups_menu_out05;
            },
        MENU_ITEM
            {
            command = EBCTestPopupsCmdOutline06;
            txt = qtn_bctestpopups_menu_out06;
            }                        
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_menu_popup_heading_pane_cascade
//    Sub menu-pane of "Popup heading pane" menu
//
//----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_bctestpopups_menu_popup_heading_pane_cascade
    {
    items =
        {
        MENU_ITEM
            {
            command = EBCTestPopupsCmdOutline07;
            txt = qtn_bctestpopups_menu_out07;
            },        
        MENU_ITEM
            {
            command = EBCTestPopupsCmdOutline08;
            txt = qtn_bctestpopups_menu_out08;
            },
        MENU_ITEM
            {
            command = EBCTestPopupsCmdOutline09;
            txt = qtn_bctestpopups_menu_out09;
            }            
        };
    }


//----------------------------------------------------------------------------
//
//    r_bctestpopups_menu_settingpage_cascade
//    Sub menu-pane of "Popup setting page" menu
//
//----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_bctestpopups_menu_settingpage_cascade
    {
    items =
        {
        MENU_ITEM
            {
            command = EBCTestPopupsCmdOutline10;
            txt = qtn_bctestpopups_menu_out10;
            },        
        MENU_ITEM
            {
            command = EBCTestPopupsCmdOutline11;
            txt = qtn_bctestpopups_menu_out11;
            }         
        };
    }


//----------------------------------------------------------------------------
//
//    r_bctestpopups_menu_layout_cascade
//    Sub menu-pane of "Popup layout" menu
//
//----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_bctestpopups_menu_layout_cascade
    {
    items =
        {
        MENU_ITEM
            {
            command = EBCTestPopupsCmdOutline12;
            txt = qtn_bctestpopups_menu_out12;
            }                   
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_avkon_heading
//    Avkon Heading
//
//----------------------------------------------------------------------------
//
RESOURCE AVKON_HEADING r_bctestpopups_avkon_heading
	{
	label = qtn_bctestpopups_label;  
	bmpfile = qtn_bctestpopups_bmpfile;
	bmpid = EMbmBctestpopups30x40;
	bmpmask = EMbmBctestpopups30x40m;
	animation = r_bctestpopups_bitmap_animation;
	headinglayout = R_AVKON_LIST_HEADING_PANE;
	} 	  

//----------------------------------------------------------------------------
//
//    r_bctestpopups_bitmap_animation
//    Bitmap Animation
//
//----------------------------------------------------------------------------
//
RESOURCE BMPANIM_DATA r_bctestpopups_bitmap_animation
	{
	frameinterval = 200;
	playmode = -1;
	bmpfile = qtn_bctestpopups_bmpfile;
    frames = r_bctestpopups_animation_array;	
 	}  
 	
//----------------------------------------------------------------------------
//
//    r_bctestpopups_animation_array
//    Animation Array
//
//----------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestpopups_animation_array
	{
    items = 
        {
        BMPANIM_FRAME
            {
            bmpid = EMbmBctestpopups30x40;
            maskid = EMbmBctestpopups30x40m;
            },
         BMPANIM_FRAME
            {
            bmpid = EMbmBctestpopupsTel;
            maskid = EMbmBctestpopupsTelm;
            }           
        };
	}
	
//----------------------------------------------------------------------------
//   
//    r_bctestpopups_iconfile
//    Icon file to use.
//
//----------------------------------------------------------------------------
//
RESOURCE TBUF256 r_bctestpopups_iconfile
    {
    buf = qtn_bctestpopups_iconfile;
    }
    
//----------------------------------------------------------------------------
//
//    r_bctestpopups_text_label_title
//    Text which is used by label
//
//----------------------------------------------------------------------------
//
RESOURCE TBUF256 r_bctestpopups_text_label_title
    {
    buf = qtn_bctestpopups_label_title;
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_text_label_operation
//    Text which is used by label
//
//----------------------------------------------------------------------------
//
RESOURCE TBUF256 r_bctestpopups_text_label_operation
    {
    buf = qtn_bctestpopups_operation;
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_text_status_pane_title??
//    Text which is used on status pane
//
//----------------------------------------------------------------------------
//
RESOURCE TBUF256 r_bctestpopups_text_status_pane_title01
    {
    buf = qtn_bctestpopups_menu_out01;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title02
    {
    buf = qtn_bctestpopups_menu_out02;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title03
    {
    buf = qtn_bctestpopups_menu_out03;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title04
    {
    buf = qtn_bctestpopups_menu_out04;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title05
    {
    buf = qtn_bctestpopups_menu_out05;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title06
    {
    buf = qtn_bctestpopups_menu_out06;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title07
    {
    buf = qtn_bctestpopups_menu_out07;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title08
    {
    buf = qtn_bctestpopups_menu_out08;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title09
    {
    buf = qtn_bctestpopups_menu_out09;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title10
    {
    buf = qtn_bctestpopups_menu_out10;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title11
    {
    buf = qtn_bctestpopups_menu_out11;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title12
    {
    buf = qtn_bctestpopups_menu_out12;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title13
    {
    buf = qtn_bctestpopups_menu_out13;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title14
    {
    buf = qtn_bctestpopups_menu_out14;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title15
    {
    buf = qtn_bctestpopups_menu_out15;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title16
    {
    buf = qtn_bctestpopups_menu_out16;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title17
    {
    buf = qtn_bctestpopups_menu_out17;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title18
    {
    buf = qtn_bctestpopups_menu_out18;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title19
    {
    buf = qtn_bctestpopups_menu_out19;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title20
    {
    buf = qtn_bctestpopups_menu_out20;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title21
    {
    buf = qtn_bctestpopups_menu_out21;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title22
    {
    buf = qtn_bctestpopups_menu_out22;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title23
    {
    buf = qtn_bctestpopups_menu_out23;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title24
    {
    buf = qtn_bctestpopups_menu_out24;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title25
    {
    buf = qtn_bctestpopups_menu_out25;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title26
    {
    buf = qtn_bctestpopups_menu_out26;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title27
    {
    buf = qtn_bctestpopups_menu_out27;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title28
    {
    buf = qtn_bctestpopups_menu_out28;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title29
    {
    buf = qtn_bctestpopups_menu_out29;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title30
    {
    buf = qtn_bctestpopups_menu_out30;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title31
    {
    buf = qtn_bctestpopups_menu_out31;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title32
    {
    buf = qtn_bctestpopups_menu_out32;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title33
    {
    buf = qtn_bctestpopups_menu_out33;
    }

RESOURCE TBUF256 r_bctestpopups_text_status_pane_title34
    {
    buf = qtn_bctestpopups_menu_out34;
    }

// ---------------------------------------------------------------------------
//
//    r_bctestpopups_query_prompt
//    For pop-up field selection list item : editing query caption text
//
// ---------------------------------------------------------------------------
//
RESOURCE TBUF256 r_bctestpopups_query_prompt
    {
    buf = qtn_bctestpopups_query_prompt;
    }

// ---------------------------------------------------------------------------
//
//    r_bctestpopups_time_initial_text
//    Time array text which is used on selection list
//
// ---------------------------------------------------------------------------
//
RESOURCE TBUF256 r_bctestpopups_time_initial_text
    {
    buf = qtn_bctestpopups_time_text;
    }

// ---------------------------------------------------------------------------
//
//    r_bctestpopups_date_initial_text
//    Date array text which is used on selection list
//
// ---------------------------------------------------------------------------
//
RESOURCE TBUF256 r_bctestpopups_date_initial_text
    {
    buf = qtn_bctestpopups_date_text;
    }

// ---------------------------------------------------------------------------
//
//    r_bctestpopups_???_format_string_text
//    Each format which is used on selection list
//
// ---------------------------------------------------------------------------
//
RESOURCE TBUF256 r_bctestpopups_num_format_string_text
    {
    buf = qtn_bctestpopups_num_format;
    }

RESOURCE TBUF256 r_bctestpopups_phon_format_string_text
    {
    buf = qtn_bctestpopups_phon_format;
    }

RESOURCE TBUF256 r_bctestpopups_time_format_string_text
    {
    buf = qtn_bctestpopups_time_format;
    }

RESOURCE TBUF256 r_bctestpopups_date_format_string_text
    {
    buf = qtn_bctestpopups_date_format;
    }

RESOURCE TBUF256 r_bctestpopups_dura_format_string_text
    {
    buf = qtn_bctestpopups_dura_format;
    }

// ---------------------------------------------------------------------------
//
//    r_bctestpopups_empty_text_raplacement
//    Used in AttribSetDialog
//
// ---------------------------------------------------------------------------
//
RESOURCE TBUF256 r_bctestpopups_empty_text_raplacement
    {
    buf = qtn_bctestpopups_empty_text_replacement;
    }

// ---------------------------------------------------------------------------
//
//    r_bctestpopups_other_text_raplacement
//    Used in AttribSetDialog
//
// ---------------------------------------------------------------------------
//
RESOURCE TBUF256 r_bctestpopups_other_text_raplacement
    {
    buf = qtn_bctestpopups_other_text_replacement;
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_two_text_field_dialog
//    Standard for Popfield. there are two text fields.
//
//----------------------------------------------------------------------------
//
RESOURCE DIALOG r_bctestpopups_two_text_field_dialog
    {
    flags = EEikDialogFlagNoDrag | EEikDialogFlagFillAppClientRect |
        EEikDialogFlagNoTitleBar | EEikDialogFlagButtonsRight |
        EEikDialogFlagCbaButtons | EEikDialogFlagNoBorder;

    buttons = R_AVKON_SOFTKEYS_OPTIONS_BACK;
    form = r_bctestpopups_two_text_field_form;
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_two_text_field_form
//    Standard for PopField. there are two text fields.
//
//----------------------------------------------------------------------------
//
RESOURCE FORM r_bctestpopups_two_text_field_form
    {
    items =
        {
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop01;
            id = EBCTestPopFieldDlgCtrlIdPop01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {

                //flags = EAknPopupFieldFlagAllowsUserDefinedEntry;
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop02;
            id = EBCTestPopFieldDlgCtrlIdPop02;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
//                flags = EAknPopupFieldFlagAllowsUserDefinedEntry;
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            }
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_five_text_field_dialog
//    for Outline16,17
//
//----------------------------------------------------------------------------
//
RESOURCE DIALOG r_bctestpopups_five_text_field_dialog
    {
    flags = EEikDialogFlagNoDrag | EEikDialogFlagFillAppClientRect |
        EEikDialogFlagNoTitleBar | EEikDialogFlagButtonsRight |
        EEikDialogFlagCbaButtons | ///EEikDialogFlagModeless |
        EEikDialogFlagNoBorder;
    buttons = R_AVKON_SOFTKEYS_OPTIONS_BACK;
    form = r_bctestpopups_five_text_field_form;
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_five_text_field_form
//    for Outline16,17
//
//----------------------------------------------------------------------------
//
RESOURCE FORM r_bctestpopups_five_text_field_form
    {
    items =
        {
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop01;
            id = EBCTestPopFieldDlgCtrlIdPop01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop02;
            id = EBCTestPopFieldDlgCtrlIdPop02;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop03;
            id = EBCTestPopFieldDlgCtrlIdPop03;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop04;
            id = EBCTestPopFieldDlgCtrlIdPop04;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop05;
            id = EBCTestPopFieldDlgCtrlIdPop05;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            }
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_thirteen_text_field_dialog
//    for Outline9
//
//----------------------------------------------------------------------------
//
RESOURCE DIALOG r_bctestpopups_thirteen_text_field_dialog
    {
    flags = EEikDialogFlagNoDrag | EEikDialogFlagFillAppClientRect |
        EEikDialogFlagNoTitleBar | EEikDialogFlagButtonsRight |
        EEikDialogFlagCbaButtons | ///EEikDialogFlagModeless |
        EEikDialogFlagNoBorder;
    buttons = R_AVKON_SOFTKEYS_OPTIONS_BACK;
    form = r_bctestpopups_thirteen_text_field_form;
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_thirteen_text_field_form
//    for Outline9
//
//----------------------------------------------------------------------------
//
RESOURCE FORM r_bctestpopups_thirteen_text_field_form
    {
    items =
        {
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop00;
            id = EBCTestPopFieldDlgCtrlIdPop00;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop01;
            id = EBCTestPopFieldDlgCtrlIdPop01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop02;
            id = EBCTestPopFieldDlgCtrlIdPop02;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop03;
            id = EBCTestPopFieldDlgCtrlIdPop03;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop04;
            id = EBCTestPopFieldDlgCtrlIdPop04;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop05;
            id = EBCTestPopFieldDlgCtrlIdPop05;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop06;
            id = EBCTestPopFieldDlgCtrlIdPop06;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop07;
            id = EBCTestPopFieldDlgCtrlIdPop07;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop08;
            id = EBCTestPopFieldDlgCtrlIdPop08;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop09;
            id = EBCTestPopFieldDlgCtrlIdPop09;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop10;
            id = EBCTestPopFieldDlgCtrlIdPop10;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop11;
            id = EBCTestPopFieldDlgCtrlIdPop11;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop12;
            id = EBCTestPopFieldDlgCtrlIdPop12;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            }
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_allows_user_defined_entry_dialog
//    for Outline20,21,22,23,24
//
//----------------------------------------------------------------------------
//
RESOURCE DIALOG r_bctestpopups_allows_user_defined_entry_dialog
    {
    flags = EEikDialogFlagNoDrag | EEikDialogFlagFillAppClientRect |
        EEikDialogFlagNoTitleBar | EEikDialogFlagButtonsRight |
        EEikDialogFlagCbaButtons | ///EEikDialogFlagModeless |
        EEikDialogFlagNoBorder;
    buttons = R_AVKON_SOFTKEYS_OPTIONS_BACK;
    form = r_bctestpopups_allows_user_defined_entry_form;
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_allows_user_defined_entry_form
//    for Outline20,21,22,23,24
//
//----------------------------------------------------------------------------
//
RESOURCE FORM r_bctestpopups_allows_user_defined_entry_form
    {
    items =
        {
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop01;
            id = EBCTestPopFieldDlgCtrlIdPop01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                flags = EAknPopupFieldFlagAllowsUserDefinedEntry;
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop02;
            id = EBCTestPopFieldDlgCtrlIdPop02;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                flags = EAknPopupFieldFlagAllowsUserDefinedEntry;
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            }
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_navigate_six_pages_dialog
//    for Outline32
//
//----------------------------------------------------------------------------
//
RESOURCE DIALOG r_bctestpopups_navigate_six_pages_dialog
    {
    flags = EEikDialogFlagNoDrag | EEikDialogFlagFillAppClientRect |
        EEikDialogFlagNoTitleBar | EEikDialogFlagButtonsRight |
        EEikDialogFlagCbaButtons | ///EEikDialogFlagModeless |
        EEikDialogFlagNoBorder;
    buttons = R_AVKON_SOFTKEYS_OPTIONS_BACK;
    pages = r_bctestpopups_navigate_six_pages;
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_navigate_six_pages
//    For Outline32
//
//----------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestpopups_navigate_six_pages
    {
    items =
        {
        PAGE
            {
            id = EBCTestPopFieldPageCtrlIdPage01;
            text = qtn_bctestpopups_label_page1;
            form = r_bctestpopups_navigate_six_pages_text_form;
            },
        PAGE
            {
            id = EBCTestPopFieldPageCtrlIdPage02;
            text = qtn_bctestpopups_label_page2;
            form = r_bctestpopups_navigate_six_pages_num_form;
            },
        PAGE
            {
            id = EBCTestPopFieldPageCtrlIdPage03;
            text = qtn_bctestpopups_label_page3;
            form = r_bctestpopups_navigate_six_pages_phon_form;
            },
        PAGE
            {
            id = EBCTestPopFieldPageCtrlIdPage04;
            text = qtn_bctestpopups_label_page4;
            form = r_bctestpopups_navigate_six_pages_time_form;
            },
        PAGE
            {
            id = EBCTestPopFieldPageCtrlIdPage05;
            text = qtn_bctestpopups_label_page5;
            form = r_bctestpopups_navigate_six_pages_date_form;
            },
        PAGE
            {
            id = EBCTestPopFieldPageCtrlIdPage06;
            text = qtn_bctestpopups_label_page6;
            form = r_bctestpopups_navigate_six_pages_dura_form;
            }
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_navigate_six_pages_text_form
//    for Outline32
//
//----------------------------------------------------------------------------
//
RESOURCE FORM r_bctestpopups_navigate_six_pages_text_form
    {
    items =
        {
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_txt01;
            id = EBCTestPopFieldDlgCtrlIdText01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_txt02;
            id = EBCTestPopFieldDlgCtrlIdText02;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_txt03;
            id = EBCTestPopFieldDlgCtrlIdText03;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_txt04;
            id = EBCTestPopFieldDlgCtrlIdText04;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_txt05;
            id = EBCTestPopFieldDlgCtrlIdText05;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_txt06;
            id = EBCTestPopFieldDlgCtrlIdText06;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            }
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_navigate_six_pages_num_form
//    for Outline32
//
//----------------------------------------------------------------------------
//
RESOURCE FORM r_bctestpopups_navigate_six_pages_num_form
    {
    items =
        {
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_num01;
            id = EBCTestPopFieldDlgCtrlIdNum01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_num02;
            id = EBCTestPopFieldDlgCtrlIdNum02;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_num03;
            id = EBCTestPopFieldDlgCtrlIdNum03;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_num04;
            id = EBCTestPopFieldDlgCtrlIdNum04;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_num05;
            id = EBCTestPopFieldDlgCtrlIdNum05;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_num06;
            id = EBCTestPopFieldDlgCtrlIdNum06;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            }
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_navigate_six_pages_phon_form
//    for Outline32
//
//----------------------------------------------------------------------------
//
RESOURCE FORM r_bctestpopups_navigate_six_pages_phon_form
    {
    items =
        {
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_phon01;
            id = EBCTestPopFieldDlgCtrlIdPhon01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_phon02;
            id = EBCTestPopFieldDlgCtrlIdPhon02;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_phon03;
            id = EBCTestPopFieldDlgCtrlIdPhon03;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_phon04;
            id = EBCTestPopFieldDlgCtrlIdPhon04;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_phon05;
            id = EBCTestPopFieldDlgCtrlIdPhon05;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_phon06;
            id = EBCTestPopFieldDlgCtrlIdPhon06;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            }
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_navigate_six_pages_time_form
//    for Outline32
//
//----------------------------------------------------------------------------
//
RESOURCE FORM r_bctestpopups_navigate_six_pages_time_form
    {
    items =
        {
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_time01;
            id = EBCTestPopFieldDlgCtrlIdTime01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_time02;
            id = EBCTestPopFieldDlgCtrlIdTime02;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_time03;
            id = EBCTestPopFieldDlgCtrlIdTime03;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_time04;
            id = EBCTestPopFieldDlgCtrlIdTime04;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_time05;
            id = EBCTestPopFieldDlgCtrlIdTime05;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_time06;
            id = EBCTestPopFieldDlgCtrlIdTime06;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            }
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_navigate_six_pages_date_form
//    for Outline32
//
//----------------------------------------------------------------------------
//
RESOURCE FORM r_bctestpopups_navigate_six_pages_date_form
    {
    items =
        {
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_date01;
            id = EBCTestPopFieldDlgCtrlIdDate01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_date02;
            id = EBCTestPopFieldDlgCtrlIdDate02;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_date03;
            id = EBCTestPopFieldDlgCtrlIdDate03;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_date04;
            id = EBCTestPopFieldDlgCtrlIdDate04;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_date05;
            id = EBCTestPopFieldDlgCtrlIdDate05;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_date06;
            id = EBCTestPopFieldDlgCtrlIdDate06;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            }
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_navigate_six_pages_dura_form
//    for Outline32
//
//----------------------------------------------------------------------------
//
RESOURCE FORM r_bctestpopups_navigate_six_pages_dura_form
    {
    items =
        {
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_dura01;
            id = EBCTestPopFieldDlgCtrlIdDura01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_dura02;
            id = EBCTestPopFieldDlgCtrlIdDura02;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_dura03;
            id = EBCTestPopFieldDlgCtrlIdDura03;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_dura04;
            id = EBCTestPopFieldDlgCtrlIdDura04;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_dura05;
            id = EBCTestPopFieldDlgCtrlIdDura05;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_dura06;
            id = EBCTestPopFieldDlgCtrlIdDura06;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            }
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_different_data_type_dialog
//    for Outline25
//
//----------------------------------------------------------------------------
//
RESOURCE DIALOG r_bctestpopups_different_data_type_dialog
    {
    flags = EEikDialogFlagNoDrag | EEikDialogFlagFillAppClientRect |
        EEikDialogFlagNoTitleBar | EEikDialogFlagButtonsRight |
        EEikDialogFlagCbaButtons | ///EEikDialogFlagModeless |
        EEikDialogFlagNoBorder;
    buttons = R_AVKON_SOFTKEYS_OPTIONS_BACK;
    form = r_bctestpopups_different_data_type_form;
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_different_data_type_form
//    for Outline25
//
//----------------------------------------------------------------------------
//
RESOURCE FORM r_bctestpopups_different_data_type_form
    {
    items =
        {
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_txt;
            id = EBCTestPopFieldDlgCtrlIdText01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_num;
            id = EBCTestPopFieldDlgCtrlIdNum01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_phon;
            id = EBCTestPopFieldDlgCtrlIdPhon01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_time;
            id = EBCTestPopFieldDlgCtrlIdTime01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_date;
            id = EBCTestPopFieldDlgCtrlIdDate01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_dura;
            id = EBCTestPopFieldDlgCtrlIdDura01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            }
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_different_data_type_enter_dialog
//    for Outline26,27
//
//----------------------------------------------------------------------------
//
RESOURCE DIALOG r_bctestpopups_different_data_type_enter_dialog
    {
    flags = EEikDialogFlagNoDrag | EEikDialogFlagFillAppClientRect |
        EEikDialogFlagNoTitleBar | EEikDialogFlagButtonsRight |
        EEikDialogFlagCbaButtons | ///EEikDialogFlagModeless |
        EEikDialogFlagNoBorder;
    buttons = R_AVKON_SOFTKEYS_OPTIONS_BACK;
    form = r_bctestpopups_different_data_type_enter_form;
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_different_data_type_enter_form
//    for Outline26,27
//
//----------------------------------------------------------------------------
//
RESOURCE FORM r_bctestpopups_different_data_type_enter_form
    {
    items =
        {
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_txt;
            id = EBCTestPopFieldDlgCtrlIdText01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                flags = EAknPopupFieldFlagAllowsUserDefinedEntry;
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_num;
            id = EBCTestPopFieldDlgCtrlIdNum01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                flags = EAknPopupFieldFlagAllowsUserDefinedEntry;
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_phon;
            id = EBCTestPopFieldDlgCtrlIdPhon01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                flags = EAknPopupFieldFlagAllowsUserDefinedEntry;
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_time;
            id = EBCTestPopFieldDlgCtrlIdTime01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                flags = EAknPopupFieldFlagAllowsUserDefinedEntry;
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_date;
            id = EBCTestPopFieldDlgCtrlIdDate01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                flags = EAknPopupFieldFlagAllowsUserDefinedEntry;
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_dura;
            id = EBCTestPopFieldDlgCtrlIdDura01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                flags = EAknPopupFieldFlagAllowsUserDefinedEntry;
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            }
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_list_with_radio_button_dialog
//    for Outline28
//
//----------------------------------------------------------------------------
//
RESOURCE DIALOG r_bctestpopups_list_with_radio_button_dialog
    {
    flags = EEikDialogFlagNoDrag | EEikDialogFlagFillAppClientRect |
        EEikDialogFlagNoTitleBar | EEikDialogFlagButtonsRight |
        EEikDialogFlagCbaButtons | ///EEikDialogFlagModeless |
        EEikDialogFlagNoBorder;
    buttons = R_AVKON_SOFTKEYS_OPTIONS_BACK;
    form = r_bctestpopups_list_with_radio_button_form;
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_list_with_radio_button_form
//    for Outline28
//
//----------------------------------------------------------------------------
//
RESOURCE FORM r_bctestpopups_list_with_radio_button_form
    {
    items =
        {
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop01;
            id = EBCTestPopFieldDlgCtrlIdPop01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_pop02;
            id = EBCTestPopFieldDlgCtrlIdPop02;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                flags = EAknPopupFieldNoGraphic;
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            }
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_popup_field_text
//    for Outline1
//
//----------------------------------------------------------------------------
//
RESOURCE POPUP_FIELD_TEXT r_bctestpopups_popup_field_text
	{
     popupfield = POPUP_FIELD
         {
         width = BCTESTPOPFIELD_TEXT_WIDTH;
         other = qtn_bctestpopups_list_other;
         };
     textarray = r_bctestpopups_field_text_array;
     active = 0; 
	}


//----------------------------------------------------------------------------
//
//    r_bctestpopups_field_text_dialog
//    for Outline1
//
//----------------------------------------------------------------------------
//
RESOURCE DIALOG r_bctestpopups_field_text_dialog
    {
    flags = EEikDialogFlagNoDrag | EEikDialogFlagFillAppClientRect |
        EEikDialogFlagNoTitleBar | EEikDialogFlagButtonsRight |
        EEikDialogFlagCbaButtons | ///EEikDialogFlagModeless |
        EEikDialogFlagNoBorder;
    buttons = R_AVKON_SOFTKEYS_OPTIONS_BACK;
    form = r_bctestpopups_field_text_form;
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_field_text_form
//    for Outline1
//
//----------------------------------------------------------------------------
//
RESOURCE FORM r_bctestpopups_field_text_form
    {
    items =
        {
        DLG_LINE
            {
            type = EAknCtPopupFieldText;
            prompt = qtn_bctestpopups_label_fldtext01;
            id = EBCTestPopFieldDlgCtrlIdFldText01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD_TEXT
                {
                popupfield = POPUP_FIELD
                    {
                    width = BCTESTPOPFIELD_TEXT_WIDTH;
                    other = qtn_bctestpopups_list_other;
                    };
                textarray = r_bctestpopups_field_text_array;
                active = 0;
                };
            tooltip = qtn_bctestpopups_hint_text2;
            },
        DLG_LINE
            {
            type = EAknCtPopupFieldText;
            prompt = qtn_bctestpopups_label_fldtext02;
            id = EBCTestPopFieldDlgCtrlIdFldText02;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD_TEXT
                {
                popupfield = POPUP_FIELD
                    {
                    width = BCTESTPOPFIELD_TEXT_WIDTH;
                    other = qtn_bctestpopups_list_other;
                    };
                textarray = r_bctestpopups_field_text_array;
                active = 1;
                };
            tooltip = qtn_bctestpopups_hint_text2;
            }
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_attrib_set_dialog
//    for Outline34
//
//----------------------------------------------------------------------------
//
RESOURCE DIALOG r_bctestpopups_attrib_set_dialog
    {
    flags = EEikDialogFlagNoDrag | EEikDialogFlagFillAppClientRect |
        EEikDialogFlagNoTitleBar | EEikDialogFlagButtonsRight |
        EEikDialogFlagCbaButtons | ///EEikDialogFlagModeless |
        EEikDialogFlagNoBorder;
    buttons = R_AVKON_SOFTKEYS_OPTIONS_BACK;
    form = r_bctestpopups_attrib_set_form;
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_attrib_set_form
//    for Outline34
//
//----------------------------------------------------------------------------
//
RESOURCE FORM r_bctestpopups_attrib_set_form
    {
    items =
        {
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_attribset01;
            id = EBCTestPopFieldDlgCtrlIdAttribSet01;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            },
        DLG_LINE
            {
            type = EAknCtPopupField;
            prompt = qtn_bctestpopups_label_attribset02;
            id = EBCTestPopFieldDlgCtrlIdAttribSet02;
            itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
            control = POPUP_FIELD
                {
                width = BCTESTPOPFIELD_TEXT_WIDTH;
                other = qtn_bctestpopups_list_other;
                };
            tooltip = qtn_bctestpopups_hint_text;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestpopups_one_text_array
//    For pop-up field selection list item
//
// ----------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestpopups_one_text_array
    {
    items =
        {
        LBUF
            {
            txt = qtn_bctestpopups_list_text01;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestpopups_two_text_array
//    For pop-up field selection list item
//
// ----------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestpopups_two_text_array
    {
    items =
        {
        LBUF
            {
            txt = qtn_bctestpopups_list_text01;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text02;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestpopups_three_text_array
//    For pop-up field selection list item
//
// ----------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestpopups_three_text_array
    {
    items =
        {
        LBUF
            {
            txt = qtn_bctestpopups_list_text01;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text02;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text03;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestpopups_four_text_array
//    For pop-up field selection list item
//
// ----------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestpopups_four_text_array
    {
    items =
        {
        LBUF
            {
            txt = qtn_bctestpopups_list_text01;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text02;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text03;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text04;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestpopups_five_text_array
//    For pop-up field selection list item
//
// ----------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestpopups_five_text_array
    {
    items =
        {
        LBUF
            {
            txt = qtn_bctestpopups_list_text01;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text02;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text03;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text04;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text05;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestpopups_six_text_array
//    For pop-up field selection list item
//
// ----------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestpopups_six_text_array
    {
    items =
        {
        LBUF
            {
            txt = qtn_bctestpopups_list_text01;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text02;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text03;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text04;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text05;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text06;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestpopups_seven_text_array
//    For pop-up field selection list item
//
// ----------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestpopups_seven_text_array
    {
    items =
        {
        LBUF
            {
            txt = qtn_bctestpopups_list_text01;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text02;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text03;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text04;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text05;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text06;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text07;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestpopups_eight_text_array
//    For pop-up field selection list item
//
// ----------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestpopups_eight_text_array
    {
    items =
        {
        LBUF
            {
            txt = qtn_bctestpopups_list_text01;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text02;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text03;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text04;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text05;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text06;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text07;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text08;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestpopups_nine_text_array
//    For pop-up field selection list item
//
// ----------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestpopups_nine_text_array
    {
    items =
        {
        LBUF
            {
            txt = qtn_bctestpopups_list_text01;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text02;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text03;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text04;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text05;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text06;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text07;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text08;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text09;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestpopups_ten_text_array
//    For pop-up field selection list item
//
// ----------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestpopups_ten_text_array
    {
    items =
        {
        LBUF
            {
            txt = qtn_bctestpopups_list_text01;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text02;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text03;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text04;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text05;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text06;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text07;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text08;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text09;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text10;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestpopups_eleven_text_array
//    For pop-up field selection list item
//
// ----------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestpopups_eleven_text_array
    {
    items =
        {
        LBUF
            {
            txt = qtn_bctestpopups_list_text01;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text02;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text03;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text04;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text05;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text06;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text07;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text08;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text09;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text10;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text11;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestpopups_twelve_text_array
//    For pop-up field selection list item
//
// ----------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestpopups_twelve_text_array
    {
    items =
        {
        LBUF
            {
            txt = qtn_bctestpopups_list_text01;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text02;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text03;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text04;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text05;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text06;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text07;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text08;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text09;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text10;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text11;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_text12;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestpopups_six_phone_array
//    For pop-up field selection list item
//
// ----------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestpopups_six_phone_array
    {
    items =
        {
        LBUF
            {
            txt = qtn_bctestpopups_list_phone01;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_phone02;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_phone03;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_phone04;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_phone05;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_phone06;
            }
        };
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_field_text_array
//    For pop-up field selection list item
//
//----------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestpopups_field_text_array
    {
    items =
        {
        LBUF 
            { 
            txt = qtn_bctestpopups_list_text01; 
            },
        LBUF 
            { 
            txt = qtn_bctestpopups_list_text02; 
            },
        LBUF 
            { 
            txt = qtn_bctestpopups_list_text03; 
            },
        LBUF 
            { 
            txt = qtn_bctestpopups_list_text04; 
            },
        LBUF 
            { 
            txt = qtn_bctestpopups_list_text05; 
            },
        LBUF 
            { 
            txt = qtn_bctestpopups_list_text06; 
            },
        LBUF 
            {
            txt = qtn_bctestpopups_list_text07; 
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestpopups_cba_options_exit
//    ?description
//
// ----------------------------------------------------------------------------
//

RESOURCE CBA r_bctestpopups_cba_options_exit
    {
    buttons =
        {
        CBA_BUTTON 
            {
            id=EAknSoftkeyOptions; 
            txt = text_softkey_option;
            },
        AVKON_CBA_BUTTON
            {
            id = EBCTestPopFieldCbaCmdExit;
            txt = qtn_bctestpopups_cba_exit;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestpopups_empty_list_note
//    Note for empty list.
//
// ----------------------------------------------------------------------------
//
RESOURCE DIALOG r_bctestpopups_empty_list_note
    {
    flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
        EEikDialogFlagCbaButtons;
    buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
    items =
        {
        DLG_LINE
            {
            type = EAknCtNote;
            id = EBCTestPopFieldEmptyListNoteId;
            control= AVKON_NOTE
                { 
                layout = ENotificationWithGraphicsLayout;
                singular_label = qtn_bctestpopups_empty_list_note;
                // plural_label = 
                imagefile = qtn_bctestpopups_bmpfile;
                imageid = EMbmBctestpopups30x40;
                imagemask = EMbmBctestpopups30x40m;
                };
            }
        };
    }
    
    
//----------------------------------------------------------------------------
//
//    r_bctestpopups_popup_setting_page
//    For Popup Setting Page
//
//----------------------------------------------------------------------------
//

RESOURCE AVKON_SETTING_PAGE r_bctestpopups_popup_setting_page
    {
    number = 1;
    label = qtn_bctestpopups_setting_page_title;
    type = EAknCtPopupSettingList;
    editor_resource_id = r_bctestpopups_popup_setting_list;
    }    
    
//----------------------------------------------------------------------------
//
//    r_bctestpopups_popup_setting_list
//    For Popup Setting List
//
//----------------------------------------------------------------------------
//
RESOURCE POPUP_SETTING_LIST r_bctestpopups_popup_setting_list
    {
    flags = 0;
    width = 20;
    other = qtn_bctestpopups_other;    
    }

//----------------------------------------------------------------------------
//
//    r_bctestpopups_list_item_array
//    For Popup Setting Page and radio button setting page.
//
//----------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestpopups_list_item_array
    {
    items =
        {
        LBUF
            {
            txt = qtn_bctestpopups_list_phone01;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_phone02;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_phone03;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_phone04;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_phone05;
            },
        LBUF
            {
            txt = qtn_bctestpopups_list_phone06;
            }
        };
    }