From 3e9712febb387c346a71fd35ed14a35e8c21e27b Mon Sep 17 00:00:00 2001 From: Vizxer-m <132169076+Not-muzzyy@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:31:53 +0530 Subject: [PATCH] Update Form1.Designer.cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Done 👍🏻 --- MusicPlayerApp/Form1.Designer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MusicPlayerApp/Form1.Designer.cs b/MusicPlayerApp/Form1.Designer.cs index a4ac7a3..9e2bc90 100644 --- a/MusicPlayerApp/Form1.Designer.cs +++ b/MusicPlayerApp/Form1.Designer.cs @@ -60,7 +60,7 @@ private void InitializeComponent() this.lblLogo.Name = "lblLogo"; this.lblLogo.Size = new System.Drawing.Size(103, 17); this.lblLogo.TabIndex = 0; - this.lblLogo.Text = "Music Player App"; + this.lblLogo.Text = "Simple Music Player App"; // // pictureBox1 // @@ -93,7 +93,7 @@ private void InitializeComponent() this.btnSelectSongs.Name = "btnSelectSongs"; this.btnSelectSongs.Size = new System.Drawing.Size(183, 49); this.btnSelectSongs.TabIndex = 2; - this.btnSelectSongs.Text = "Select Songs"; + this.btnSelectSongs.Text = "Find Your Music"; this.btnSelectSongs.UseVisualStyleBackColor = false; this.btnSelectSongs.Click += new System.EventHandler(this.btnSelectSongs_Click); // @@ -114,7 +114,7 @@ private void InitializeComponent() this.lblFooter.Name = "lblFooter"; this.lblFooter.Size = new System.Drawing.Size(136, 13); this.lblFooter.TabIndex = 4; - this.lblFooter.Text = "Developed By: Vijay Thapa"; + this.lblFooter.Text = "Developed By: Team Diamond "; // // MusicPlayerApp //