FTR.UI.WinForms
1.0.2
dotnet add package FTR.UI.WinForms --version 1.0.2
NuGet\Install-Package FTR.UI.WinForms -Version 1.0.2
<PackageReference Include="FTR.UI.WinForms" Version="1.0.2" />
<PackageVersion Include="FTR.UI.WinForms" Version="1.0.2" />
<PackageReference Include="FTR.UI.WinForms" />
paket add FTR.UI.WinForms --version 1.0.2
#r "nuget: FTR.UI.WinForms, 1.0.2"
#:package FTR.UI.WinForms@1.0.2
#addin nuget:?package=FTR.UI.WinForms&version=1.0.2
#tool nuget:?package=FTR.UI.WinForms&version=1.0.2
FTR.UI.WinForms
FTR.UI.WinForms is the first component library in the FTR UI Suite, a modern ecosystem of UI frameworks and developer tools created by FTR.
Build beautiful, high-performance Windows Forms applications with professionally designed controls, advanced theming, integrated licensing, and production-ready components for .NET Framework 4.7.2 and .NET 6+ (Windows).
FTR UI Suite starts with WinForms and is designed to expand to additional platforms including WPF, MAUI, and Blazor.
📸 Preview
<p align="center"> <img src="dashboard.png" alt="FTR UI Suite Dashboard" /> </p>
✨ Features
- 26 professionally designed WinForms controls
- Modern UI components including:
- RichTextBox
- DataGridView
- Ribbon
- Dashboard
- Charts
- Calendar
- Cards
- Buttons
- Labels
- TextBoxes
- Toast Notifications
- And many more...
- Global Light, Dark, Color, and Duotone themes
- Centralized ThemeManager
- High-performance double-buffered rendering
- DPI-aware custom painting
- Integrated licensing and activation system
- Premium feature protection with evaluation watermark support
- Full XML documentation for IntelliSense
- Production-ready architecture
📦 Installation
Install from NuGet:
Install-Package FTR.UI.WinForms
🚀 Quick Start
using FTRControls;
using FTRThemes.Themes;
ThemeManager.CurrentTheme = ThemeManager.ThemeMode.Dark;
var card = new FTRCard
{
Dock = DockStyle.Fill,
HeaderText = "Dashboard"
};
this.Controls.Add(card);
🎨 Themes
Apply a global theme across your entire application with a single line of code.
ThemeManager.CurrentTheme = ThemeManager.ThemeMode.Dark;
Available theme modes:
- 🌞 Light
- 🌙 Dark
- 🎨 Color
- 🌓 Duotone
🔐 Licensing
FTR.UI.WinForms is a commercial component library.
Installing the NuGet package does not activate the product.
To unlock premium features:
- Download FTR License Manager
- Activate your license
- Start building your application
Without activation, premium features remain restricted and evaluation watermarks may be displayed.
📚 Documentation
Complete documentation, examples, updates, licensing information and downloads are available on the official website.
🌐 Official Website
https://ftr-ui-suite.vercel.app
🖥 Supported Frameworks
- .NET Framework 4.7.2
- .NET 6+ (Windows)
🚀 FTR UI Suite
FTR UI Suite is an expanding family of professional UI libraries and developer tools for .NET.
Current Product
- ✅ FTR.UI.WinForms
Planned Products
- FTR.UI.WPF
- FTR.UI.MAUI
- FTR.UI.Blazor
💡 About FTR
FTR develops modern software components and developer tools focused on performance, usability, and professional desktop application development.
📞 Support
For documentation, licensing, activation, downloads and technical support, visit:
https://ftr-ui-suite.vercel.app
📄 License
This package is proprietary commercial software.
A valid license is required to unlock premium features.
For licensing information, activation, and support, please visit:
https://ftr-ui-suite.vercel.app
© 2026 FTR. All rights reserved.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial public release.