Скачиваний:
25
Добавлен:
01.05.2014
Размер:
1.19 Кб
Скачать
#if !defined(__ownrbttn_h)              // Sentry, use file only if it's not already included.
#define __ownrbttn_h

/*  Project first
    
    Copyright © 1997 by US. All Rights Reserved.

    SUBSYSTEM:    first.exe Application
    FILE:         ownrbttn.h
    AUTHOR:       US


    OVERVIEW
    ========
    Class definition for TOwnerButton (TControl).      
*/

#include <owl\owlpch.h>
#pragma hdrstop

#include <owl\control.h>

#include "firstapp.rh"            // Definition of all resources.


//{{TControl = TOwnerButton}}
class TOwnerButton : public TControl {
public:
    TOwnerButton (TWindow* parent, int id, const char far* title, int x, int y, int w, int h, TModule* module = 0);
    TOwnerButton (TWindow* parent, int resourceId, TModule* module = 0);
    virtual ~TOwnerButton ();

//{{TOwnerButtonVIRTUAL_BEGIN}}
public:
    virtual void ODADrawEntire (DRAWITEMSTRUCT far& drawInfo);
    virtual void ODAFocus (DRAWITEMSTRUCT far& drawInfo);
    virtual void ODASelect (DRAWITEMSTRUCT far& drawInfo);
//{{TOwnerButtonVIRTUAL_END}}
};    //{{TOwnerButton}}


#endif                                      // __ownrbttn_h sentry.

Соседние файлы в папке SOURCE