# atflatcontrols **Repository Path**: cheunjq/atflatcontrols ## Basic Information - **Project Name**: atflatcontrols - **Description**: Controls for Delphi/Lazarus, used in CudaText: ATTabs, ATButton, ATListbox, ATScrollbar, ATStatusbar, ATGroups, ATGauge - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-09-29 - **Last Updated**: 2025-09-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Controls for Lazarus and Delphi: * ATTabs: OS independant tab control: http://wiki.freepascal.org/ATTabs * ATGroups: several combined ATTabs: http://wiki.freepascal.org/ATGroups * ATButton: custom-drawn button: http://wiki.freepascal.org/ATButton * ATFlatToolbar: toolbar-like component based on ATButton: http://wiki.freepascal.org/ATFlatToolbar * ATListbox: custom-drawn listbox: http://wiki.freepascal.org/ATListbox * ATScrollbar: the most powerful scrollbar component created in Pascal: http://wiki.freepascal.org/ATScrollBar * ATStatubar: custom-drawn statusbar: http://wiki.freepascal.org/ATStatusBar * ATGauge: progress indicator like in Delphi 7: http://wiki.freepascal.org/ATGauge Simple controls: * ATLinkLabel: label which shows clickable URL: http://wiki.freepascal.org/ATLinkLabel * ATPanelSimple: simple TCustomControl child, no caption/border * ATPanelColor: simple TCustomControl child, with caption/color/bordercolor/borderwidth ![img](img/atbuttons.png?raw=true) ![img](img/atlistbox.png?raw=true) ![img](img/atscrollbar.png?raw=true) ![img](img/atgauge.png?raw=true) ![img](img/atstatusbar.png?raw=true)