From 586e7ac2d91ae782fa1877f97f4aed1232a20691 Mon Sep 17 00:00:00 2001 From: Jack.Peng <jack.peng@broconcentric.com> Date: 星期一, 26 四月 2021 18:20:40 +0800 Subject: [PATCH] 1.merge --- P066.Data/Form1.Designer.cs | 17 ++--------------- 1 files changed, 2 insertions(+), 15 deletions(-) diff --git a/P066.Data/Form1.Designer.cs b/P066.Data/Form1.Designer.cs index b2d91d7..a4f2127 100644 --- a/P066.Data/Form1.Designer.cs +++ b/P066.Data/Form1.Designer.cs @@ -34,8 +34,6 @@ this.btnLoadData2 = new System.Windows.Forms.Button(); this.btnLoadData3 = new System.Windows.Forms.Button(); this.butPictur = new System.Windows.Forms.Button(); - this.pictureBox1 = new System.Windows.Forms.PictureBox(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // btnLoadData1 @@ -51,7 +49,7 @@ // // btnAnalyze // - this.btnAnalyze.Location = new System.Drawing.Point(16, 88); + this.btnAnalyze.Location = new System.Drawing.Point(248, 237); this.btnAnalyze.Margin = new System.Windows.Forms.Padding(4); this.btnAnalyze.Name = "btnAnalyze"; this.btnAnalyze.Size = new System.Drawing.Size(176, 29); @@ -83,7 +81,7 @@ // // butPictur // - this.butPictur.Location = new System.Drawing.Point(175, 216); + this.butPictur.Location = new System.Drawing.Point(16, 96); this.butPictur.Name = "butPictur"; this.butPictur.Size = new System.Drawing.Size(141, 35); this.butPictur.TabIndex = 3; @@ -91,20 +89,11 @@ this.butPictur.UseVisualStyleBackColor = true; this.butPictur.Click += new System.EventHandler(this.butPictur_Click); // - // pictureBox1 - // - this.pictureBox1.Location = new System.Drawing.Point(405, 134); - this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(522, 245); - this.pictureBox1.TabIndex = 4; - this.pictureBox1.TabStop = false; - // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1067, 562); - this.Controls.Add(this.pictureBox1); this.Controls.Add(this.butPictur); this.Controls.Add(this.btnLoadData3); this.Controls.Add(this.btnAnalyze); @@ -113,7 +102,6 @@ this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Form1"; this.Text = "Form1"; - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } @@ -126,7 +114,6 @@ private System.Windows.Forms.Button btnLoadData2; private System.Windows.Forms.Button btnLoadData3; private System.Windows.Forms.Button butPictur; - private System.Windows.Forms.PictureBox pictureBox1; } } -- Gitblit v1.8.0