From 323fa84d2567f5acf8dc8c268e26f46b3aa3eb14 Mon Sep 17 00:00:00 2001 From: SoulStar Date: Tue, 13 Aug 2024 16:47:54 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E4=BF=AE=E6=94=B9=E4=B8=BB?= =?UTF-8?q?=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NDSD-Screwdriver/MainForm.Designer.cs | 33 +-------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/NDSD-Screwdriver/MainForm.Designer.cs b/NDSD-Screwdriver/MainForm.Designer.cs index 407d929..8a15f92 100644 --- a/NDSD-Screwdriver/MainForm.Designer.cs +++ b/NDSD-Screwdriver/MainForm.Designer.cs @@ -31,17 +31,13 @@ this.DOTest = new System.Windows.Forms.Button(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.dataGridView2 = new System.Windows.Forms.DataGridView(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.groupBox1.SuspendLayout(); - this.groupBox2.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); this.SuspendLayout(); // // DOTest // - this.DOTest.Location = new System.Drawing.Point(691, 12); + this.DOTest.Location = new System.Drawing.Point(673, 31); this.DOTest.Name = "DOTest"; this.DOTest.Size = new System.Drawing.Size(75, 23); this.DOTest.TabIndex = 0; @@ -71,34 +67,11 @@ this.groupBox1.TabStop = false; this.groupBox1.Text = "日志"; // - // groupBox2 - // - this.groupBox2.Controls.Add(this.dataGridView2); - this.groupBox2.Dock = System.Windows.Forms.DockStyle.Left; - this.groupBox2.Location = new System.Drawing.Point(0, 0); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(685, 850); - this.groupBox2.TabIndex = 3; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "工作状态"; - // - // dataGridView2 - // - this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; - this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill; - this.dataGridView2.Location = new System.Drawing.Point(3, 21); - this.dataGridView2.Name = "dataGridView2"; - this.dataGridView2.RowHeadersWidth = 51; - this.dataGridView2.RowTemplate.Height = 27; - this.dataGridView2.Size = new System.Drawing.Size(679, 826); - this.dataGridView2.TabIndex = 0; - // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1148, 850); - this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.DOTest); this.Name = "MainForm"; @@ -106,8 +79,6 @@ this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.groupBox1.ResumeLayout(false); - this.groupBox2.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); this.ResumeLayout(false); } @@ -117,7 +88,5 @@ private System.Windows.Forms.Button DOTest; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.GroupBox groupBox1; - private System.Windows.Forms.GroupBox groupBox2; - private System.Windows.Forms.DataGridView dataGridView2; } } \ No newline at end of file