Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lexz-08/cometui
A basic Windows Forms UI kit for simple UI creation.
https://github.com/lexz-08/cometui
csharp ui user-interface windows winforms winforms-ui
Last synced: 3 months ago
JSON representation
A basic Windows Forms UI kit for simple UI creation.
- Host: GitHub
- URL: https://github.com/lexz-08/cometui
- Owner: Lexz-08
- Created: 2022-06-02T01:54:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T00:09:35.000Z (about 2 years ago)
- Last Synced: 2023-03-08T09:51:38.488Z (almost 2 years ago)
- Topics: csharp, ui, user-interface, windows, winforms, winforms-ui
- Language: C#
- Homepage: https://github.com/Lexz-08/CometUI
- Size: 82 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CometUI
## Description
A basic Windows Forms UI kit for simple UI creation.## UI-Version Information
| Version | Control |
|----------------------------------------------------------------------------------------------|----------------------------------------------------------------------|
| [1.0.3.3^](https://github.com/Lexz-08/CometUI/releases/download/1.0.3.3/CometUI.dll) | [ActionLabel](./CometUI/CometActionLabel.cs) |
| [1.0.0^](https://github.com/Lexz-08/CometUI/releases/download/1.0.0/CometUI.dll) | [Button](./CometUI/CometButton.cs) |
| [1.0.0^](https://github.com/Lexz-08/CometUI/releases/download/1.0.0/CometUI.dll) | [CheckBox](./CometUI/CometCheckBox.cs) |
| [1.0.5.3^](https://github.com/Lexz-08/CometUI/releases/download/1.0.5.3/CometUI.dll) | [FlatButton](./CometUI/CometFlatButton.cs) |
| [1.0.5.3^](https://github.com/Lexz-08/CometUI/releases/download/1.0.5.3/CometUI.dll) | [FlatGradientButton](./CometUI/CometFlatGradientButton.cs) |
| [1.0.2^](https://github.com/Lexz-08/CometUI/releases/download/1.0.2/CometUI.dll) | [FileInput](./CometUI/CometFileInput.cs) |
| [1.0.2^](https://github.com/Lexz-08/CometUI/releases/download/1.0.2/CometUI.dll) | [FolderInput](./CometUI/CometFolderInput.cs) |
| [1.0.0^](https://github.com/Lexz-08/CometUI/releases/download/1.0.0/CometUI.dll) | [Form](./CometUI/CometForm.cs) |
| [1.0.1^](https://github.com/Lexz-08/CometUI/releases/download/1.0.1/CometUI.dll) | [GradientButton](./CometUI/CometGradientButton.cs) |
| [1.0.0^](https://github.com/Lexz-08/CometUI/releases/download/1.0.0/CometUI.dll) | [Label](./CometUI/CometLabel.cs) |
| [1.0.0^](https://github.com/Lexz-08/CometUI/releases/download/1.0.0/CometUI.dll) | [LinkLabel](./CometUI/CometLinkLabel.cs) |
| [1.0.1 ~ 1.0.3.3](https://github.com/Lexz-08/CometUI/releases/download/1.0.3.3/CometUI.dll) | LogConsole (removed) |
| [1.0.5.4^](https://github.com/Lexz-08/CometUI/releases/download/1.0.5.4/CometUI.dll) | [MultilineTextBox](./CometUI/CometMultilineTextBox.cs) |
| [1.0.5.4^](https://github.com/Lexz-08/CometUI/releases/download/1.0.5.4/CometUI.dll) | [NumericUpDown](./CometUI/CometNumericUpDown.cs) |
| [1.0.2^](https://github.com/Lexz-08/CometUI/releases/download/1.0.2/CometUI.dll) | [PasswordInput](./CometUI/CometPasswordInput.cs) |
| [1.0.1^](https://github.com/Lexz-08/CometUI/releases/download/1.0.1/CometUI.dll) | [ProgressBar](./CometUI/CometProgressBar.cs) |
| [1.0.0^](https://github.com/Lexz-08/CometUI/releases/download/1.0.0/CometUI.dll) | [RadioButton](./CometUI/CometRadioButton.cs) |
| [1.0.3.1^](https://github.com/Lexz-08/CometUI/releases/download/1.0.3.1/CometUI.dll) | [RoundButton](./CometUI/CometRoundButton.cs) |
| [1.0.5.3^](https://github.com/Lexz-08/CometUI/releases/download/1.0.5.3/CometUI.dll) | [RoundFlatButton](./CometUI/CometRoundFlatButton.cs) |
| [1.0.5.3^](https://github.com/Lexz-08/CometUI/releases/download/1.0.5.3/CometUI.dll) | [RoundFlatGradientButton](./CometUI/CometRoundFlatGradientButton.cs) |
| [1.0.3.1^](https://github.com/Lexz-08/CometUI/releases/download/1.0.3.1/CometUI.dll) | [RoundGradientButton](./CometUI/CometRoundGradientButton.cs) |
| [1.0.4.3](https://github.com/Lexz-08/CometUI/releases/download/1.0.4.3/CometUI.dll) | [Slider](./CometUI/CometSlider.cs) |
| [1.0.0^](https://github.com/Lexz-08/CometUI/releases/download/1.0.0/CometUI.dll) | [TabControl](./CometUI/CometTabControl.cs) |
| [1.0.1^](https://github.com/Lexz-08/CometUI/releases/download/1.0.1/CometUI.dll) | [TextBox](./CometUI/CometTextBox.cs) |
| [1.0.5.3^](https://github.com/Lexz-08/CometUI/releases/download/1.0.5.3/CometUI.dll) | [Toggle](./CometUI/CometToggle.cs) |
| [1.0.3.3^](https://github.com/Lexz-08/CometUI/releases/download/1.0.3.3/CometUI.dll) | [ToolWindow](./CometUI/CometToolWindow.cs) |
| [1.0.5.4^](https://github.com/Lexz-08/CometUI/releases/download/1.0.5.4/CometUI.dll) | [VerticalSlider](./CometUI/CometVerticalSlider.cs) |## Download
[Standalone](https://github.com/Lexz-08/CometUI/releases/latest/download/CometUI.dll)