#ifndef _Layouts_Layouts_h_ #define _Layouts_Layouts_h_ #include using namespace Upp; #define LAYOUTFILE // Layouts will be visible in all files that #include Layouts.h #include // FirstTabDlg will be visible in all files that #include Layouts.h struct FirstTabDlg : WithFirstTabLayout { // ParentCtrl is a good base class for tabs typedef FirstTabDlg CLASSNAME; FirstTabDlg(); }; #endif