Added icon
This commit is contained in:
2
Main.Designer.cs
generated
2
Main.Designer.cs
generated
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user