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(InstanceWindow));
this.logTab = new System.Windows.Forms.TabControl();
this.logPage = new System.Windows.Forms.TabPage();
this.logContainer = new System.Windows.Forms.Panel();
@@ -222,6 +223,7 @@
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.logTab);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "InstanceWindow";
this.Text = "InstanceWindow";
this.Load += new System.EventHandler(this.InstanceWindow_Load);