From 6c6ee120cef80dde0d9a615eb305ed2158264e5e Mon Sep 17 00:00:00 2001 From: minster586 <43217359+minster586@users.noreply.github.com> Date: Fri, 10 Oct 2025 04:24:49 -0400 Subject: [PATCH] Made a few design changes --- RadioDJViewer/Main.Designer.cs | 55 ++++++++++++++++++------ RadioDJViewer/Properties/AssemblyInfo.cs | 8 ++-- RadioDJViewer/RadioDJViewer.csproj | 27 ++++++++++++ 3 files changed, 74 insertions(+), 16 deletions(-) diff --git a/RadioDJViewer/Main.Designer.cs b/RadioDJViewer/Main.Designer.cs index b007388..050557b 100644 --- a/RadioDJViewer/Main.Designer.cs +++ b/RadioDJViewer/Main.Designer.cs @@ -56,6 +56,8 @@ this.profile_drop_box = new System.Windows.Forms.ComboBox(); this.profile_label = new System.Windows.Forms.Label(); this.load_profile_button = new System.Windows.Forms.Button(); + this.label7 = new System.Windows.Forms.Label(); + this.label8 = new System.Windows.Forms.Label(); this.statusStrip1.SuspendLayout(); this.menuStrip2.SuspendLayout(); this.groupBox1.SuspendLayout(); @@ -171,6 +173,8 @@ // // groupBox1 // + this.groupBox1.Controls.Add(this.label8); + this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); @@ -187,55 +191,61 @@ // // label6 // - this.label6.Location = new System.Drawing.Point(99, 129); + this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label6.Location = new System.Drawing.Point(99, 140); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(266, 17); this.label6.TabIndex = 5; this.label6.Text = "No album"; + this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label5 // - this.label5.Location = new System.Drawing.Point(99, 83); + this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label5.Location = new System.Drawing.Point(99, 84); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(266, 17); this.label5.TabIndex = 4; this.label5.Text = "No artist"; + this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label4 // - this.label4.Location = new System.Drawing.Point(99, 39); + this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label4.Location = new System.Drawing.Point(99, 33); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(266, 16); this.label4.TabIndex = 3; this.label4.Text = "No title"; + this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // 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.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, ((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, 138); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(64, 20); + this.label3.Size = new System.Drawing.Size(76, 24); this.label3.TabIndex = 2; this.label3.Text = "Album:"; // // 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.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, ((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, 82); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(57, 20); + this.label2.Size = new System.Drawing.Size(62, 24); this.label2.TabIndex = 1; this.label2.Text = "Artist:"; // // 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.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, ((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, 29); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(48, 20); + this.label1.Size = new System.Drawing.Size(56, 24); this.label1.TabIndex = 0; this.label1.Text = "Title:"; // @@ -303,6 +313,25 @@ this.load_profile_button.Text = "Load Profile"; this.load_profile_button.UseVisualStyleBackColor = true; // + // label7 + // + this.label7.AutoSize = true; + this.label7.Location = new System.Drawing.Point(19, 61); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(357, 16); + this.label7.TabIndex = 6; + this.label7.Text = "――――――――――――――――――――――――――――――――――――――――――――――――――"; + // + // label8 + // + this.label8.AutoSize = true; + this.label8.Location = new System.Drawing.Point(24, 118); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(357, 16); + this.label8.TabIndex = 7; + this.label8.Text = "――――――――――――――――――――――――――――――――――――――――――――――――――"; + this.label8.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -362,6 +391,8 @@ private System.Windows.Forms.ComboBox profile_drop_box; private System.Windows.Forms.Label profile_label; private System.Windows.Forms.Button load_profile_button; + private System.Windows.Forms.Label label7; + private System.Windows.Forms.Label label8; } } diff --git a/RadioDJViewer/Properties/AssemblyInfo.cs b/RadioDJViewer/Properties/AssemblyInfo.cs index 39815c2..92745ae 100644 --- a/RadioDJViewer/Properties/AssemblyInfo.cs +++ b/RadioDJViewer/Properties/AssemblyInfo.cs @@ -6,9 +6,9 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("RadioDJViewer")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("RadioDJ Metadata OBS Extractor")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Smartcraft Media Group")] [assembly: AssemblyProduct("RadioDJViewer")] [assembly: AssemblyCopyright("Copyright © 2025")] [assembly: AssemblyTrademark("")] @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.1.0")] -[assembly: AssemblyFileVersion("1.1.0")] +[assembly: AssemblyVersion("1.3.0")] +[assembly: AssemblyFileVersion("1.3.0")] diff --git a/RadioDJViewer/RadioDJViewer.csproj b/RadioDJViewer/RadioDJViewer.csproj index 8e79114..d148bf7 100644 --- a/RadioDJViewer/RadioDJViewer.csproj +++ b/RadioDJViewer/RadioDJViewer.csproj @@ -13,6 +13,21 @@ true true icon.ico + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true AnyCPU @@ -112,5 +127,17 @@ + + + False + Microsoft .NET Framework 4.7.2 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + \ No newline at end of file