Updating Readme file and adding links to test project for controls

This commit is contained in:
Florian Zevedei 2023-09-12 14:26:24 +02:00
parent c48ee0a295
commit 95235ea7c7

View File

@ -640,22 +640,30 @@ A minimal control which allows to manage a classic "text" message and update its
<img src=".github/images/label.gif?raw=true" /> <img src=".github/images/label.gif?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/LabelForm](TelegramBotBase.Example/Tests/Controls/LabelForm.cs)
### Progress Bar ### Progress Bar
<img src=".github/images/progressbar.PNG?raw=true" /> <img src=".github/images/progressbar.PNG?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/ProgressTest.cs](TelegramBotBase.Example/Tests/ProgressTest.cs)
### Calendar Picker ### Calendar Picker
<img src=".github/images/calendarpicker.PNG?raw=true" /> <img src=".github/images/calendarpicker.PNG?raw=true" />
<img src=".github/images/calendarpicker.gif?raw=true" /> <img src=".github/images/calendarpicker.gif?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/CalendarPickerForm.cs](TelegramBotBase.Example/Tests/Controls/CalendarPickerForm.cs)
### Month Picker ### Month Picker
<img src=".github/images/monthpicker1.PNG?raw=true" /> <img src=".github/images/monthpicker1.PNG?raw=true" />
<img src=".github/images/monthpicker2.PNG?raw=true" /> <img src=".github/images/monthpicker2.PNG?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/MonthPickerForm.cs](TelegramBotBase.Example/Tests/Controls/MonthPickerForm.cs)
### Tree View ### Tree View
<img src=".github/images/treeview1.PNG?raw=true" /> <img src=".github/images/treeview1.PNG?raw=true" />
@ -663,30 +671,44 @@ A minimal control which allows to manage a classic "text" message and update its
<img src=".github/images/treeview3.PNG?raw=true" /> <img src=".github/images/treeview3.PNG?raw=true" />
<img src=".github/images/treeview4.PNG?raw=true" /> <img src=".github/images/treeview4.PNG?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/TreeViewForms.cs](TelegramBotBase.Example/Tests/Controls/TreeViewForms.cs)
### Toggle Button ### Toggle Button
<img src=".github/images/togglebutton.gif?raw=true" /> <img src=".github/images/togglebutton.gif?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/ToggleButtonForm.cs](TelegramBotBase.Example/Tests/Controls/ToggleButtonForm.cs)
### Button Grid ### Button Grid
<img src=".github/images/buttongrid.gif?raw=true" /> <img src=".github/images/buttongrid.gif?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/ButtonGridForm.cs](TelegramBotBase.Example/Tests/Controls/ButtonGridForm.cs)
#### Paging & Searching #### Paging & Searching
<img src=".github/images/buttongrid_pagingfilter.gif?raw=true" /> <img src=".github/images/buttongrid_pagingfilter.gif?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/ButtonGridPadingForm.cs](TelegramBotBase.Example/Tests/Controls/ButtonGridPagingForm.cs)
### Tagged Button Grid ### Tagged Button Grid
<img src=".github/images/taggedbuttongrid.gif?raw=true" /> <img src=".github/images/taggedbuttongrid.gif?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/ButtonGridTagForm.cs](TelegramBotBase.Example/Tests/Controls/ButtonGridTagForm.cs)
### Checked Button List ### Checked Button List
<img src=".github/images/checkedbuttonlist.gif?raw=true" /> <img src=".github/images/checkedbuttonlist.gif?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/CheckedButtonListForm.cs](TelegramBotBase.Example/Tests/Controls/CheckedButtonListForm.cs)
### Multi Toggle Button ### Multi Toggle Button
<img src=".github/images/multitogglebutton.gif?raw=true" /> <img src=".github/images/multitogglebutton.gif?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/MultiToggleButtonForm.cs](TelegramBotBase.Example/Tests/Controls/MultiToggleButtonForm.cs)
## Groups ## Groups
For groups, there are multiple different tools which help to work with and allows bot also to manage For groups, there are multiple different tools which help to work with and allows bot also to manage