uiservicetab/vimpstui/rss/vimpstuisearchdlg.rss
branchRCL_3
changeset 28 3104fc151679
parent 27 2b7283837edb
child 29 9a48e301e94b
equal deleted inserted replaced
27:2b7283837edb 28:3104fc151679
     1 /*
       
     2 * Copyright (c) 2008 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:  search dialog fields resources.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // --------------------------------------------------------------------------
       
    20 // search dialog menu pane
       
    21 // --------------------------------------------------------------------------
       
    22 //
       
    23 RESOURCE MENU_PANE r_search_editor_menupane
       
    24     {
       
    25     items=
       
    26         {
       
    27         
       
    28         };
       
    29     }
       
    30 
       
    31 // --------------------------------------------------------------------------
       
    32 // search dialog menu bar
       
    33 // --------------------------------------------------------------------------
       
    34 //
       
    35 RESOURCE MENU_BAR r_search_editor_menubar
       
    36     {
       
    37     titles =
       
    38         {
       
    39         MENU_TITLE
       
    40             {
       
    41             menu_pane = r_search_editor_menupane;
       
    42             }
       
    43         };
       
    44     }
       
    45 
       
    46 
       
    47 // --------------------------------------------------------------------------
       
    48 // search dialog context menu bar
       
    49 // --------------------------------------------------------------------------
       
    50 //
       
    51 RESOURCE MENU_BAR r_search_editor_context_menubar
       
    52     {
       
    53     titles =
       
    54         {
       
    55         MENU_TITLE
       
    56             {
       
    57             menu_pane = r_search_editor_context_menupane;
       
    58             }
       
    59         };
       
    60     }
       
    61 
       
    62 // --------------------------------------------------------------------------
       
    63 // search dialog context menu pane
       
    64 // --------------------------------------------------------------------------
       
    65 //
       
    66 RESOURCE MENU_PANE r_search_editor_context_menupane
       
    67     {
       
    68     items=
       
    69         {
       
    70         
       
    71         };
       
    72     }
       
    73  
       
    74 // --------------------------------------------------------------------------
       
    75 // Memory entry editor dialog template
       
    76 // --------------------------------------------------------------------------
       
    77 //
       
    78 RESOURCE DIALOG r_search_entry_dialog
       
    79     {
       
    80     title = qtn_servtab_search_title;
       
    81     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
    82             EEikDialogFlagFillAppClientRect | EEikDialogFlagCbaButtons |
       
    83             EEikDialogFlagWait | EEikDialogFlagNotifyEsc|EEikDialogFlagCbaButtons;
       
    84     buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
    85     form = r_search_entry_form;
       
    86     }   
       
    87 // --------------------------------------------------------------------------
       
    88 // Dynamic form resource
       
    89 // --------------------------------------------------------------------------
       
    90 //
       
    91 RESOURCE FORM r_search_entry_form
       
    92     {
       
    93     flags = EEikFormShowBitmaps | EEikFormUseDoubleSpacedFormat;
       
    94     }
       
    95 
       
    96 //----------------------------------------------------------
       
    97 //
       
    98 //		r_search_softkeys_basic_cancel__basic
       
    99 //
       
   100 //----------------------------------------------------------
       
   101 //
       
   102 RESOURCE CBA r_search_softkeys_basic_cancel__edit
       
   103 	{
       
   104     flags = 0;
       
   105 	buttons = 
       
   106         {
       
   107         CBA_BUTTON { id = EBasicSearch; txt = qtn_servtab_basic_search; },
       
   108         CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; },
       
   109         CBA_BUTTON { id = EAknSoftkeyEdit; txt = text_softkey_edit; }
       
   110         };
       
   111     }
       
   112     
       
   113 //----------------------------------------------------------
       
   114 //
       
   115 //		r_search_softkeys_advanced_cancel__advanced
       
   116 //
       
   117 //----------------------------------------------------------
       
   118 //
       
   119 RESOURCE CBA r_search_softkeys_advanced_cancel__edit
       
   120 	{
       
   121     flags = 0;
       
   122 	buttons = 
       
   123         {
       
   124         CBA_BUTTON { id = EAdvancedSearch; txt = qtn_servtab_advanced_search; },
       
   125         CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; },
       
   126         CBA_BUTTON { id = EAknSoftkeyEdit; txt = text_softkey_edit; }
       
   127         };
       
   128     }
       
   129     
       
   130     
       
   131 // End of File