// KeyBar.h: interface for the CKeyBar class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_KEYBAR_H__50B9697B_67A3_4B6C_BCF6_2A126B804584__INCLUDED_) #define AFX_KEYBAR_H__50B9697B_67A3_4B6C_BCF6_2A126B804584__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "DialogBarEx.h" #include "KeySheet.h" // Added by ClassView class CKeyBar : public CDialogBarEx { public: CKeySheet *m_lpKeySheet; CKeyBar(); virtual ~CKeyBar(); virtual void Destory(); virtual void OnInitDialogBar(); }; #endif // !defined(AFX_KEYBAR_H__50B9697B_67A3_4B6C_BCF6_2A126B804584__INCLUDED_)