TAcrylicForm
This is a set of Delphi components adapted to use Window's Acrylic material.
The TAcrylicForm comes totally blank, with redrawn minimize/maximize/close buttons.
It's resizable by default, and you can change the following properties:
- Color
- BlurAmount
- Resizable
Demos
Here's how it looks
It uses the same API used by multiple menus in Windows 10.
Components
- TAcrylicButton : A simple button with a removable background and border and hovered effects.
- TAcrylicFrame : A type of window that can be used within TAcrylicForm.
- TAcrylicGhostPanel : A panel equivalent to TPanel but with Ghost property (which allows to ignore mouse messages) and own painting method.
- TAcrylicKnob : A simple rotatory slider that can be changed by dragging the mouse or using the wheel.
- TAcrylicTrackBar : A horizontal slider that can be changed by dragging the mouse or using the wheel.
Observations
- This set of controls can be used in windows 7 as well, but the acrylic/blur effect is turned off. In this occasion, every component will have its background painted with the color assigned to the BackColor property.