Open source C#Winform control library- SunnyUI

Open source C#Winform control library- SunnyUI

C# WinForm open source control library, tool class library, extended class library, and multi-page development framework based on. NET Framework 4.0+,. NET 5, and. NET 6 frameworks.

最后更新 12/5/2020 1:21 PM
Sunny
预计阅读 3 分钟
分类
Winform
专题
Winform control library C#Open Source Project
标签
.NET C# Winform control library Winform open source project

SunnyUI

Welcome to communicate, QQ group: 56829229 (SunnyUI technical exchange group), please click a Star for the source code project!!!
** Personal learning and exchanges are free, and commercial applications require authorization **. Contact QQ: 17612584 for authorization matters.

Thanks to Code Cloud

SunnyUI

special statement

SunnyUI.Net 项目已加入dotNET China 组织。

SunnyUI

software introduction

  • SunnyUI. Net is a C#WinForm open source control library, tool class library, extended class library, and multi-page development framework based on the. NET Framework 4.0+,. NET 5, and. NET 6 frameworks.

  • Source code compilation environment:

    1. VS2019 16.8+(16.8.0 is the minimum version that supports. Net5)
    2. VS2022, see https://www.example.com for the method of installing the. NetFramework4.0 target package www.cnblogs.com/yhuse/p/15536393.html
  • Dynamic library application environment:

    VS2010 and above are available:

    1. **. NetFrameWork project **, reference SunnyUI from NuGet, or directly reference Dll (SunnyUI.dll, SunnyUI.Common.dll) where two have been compiled
    2. **.Net5,.Net6 projects **, quoting SunnyUI from NuGet
    3. Not supported (. NET Framework 4 Client Profile).
    4. It is recommended to install through NuGet: Install-Package SunnyUI, or search for SunnyUI installation through NuGet.

software framework

SunnyUI

support open source

1 Open source control library

  • Based on. NET Framework 4.0, native control development, referring to the Element theme style, there are more than 70 commonly used controls including buttons, edit boxes, drop-down boxes, data tables, industrial control instruments, statistical charts, etc., meeting regular development needs. Each control is carefully crafted and pays attention to detail;
  • Contains 11 Element-style themes and 6 other themes. The themes can be customized through the colorful theme mode. Contains the theme management component UIStyleManager, which allows you to switch themes freely.

SunnyUI

SunnyUI

SunnyUI

SunnyUI

SunnyUI

SunnyUI

SunnyUI

SunnyUI

SunnyUI

SunnyUI

SunnyUI

SunnyUI

2 Tool library

  • Collect and organize tool libraries that are often used during the development process.

3 Extended libraries

  • Collect and organize extended class libraries that are often used during the development process.

4 Multi-page frames

  • Refer to Element, which includes 7 common framework styles. You can create multi-page programs with just a few simple lines of code. Its supporting components include UIForm, UIPage, and UIFrame. A collection of common control libraries allows you to quickly develop WinForm applications.

SunnyUI

Keep Exploring

延伸阅读

更多文章
同分类 / 同标签 2/29/2024

Data display can also be done in Winform

In the process of developing winform, data display functions are often needed. I have been using the gridcontrol before. Today, I want to use an example to introduce to you how to use the table component in ant design blazor hybrid to display data.

继续阅读
同分类 / 同标签 2/29/2024

Can Winform's interface become better?

A few days ago, I introduced to you the use of blazor hybrid in winform, and I also said that with blazor's ui, our winform program design can be more beautiful. Next, I want to use an example of drawing in winform blazor hybrid to illustrate it, hoping to be helpful to you.

继续阅读
同分类 / 同标签 11/21/2021

Open source Winform control library: Hua Mulan control library

You can compile the project. Except for the animation functions extracted from Silverlight and the ColorEditorExt.cs Color Panel View Designer extension modified from online examples, the entire control was written on the basis of native controls by myself and did not use any third-party libraries, so use it with confidence. There is no infringement of the copyright of others.

继续阅读