Added icon

This commit is contained in:
2025-05-23 01:59:38 +02:00
parent b886f0b35d
commit 7a2ba60c46
8 changed files with 2715 additions and 31 deletions

2
Main.Designer.cs generated
View File

@ -28,6 +28,7 @@
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
this.label1 = new System.Windows.Forms.Label();
this.textUrl = new System.Windows.Forms.TextBox();
this.checkDownloadPlaylist = new System.Windows.Forms.CheckBox();
@ -209,6 +210,7 @@
this.Controls.Add(this.textUrl);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Main";