00001 #ifdef WIN32 00002 #pragma warning(disable : 4786 ) 00003 #endif 00004 00005 #include "CSPanel.h" 00006 #include "CSFont.h" 00007 #include "CSLAF.h" 00008 00009 const char *CSPanel::CLASS = "CSPanel"; 00010 00011 CSPanel::CSPanel(int w, int h) : CSGrafikElement(w, h) 00012 { 00013 static char *functionName="CSPanel"; 00014 LOG_ENTER 00015 LOG_EXIT 00016 } 00017 00018