在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → SunnyUI-master

SunnyUI-master

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:18.77M
  • 下载次数:85
  • 浏览次数:818
  • 发布时间:2022-02-12
  • 实例类别:C#语言基础
  • 发 布 人:909044315
  • 文件格式:.zip
  • 所需积分:2
 相关标签: UI

实例介绍

【实例简介】SunnyUI-master

【实例截图】

from clipboard

【核心代码】

.
├── SunnyUI-master
│   ├── Bin
│   │   ├── net40
│   │   │   ├── HZH_Controls.dll
│   │   │   ├── SunnyUI.Common.dll
│   │   │   ├── SunnyUI.Demo.exe
│   │   │   ├── SunnyUI.Demo.exe.config
│   │   │   ├── SunnyUI.Demo.pdb
│   │   │   ├── SunnyUI.dll
│   │   │   └── SunnyUI.pdb
│   │   ├── net472
│   │   │   ├── SunnyUI.Common.dll
│   │   │   ├── SunnyUI.dll
│   │   │   └── SunnyUI.pdb
│   │   └── net5.0-windows
│   │       ├── SunnyUI.deps.json
│   │       ├── SunnyUI.dll
│   │       ├── SunnyUI.pdb
│   │       └── ref
│   │           └── SunnyUI.dll
│   ├── LICENSE
│   ├── README.md
│   ├── SunnyUI
│   │   ├── Charts
│   │   │   ├── UIBarChart.cs
│   │   │   ├── UIBarChartEx.cs
│   │   │   ├── UIBarChartOption.cs
│   │   │   ├── UIChart.cs
│   │   │   ├── UIChartStyle.cs
│   │   │   ├── UIDoughnutChart.cs
│   │   │   ├── UILineChart.cs
│   │   │   ├── UILineChartOption.cs
│   │   │   ├── UIOption.cs
│   │   │   ├── UIPieChart.cs
│   │   │   ├── UIPieChartOption.cs
│   │   │   └── UIScale.cs
│   │   ├── Common
│   │   │   ├── UAudio.cs
│   │   │   ├── UBmp.cs
│   │   │   ├── UControl.cs
│   │   │   ├── UDefine.cs
│   │   │   ├── UDir.cs
│   │   │   ├── UEnvironment.cs
│   │   │   ├── UFastBitmap.cs
│   │   │   ├── UFile.cs
│   │   │   ├── UFolderBrowserDialogEx.cs
│   │   │   ├── UGDI.cs
│   │   │   ├── UGif.cs
│   │   │   ├── UGraphics.cs
│   │   │   ├── UHook.cs
│   │   │   ├── UHotKey.cs
│   │   │   ├── UImage.cs
│   │   │   ├── UIniConfig.cs
│   │   │   ├── UIniFile.cs
│   │   │   ├── UJson.cs
│   │   │   ├── UJsonConfig.cs
│   │   │   ├── ULedChars.cs
│   │   │   ├── ULocalize.cs
│   │   │   ├── UMMFile.cs
│   │   │   ├── UMapper.cs
│   │   │   ├── UMessageTip.cs
│   │   │   ├── UOther.cs
│   │   │   ├── UPrivilegeAPI.cs
│   │   │   ├── UScrollBarInfo.cs
│   │   │   ├── USevenZip.cs
│   │   │   ├── USuspendCtrlAltDel.cs
│   │   │   ├── USyncTime.cs
│   │   │   ├── USystem.cs
│   │   │   ├── UThunder.cs
│   │   │   └── UTranslate.cs
│   │   ├── Controls
│   │   │   ├── Color
│   │   │   │   ├── UIColorBar.cs
│   │   │   │   ├── UIColorTable.cs
│   │   │   │   ├── UIColorWheel.cs
│   │   │   │   ├── UIHSLColor.cs
│   │   │   │   └── UILabelRotate.cs
│   │   │   ├── DropItem
│   │   │   │   ├── UIColorItem.cs
│   │   │   │   ├── UIColorItem.resx
│   │   │   │   ├── UIComboBoxItem.Designer.cs
│   │   │   │   ├── UIComboBoxItem.cs
│   │   │   │   ├── UIComboBoxItem.resx
│   │   │   │   ├── UIComboDataGridViewItem.cs
│   │   │   │   ├── UIComboDataGridViewItem.resx
│   │   │   │   ├── UIComboTreeViewItem.cs
│   │   │   │   ├── UIComboTreeViewItem.resx
│   │   │   │   ├── UIDateItem.cs
│   │   │   │   ├── UIDateItem.resx
│   │   │   │   ├── UIDateTimeItem.cs
│   │   │   │   ├── UIDateTimeItem.resx
│   │   │   │   ├── UIDropControl.Designer.cs
│   │   │   │   ├── UIDropControl.cs
│   │   │   │   ├── UIDropControl.resx
│   │   │   │   ├── UIDropDown.cs
│   │   │   │   ├── UIDropDown.resx
│   │   │   │   ├── UIDropDownItem.Designer.cs
│   │   │   │   ├── UIDropDownItem.cs
│   │   │   │   ├── UIDropDownItem.resx
│   │   │   │   ├── UITimeItem.cs
│   │   │   │   ├── UITimeItem.resx
│   │   │   │   └── UIToolStripDropDown.cs
│   │   │   ├── TypeEditor
│   │   │   │   ├── UIDropEditor.cs
│   │   │   │   └── UIRadiusSidesEditor.cs
│   │   │   ├── UIAnalogMeter.cs
│   │   │   ├── UIAnalogMeterRender.cs
│   │   │   ├── UIAvatar.cs
│   │   │   ├── UIBattery.cs
│   │   │   ├── UIBreadcrumb.cs
│   │   │   ├── UIButton.cs
│   │   │   ├── UIButton.resx
│   │   │   ├── UICheckBox.cs
│   │   │   ├── UICheckBoxGroup.cs
│   │   │   ├── UICheckBoxGroup.resx
│   │   │   ├── UIColorPicker.cs
│   │   │   ├── UIColorPicker.resx
│   │   │   ├── UIComboBox.Designer.cs
│   │   │   ├── UIComboBox.cs
│   │   │   ├── UIComboBox.resx
│   │   │   ├── UIComboDataGridView.cs
│   │   │   ├── UIComboDataGridView.resx
│   │   │   ├── UIComboTreeView.cs
│   │   │   ├── UIComboTreeView.resx
│   │   │   ├── UIComboboxEx.cs
│   │   │   ├── UIContextMenuStrip.cs
│   │   │   ├── UIControl.cs
│   │   │   ├── UIDataGridView.cs
│   │   │   ├── UIDataGridView.resx
│   │   │   ├── UIDataGridViewFooter.cs
│   │   │   ├── UIDatePicker.Designer.cs
│   │   │   ├── UIDatePicker.cs
│   │   │   ├── UIDatePicker.resx
│   │   │   ├── UIDateTimePicker.cs
│   │   │   ├── UIDateTimePicker.resx
│   │   │   ├── UIDoubleUpDown.cs
│   │   │   ├── UIDoubleUpDown.designer.cs
│   │   │   ├── UIDoubleUpDown.resx
│   │   │   ├── UIEdit.cs
│   │   │   ├── UIFlowLayoutPanel.cs
│   │   │   ├── UIFlowLayoutPanel.resx
│   │   │   ├── UIGlobal.cs
│   │   │   ├── UIGroupBox.Designer.cs
│   │   │   ├── UIGroupBox.cs
│   │   │   ├── UIGroupBox.resx
│   │   │   ├── UIHeaderButton.cs
│   │   │   ├── UIHorScrollBar.cs
│   │   │   ├── UIHorScrollBarEx.cs
│   │   │   ├── UIImageButton.cs
│   │   │   ├── UIImageListBox.Designer.cs
│   │   │   ├── UIImageListBox.cs
│   │   │   ├── UIImageListBox.resx
│   │   │   ├── UIIntegerUpDown.cs
│   │   │   ├── UIIntegerUpDown.designer.cs
│   │   │   ├── UIIntegerUpDown.resx
│   │   │   ├── UILabel.cs
│   │   │   ├── UILedBulb.cs
│   │   │   ├── UILedDisplay.cs
│   │   │   ├── UILedLabel.cs
│   │   │   ├── UILedStopwatch.cs
│   │   │   ├── UILight.cs
│   │   │   ├── UILine.cs
│   │   │   ├── UIListBox.cs
│   │   │   ├── UIListBox.resx
│   │   │   ├── UILogo.cs
│   │   │   ├── UIMarkLabel.cs
│   │   │   ├── UIMillisecondTimer.cs
│   │   │   ├── UINavBar.Designer.cs
│   │   │   ├── UINavBar.cs
│   │   │   ├── UINavMenu.cs
│   │   │   ├── UINavMenuHelper.cs
│   │   │   ├── UIPagination.cs
│   │   │   ├── UIPagination.resx
│   │   │   ├── UIPanel.Designer.cs
│   │   │   ├── UIPanel.cs
│   │   │   ├── UIPanel.resx
│   │   │   ├── UIPipe.cs
│   │   │   ├── UIProcessBar.cs
│   │   │   ├── UIProgressIndicator.cs
│   │   │   ├── UIRadioButton.cs
│   │   │   ├── UIRadioButtonGroup.cs
│   │   │   ├── UIRadioButtonGroup.resx
│   │   │   ├── UIRichTextBox.cs
│   │   │   ├── UIRichTextBox.resx
│   │   │   ├── UIRoundMeter.cs
│   │   │   ├── UIRoundProcess.cs
│   │   │   ├── UIScrollBar.cs
│   │   │   ├── UIScrollingText.cs
│   │   │   ├── UISignal.cs
│   │   │   ├── UISplitContainer.cs
│   │   │   ├── UISwitch.cs
│   │   │   ├── UISymbolButton.cs
│   │   │   ├── UISymbolLabel.cs
│   │   │   ├── UITabControl.cs
│   │   │   ├── UITabControlMenu.cs
│   │   │   ├── UITableLayoutPanel.cs
│   │   │   ├── UITextBox.Designer.cs
│   │   │   ├── UITextBox.cs
│   │   │   ├── UITextBox.resx
│   │   │   ├── UITimePicker.cs
│   │   │   ├── UITimePicker.resx
│   │   │   ├── UITitlePanel.Designer.cs
│   │   │   ├── UITitlePanel.cs
│   │   │   ├── UITitlePanel.resx
│   │   │   ├── UIToolTip.cs
│   │   │   ├── UITrackBar.cs
│   │   │   ├── UITransfer.Designer.cs
│   │   │   ├── UITransfer.cs
│   │   │   ├── UITransfer.resx
│   │   │   ├── UITransparentPanel.cs
│   │   │   ├── UITransparentPanel.resx
│   │   │   ├── UITreeView.cs
│   │   │   ├── UITreeView.resx
│   │   │   ├── UIValve.cs
│   │   │   ├── UIVerScrollBarEx.cs
│   │   │   └── UIWaitingBar.cs
│   │   ├── Font
│   │   │   ├── ElegantIcons.ttf
│   │   │   ├── FontAwesome.ttf
│   │   │   ├── UFontAwesomeV4.cs
│   │   │   ├── UFontAwesomeV5.cs
│   │   │   ├── UIFontImage.cs
│   │   │   ├── UIFontImageDefine.cs
│   │   │   ├── UIFontImages.cs
│   │   │   ├── UIFontImages.designer.cs
│   │   │   ├── UIFontImages.resx
│   │   │   ├── fa-brands-400.ttf
│   │   │   ├── fa-regular-400.ttf
│   │   │   └── fa-solid-900.ttf
│   │   ├── Forms
│   │   │   ├── UIDataGridViewForm.Designer.cs
│   │   │   ├── UIDataGridViewForm.cs
│   │   │   ├── UIDataGridViewForm.resx
│   │   │   ├── UIEditForm.Designer.cs
│   │   │   ├── UIEditForm.cs
│   │   │   ├── UIEditForm.resx
│   │   │   ├── UIEditFormHelper.cs
│   │   │   ├── UIForm.cs
│   │   │   ├── UIForm.designer.cs
│   │   │   ├── UIForm.resx
│   │   │   ├── UIFormHelper.cs
│   │   │   ├── UIFormService.cs
│   │   │   ├── UIInputForm.Designer.cs
│   │   │   ├── UIInputForm.cs
│   │   │   ├── UIInputForm.resx
│   │   │   ├── UILoginForm.Designer.cs
│   │   │   ├── UILoginForm.cs
│   │   │   ├── UILoginForm.resx
│   │   │   ├── UIMessageForm.Designer.cs
│   │   │   ├── UIMessageForm.cs
│   │   │   ├── UIMessageForm.resx
│   │   │   ├── UINotifier.cs
│   │   │   ├── UINotifier.designer.cs
│   │   │   ├── UINotifier.resx
│   │   │   ├── UISelectForm.Designer.cs
│   │   │   ├── UISelectForm.cs
│   │   │   ├── UISelectForm.resx
│   │   │   ├── UIStatusForm.Designer.cs
│   │   │   ├── UIStatusForm.cs
│   │   │   ├── UIStatusForm.resx
│   │   │   ├── UIWaitForm.cs
│   │   │   ├── UIWaitForm.designer.cs
│   │   │   └── UIWaitForm.resx
│   │   ├── Frames
│   │   │   ├── IFrame.cs
│   │   │   ├── UIAsideHeaderMainFooterFrame.Designer.cs
│   │   │   ├── UIAsideHeaderMainFooterFrame.cs
│   │   │   ├── UIAsideHeaderMainFooterFrame.resx
│   │   │   ├── UIAsideHeaderMainFrame.Designer.cs
│   │   │   ├── UIAsideHeaderMainFrame.cs
│   │   │   ├── UIAsideHeaderMainFrame.resx
│   │   │   ├── UIAsideMainFrame.Designer.cs
│   │   │   ├── UIAsideMainFrame.cs
│   │   │   ├── UIAsideMainFrame.resx
│   │   │   ├── UIHeaderAsideMainFooterFrame.Designer.cs
│   │   │   ├── UIHeaderAsideMainFooterFrame.cs
│   │   │   ├── UIHeaderAsideMainFooterFrame.resx
│   │   │   ├── UIHeaderAsideMainFrame.Designer.cs
│   │   │   ├── UIHeaderAsideMainFrame.cs
│   │   │   ├── UIHeaderAsideMainFrame.resx
│   │   │   ├── UIHeaderMainFooterFrame.Designer.cs
│   │   │   ├── UIHeaderMainFooterFrame.cs
│   │   │   ├── UIHeaderMainFooterFrame.resx
│   │   │   ├── UIHeaderMainFrame.Designer.cs
│   │   │   ├── UIHeaderMainFrame.cs
│   │   │   ├── UIHeaderMainFrame.resx
│   │   │   ├── UIMainFrame.Designer.cs
│   │   │   ├── UIMainFrame.cs
│   │   │   ├── UIMainFrame.resx
│   │   │   ├── UIPage.Designer.cs
│   │   │   ├── UIPage.cs
│   │   │   ├── UIPage.resx
│   │   │   ├── UITitlePage.Designer.cs
│   │   │   ├── UITitlePage.cs
│   │   │   └── UITitlePage.resx
│   │   ├── Properties
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   └── launchSettings.json
│   │   ├── Resources
│   │   │   ├── Login1.png
│   │   │   ├── Login2.png
│   │   │   ├── Login3.png
│   │   │   ├── Login4.png
│   │   │   ├── Login5.png
│   │   │   ├── Login6.png
│   │   │   ├── close.png
│   │   │   ├── colorbarIndicators.bmp
│   │   │   ├── gps1.png
│   │   │   ├── gps_postion.png
│   │   │   ├── img_notifier.png
│   │   │   ├── menu.png
│   │   │   ├── notifier.png
│   │   │   ├── wind.png
│   │   │   └── wind_postion.png
│   │   ├── Style
│   │   │   ├── UChineseColors.cs
│   │   │   ├── UIDPIScale.cs
│   │   │   ├── UIMenuStyle.cs
│   │   │   ├── UIRandomColor.cs
│   │   │   ├── UIStyle.cs
│   │   │   ├── UIStyleColor.cs
│   │   │   ├── UIStyleManager.cs
│   │   │   └── UITexture.cs
│   │   ├── SunnyUI.csproj
│   │   ├── SunnyUI.csproj.user
│   │   ├── Win32
│   │   │   ├── Win32.Added.cs
│   │   │   ├── Win32.ErrorCodes.cs
│   │   │   ├── Win32.GDI.cs
│   │   │   ├── Win32.Kernel.cs
│   │   │   ├── Win32.Multimedia.cs
│   │   │   ├── Win32.NetApi.cs
│   │   │   ├── Win32.Shell.cs
│   │   │   ├── Win32.User.cs
│   │   │   └── Win32.cs
│   │   └── obj
│   │       ├── Debug
│   │       │   ├── net40
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UIColorItem.resources
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UIComboBoxItem.resources
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UIComboDataGridViewItem.resources
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UIComboTreeViewItem.resources
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UIDateItem.resources
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UIDateTimeItem.resources
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UIDropControl.resources
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UIDropDown.resources
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UIDropDownItem.resources
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UITimeItem.resources
│   │       │   │   ├── Sunny.UI.Controls.UIButton.resources
│   │       │   │   ├── Sunny.UI.Controls.UICheckBoxGroup.resources
│   │       │   │   ├── Sunny.UI.Controls.UIColorPicker.resources
│   │       │   │   ├── Sunny.UI.Controls.UIComboBox.resources
│   │       │   │   ├── Sunny.UI.Controls.UIComboDataGridView.resources
│   │       │   │   ├── Sunny.UI.Controls.UIComboTreeView.resources
│   │       │   │   ├── Sunny.UI.Controls.UIDataGridView.resources
│   │       │   │   ├── Sunny.UI.Controls.UIDatePicker.resources
│   │       │   │   ├── Sunny.UI.Controls.UIDateTimePicker.resources
│   │       │   │   ├── Sunny.UI.Controls.UIDoubleUpDown.resources
│   │       │   │   ├── Sunny.UI.Controls.UIFlowLayoutPanel.resources
│   │       │   │   ├── Sunny.UI.Controls.UIGroupBox.resources
│   │       │   │   ├── Sunny.UI.Controls.UIImageListBox.resources
│   │       │   │   ├── Sunny.UI.Controls.UIIntegerUpDown.resources
│   │       │   │   ├── Sunny.UI.Controls.UIListBox.resources
│   │       │   │   ├── Sunny.UI.Controls.UIPagination.resources
│   │       │   │   ├── Sunny.UI.Controls.UIPanel.resources
│   │       │   │   ├── Sunny.UI.Controls.UIRadioButtonGroup.resources
│   │       │   │   ├── Sunny.UI.Controls.UIRichTextBox.resources
│   │       │   │   ├── Sunny.UI.Controls.UITextBox.resources
│   │       │   │   ├── Sunny.UI.Controls.UITimePicker.resources
│   │       │   │   ├── Sunny.UI.Controls.UITitlePanel.resources
│   │       │   │   ├── Sunny.UI.Controls.UITransfer.resources
│   │       │   │   ├── Sunny.UI.Controls.UITransparentPanel.resources
│   │       │   │   ├── Sunny.UI.Controls.UITreeView.resources
│   │       │   │   ├── Sunny.UI.Font.UIFontImages.resources
│   │       │   │   ├── Sunny.UI.Forms.UIDataGridViewForm.resources
│   │       │   │   ├── Sunny.UI.Forms.UIEditForm.resources
│   │       │   │   ├── Sunny.UI.Forms.UIForm.resources
│   │       │   │   ├── Sunny.UI.Forms.UIInputForm.resources
│   │       │   │   ├── Sunny.UI.Forms.UILoginForm.resources
│   │       │   │   ├── Sunny.UI.Forms.UIMessageForm.resources
│   │       │   │   ├── Sunny.UI.Forms.UINotifier.resources
│   │       │   │   ├── Sunny.UI.Forms.UISelectForm.resources
│   │       │   │   ├── Sunny.UI.Forms.UIStatusForm.resources
│   │       │   │   ├── Sunny.UI.Forms.UIWaitForm.resources
│   │       │   │   ├── Sunny.UI.Frames.UIAsideHeaderMainFooterFrame.resources
│   │       │   │   ├── Sunny.UI.Frames.UIAsideHeaderMainFrame.resources
│   │       │   │   ├── Sunny.UI.Frames.UIAsideMainFrame.resources
│   │       │   │   ├── Sunny.UI.Frames.UIHeaderAsideMainFooterFrame.resources
│   │       │   │   ├── Sunny.UI.Frames.UIHeaderAsideMainFrame.resources
│   │       │   │   ├── Sunny.UI.Frames.UIHeaderMainFooterFrame.resources
│   │       │   │   ├── Sunny.UI.Frames.UIHeaderMainFrame.resources
│   │       │   │   ├── Sunny.UI.Frames.UIMainFrame.resources
│   │       │   │   ├── Sunny.UI.Frames.UIPage.resources
│   │       │   │   ├── Sunny.UI.Frames.UITitlePage.resources
│   │       │   │   ├── Sunny.UI.Properties.Resources.resources
│   │       │   │   ├── SunnyUI.AssemblyInfo.cs
│   │       │   │   ├── SunnyUI.AssemblyInfoInputs.cache
│   │       │   │   ├── SunnyUI.GeneratedMSBuildEditorConfig.editorconfig
│   │       │   │   ├── SunnyUI.assets.cache
│   │       │   │   ├── SunnyUI.csproj.AssemblyReference.cache
│   │       │   │   ├── SunnyUI.csproj.CopyComplete
│   │       │   │   ├── SunnyUI.csproj.CoreCompileInputs.cache
│   │       │   │   ├── SunnyUI.csproj.FileListAbsolute.txt
│   │       │   │   ├── SunnyUI.csproj.GenerateResource.cache
│   │       │   │   ├── SunnyUI.dll
│   │       │   │   └── SunnyUI.pdb
│   │       │   ├── net472
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UIColorItem.resources
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UIComboBoxItem.resources
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UIComboDataGridViewItem.resources
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UIComboTreeViewItem.resources
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UIDateItem.resources
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UIDateTimeItem.resources
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UIDropControl.resources
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UIDropDown.resources
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UIDropDownItem.resources
│   │       │   │   ├── Sunny.UI.Controls.DropItem.UITimeItem.resources
│   │       │   │   ├── Sunny.UI.Controls.UIButton.resources
│   │       │   │   ├── Sunny.UI.Controls.UICheckBoxGroup.resources
│   │       │   │   ├── Sunny.UI.Controls.UIColorPicker.resources
│   │       │   │   ├── Sunny.UI.Controls.UIComboBox.resources
│   │       │   │   ├── Sunny.UI.Controls.UIComboDataGridView.resources
│   │       │   │   ├── Sunny.UI.Controls.UIComboTreeView.resources
│   │       │   │   ├── Sunny.UI.Controls.UIDataGridView.resources
│   │       │   │   ├── Sunny.UI.Controls.UIDatePicker.resources
│   │       │   │   ├── Sunny.UI.Controls.UIDateTimePicker.resources
│   │       │   │   ├── Sunny.UI.Controls.UIDoubleUpDown.resources
│   │       │   │   ├── Sunny.UI.Controls.UIFlowLayoutPanel.resources
│   │       │   │   ├── Sunny.UI.Controls.UIGroupBox.resources
│   │       │   │   ├── Sunny.UI.Controls.UIImageListBox.resources
│   │       │   │   ├── Sunny.UI.Controls.UIIntegerUpDown.resources
│   │       │   │   ├── Sunny.UI.Controls.UIListBox.resources
│   │       │   │   ├── Sunny.UI.Controls.UIPagination.resources
│   │       │   │   ├── Sunny.UI.Controls.UIPanel.resources
│   │       │   │   ├── Sunny.UI.Controls.UIRadioButtonGroup.resources
│   │       │   │   ├── Sunny.UI.Controls.UIRichTextBox.resources
│   │       │   │   ├── Sunny.UI.Controls.UITextBox.resources
│   │       │   │   ├── Sunny.UI.Controls.UITimePicker.resources
│   │       │   │   ├── Sunny.UI.Controls.UITitlePanel.resources
│   │       │   │   ├── Sunny.UI.Controls.UITransfer.resources
│   │       │   │   ├── Sunny.UI.Controls.UITransparentPanel.resources
│   │       │   │   ├── Sunny.UI.Controls.UITreeView.resources
│   │       │   │   ├── Sunny.UI.Font.UIFontImages.resources
│   │       │   │   ├── Sunny.UI.Forms.UIDataGridViewForm.resources
│   │       │   │   ├── Sunny.UI.Forms.UIEditForm.resources
│   │       │   │   ├── Sunny.UI.Forms.UIForm.resources
│   │       │   │   ├── Sunny.UI.Forms.UIInputForm.resources
│   │       │   │   ├── Sunny.UI.Forms.UILoginForm.resources
│   │       │   │   ├── Sunny.UI.Forms.UIMessageForm.resources
│   │       │   │   ├── Sunny.UI.Forms.UINotifier.resources
│   │       │   │   ├── Sunny.UI.Forms.UISelectForm.resources
│   │       │   │   ├── Sunny.UI.Forms.UIStatusForm.resources
│   │       │   │   ├── Sunny.UI.Forms.UIWaitForm.resources
│   │       │   │   ├── Sunny.UI.Frames.UIAsideHeaderMainFooterFrame.resources
│   │       │   │   ├── Sunny.UI.Frames.UIAsideHeaderMainFrame.resources
│   │       │   │   ├── Sunny.UI.Frames.UIAsideMainFrame.resources
│   │       │   │   ├── Sunny.UI.Frames.UIHeaderAsideMainFooterFrame.resources
│   │       │   │   ├── Sunny.UI.Frames.UIHeaderAsideMainFrame.resources
│   │       │   │   ├── Sunny.UI.Frames.UIHeaderMainFooterFrame.resources
│   │       │   │   ├── Sunny.UI.Frames.UIHeaderMainFrame.resources
│   │       │   │   ├── Sunny.UI.Frames.UIMainFrame.resources
│   │       │   │   ├── Sunny.UI.Frames.UIPage.resources
│   │       │   │   ├── Sunny.UI.Frames.UITitlePage.resources
│   │       │   │   ├── Sunny.UI.Properties.Resources.resources
│   │       │   │   ├── SunnyUI.AssemblyInfo.cs
│   │       │   │   ├── SunnyUI.AssemblyInfoInputs.cache
│   │       │   │   ├── SunnyUI.GeneratedMSBuildEditorConfig.editorconfig
│   │       │   │   ├── SunnyUI.assets.cache
│   │       │   │   ├── SunnyUI.csproj.AssemblyReference.cache
│   │       │   │   ├── SunnyUI.csproj.CopyComplete
│   │       │   │   ├── SunnyUI.csproj.CoreCompileInputs.cache
│   │       │   │   ├── SunnyUI.csproj.FileListAbsolute.txt
│   │       │   │   ├── SunnyUI.csproj.GenerateResource.cache
│   │       │   │   ├── SunnyUI.dll
│   │       │   │   └── SunnyUI.pdb
│   │       │   └── net5.0-windows
│   │       │       ├── Sunny.UI.Properties.Resources.resources
│   │       │       ├── Sunny.UI.UIAsideHeaderMainFooterFrame.resources
│   │       │       ├── Sunny.UI.UIAsideHeaderMainFrame.resources
│   │       │       ├── Sunny.UI.UIAsideMainFrame.resources
│   │       │       ├── Sunny.UI.UIButton.resources
│   │       │       ├── Sunny.UI.UICheckBoxGroup.resources
│   │       │       ├── Sunny.UI.UIColorItem.resources
│   │       │       ├── Sunny.UI.UIColorPicker.resources
│   │       │       ├── Sunny.UI.UIComboBox.resources
│   │       │       ├── Sunny.UI.UIComboBoxItem.resources
│   │       │       ├── Sunny.UI.UIComboDataGridView.resources
│   │       │       ├── Sunny.UI.UIComboDataGridViewItem.resources
│   │       │       ├── Sunny.UI.UIComboTreeView.resources
│   │       │       ├── Sunny.UI.UIComboTreeViewItem.resources
│   │       │       ├── Sunny.UI.UIDataGridView.resources
│   │       │       ├── Sunny.UI.UIDataGridViewForm.resources
│   │       │       ├── Sunny.UI.UIDateItem.resources
│   │       │       ├── Sunny.UI.UIDatePicker.resources
│   │       │       ├── Sunny.UI.UIDateTimeItem.resources
│   │       │       ├── Sunny.UI.UIDatetimePicker.resources
│   │       │       ├── Sunny.UI.UIDoubleUpDown.resources
│   │       │       ├── Sunny.UI.UIDropControl.resources
│   │       │       ├── Sunny.UI.UIDropDown.resources
│   │       │       ├── Sunny.UI.UIDropDownItem.resources
│   │       │       ├── Sunny.UI.UIEditForm.resources
│   │       │       ├── Sunny.UI.UIFlowLayoutPanel.resources
│   │       │       ├── Sunny.UI.UIFontImages.resources
│   │       │       ├── Sunny.UI.UIForm.resources
│   │       │       ├── Sunny.UI.UIGroupBox.resources
│   │       │       ├── Sunny.UI.UIHeaderAsideMainFooterFrame.resources
│   │       │       ├── Sunny.UI.UIHeaderAsideMainFrame.resources
│   │       │       ├── Sunny.UI.UIHeaderMainFooterFrame.resources
│   │       │       ├── Sunny.UI.UIHeaderMainFrame.resources
│   │       │       ├── Sunny.UI.UIImageListBox.resources
│   │       │       ├── Sunny.UI.UIInputForm.resources
│   │       │       ├── Sunny.UI.UIIntegerUpDown.resources
│   │       │       ├── Sunny.UI.UIListBox.resources
│   │       │       ├── Sunny.UI.UILoginForm.resources
│   │       │       ├── Sunny.UI.UIMainFrame.resources
│   │       │       ├── Sunny.UI.UIMessageForm.resources
│   │       │       ├── Sunny.UI.UINotifier.resources
│   │       │       ├── Sunny.UI.UIPage.resources
│   │       │       ├── Sunny.UI.UIPagination.resources
│   │       │       ├── Sunny.UI.UIPanel.resources
│   │       │       ├── Sunny.UI.UIRadioButtonGroup.resources
│   │       │       ├── Sunny.UI.UIRichTextBox.resources
│   │       │       ├── Sunny.UI.UISelectForm.resources
│   │       │       ├── Sunny.UI.UIStatusForm.resources
│   │       │       ├── Sunny.UI.UITextBox.resources
│   │       │       ├── Sunny.UI.UITimeItem.resources
│   │       │       ├── Sunny.UI.UITimePicker.resources
│   │       │       ├── Sunny.UI.UITitlePage.resources
│   │       │       ├── Sunny.UI.UITitlePanel.resources
│   │       │       ├── Sunny.UI.UITransfer.resources
│   │       │       ├── Sunny.UI.UITransparentPanel.resources
│   │       │       ├── Sunny.UI.UITreeView.resources
│   │       │       ├── Sunny.UI.UIWaitForm.resources
│   │       │       ├── SunnyUI.AssemblyInfo.cs
│   │       │       ├── SunnyUI.AssemblyInfoInputs.cache
│   │       │       ├── SunnyUI.GeneratedMSBuildEditorConfig.editorconfig
│   │       │       ├── SunnyUI.assets.cache
│   │       │       ├── SunnyUI.csproj.AssemblyReference.cache
│   │       │       ├── SunnyUI.csproj.CoreCompileInputs.cache
│   │       │       ├── SunnyUI.csproj.FileListAbsolute.txt
│   │       │       ├── SunnyUI.csproj.GenerateResource.cache
│   │       │       ├── SunnyUI.designer.deps.json
│   │       │       ├── SunnyUI.designer.runtimeconfig.json
│   │       │       ├── SunnyUI.dll
│   │       │       ├── SunnyUI.pdb
│   │       │       └── ref
│   │       │           └── SunnyUI.dll
│   │       ├── SunnyUI.csproj.nuget.dgspec.json
│   │       ├── SunnyUI.csproj.nuget.g.props
│   │       ├── SunnyUI.csproj.nuget.g.targets
│   │       ├── project.assets.json
│   │       └── project.nuget.cache
│   ├── SunnyUI.Demo
│   │   ├── Charts
│   │   │   ├── FBarChart.Designer.cs
│   │   │   ├── FBarChart.cs
│   │   │   ├── FBarChart.resx
│   │   │   ├── FBarChartEx.Designer.cs
│   │   │   ├── FBarChartEx.cs
│   │   │   ├── FBarChartEx.resx
│   │   │   ├── FDoughnutChart.Designer.cs
│   │   │   ├── FDoughnutChart.cs
│   │   │   ├── FDoughnutChart.resx
│   │   │   ├── FLineChart.Designer.cs
│   │   │   ├── FLineChart.cs
│   │   │   ├── FLineChart.resx
│   │   │   ├── FPieChart.Designer.cs
│   │   │   ├── FPieChart.cs
│   │   │   └── FPieChart.resx
│   │   ├── Controls
│   │   │   ├── FAvatar.Designer.cs
│   │   │   ├── FAvatar.cs
│   │   │   ├── FAvatar.resx
│   │   │   ├── FButton.Designer.cs
│   │   │   ├── FButton.cs
│   │   │   ├── FButton.resx
│   │   │   ├── FCheckBox.Designer.cs
│   │   │   ├── FCheckBox.cs
│   │   │   ├── FCheckBox.resx
│   │   │   ├── FCombobox.Designer.cs
│   │   │   ├── FCombobox.cs
│   │   │   ├── FCombobox.resx
│   │   │   ├── FContextMenuStrip.Designer.cs
│   │   │   ├── FContextMenuStrip.cs
│   │   │   ├── FContextMenuStrip.resx
│   │   │   ├── FDataGridView.Designer.cs
│   │   │   ├── FDataGridView.cs
│   │   │   ├── FDataGridView.resx
│   │   │   ├── FFlowLayoutPanel.Designer.cs
│   │   │   ├── FFlowLayoutPanel.cs
│   │   │   ├── FFlowLayoutPanel.resx
│   │   │   ├── FHeaderButton.Designer.cs
│   │   │   ├── FHeaderButton.cs
│   │   │   ├── FHeaderButton.resx
│   │   │   ├── FLabel.Designer.cs
│   │   │   ├── FLabel.cs
│   │   │   ├── FLabel.resx
│   │   │   ├── FLine.Designer.cs
│   │   │   ├── FLine.cs
│   │   │   ├── FLine.resx
│   │   │   ├── FListBox.Designer.cs
│   │   │   ├── FListBox.cs
│   │   │   ├── FListBox.resx
│   │   │   ├── FNavigation.Designer.cs
│   │   │   ├── FNavigation.cs
│   │   │   ├── FNavigation.resx
│   │   │   ├── FOther.Designer.cs
│   │   │   ├── FOther.cs
│   │   │   ├── FOther.resx
│   │   │   ├── FPanel.Designer.cs
│   │   │   ├── FPanel.cs
│   │   │   ├── FPanel.resx
│   │   │   ├── FProcess.cs
│   │   │   ├── FProcess.designer.cs
│   │   │   ├── FProcess.resx
│   │   │   ├── FRadioButton.Designer.cs
│   │   │   ├── FRadioButton.cs
│   │   │   ├── FRadioButton.resx
│   │   │   ├── FScrollBar.Designer.cs
│   │   │   ├── FScrollBar.cs
│   │   │   ├── FScrollBar.resx
│   │   │   ├── FSplitContainer.cs
│   │   │   ├── FSplitContainer.designer.cs
│   │   │   ├── FSplitContainer.resx
│   │   │   ├── FTabControl.Designer.cs
│   │   │   ├── FTabControl.cs
│   │   │   ├── FTabControl.resx
│   │   │   ├── FTextBox.Designer.cs
│   │   │   ├── FTextBox.cs
│   │   │   ├── FTextBox.resx
│   │   │   ├── FTransfer.Designer.cs
│   │   │   ├── FTransfer.cs
│   │   │   ├── FTransfer.resx
│   │   │   ├── FTreeView.Designer.cs
│   │   │   ├── FTreeView.cs
│   │   │   └── FTreeView.resx
│   │   ├── FMain.Designer.cs
│   │   ├── FMain.cs
│   │   ├── FMain.resx
│   │   ├── Forms
│   │   │   ├── FColorful.Designer.cs
│   │   │   ├── FColorful.cs
│   │   │   ├── FColorful.resx
│   │   │   ├── FDialogs.Designer.cs
│   │   │   ├── FDialogs.cs
│   │   │   ├── FDialogs.resx
│   │   │   ├── FEdit.Designer.cs
│   │   │   ├── FEdit.cs
│   │   │   ├── FEdit.resx
│   │   │   ├── FEditor.Designer.cs
│   │   │   ├── FEditor.cs
│   │   │   ├── FEditor.resx
│   │   │   ├── FFrames.Designer.cs
│   │   │   ├── FFrames.cs
│   │   │   ├── FFrames.resx
│   │   │   ├── FLogin.Designer.cs
│   │   │   ├── FLogin.cs
│   │   │   ├── FLogin.resx
│   │   │   ├── Frames
│   │   │   │   ├── FAsideHeaderMain.Designer.cs
│   │   │   │   ├── FAsideHeaderMain.cs
│   │   │   │   ├── FAsideHeaderMain.resx
│   │   │   │   ├── FAsideHeaderMainFooter.Designer.cs
│   │   │   │   ├── FAsideHeaderMainFooter.cs
│   │   │   │   ├── FAsideHeaderMainFooter.resx
│   │   │   │   ├── FAsideMain.Designer.cs
│   │   │   │   ├── FAsideMain.cs
│   │   │   │   ├── FAsideMain.resx
│   │   │   │   ├── FHeaderAsideMain.Designer.cs
│   │   │   │   ├── FHeaderAsideMain.cs
│   │   │   │   ├── FHeaderAsideMain.resx
│   │   │   │   ├── FHeaderAsideMainFooter.Designer.cs
│   │   │   │   ├── FHeaderAsideMainFooter.cs
│   │   │   │   ├── FHeaderAsideMainFooter.resx
│   │   │   │   ├── FHeaderMain.Designer.cs
│   │   │   │   ├── FHeaderMain.cs
│   │   │   │   ├── FHeaderMain.resx
│   │   │   │   ├── FHeaderMainFooter.Designer.cs
│   │   │   │   ├── FHeaderMainFooter.cs
│   │   │   │   └── FHeaderMainFooter.resx
│   │   │   └── Pages
│   │   │       ├── FPage1.Designer.cs
│   │   │       ├── FPage1.cs
│   │   │       ├── FPage1.resx
│   │   │       ├── FPage2.Designer.cs
│   │   │       ├── FPage2.cs
│   │   │       ├── FPage2.resx
│   │   │       ├── FPage3.Designer.cs
│   │   │       ├── FPage3.cs
│   │   │       ├── FPage3.resx
│   │   │       ├── FTitlePage1.Designer.cs
│   │   │       ├── FTitlePage1.cs
│   │   │       ├── FTitlePage1.resx
│   │   │       ├── FTitlePage2.Designer.cs
│   │   │       ├── FTitlePage2.cs
│   │   │       ├── FTitlePage2.resx
│   │   │       ├── FTitlePage3.Designer.cs
│   │   │       ├── FTitlePage3.cs
│   │   │       └── FTitlePage3.resx
│   │   ├── Industrial
│   │   │   ├── FLed.Designer.cs
│   │   │   ├── FLed.cs
│   │   │   ├── FLed.resx
│   │   │   ├── FLight.Designer.cs
│   │   │   ├── FLight.cs
│   │   │   ├── FLight.resx
│   │   │   ├── FMeter.Designer.cs
│   │   │   ├── FMeter.cs
│   │   │   ├── FMeter.resx
│   │   │   ├── FPipe.cs
│   │   │   ├── FPipe.designer.cs
│   │   │   └── FPipe.resx
│   │   ├── MyForm
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   └── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   ├── Settings.settings
│   │   │   └── licenses.licx
│   │   ├── Resources
│   │   │   ├── 1.png
│   │   │   ├── 2.png
│   │   │   ├── 3.png
│   │   │   ├── 4.png
│   │   │   ├── 5.png
│   │   │   ├── 6.png
│   │   │   ├── 7.png
│   │   │   ├── 8.png
│   │   │   ├── 9.png
│   │   │   ├── AHM.png
│   │   │   ├── AHM1.png
│   │   │   ├── AHMF.png
│   │   │   ├── AHMF1.png
│   │   │   ├── AM.png
│   │   │   ├── AM1.png
│   │   │   ├── ChartDarkStyle.png
│   │   │   ├── ChartDefaultStyle.png
│   │   │   ├── ChartPlainStyle.png
│   │   │   ├── HAM.png
│   │   │   ├── HAM1.png
│   │   │   ├── HAMF.png
│   │   │   ├── HAMF1.png
│   │   │   ├── HM.png
│   │   │   ├── HM1.png
│   │   │   ├── HMF.png
│   │   │   ├── HMF1.png
│   │   │   ├── Home_32x32.png
│   │   │   ├── SunnyLogin.png
│   │   │   ├── SunnyUI.png
│   │   │   ├── SunnyUISmall.png
│   │   │   ├── ajax.png
│   │   │   ├── atalanta.png
│   │   │   ├── barcelona.png
│   │   │   ├── benfica.png
│   │   │   ├── betis.png
│   │   │   ├── brescia.png
│   │   │   ├── chievo.png
│   │   │   ├── dashboard.png
│   │   │   ├── dashboard0.png
│   │   │   ├── deportivo.png
│   │   │   ├── feyenoord.png
│   │   │   ├── heerenveen.png
│   │   │   ├── inter.png
│   │   │   ├── lazio.png
│   │   │   ├── mallorca.png
│   │   │   ├── milan.png
│   │   │   ├── parma.png
│   │   │   ├── porto.png
│   │   │   ├── psv.png
│   │   │   ├── real_madrid.png
│   │   │   ├── real_sociedad.png
│   │   │   ├── relationship.png
│   │   │   ├── relationship0.png
│   │   │   ├── roma.png
│   │   │   ├── save.png
│   │   │   ├── save0.png
│   │   │   ├── sevilla.png
│   │   │   ├── udinese.png
│   │   │   ├── valencia.png
│   │   │   ├── villareal.png
│   │   │   └── zaragoza.png
│   │   ├── SunnyUI.Demo.csproj
│   │   ├── SunnyUI.ico
│   │   ├── Units
│   │   │   ├── FCommon.Designer.cs
│   │   │   ├── FCommon.cs
│   │   │   ├── FCommon.resx
│   │   │   └── UMapperDemo.cs
│   │   ├── app.config
│   │   ├── app.manifest
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── Sunny.UI.Demo.FAsideHeaderMain.resources
│   │   │       ├── Sunny.UI.Demo.FAsideHeaderMainFooter.resources
│   │   │       ├── Sunny.UI.Demo.FAsideMain.resources
│   │   │       ├── Sunny.UI.Demo.FAvatar.resources
│   │   │       ├── Sunny.UI.Demo.FBarChart.resources
│   │   │       ├── Sunny.UI.Demo.FBarChartEx.resources
│   │   │       ├── Sunny.UI.Demo.FButton.resources
│   │   │       ├── Sunny.UI.Demo.FCheckBox.resources
│   │   │       ├── Sunny.UI.Demo.FColorful.resources
│   │   │       ├── Sunny.UI.Demo.FCombobox.resources
│   │   │       ├── Sunny.UI.Demo.FCommon.resources
│   │   │       ├── Sunny.UI.Demo.FContextMenuStrip.resources
│   │   │       ├── Sunny.UI.Demo.FDataGridView.resources
│   │   │       ├── Sunny.UI.Demo.FDialogs.resources
│   │   │       ├── Sunny.UI.Demo.FDoughnutChart.resources
│   │   │       ├── Sunny.UI.Demo.FEdit.resources
│   │   │       ├── Sunny.UI.Demo.FEditor.resources
│   │   │       ├── Sunny.UI.Demo.FFlowLayoutPanel.resources
│   │   │       ├── Sunny.UI.Demo.FFrames.resources
│   │   │       ├── Sunny.UI.Demo.FHeaderAsideMain.resources
│   │   │       ├── Sunny.UI.Demo.FHeaderAsideMainFooter.resources
│   │   │       ├── Sunny.UI.Demo.FHeaderButton.resources
│   │   │       ├── Sunny.UI.Demo.FHeaderMain.resources
│   │   │       ├── Sunny.UI.Demo.FHeaderMainFooter.resources
│   │   │       ├── Sunny.UI.Demo.FLabel.resources
│   │   │       ├── Sunny.UI.Demo.FLed.resources
│   │   │       ├── Sunny.UI.Demo.FLight.resources
│   │   │       ├── Sunny.UI.Demo.FLine.resources
│   │   │       ├── Sunny.UI.Demo.FLineChart.resources
│   │   │       ├── Sunny.UI.Demo.FListBox.resources
│   │   │       ├── Sunny.UI.Demo.FLogin.resources
│   │   │       ├── Sunny.UI.Demo.FMain.resources
│   │   │       ├── Sunny.UI.Demo.FMeter.resources
│   │   │       ├── Sunny.UI.Demo.FNavigation.resources
│   │   │       ├── Sunny.UI.Demo.FOther.resources
│   │   │       ├── Sunny.UI.Demo.FPage1.resources
│   │   │       ├── Sunny.UI.Demo.FPage2.resources
│   │   │       ├── Sunny.UI.Demo.FPage3.resources
│   │   │       ├── Sunny.UI.Demo.FPanel.resources
│   │   │       ├── Sunny.UI.Demo.FPieChart.resources
│   │   │       ├── Sunny.UI.Demo.FPipe.resources
│   │   │       ├── Sunny.UI.Demo.FProcess.resources
│   │   │       ├── Sunny.UI.Demo.FRadioButton.resources
│   │   │       ├── Sunny.UI.Demo.FScrollBar.resources
│   │   │       ├── Sunny.UI.Demo.FSplitContainer.resources
│   │   │       ├── Sunny.UI.Demo.FTabControl.resources
│   │   │       ├── Sunny.UI.Demo.FTextBox.resources
│   │   │       ├── Sunny.UI.Demo.FTitlePage1.resources
│   │   │       ├── Sunny.UI.Demo.FTitlePage2.resources
│   │   │       ├── Sunny.UI.Demo.FTitlePage3.resources
│   │   │       ├── Sunny.UI.Demo.FTransfer.resources
│   │   │       ├── Sunny.UI.Demo.FTreeView.resources
│   │   │       ├── Sunny.UI.Demo.MyForm.Form1.resources
│   │   │       ├── Sunny.UI.Demo.Properties.Resources.resources
│   │   │       ├── SunnyUI.Demo.csproj.AssemblyReference.cache
│   │   │       ├── SunnyUI.Demo.csproj.CopyComplete
│   │   │       ├── SunnyUI.Demo.csproj.CoreCompileInputs.cache
│   │   │       ├── SunnyUI.Demo.csproj.FileListAbsolute.txt
│   │   │       ├── SunnyUI.Demo.csproj.GenerateResource.cache
│   │   │       ├── SunnyUI.Demo.exe
│   │   │       ├── SunnyUI.Demo.pdb
│   │   │       └── TempPE
│   │   │           └── Properties.Resources.Designer.cs.dll
│   │   └── packages.config
│   ├── SunnyUI.Net5.Demo
│   │   ├── Charts
│   │   │   ├── FBarChart.Designer.cs
│   │   │   ├── FBarChart.cs
│   │   │   ├── FBarChart.resx
│   │   │   ├── FBarChartEx.Designer.cs
│   │   │   ├── FBarChartEx.cs
│   │   │   ├── FBarChartEx.resx
│   │   │   ├── FDoughnutChart.Designer.cs
│   │   │   ├── FDoughnutChart.cs
│   │   │   ├── FLineChart.Designer.cs
│   │   │   ├── FLineChart.cs
│   │   │   ├── FLineChart.resx
│   │   │   ├── FPieChart.Designer.cs
│   │   │   ├── FPieChart.cs
│   │   │   └── FPieChart.resx
│   │   ├── Controls
│   │   │   ├── FAvatar.Designer.cs
│   │   │   ├── FAvatar.cs
│   │   │   ├── FAvatar.resx
│   │   │   ├── FButton.Designer.cs
│   │   │   ├── FButton.cs
│   │   │   ├── FButton.resx
│   │   │   ├── FCheckBox.Designer.cs
│   │   │   ├── FCheckBox.cs
│   │   │   ├── FCheckBox.resx
│   │   │   ├── FCombobox.Designer.cs
│   │   │   ├── FCombobox.cs
│   │   │   ├── FCombobox.resx
│   │   │   ├── FContextMenuStrip.Designer.cs
│   │   │   ├── FContextMenuStrip.cs
│   │   │   ├── FContextMenuStrip.resx
│   │   │   ├── FDataGridView.Designer.cs
│   │   │   ├── FDataGridView.cs
│   │   │   ├── FDataGridView.resx
│   │   │   ├── FFlowLayoutPanel.Designer.cs
│   │   │   ├── FFlowLayoutPanel.cs
│   │   │   ├── FFlowLayoutPanel.resx
│   │   │   ├── FLabel.Designer.cs
│   │   │   ├── FLabel.cs
│   │   │   ├── FLabel.resx
│   │   │   ├── FLine.Designer.cs
│   │   │   ├── FLine.cs
│   │   │   ├── FLine.resx
│   │   │   ├── FListBox.Designer.cs
│   │   │   ├── FListBox.cs
│   │   │   ├── FListBox.resx
│   │   │   ├── FMeter.Designer.cs
│   │   │   ├── FMeter.cs
│   │   │   ├── FMeter.resx
│   │   │   ├── FNavigation.Designer.cs
│   │   │   ├── FNavigation.cs
│   │   │   ├── FNavigation.resx
│   │   │   ├── FOther.Designer.cs
│   │   │   ├── FOther.cs
│   │   │   ├── FOther.resx
│   │   │   ├── FPanel.Designer.cs
│   │   │   ├── FPanel.cs
│   │   │   ├── FPanel.resx
│   │   │   ├── FRadioButton.Designer.cs
│   │   │   ├── FRadioButton.cs
│   │   │   ├── FRadioButton.resx
│   │   │   ├── FScrollBar.Designer.cs
│   │   │   ├── FScrollBar.cs
│   │   │   ├── FScrollBar.resx
│   │   │   ├── FTabControl.Designer.cs
│   │   │   ├── FTabControl.cs
│   │   │   ├── FTabControl.resx
│   │   │   ├── FTextBox.Designer.cs
│   │   │   ├── FTextBox.cs
│   │   │   ├── FTextBox.resx
│   │   │   ├── FTransfer.Designer.cs
│   │   │   ├── FTransfer.cs
│   │   │   ├── FTransfer.resx
│   │   │   ├── FTreeView.Designer.cs
│   │   │   ├── FTreeView.cs
│   │   │   └── FTreeView.resx
│   │   ├── FMain.Designer.cs
│   │   ├── FMain.cs
│   │   ├── FMain.resx
│   │   ├── Forms
│   │   │   ├── FDialogs.Designer.cs
│   │   │   ├── FDialogs.cs
│   │   │   ├── FDialogs.resx
│   │   │   ├── FEdit.Designer.cs
│   │   │   ├── FEdit.cs
│   │   │   ├── FEdit.resx
│   │   │   ├── FEditor.Designer.cs
│   │   │   ├── FEditor.cs
│   │   │   ├── FEditor.resx
│   │   │   ├── FFrames.Designer.cs
│   │   │   ├── FFrames.cs
│   │   │   ├── FFrames.resx
│   │   │   ├── FLogin.Designer.cs
│   │   │   ├── FLogin.cs
│   │   │   ├── FLogin.resx
│   │   │   ├── Frames
│   │   │   │   ├── FAsideHeaderMain.Designer.cs
│   │   │   │   ├── FAsideHeaderMain.cs
│   │   │   │   ├── FAsideHeaderMain.resx
│   │   │   │   ├── FAsideHeaderMainFooter.Designer.cs
│   │   │   │   ├── FAsideHeaderMainFooter.cs
│   │   │   │   ├── FAsideHeaderMainFooter.resx
│   │   │   │   ├── FAsideMain.Designer.cs
│   │   │   │   ├── FAsideMain.cs
│   │   │   │   ├── FAsideMain.resx
│   │   │   │   ├── FHeaderAsideMain.Designer.cs
│   │   │   │   ├── FHeaderAsideMain.cs
│   │   │   │   ├── FHeaderAsideMain.resx
│   │   │   │   ├── FHeaderAsideMainFooter.Designer.cs
│   │   │   │   ├── FHeaderAsideMainFooter.cs
│   │   │   │   ├── FHeaderAsideMainFooter.resx
│   │   │   │   ├── FHeaderMain.Designer.cs
│   │   │   │   ├── FHeaderMain.cs
│   │   │   │   ├── FHeaderMain.resx
│   │   │   │   ├── FHeaderMainFooter.Designer.cs
│   │   │   │   ├── FHeaderMainFooter.cs
│   │   │   │   └── FHeaderMainFooter.resx
│   │   │   └── Pages
│   │   │       ├── FPage1.Designer.cs
│   │   │       ├── FPage1.cs
│   │   │       ├── FPage1.resx
│   │   │       ├── FPage2.Designer.cs
│   │   │       ├── FPage2.cs
│   │   │       ├── FPage2.resx
│   │   │       ├── FPage3.Designer.cs
│   │   │       ├── FPage3.cs
│   │   │       ├── FPage3.resx
│   │   │       ├── FTitlePage1.Designer.cs
│   │   │       ├── FTitlePage1.cs
│   │   │       ├── FTitlePage1.resx
│   │   │       ├── FTitlePage2.Designer.cs
│   │   │       ├── FTitlePage2.cs
│   │   │       ├── FTitlePage2.resx
│   │   │       ├── FTitlePage3.Designer.cs
│   │   │       ├── FTitlePage3.cs
│   │   │       └── FTitlePage3.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── Resources.Designer.cs
│   │   │   └── Resources.resx
│   │   ├── Resources
│   │   │   ├── AHM.png
│   │   │   ├── AHM1.png
│   │   │   ├── AHMF.png
│   │   │   ├── AHMF1.png
│   │   │   ├── AM.png
│   │   │   ├── AM1.png
│   │   │   ├── ChartDarkStyle.png
│   │   │   ├── ChartDefaultStyle.png
│   │   │   ├── ChartPlainStyle.png
│   │   │   ├── HAM.png
│   │   │   ├── HAM1.png
│   │   │   ├── HAMF.png
│   │   │   ├── HAMF1.png
│   │   │   ├── HM.png
│   │   │   ├── HM1.png
│   │   │   ├── HMF.png
│   │   │   ├── HMF1.png
│   │   │   ├── SunnyLogin.png
│   │   │   ├── SunnyUI.png
│   │   │   ├── SunnyUISmall.png
│   │   │   ├── ajax.png
│   │   │   ├── atalanta.png
│   │   │   ├── barcelona.png
│   │   │   ├── benfica.png
│   │   │   ├── betis.png
│   │   │   ├── brescia.png
│   │   │   ├── chievo.png
│   │   │   ├── dashboard.png
│   │   │   ├── dashboard0.png
│   │   │   ├── deportivo.png
│   │   │   ├── feyenoord.png
│   │   │   ├── heerenveen.png
│   │   │   ├── inter.png
│   │   │   ├── lazio.png
│   │   │   ├── mallorca.png
│   │   │   ├── milan.png
│   │   │   ├── parma.png
│   │   │   ├── porto.png
│   │   │   ├── psv.png
│   │   │   ├── real_madrid.png
│   │   │   ├── real_sociedad.png
│   │   │   ├── relationship.png
│   │   │   ├── relationship0.png
│   │   │   ├── roma.png
│   │   │   ├── save.png
│   │   │   ├── save0.png
│   │   │   ├── sevilla.png
│   │   │   ├── udinese.png
│   │   │   ├── valencia.png
│   │   │   ├── villareal.png
│   │   │   └── zaragoza.png
│   │   ├── SunnyUI.Net5.Demo.csproj
│   │   ├── SunnyUI.Net5.Demo.csproj.user
│   │   ├── SunnyUI.ico
│   │   ├── app.manifest
│   │   ├── bin
│   │   │   └── net5.0-windows
│   │   │       └── ref
│   │   └── obj
│   │       ├── Debug
│   │       │   └── net5.0-windows
│   │       │       ├── SunnyUI.Net5.Demo.AssemblyInfo.cs
│   │       │       ├── SunnyUI.Net5.Demo.AssemblyInfoInputs.cache
│   │       │       ├── SunnyUI.Net5.Demo.GeneratedMSBuildEditorConfig.editorconfig
│   │       │       ├── SunnyUI.Net5.Demo.assets.cache
│   │       │       ├── SunnyUI.Net5.Demo.csproj.AssemblyReference.cache
│   │       │       ├── SunnyUI.Net5.Demo.designer.deps.json
│   │       │       ├── SunnyUI.Net5.Demo.designer.runtimeconfig.json
│   │       │       ├── TempPE
│   │       │       │   └── Properties.Resources.Designer.cs.dll
│   │       │       └── ref
│   │       ├── SunnyUI.Net5.Demo.csproj.nuget.dgspec.json
│   │       ├── SunnyUI.Net5.Demo.csproj.nuget.g.props
│   │       ├── SunnyUI.Net5.Demo.csproj.nuget.g.targets
│   │       ├── project.assets.json
│   │       └── project.nuget.cache
│   ├── SunnyUI.ico
│   ├── SunnyUI.png
│   ├── SunnyUI.sln
│   ├── Updates.md
│   └── packages
│       └── SunnyUI.Common.3.1.0
│           ├── LICENSE
│           ├── SunnyUI.Common.3.1.0.nupkg
│           ├── SunnyUI.png
│           └── lib
│               ├── net40
│               │   └── SunnyUI.Common.dll
│               ├── net472
│               │   └── SunnyUI.Common.dll
│               ├── net5.0
│               │   └── SunnyUI.Common.dll
│               ├── net6.0
│               │   └── SunnyUI.Common.dll
│               ├── netcoreapp3.1
│               │   └── SunnyUI.Common.dll
│               └── netstandard2.1
│                   └── SunnyUI.Common.dll
└── 好例子网_SunnyUI-master.zip

65 directories, 1040 files


标签: UI

实例下载地址

SunnyUI-master

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警