TBX.inc 647 B

123456789101112131415
  1. {$IFDEF JR_D7}
  2. {$WARN SYMBOL_PLATFORM OFF} // TBX only supports Win32
  3. {$ENDIF}
  4. {$DEFINE TBX_UNICODE} // experimental
  5. {*$DEFINE COMPATIBLE_CTL} // register duplicate controls with older names
  6. {*$DEFINE COMPATIBLE_GFX} // compatibility with third-party themes
  7. {$DEFINE WIN4_SHADOW} // enable shadow simulation in Win98/ME
  8. {$DEFINE NARROWCOMBOBUTTON} // removes gap after a combo item (default theme only)
  9. {*$DEFINE OFFICE2K_COMBOS} // alternative border painting in popups of combo boxes
  10. {$DEFINE NEWCOLORPROPERTY} // register alternative color property editor
  11. {$DEFINE NARROWCOMBOBUTTON}