usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/src/dialog.rss
changeset 0 c9bc50fca66e
child 21 d67598c1c3be
child 52 3d9964be03bc
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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:
       
    15 * Reference policy plugin notifier implementation resource file
       
    16 *
       
    17 */
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent
       
    22 */
       
    23 
       
    24 #include <techview/eikon.rh>
       
    25 #include <techview/eikon.rsg>
       
    26 #include <techview/techviewctl.rh>
       
    27 #include <eikcoctl.rsg>
       
    28 #include "refppnotifier.hrh"
       
    29 NAME REFN
       
    30 
       
    31 RESOURCE RSS_SIGNATURE { }
       
    32 
       
    33 RESOURCE TBUF16 { buf=""; }
       
    34 
       
    35 RESOURCE DLG_BUTTONS r_dialog_buttons
       
    36 {
       
    37 buttons = 
       
    38     {
       
    39     DLG_BUTTON
       
    40         {
       
    41         id = EReferencePPNotifierButton;
       
    42         button = CMBUT {txt = "OK";};
       
    43         hotkey='1';
       
    44         }
       
    45     };
       
    46 }
       
    47 
       
    48 RESOURCE DIALOG r_notifier_dialog
       
    49     {
       
    50     title = "MSMM message";
       
    51     buttons = r_dialog_buttons;
       
    52     items = 
       
    53         {
       
    54         DLG_LINE
       
    55             {
       
    56             type = EEikCtLabel;
       
    57             id = EReferencePPNotifierMsg;
       
    58             control = LABEL
       
    59                 {
       
    60                 standard_font = EEikLabelFontAnnotation;
       
    61                 txt = "NULL";
       
    62                 };
       
    63             }
       
    64         };
       
    65     }