00001 /* 00002 * CPanel.h 00003 * 00004 * Created on: 16.04.2010 00005 * Author: vdv 00006 */ 00007 00008 #ifndef LIBGUI_CPANEL_H_ 00009 #define LIBGUI_CPANEL_H_ 00010 00011 #include "CComponent.h" 00012 00018 class CPanel : public CComponent 00019 { 00020 public: 00024 CPanel(); 00025 ~CPanel(); 00026 private: 00027 }; 00028 00029 #endif /* LIBGUI_CPANEL_H_ */