An improved (hopefully) version of the CometUI.
- Button - 1.0.0^
- Performs an action when clicked.
- CheckBox - 1.0.0^
- A toggleable control with text.
- FileInput - 1.0.0^
- Used to select the full, valid path for files.
- FolderInput - 1.0.0^
- Used to select the full, valid path for folders (or directories).
- GroupBox - 2.0.9^
- Groups a bunch of controls into a named category of functionality.
- Input - 1.0.0^
- Used to get text input from the user.
- Label - 1.0.0^
- Displays text.
- LinkLabel - 1.0.0^
- Displays text with an embedded hyper-link that is activated when clicked.
- Panel - 2.0.9^
- Similar to the GroupBox, but without the title.
- PasswordInput - 1.0.0^
- Used to mask user input, typically for passwords.
- PictureBox - 1.0.0^
- Displays an image.
- ProgressBar - 1.0.0^
- Displays progress status.
- RadioButton - 1.0.0^
- A toggleable control with text but only one of many can be active at a time.
- RichInput - 1.0.0^
- A multi-line text input.
- Slider - 1.0.0^
- Allows for number selection using a knob on a track.
- TabControl - 1.0.0^
- Groups different pages of interface elements together using tab buttons to change pages.
- Toggle - 1.0.0^
- A toggleable control without text.
- VSlider - 1.0.0^
- Allows for number selection using a knob on a vertical track.
- Window - 1.0.0^
- A re-styled window with support for two custom caption buttons.
- ToolWindow - 1.0.0^
- A re-styled window without a minimize or maximize button with support for two custom caption buttons.
- StrippedWindow - 3.0.11^
- A re-styled window without a caption header, minimize button, maximize button, or close button.