Update Icon

This commit is contained in:
2023-08-02 19:35:43 +02:00
parent 7bd7297e69
commit de8a653d14
14 changed files with 19028 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InstanceSettings));
this.maxRamLabel = new System.Windows.Forms.Label();
this.minRamLabel = new System.Windows.Forms.Label();
this.maxRam = new System.Windows.Forms.NumericUpDown();
@@ -161,6 +162,7 @@
this.Controls.Add(this.minRamLabel);
this.Controls.Add(this.maxRamLabel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "InstanceSettings";