Anyone knows Delphi controls to make that interface? Toolbars are in TMS or DevExpress, but what about rest controls (lists, image previews, etc.) and window titlebar?
if you using DevExpress then look DevExpress ExpressBars Suite v6.3 and more high, for create Form:
Add dxRibbonForm.pas unit to your project
1) Derive your form from TdxRibbonForm
2) Drop TdxRibbon and TdxRibbonStatusBar (if needed) controls onto the form and configure them as required
3) Activate the Ribbon’s SupportNonClientDrawing toggle
The following image shows a form painted using a standard style (the Ribbon’s SupportNonClientDrawing property is False) and a Ribbon style (the Ribbon’s SupportNonClientDrawing property is True).
Read official documentation for continuations!!!
DevExpress ExpressBars Suite include and rest controls (lists, image previews, etc.)
if you using TMS then look this:
Для просмотра ссылки Войди или Зарегистрируйся
Read official documentation for continuations!!!
if you it is necessary only window titlebar then look components for skins:
AlphaControls
or
AlmDev.BusinessSkinForm
AlmDev.DynamicSkinForm