diff --git a/RadioDJViewer/radiodj-restapi-template.Designer.cs b/RadioDJViewer/radiodj-restapi-template.Designer.cs index c0b4be3..5116e5c 100644 --- a/RadioDJViewer/radiodj-restapi-template.Designer.cs +++ b/RadioDJViewer/radiodj-restapi-template.Designer.cs @@ -28,13 +28,24 @@ /// private void InitializeComponent() { + this.groupBox1 = new System.Windows.Forms.GroupBox(); this.SuspendLayout(); // + // groupBox1 + // + this.groupBox1.Location = new System.Drawing.Point(12, 12); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(425, 118); + this.groupBox1.TabIndex = 0; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Rest API Template"; + // // 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.ClientSize = new System.Drawing.Size(449, 241); + this.Controls.Add(this.groupBox1); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); @@ -42,5 +53,7 @@ } #endregion + + private System.Windows.Forms.GroupBox groupBox1; } } \ No newline at end of file