From c4c8ad30b13937190c3e17e50ccbe22d17cb97c9 Mon Sep 17 00:00:00 2001 From: 王 垚 <1402714037@qq.com> Date: 星期四, 11 八月 2022 14:16:51 +0800 Subject: [PATCH] 优化 --- WindowsFormsApp1/TestAPI.Designer.cs | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/WindowsFormsApp1/TestAPI.Designer.cs b/WindowsFormsApp1/TestAPI.Designer.cs index cf1fcc1..807c90d 100644 --- a/WindowsFormsApp1/TestAPI.Designer.cs +++ b/WindowsFormsApp1/TestAPI.Designer.cs @@ -34,9 +34,10 @@ // // btnCS // - this.btnCS.Location = new System.Drawing.Point(365, 122); + this.btnCS.Location = new System.Drawing.Point(548, 183); + this.btnCS.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnCS.Name = "btnCS"; - this.btnCS.Size = new System.Drawing.Size(75, 23); + this.btnCS.Size = new System.Drawing.Size(112, 34); this.btnCS.TabIndex = 0; this.btnCS.Text = "娴嬭瘯"; this.btnCS.UseVisualStyleBackColor = true; @@ -45,19 +46,21 @@ // txtTest // this.txtTest.Font = new System.Drawing.Font("瀹嬩綋", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.txtTest.Location = new System.Drawing.Point(225, 55); + this.txtTest.Location = new System.Drawing.Point(338, 82); + this.txtTest.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtTest.Multiline = true; this.txtTest.Name = "txtTest"; - this.txtTest.Size = new System.Drawing.Size(380, 51); + this.txtTest.Size = new System.Drawing.Size(568, 74); this.txtTest.TabIndex = 1; // // TestAPI // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); + this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(800, 450); + this.ClientSize = new System.Drawing.Size(1200, 675); this.Controls.Add(this.txtTest); this.Controls.Add(this.btnCS); + this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "TestAPI"; this.Text = "娴嬭瘯"; this.ResumeLayout(false); -- Gitblit v1.9.1