From 030bf87d799938e7418845f3a136e68041f13cac Mon Sep 17 00:00:00 2001 From: minster586 <43217359+minster586@users.noreply.github.com> Date: Sat, 16 Aug 2025 00:46:26 -0400 Subject: [PATCH] buttons --- .../radiodj-restapi-template.Designer.cs | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/RadioDJViewer/radiodj-restapi-template.Designer.cs b/RadioDJViewer/radiodj-restapi-template.Designer.cs index 82d04df..05fd6d8 100644 --- a/RadioDJViewer/radiodj-restapi-template.Designer.cs +++ b/RadioDJViewer/radiodj-restapi-template.Designer.cs @@ -31,6 +31,8 @@ this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); + this.button1 = new System.Windows.Forms.Button(); + this.button2 = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // @@ -61,11 +63,31 @@ this.textBox1.Size = new System.Drawing.Size(314, 20); this.textBox1.TabIndex = 1; // + // button1 + // + this.button1.Location = new System.Drawing.Point(152, 146); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(157, 23); + this.button1.TabIndex = 1; + this.button1.Text = "Save"; + this.button1.UseVisualStyleBackColor = true; + // + // button2 + // + this.button2.Location = new System.Drawing.Point(152, 189); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(157, 23); + this.button2.TabIndex = 2; + this.button2.Text = "Cancel"; + this.button2.UseVisualStyleBackColor = true; + // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(449, 241); + this.Controls.Add(this.button2); + this.Controls.Add(this.button1); this.Controls.Add(this.groupBox1); this.Name = "Form1"; this.Text = "Form1"; @@ -80,5 +102,7 @@ private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; + private System.Windows.Forms.Button button1; + private System.Windows.Forms.Button button2; } } \ No newline at end of file