|
1 | 1 | <h1 align="center">Quick Library</h1> |
2 | 2 |
|
3 | 3 | <p align="center"> |
4 | | - Windows Forms Control class library for "Quick" apps (.NET Framework) |
| 4 | + 📚 Windows Forms Control class library for "Quick" apps (.NET Framework) |
5 | 5 | </p> |
6 | 6 |
|
7 | 7 | <p align="center"> |
|
11 | 11 | <a href="https://moduleart.github.io"> |
12 | 12 | <img alt="Module Art website" src="https://img.shields.io/badge/www-moduleart-%2300BCD4"> |
13 | 13 | </a> |
14 | | - <a alt="Trello roadmap" href="https://trello.com/b/uLrm7vEH/quick-library"> |
15 | | - <img src="https://img.shields.io/badge/planner-trello-%230079BF"> |
16 | | - </a> |
17 | | - <a alt="Patreon page" href="https://www.patreon.com/moduleart"> |
18 | | - <img alt="Patreon" src="https://img.shields.io/badge/donate-patreon-%23E85B46"> |
19 | | - </a> |
20 | | - <a alt="Buy me a coffee" href="https://www.buymeacoffee.com/ModuleArt"> |
21 | | - <img alt="Buy me a coffee" src="https://img.shields.io/badge/buy%20me-a%20coffee-%23FF813F"> |
22 | | - </a> |
23 | | -</p> |
24 | | - |
25 | | -<h2 align="center">Apps</h2> |
26 | | -<p align="center"> |
27 | | - <a href="https://github.com/ModuleArt/quick-picture-viewer/">Quick Picture Viewer</a> - Lightweight, versatile desktop photo viewer for Windows<br> |
28 | | - <a href="https://github.com/ModuleArt/quick-screen-recorder/">Quick Screen Recorder</a> - Lightweight desktop screen recorder for Windows<br> |
29 | | - <a href="https://github.com/ModuleArt/quick-color-picker/">Quick Color Picker</a> - Lightweight desktop color picker and color editor utility for Windows |
30 | 14 | </p> |
31 | 15 |
|
32 | 16 | <h2 align="center">Controls</h2> |
33 | 17 |
|
34 | 18 | | Control name | Codename | WinForms alternative | |
35 | 19 | | :---: | :---: | :---: | |
36 | 20 | | Check box | QlibCheckBox | CheckBox | |
37 | | -| Text box | QlibTextBox | TextBox | |
38 | | -| Numeric | QlibNumeric | NumericUpDown | |
| 21 | +| Combo box | QlibComboBox | ComboBox | |
| 22 | +| Context menu | QlibContextMenuStrip | ContextMenuStrip | |
39 | 23 | | Fixed form | QlibFixedForm | Form | |
| 24 | +| List view | QlibListView | ListView | |
| 25 | +| Numeric | QlibNumeric | NumericUpDown | |
| 26 | +| Progress bar | QlibProgressBar | ProgressBar | |
40 | 27 | | Radio | QlibRadio | RadioButton | |
41 | 28 | | Tabs | QlibTabs | TabControl | |
42 | | -| Tool bar | QlibToolbar | ToolStrip | |
| 29 | +| Text box | QlibTextBox | TextBox | |
| 30 | +| Titlebar button | QlibTitlebarButton | - | |
| 31 | +| Toolbar | QlibToolbar | ToolStrip | |
43 | 32 | | Tool separator | QlibToolsep | ToolStripSeparator | |
44 | 33 |
|
45 | 34 | <h2 align="center">Managers</h2> |
46 | 35 |
|
47 | 36 | | Manager name | Codename | WinForms alternative | |
48 | 37 | | :---: | :---: | :---: | |
49 | 38 | | Dialog manager | DialogMan | MessageBox | |
50 | | -| Update manager | UpdateMan | - | |
| 39 | +| File manager | FileMan | - | |
| 40 | +| Language manager | LangMan | - | |
51 | 41 | | Native manager | NativeMan | - | |
| 42 | +| Plugin manager | PluginMan | - | |
| 43 | +| Serialization manager | SerializeMan | - | |
| 44 | +| Theme manager | ThemeMan | - | |
| 45 | +| Update manager | UpdateMan | - | |
| 46 | +| Wallpaper manager | WallpaperMan | - | |
52 | 47 |
|
53 | | -<h2 align="center">Special thanks to</h2> |
| 48 | +<h2 align="center">Apps</h2> |
54 | 49 | <p align="center"> |
55 | | - nixxquality for <a href="https://github.com/nixxquality/GitHubUpdate/">GitHubUpdate</a> (UpdateMan)<br> |
56 | | - Alaa Ben Fatma for <a href="https://www.codeproject.com/Articles/1106140/VisualStudio-Like-TabControl">VisualStudio-Like TabControl</a> (QlibTabs) |
| 50 | + <a href="https://github.com/ModuleArt/quick-picture-viewer/">Quick Picture Viewer</a> - 🖼️ Lightweight, versatile desktop image viewer for Windows.<br> |
| 51 | + <a href="https://github.com/ModuleArt/quick-color-picker/">Quick Color Picker</a> - Lightweight desktop color picker and color editor utility for Windows<br> |
| 52 | + <a href="https://github.com/ModuleArt/quick-screen-recorder/">Quick Screen Recorder</a> - Lightweight desktop screen recorder for Windows |
57 | 53 | </p> |
0 commit comments