mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-03-07 22:30:49 +08:00
🦄 Beautiful AntdUI
This commit is contained in:
@@ -87,7 +87,7 @@ Ant Design for WinForms, reimagines desktop app aesthetics with modern frontend
|
||||
➡️| [**Transfer**](doc/wiki/en/Control/Transfer.md) | ✅ | ❎ |
|
||||
➡️| [**UploadDragger**](doc/wiki/en/Control/UploadDragger.md) | ✅ | ❎ |
|
||||
||||
|
||||
⬇️| Data Display `21` | Animation | Disable |
|
||||
⬇️| Data Display `22` | Animation | Disable |
|
||||
➡️| [**Avatar**](doc/wiki/en/Control/Avatar.md) | ❎ | ❎ |
|
||||
➡️| [**Badge**](doc/wiki/en/Control/Badge.md) | ✅ | ❎ |
|
||||
➡️| [**Calendar**](doc/wiki/en/Control/Calendar.md) | ✅ | ❎ |
|
||||
@@ -107,6 +107,7 @@ Ant Design for WinForms, reimagines desktop app aesthetics with modern frontend
|
||||
➡️| [**Tree**](doc/wiki/en/Control/Tree.md) | ✅ | ✅ |
|
||||
➡️| [**Label**](doc/wiki/en/Control/Label.md) | ✅ | ❎ |
|
||||
➡️| [**LabelTime**](doc/wiki/en/Control/LabelTime.md) | ✅ | ❎ |
|
||||
➡️| [**LabelLed**](doc/wiki/en/Control/LabelLed.md) | ✅ | ❎ |
|
||||
➡️| [**HyperlinkLabel**](doc/wiki/en/Control/HyperlinkLabel.md) | ✅ | ❎ |
|
||||
➡️| **Chart** | ✅ | ❎ |
|
||||
||||
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
➡️| [**Transfer** 穿梭框](doc/wiki/zh/Control/Transfer.md) | ✅ | ❎ |
|
||||
➡️| [**UploadDragger** 拖拽上传](doc/wiki/zh/Control/UploadDragger.md) | ✅ | ❎ |
|
||||
||||
|
||||
⬇️| 数据展示 `21` | 动画 | 禁用 |
|
||||
⬇️| 数据展示 `22` | 动画 | 禁用 |
|
||||
➡️| [**Avatar** 头像](doc/wiki/zh/Control/Avatar.md) | ❎ | ❎ |
|
||||
➡️| [**Badge** 徽标数](doc/wiki/zh/Control/Badge.md) | ✅ | ❎ |
|
||||
➡️| [**Calendar** 日历](doc/wiki/zh/Control/Calendar.md) | ✅ | ❎ |
|
||||
@@ -108,6 +108,7 @@
|
||||
➡️| [**Tour** 漫游式引导](doc/wiki/zh/Control/Tour.md) | ✅ | ❎ |
|
||||
➡️| [**Label** 文本](doc/wiki/zh/Control/Label.md) | ✅ | ❎ |
|
||||
➡️| [**LabelTime** 时间文本](doc/wiki/zh/Control/LabelTime.md) | ✅ | ❎ |
|
||||
➡️| [**LabelLed** LED文本](doc/wiki/zh/Control/LabelLed.md) | ✅ | ❎ |
|
||||
➡️| [**HyperlinkLabel** 超链接文本](doc/wiki/zh/Control/HyperlinkLabel.md) | ✅ | ❎ |
|
||||
➡️| **Chart** 图表 | ✅ | ❎ |
|
||||
||||
|
||||
|
||||
48
doc/wiki/en/Control/LabelLed.md
Normal file
48
doc/wiki/en/Control/LabelLed.md
Normal file
@@ -0,0 +1,48 @@
|
||||
[Home](../Home.md)・[UpdateLog](../UpdateLog.md)・[Config](../Config.md)・[Theme](../Theme.md)
|
||||
|
||||
## LabelLed
|
||||
|
||||
LED Text Control 👚
|
||||
|
||||
> Display a segment of LED style text.
|
||||
|
||||
- DefaultProperty:Text
|
||||
- DefaultEvent:Click
|
||||
|
||||
### Property
|
||||
|
||||
Name | Description | Type | Default Value |
|
||||
:--|:--|:--|:--|
|
||||
**Text** | Text | string ||
|
||||
🌏 **LocalizationText** | International Text | string`?` | `null` |
|
||||
|||
|
||||
**FontSize** | Font size | int`?` | `null` |
|
||||
**EmojiFont** | Emoji Font | string | `Segoe UI Emoji` |
|
||||
|||
|
||||
**DotSize** | Dot size | int | 4 |
|
||||
**DotGap** | Dot distance | int | 2 |
|
||||
**TextScale** | Text scale | float | 1F |
|
||||
**DotShape** | Dot shape | [LedDotShape](#leddotshape) | Square |
|
||||
|||
|
||||
**DotColor** | Dot color | Color`?` | `null` |
|
||||
**ShowOffLed** | Show off LED | bool | false |
|
||||
**OffDotColor** | Off LED color | Color`?` | `null` |
|
||||
|||
|
||||
**Back** | Background color | Color`?` | `null` |
|
||||
**BackExtend** | Background color | string`?` | `null` |
|
||||
|||
|
||||
**Shadow** | Shadow size | int | 0 |
|
||||
**ShadowColor** | Shadow color | Color`?` | `null` |
|
||||
**ShadowOpacity** | Shadow opacity | float | 0.3F |
|
||||
**ShadowOffsetX** | Shadow offset X | int | 0 |
|
||||
**ShadowOffsetY** | Shadow offset Y | int | 0 |
|
||||
|
||||
### Enum
|
||||
|
||||
#### LedDotShape
|
||||
|
||||
| Value | Description |
|
||||
|:--|:--|
|
||||
| Square | Square |
|
||||
| Diamond | Diamond |
|
||||
| Circle | Circle |
|
||||
@@ -202,7 +202,7 @@
|
||||
> [](Control/UploadDragger.md)
|
||||
|
||||
|
||||
### Data Display `18`
|
||||
### Data Display `21`
|
||||
|
||||
#### [Avatar](Control/Avatar.md)
|
||||
|
||||
@@ -245,6 +245,10 @@
|
||||
|
||||
> [](Control/Preview.md)
|
||||
|
||||
#### [ImagePreview](Control/ImagePreview.md)
|
||||
|
||||
> Picture preview control.
|
||||
|
||||
#### [Popover](Control/Popover.md)
|
||||
|
||||
> The floating card pops up when clicking/mouse hovering over an element.
|
||||
@@ -302,13 +306,19 @@
|
||||
#### [Label](Control/Label.md)
|
||||
|
||||
> Display a paragraph of text.
|
||||
>
|
||||
|
||||
#### [LabelTime](Control/LabelTime.md)
|
||||
|
||||
> Display time text.
|
||||
|
||||
> [](Control/LabelTime.md)
|
||||
|
||||
#### [LabelLed](Control/LabelLed.md)
|
||||
|
||||
> Display a segment of LED style text.
|
||||
|
||||
> [](Control/LabelLed.md)
|
||||
|
||||
|
||||
### Feedback `8`
|
||||
|
||||
|
||||
BIN
doc/wiki/en/Icon/LabelLed.jpg
Normal file
BIN
doc/wiki/en/Icon/LabelLed.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 118 KiB |
@@ -1,5 +1,24 @@
|
||||
[Home](Home.md)・[UpdateLog](UpdateLog.md)・[Config](Config.md)・[Theme](Theme.md)
|
||||
|
||||
### `2.2.10` 2026-01-08
|
||||
|
||||
- ➕ LabelLed
|
||||
- ➕ Table MouseClickPenetration
|
||||
- ➕ Table FilterRealTime
|
||||
- ➕ Input string[] Lines
|
||||
- ➕ ChatList ItemImageClick Image Click Event
|
||||
- ✍️ Popoover optimizes visual smoothness
|
||||
- ✍️ Popoover margin
|
||||
- ✍️ Click to select row interaction in Table
|
||||
- ✍️ Table: Improve Editing Mode and Enter Jump
|
||||
- ✍️ The summary column of the table is not responding
|
||||
- ✍️ Table text is too narrow to display
|
||||
- ✍️ Tooltip optimizes interaction
|
||||
- ✍️ Tooltip flashing
|
||||
- ✍️ Button Suspension Over Animation
|
||||
- ✍️ Window closing logic judgment
|
||||
- 🧹 Table filtering
|
||||
|
||||
### `2.2.9` 2026-01-03
|
||||
|
||||
- ➕ Button Shadow Shadow button
|
||||
|
||||
48
doc/wiki/zh/Control/LabelLed.md
Normal file
48
doc/wiki/zh/Control/LabelLed.md
Normal file
@@ -0,0 +1,48 @@
|
||||
[首页](../Home.md)・[更新日志](../UpdateLog.md)・[配置](../Config.md)・[主题](../Theme.md)
|
||||
|
||||
## LabelLed
|
||||
|
||||
LED文本控件 👚
|
||||
|
||||
> 显示一段LED样式的文本。
|
||||
|
||||
- 默认属性:Text
|
||||
- 默认事件:Click
|
||||
|
||||
### 属性
|
||||
|
||||
名称 | 描述 | 类型 | 默认值 |
|
||||
:--|:--|:--|:--|
|
||||
**Text** | 文本 | string ||
|
||||
🌏 **LocalizationText** | 国际化文本 | string`?` | `null` |
|
||||
|||
|
||||
**FontSize** | 字体大小 | int`?` | `null` |
|
||||
**EmojiFont** | Emoji字体 | string | `Segoe UI Emoji` |
|
||||
|||
|
||||
**DotSize** | 点阵大小 | int | 4 |
|
||||
**DotGap** | 点阵距离 | int | 2 |
|
||||
**TextScale** | 文本大小比例 | float | 1F |
|
||||
**DotShape** | 点阵形状 | [LedDotShape](#leddotshape) | Square |
|
||||
|||
|
||||
**DotColor** | 点阵颜色 | Color`?` | `null` |
|
||||
**ShowOffLed** | 是否显示未发光LED | bool | false |
|
||||
**OffDotColor** | 未发光LED颜色 | Color`?` | `null` |
|
||||
|||
|
||||
**Back** | 背景颜色 | Color`?` | `null` |
|
||||
**BackExtend** | 背景颜色 | string`?` | `null` |
|
||||
|||
|
||||
**Shadow** | 阴影大小 | int | 0 |
|
||||
**ShadowColor** | 阴影颜色 | Color`?` | `null` |
|
||||
**ShadowOpacity** | 阴影透明度 | float | 0.3F |
|
||||
**ShadowOffsetX** | 阴影偏移X | int | 0 |
|
||||
**ShadowOffsetY** | 阴影偏移Y | int | 0 |
|
||||
|
||||
### 枚举
|
||||
|
||||
#### LedDotShape
|
||||
|
||||
| 值 | 描述 |
|
||||
|:--|:--|
|
||||
| Square | 方形 |
|
||||
| Diamond | 菱形 |
|
||||
| Circle | 圆形 |
|
||||
@@ -201,7 +201,7 @@
|
||||
> [](Control/UploadDragger.md)
|
||||
|
||||
|
||||
### 数据展示 `18`
|
||||
### 数据展示 `21`
|
||||
|
||||
#### [Avatar 头像](Control/Avatar.md)
|
||||
|
||||
@@ -245,6 +245,10 @@
|
||||
|
||||
> [](Control/Preview.md)
|
||||
|
||||
#### [ImagePreview 图片预览](Control/ImagePreview.md)
|
||||
|
||||
> 图片预览控件
|
||||
|
||||
#### [Popover 气泡卡片](Control/Popover.md)
|
||||
|
||||
> 弹出气泡式的卡片浮层。
|
||||
@@ -309,6 +313,16 @@
|
||||
|
||||
> [](Control/LabelTime.md)
|
||||
|
||||
#### [LabelLed LED文本控件](Control/LabelLed.md)
|
||||
|
||||
> 显示一段LED样式的文本。
|
||||
|
||||
> [](Control/LabelLed.md)
|
||||
|
||||
#### [HyperlinkLabel 超链接文本](Control/HyperlinkLabel.md)
|
||||
|
||||
> 显示带有超链接的文本,支持自定义样式和事件处理。
|
||||
|
||||
|
||||
### 反馈 `8`
|
||||
|
||||
|
||||
BIN
doc/wiki/zh/Icon/LabelLed.jpg
Normal file
BIN
doc/wiki/zh/Icon/LabelLed.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 140 KiB |
@@ -1,5 +1,24 @@
|
||||
[首页](Home.md)・[更新日志](UpdateLog.md)・[配置](Config.md)・[主题](Theme.md)
|
||||
|
||||
### `2.2.10` 2026-01-08
|
||||
|
||||
- ➕ LabelLed
|
||||
- ➕ Table MouseClickPenetration
|
||||
- ➕ Table FilterRealTime
|
||||
- ➕ Input string[] Lines
|
||||
- ➕ ChatList ItemImageClick 图片点击事件
|
||||
- ✍️ Popover 优化视觉流畅
|
||||
- ✍️ Popover 边距
|
||||
- ✍️ Table 点击选中行交互
|
||||
- ✍️ Table 完善编辑模式与回车跳转
|
||||
- ✍️ Table 总结栏未响应
|
||||
- ✍️ Table 文字太窄不显示
|
||||
- ✍️ Tooltip 优化交互
|
||||
- ✍️ Tooltip 闪现
|
||||
- ✍️ Button 悬浮过度动画
|
||||
- ✍️ 窗口 关闭逻辑判断
|
||||
- 🧹 Table 筛选
|
||||
|
||||
### `2.2.9` 2026-01-03
|
||||
|
||||
- ➕ ButtonShadow 阴影按钮
|
||||
|
||||
@@ -29,14 +29,10 @@ namespace Demo
|
||||
case "ItemsPerPage":
|
||||
return "Per/Page";
|
||||
|
||||
case "Filter":
|
||||
return "Filter";
|
||||
case "Filter.Clean":
|
||||
return "Clean";
|
||||
case "Filter.ByView":
|
||||
return "ByView";
|
||||
case "Filter.Auto":
|
||||
return "Auto";
|
||||
case "Filter.DataSource":
|
||||
return "Source";
|
||||
case "Filter.SelectAll":
|
||||
return "(Select All)";
|
||||
case "Filter.Blank":
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<Description>👚 基于 Ant Design 设计语言的 Winform 界面库</Description>
|
||||
<AssemblyVersion>$(Version)</AssemblyVersion>
|
||||
<FileVersion>$(Version)</FileVersion>
|
||||
<Version>2.2.9</Version>
|
||||
<Version>2.2.10</Version>
|
||||
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
|
||||
<LangVersion>9.0</LangVersion>
|
||||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright (C) Tom <17379620>. All Rights Reserved.
|
||||
// Copyright (C) Tom <17379620>. All Rights Reserved.
|
||||
// AntdUI WinForm Library | Licensed under Apache-2.0 License
|
||||
// Gitee: https://gitee.com/AntdUI/AntdUI
|
||||
// GitHub: https://github.com/AntdUI/AntdUI
|
||||
|
||||
Reference in New Issue
Block a user