classicui_plat/misc_controls_api/tsrc/data/testsdkmisccontrols.rss
author hgs
Thu, 29 Jul 2010 14:21:56 +0800
changeset 46 0e1e0022bd03
parent 0 classicui_pub/misc_controls_api/tsrc/data/testsdkmisccontrols.rss@2f259fa3e83a
permissions -rw-r--r--
201029_1

/*
* Copyright (c) 2008 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:  Resource definitions for project testsdkslider
 *
*/


NAME    TEST

#include <avkon.rsg>
#include <avkon.rh>
#include <eikon.rh>

#include <eikon.rsg>
#include <avkon.hrh>
#include <avkon.mbg>




RESOURCE RSS_SIGNATURE
    {
    }
RESOURCE TBUF
    {
    buf = "";
    }

// ---------------------------------------------------------------------------
// r_testmisccontrol_eikline
// ---------------------------------------------------------------------------
//
RESOURCE DIALOG r_testmisccontrol_eikline
    {
       flags = EEikDialogFlagNoDrag | EEikDialogFlagCbaButtons |  EEikDialogFlagWait; 
       buttons = R_AVKON_SOFTKEYS_OK_BACK; 
       title=" dialog ";
       items =
            {
            DLG_LINE
              {
              type = EEikCtNumberEditor;           // The caption(prompt)
              prompt = "Number2:";          
              id = 1;
              control = NUMBER_EDITOR { min=0; max=999; }; // The control
              trailer = "cm";  // The tag, indicating the measurement unit
             }
          };
       }

// ----------------------------------------------------------------------------
//
//    r_eik_mover_dialog
//    Eik mover dialog
//
// ----------------------------------------------------------------------------
//
RESOURCE DIALOG r_eik_mover_dialog
    {
    title = "TEST";
    }
// ----------------------------------------------------------------------------
//
//    r_eik_tool_bar
//    Eik tool bar
//
// ----------------------------------------------------------------------------
//
RESOURCE TOOLBAR r_eik_tool_bar
    {
    breadth = KEikStdToolBarWidth;
    lines = 1;
    }