mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-03-17 19:20:44 +08:00
🦄 Beautiful AntdUI
This commit is contained in:
@@ -11,8 +11,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AntdUI", "src\AntdUI\AntdUI
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "example\Demo\Demo.csproj", "{24C89E6C-0F23-4AFB-9D7F-6419239EE322}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Overview", "example\Overview\Overview.csproj", "{2EFC67E4-34D0-4CE3-961C-7FB64AF965D8}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SVGView", "example\SVGView\SVGView.csproj", "{48484E20-7B05-41D3-9E76-D59A95A70A80}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChatUI", "example\ChatUI\ChatUI.csproj", "{796C3020-70CB-464D-A67A-66BCC566C6D8}"
|
||||
@@ -33,10 +31,6 @@ Global
|
||||
{24C89E6C-0F23-4AFB-9D7F-6419239EE322}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{24C89E6C-0F23-4AFB-9D7F-6419239EE322}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{24C89E6C-0F23-4AFB-9D7F-6419239EE322}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{2EFC67E4-34D0-4CE3-961C-7FB64AF965D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{2EFC67E4-34D0-4CE3-961C-7FB64AF965D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{2EFC67E4-34D0-4CE3-961C-7FB64AF965D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{2EFC67E4-34D0-4CE3-961C-7FB64AF965D8}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{48484E20-7B05-41D3-9E76-D59A95A70A80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{48484E20-7B05-41D3-9E76-D59A95A70A80}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{48484E20-7B05-41D3-9E76-D59A95A70A80}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
@@ -56,7 +50,6 @@ Global
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{5C5FF08C-6B84-412E-8F92-74E152B677E5} = {5243A57B-3E12-49E1-BA51-CBB5D786193F}
|
||||
{24C89E6C-0F23-4AFB-9D7F-6419239EE322} = {B9AB491E-DDF2-4E3D-97FA-622E36504B91}
|
||||
{2EFC67E4-34D0-4CE3-961C-7FB64AF965D8} = {B9AB491E-DDF2-4E3D-97FA-622E36504B91}
|
||||
{48484E20-7B05-41D3-9E76-D59A95A70A80} = {B9AB491E-DDF2-4E3D-97FA-622E36504B91}
|
||||
{796C3020-70CB-464D-A67A-66BCC566C6D8} = {B9AB491E-DDF2-4E3D-97FA-622E36504B91}
|
||||
{94493153-4FF8-4F33-8589-D72A8563AF52} = {B9AB491E-DDF2-4E3D-97FA-622E36504B91}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview
|
||||
namespace Demo
|
||||
{
|
||||
partial class Colors
|
||||
{
|
||||
@@ -21,7 +21,7 @@ using System;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview
|
||||
namespace Demo
|
||||
{
|
||||
public partial class Colors : AntdUI.BaseForm
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Alert
|
||||
{
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Alert : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Avatar
|
||||
{
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Avatar : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Badge
|
||||
{
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Badge : UserControl
|
||||
{
|
||||
@@ -20,7 +20,7 @@ using AntdUI;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Breadcrumb
|
||||
{
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Breadcrumb : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Button
|
||||
{
|
||||
@@ -20,7 +20,7 @@ using System;
|
||||
using System.Threading;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Button : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Carousel
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Carousel : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Checkbox
|
||||
{
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Checkbox : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Collapse
|
||||
{
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Collapse : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class ColorPicker
|
||||
{
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class ColorPicker : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class DatePicker
|
||||
{
|
||||
@@ -21,7 +21,7 @@ using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class DatePicker : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Divider
|
||||
{
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Divider : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Drawer
|
||||
{
|
||||
@@ -20,7 +20,7 @@ using System;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Drawer : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Dropdown
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Dropdown : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Icon
|
||||
{
|
||||
@@ -21,7 +21,7 @@ using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Icon : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Input
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Input : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class InputNumber
|
||||
{
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class InputNumber : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Menu
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Menu : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Message
|
||||
{
|
||||
@@ -20,7 +20,7 @@ using System;
|
||||
using System.Threading;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Message : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Modal
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Modal : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Notification
|
||||
{
|
||||
@@ -20,7 +20,7 @@ using System;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Notification : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class PageHeader
|
||||
{
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class PageHeader : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Pagination
|
||||
{
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Pagination : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Panel
|
||||
{
|
||||
@@ -18,12 +18,12 @@
|
||||
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Panel : UserControl
|
||||
{
|
||||
Main form;
|
||||
public Panel(Main _form)
|
||||
Overview form;
|
||||
public Panel(Overview _form)
|
||||
{
|
||||
form = _form;
|
||||
InitializeComponent();
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Popover
|
||||
{
|
||||
@@ -20,7 +20,7 @@ using System;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Popover : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Preview
|
||||
{
|
||||
@@ -20,7 +20,7 @@ using System;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Preview : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Progress
|
||||
{
|
||||
@@ -20,7 +20,7 @@ using System;
|
||||
using System.Threading;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Progress : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Radio
|
||||
{
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Radio : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Rate
|
||||
{
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Rate : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Result
|
||||
{
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Result : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Segmented
|
||||
{
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Segmented : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Select
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
public partial class Select : UserControl
|
||||
{
|
||||
@@ -19,7 +19,7 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Overview.Controls
|
||||
namespace Demo.Controls
|
||||
{
|
||||
partial class Slider
|
||||
{
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user