/* * Turbo Vision - Version 2.0 * * Copyright (c) 1994 by Borland International * All Rights Reserved. * Modified by Robert H”hne to be used for RHIDE. * * */ #if !defined( __BUTTON_TYPE ) #define __BUTTON_TYPE const ushort bfNormal = 0x00, bfDefault = 0x01, bfLeftJust = 0x02, bfBroadcast = 0x04; #endif // __BUTTON_TYPE #if defined( Uses_TDialog ) #include #endif #if defined( Uses_TInputLine ) #include #endif #if defined( Uses_TButton ) #include #endif #if defined( Uses_TSItem ) #include #endif #if defined( Uses_TCluster ) #include #endif #if defined( Uses_TRadioButtons ) #include #endif #if defined( Uses_TCheckBoxes ) #include #endif #if defined( Uses_TListBox ) #include #endif #if defined( Uses_TStaticText ) #include #endif #if defined( Uses_TParamText ) #include #endif #if defined( Uses_TLabel ) #include #endif #if defined( Uses_THistoryViewer ) #include #endif #if defined( Uses_THistoryWindow ) #include #endif #if defined( Uses_THistory ) #include #endif