From 5b4455c0b3a8b1c443500f87a4ea3a7e41c93606 Mon Sep 17 00:00:00 2001
From: minster586 <43217359+minster586@users.noreply.github.com>
Date: Sat, 16 Aug 2025 00:41:00 -0400
Subject: [PATCH] added Radiodj RESt api window
---
RadioDJViewer/RadioDJViewer.csproj | 9 ++
.../radiodj-restapi-template.Designer.cs | 46 +++++++
RadioDJViewer/radiodj-restapi-template.cs | 20 +++
RadioDJViewer/radiodj-restapi-template.resx | 120 ++++++++++++++++++
4 files changed, 195 insertions(+)
create mode 100644 RadioDJViewer/radiodj-restapi-template.Designer.cs
create mode 100644 RadioDJViewer/radiodj-restapi-template.cs
create mode 100644 RadioDJViewer/radiodj-restapi-template.resx
diff --git a/RadioDJViewer/RadioDJViewer.csproj b/RadioDJViewer/RadioDJViewer.csproj
index 82944ca..988f8c7 100644
--- a/RadioDJViewer/RadioDJViewer.csproj
+++ b/RadioDJViewer/RadioDJViewer.csproj
@@ -46,6 +46,12 @@
+
+ Form
+
+
+ radiodj-restapi-template.cs
+
Form
@@ -54,6 +60,9 @@
+
+ radiodj-restapi-template.cs
+
Main.cs
diff --git a/RadioDJViewer/radiodj-restapi-template.Designer.cs b/RadioDJViewer/radiodj-restapi-template.Designer.cs
new file mode 100644
index 0000000..c0b4be3
--- /dev/null
+++ b/RadioDJViewer/radiodj-restapi-template.Designer.cs
@@ -0,0 +1,46 @@
+namespace RadioDJViewer
+{
+ partial class Form1
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.SuspendLayout();
+ //
+ // Form1
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(800, 76);
+ this.Name = "Form1";
+ this.Text = "Form1";
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/RadioDJViewer/radiodj-restapi-template.cs b/RadioDJViewer/radiodj-restapi-template.cs
new file mode 100644
index 0000000..0ee2e79
--- /dev/null
+++ b/RadioDJViewer/radiodj-restapi-template.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace RadioDJViewer
+{
+ public partial class Form1 : Form
+ {
+ public Form1()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/RadioDJViewer/radiodj-restapi-template.resx b/RadioDJViewer/radiodj-restapi-template.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/RadioDJViewer/radiodj-restapi-template.resx
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file