uff, enough for now

This commit is contained in:
2025-06-30 18:55:30 +02:00
parent 6674872848
commit b1ac3cd73c
6 changed files with 1857 additions and 8 deletions

View File

@@ -34,6 +34,7 @@ namespace ModpackUpdater.Apps.Client
[DebuggerStepThrough()]
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
RadLabel_MinecraftProfile = new Telerik.WinControls.UI.RadLabel();
RadLabel_ModpackUrl = new Telerik.WinControls.UI.RadLabel();
RadTextBox_MinecraftProfileFolder = new Telerik.WinControls.UI.RadTextBoxControl();
@@ -242,6 +243,7 @@ namespace ModpackUpdater.Apps.Client
AutoSizeMode = AutoSizeMode.GrowAndShrink;
ClientSize = new Size(422, 173);
Controls.Add(tableLayoutPanel1);
Icon = (Icon)resources.GetObject("$this.Icon");
MaximizeBox = false;
MinimumSize = new Size(430, 0);
Name = "MainForm";