Skip to content

[WIP] Convert Winforms components to Krypton.Toolkit equivalents#48

Merged
mjohne merged 1 commit intomasterfrom
copilot/convert-winforms-to-krypton-toolkit
Feb 5, 2026
Merged

[WIP] Convert Winforms components to Krypton.Toolkit equivalents#48
mjohne merged 1 commit intomasterfrom
copilot/convert-winforms-to-krypton-toolkit

Conversation

Copy link
Contributor

Copilot AI commented Feb 5, 2026

Plan: Convert Windows Forms Controls to Krypton.Toolkit

  • Understand the repository structure and current state
  • Update MainForm.Designer.cs to use Krypton controls
    • Convert 131 Label controls to KryptonLabel
    • Convert 98 CheckBox controls to KryptonCheckBox
    • Convert 63 Button controls to KryptonButton
    • Convert 20 GroupBox controls to KryptonGroupBox
    • Convert 12 TextBox controls to KryptonTextBox
    • Convert 4 ComboBox controls to KryptonComboBox
    • Convert 3 MaskedTextBox controls to KryptonMaskedTextBox
    • Convert 2 NumericUpDown controls to KryptonNumericUpDown
    • Keep StatusStrip, ToolStripContainer, TableLayoutPanel (no Krypton equivalent)
  • Update AboutBox.Designer.cs to use Krypton controls
    • Convert 4 Label controls to KryptonLabel
    • Convert 1 Button control to KryptonButton
    • Convert 1 TextBox control to KryptonTextBox
    • Keep TableLayoutPanel (no Krypton equivalent)
  • Update StatisticsForm.Designer.cs to use Krypton controls
    • Convert 15 Label controls to KryptonLabel
    • Keep StatusStrip, ToolStripContainer, TableLayoutPanel (no Krypton equivalent)
  • Update MainForm.cs, AboutBox.cs, and StatisticsForm.cs base classes if needed
  • Build and test the application to ensure all conversions work correctly
  • Take screenshots of the updated UI
Original prompt

This section details on the original issue you should resolve

<issue_title>Winforms in ein Krypton.Toolkit umwandeln</issue_title>
<issue_description>Sämtliche Winforms-Komponenten sollen - sofern möglich - in entsprechende Komponenten von Krypton.Toolkit umgewandelt werden.</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

@mjohne mjohne marked this pull request as ready for review February 5, 2026 15:25
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@mjohne mjohne merged commit 9410916 into master Feb 5, 2026
1 check failed
@mjohne mjohne deleted the copilot/convert-winforms-to-krypton-toolkit branch February 5, 2026 15:26
Copilot stopped work on behalf of mjohne due to an error February 5, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Winforms in ein Krypton.Toolkit umwandeln

3 participants