usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/src/dialog.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 02:02:59 +0200
changeset 0 c9bc50fca66e
permissions -rw-r--r--
Revision: 201001 Kit: 201005

/*
* Copyright (c) 2008-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:
* Reference policy plugin notifier implementation resource file
*
*/

/**
 @file
 @internalComponent
*/

#include <techview/eikon.rh>
#include <techview/eikon.rsg>
#include <techview/techviewctl.rh>
#include <eikcoctl.rsg>
#include "refppnotifier.hrh"
NAME REFN

RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF16 { buf=""; }

RESOURCE DLG_BUTTONS r_dialog_buttons
{
buttons = 
    {
    DLG_BUTTON
        {
        id = EReferencePPNotifierButton;
        button = CMBUT {txt = "OK";};
        hotkey='1';
        }
    };
}

RESOURCE DIALOG r_notifier_dialog
    {
    title = "MSMM message";
    buttons = r_dialog_buttons;
    items = 
        {
        DLG_LINE
            {
            type = EEikCtLabel;
            id = EReferencePPNotifierMsg;
            control = LABEL
                {
                standard_font = EEikLabelFontAnnotation;
                txt = "NULL";
                };
            }
        };
    }