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

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

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


    OVERVIEW
    ========
    Class definition for TFirstControlBar (TControlBar).      
*/

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

#include <owl\controlb.h>

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


//{{TControlBar = TFirstControlBar}}
class TFirstControlBar : public TControlBar {
public:
    TFirstControlBar (TWindow* parent = 0, TTileDirection direction= Horizontal,
    	TFont* font = new TGadgetWindowFont, TModule* module = 0);
    virtual ~TFirstControlBar ();

//{{TFirstControlBarVIRTUAL_BEGIN}}
public:
    virtual void Paint (TDC& dc, BOOL erase, TRect& rect);
//{{TFirstControlBarVIRTUAL_END}}

//{{TFirstControlBarRSP_TBL_BEGIN}}
protected:
		void CmAttNameChange();
		void CmGrNameChange();
//{{TFirstControlBarRSP_TBL_END}}
DECLARE_RESPONSE_TABLE(TFirstControlBar);
};    //{{TFirstControlBar}}


#endif                                      // __frstctlb_h sentry.

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