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(InstallerForm));
this.downloadLabel = new System.Windows.Forms.Label();
this.dlProgressbar = new System.Windows.Forms.ProgressBar();
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
@@ -64,6 +65,7 @@
this.Controls.Add(this.dlProgressbar);
this.Controls.Add(this.downloadLabel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "InstallerForm";