Set group box lable

This commit is contained in:
minster586
2025-08-16 00:43:33 -04:00
parent 5b4455c0b3
commit 4f9525c1b6

View File

@@ -28,13 +28,24 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.SuspendLayout(); 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 // Form1
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 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.Name = "Form1";
this.Text = "Form1"; this.Text = "Form1";
this.ResumeLayout(false); this.ResumeLayout(false);
@@ -42,5 +53,7 @@
} }
#endregion #endregion
private System.Windows.Forms.GroupBox groupBox1;
} }
} }