From 5e84b26fd1cfb24195decd8d4999a54dba913f69 Mon Sep 17 00:00:00 2001 From: minster586 <43217359+minster586@users.noreply.github.com> Date: Sat, 16 Aug 2025 00:33:40 -0400 Subject: [PATCH] added lables --- RadioDJViewer/Main.Designer.cs | 95 +++++++++++++++++++++++++++++++--- 1 file changed, 87 insertions(+), 8 deletions(-) diff --git a/RadioDJViewer/Main.Designer.cs b/RadioDJViewer/Main.Designer.cs index 648c65a..7c074ed 100644 --- a/RadioDJViewer/Main.Designer.cs +++ b/RadioDJViewer/Main.Designer.cs @@ -41,9 +41,16 @@ this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.label6 = new System.Windows.Forms.Label(); this.statusStrip1.SuspendLayout(); this.menuStrip2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // statusStrip1 @@ -52,9 +59,9 @@ this.toolStripStatusLabel1, this.toolStripStatusLabel2, this.toolStripStatusLabel3}); - this.statusStrip1.Location = new System.Drawing.Point(0, 287); + this.statusStrip1.Location = new System.Drawing.Point(0, 328); this.statusStrip1.Name = "statusStrip1"; - this.statusStrip1.Size = new System.Drawing.Size(591, 25); + this.statusStrip1.Size = new System.Drawing.Size(646, 25); this.statusStrip1.TabIndex = 0; this.statusStrip1.Text = "statusStrip1"; // @@ -86,7 +93,7 @@ this.aboutToolStripMenuItem}); this.menuStrip2.Location = new System.Drawing.Point(0, 0); this.menuStrip2.Name = "menuStrip2"; - this.menuStrip2.Size = new System.Drawing.Size(591, 24); + this.menuStrip2.Size = new System.Drawing.Size(646, 24); this.menuStrip2.TabIndex = 2; this.menuStrip2.Text = "menuStrip2"; // @@ -126,26 +133,90 @@ // // pictureBox1 // - this.pictureBox1.Location = new System.Drawing.Point(23, 42); + this.pictureBox1.Location = new System.Drawing.Point(13, 37); this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(131, 132); + this.pictureBox1.Size = new System.Drawing.Size(180, 173); this.pictureBox1.TabIndex = 3; this.pictureBox1.TabStop = false; // // groupBox1 // - this.groupBox1.Location = new System.Drawing.Point(175, 42); + this.groupBox1.Controls.Add(this.label6); + this.groupBox1.Controls.Add(this.label5); + this.groupBox1.Controls.Add(this.label4); + this.groupBox1.Controls.Add(this.label3); + this.groupBox1.Controls.Add(this.label2); + this.groupBox1.Controls.Add(this.label1); + this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.groupBox1.Location = new System.Drawing.Point(211, 37); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(391, 132); + this.groupBox1.Size = new System.Drawing.Size(423, 173); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "Song Info"; // + // label1 + // + this.label1.AutoSize = true; + this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label1.Location = new System.Drawing.Point(23, 35); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(48, 20); + this.label1.TabIndex = 0; + this.label1.Text = "Title:"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label2.Location = new System.Drawing.Point(23, 80); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(57, 20); + this.label2.TabIndex = 1; + this.label2.Text = "Artist:"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label3.Location = new System.Drawing.Point(23, 126); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(64, 20); + this.label3.TabIndex = 2; + this.label3.Text = "Album:"; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(205, 41); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(58, 16); + this.label4.TabIndex = 3; + this.label4.Text = "title-data"; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(205, 84); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(66, 16); + this.label5.TabIndex = 4; + this.label5.Text = "artist-data"; + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(205, 130); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(75, 16); + this.label6.TabIndex = 5; + this.label6.Text = "album-data"; + // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(591, 312); + this.ClientSize = new System.Drawing.Size(646, 353); this.Controls.Add(this.groupBox1); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.statusStrip1); @@ -157,6 +228,8 @@ this.menuStrip2.ResumeLayout(false); this.menuStrip2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); @@ -176,6 +249,12 @@ private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.GroupBox groupBox1; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.Label label6; + private System.Windows.Forms.Label label5; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.Label label3; } }