{"id":22358261,"url":"https://github.com/devdept/quickforms","last_synced_at":"2025-07-30T12:31:42.094Z","repository":{"id":148386787,"uuid":"568838329","full_name":"devDept/QuickForms","owner":"devDept","description":"QuickForms .NET library","archived":false,"fork":false,"pushed_at":"2025-02-26T15:53:26.000Z","size":4222,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-10T19:01:06.549Z","etag":null,"topics":["csharp","winform","wpf"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devDept.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-21T14:15:36.000Z","updated_at":"2025-02-26T15:53:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6e1a3bc-09f5-46dc-bcfd-ac3de22064de","html_url":"https://github.com/devDept/QuickForms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devDept/QuickForms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devDept%2FQuickForms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devDept%2FQuickForms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devDept%2FQuickForms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devDept%2FQuickForms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devDept","download_url":"https://codeload.github.com/devDept/QuickForms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devDept%2FQuickForms/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267867803,"owners_count":24157357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","winform","wpf"],"created_at":"2024-12-04T15:13:35.966Z","updated_at":"2025-07-30T12:31:41.709Z","avatar_url":"https://github.com/devDept.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![Logo](https://raw.githubusercontent.com/devdept/QuickForms/main/banner.png)\n\n![example workflow](https://github.com/devdept/QuickForms/actions/workflows/main.yml/badge.svg)\n\nQuickForms is a C# library to quickly prototipe user interfaces via code using WinForm or WPF. QuickForms can be used to create a new window in your application, or to add a new panel to an existing window. Here's an example that shows how to create a quick form with a 'Hello World' button:\n\n```c#\nQuickForm qf = new QuickForm();\nqf.Show();\n\nqf.AddButton(\"Hello World\", () =\u003e\n{\n    MessageBox.Show(\"Hello World!\");\n});\n```\n\nOther than buttons, you can use QuickForms to create track bars, check boxes, combo boxes, and color pickers. Here's an animated GIF that demonstrates some of the functionalities:\n\n![Sample usage GIF](https://raw.githubusercontent.com/devdept/QuickForms/main/media/sample_usage.gif)\n\nIt is also possible to edit the user interface dynamically and add or remove existing controls. The following GIF shows a table where the number of rows and columns can be changed using two track bars.\n\n![Dynamic table GIF](https://raw.githubusercontent.com/devdept/QuickForms/main/media/dynamic_table.gif)\n\n## How to install\n\nQuickForms is available as a [NuGet package](https://www.nuget.org/packages/QuickForms/). Simply add a reference to the package in your project and you should be good to go. Further information on how to download and install NuGet packages is available online [here](https://learn.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studio).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdept%2Fquickforms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevdept%2Fquickforms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdept%2Fquickforms/lists"}