From 4081204094b51dbb702b1f9a5c8f8ed04ad1a652 Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-1VKMM8S> Date: 星期四, 06 五月 2021 20:25:45 +0800 Subject: [PATCH] 0506数据 --- P066.Data/Form1.Designer.cs | 23 ++++++++++++++++++----- 1 files changed, 18 insertions(+), 5 deletions(-) diff --git a/P066.Data/Form1.Designer.cs b/P066.Data/Form1.Designer.cs index 5b8f87a..a4f2127 100644 --- a/P066.Data/Form1.Designer.cs +++ b/P066.Data/Form1.Designer.cs @@ -33,12 +33,13 @@ this.btnAnalyze = new System.Windows.Forms.Button(); this.btnLoadData2 = new System.Windows.Forms.Button(); this.btnLoadData3 = new System.Windows.Forms.Button(); + this.butPictur = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnLoadData1 // this.btnLoadData1.Location = new System.Drawing.Point(16, 15); - this.btnLoadData1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.btnLoadData1.Margin = new System.Windows.Forms.Padding(4); this.btnLoadData1.Name = "btnLoadData1"; this.btnLoadData1.Size = new System.Drawing.Size(176, 29); this.btnLoadData1.TabIndex = 0; @@ -48,8 +49,8 @@ // // btnAnalyze // - this.btnAnalyze.Location = new System.Drawing.Point(16, 88); - this.btnAnalyze.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + 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); this.btnAnalyze.TabIndex = 1; @@ -60,7 +61,7 @@ // btnLoadData2 // this.btnLoadData2.Location = new System.Drawing.Point(16, 51); - this.btnLoadData2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.btnLoadData2.Margin = new System.Windows.Forms.Padding(4); this.btnLoadData2.Name = "btnLoadData2"; this.btnLoadData2.Size = new System.Drawing.Size(199, 29); this.btnLoadData2.TabIndex = 1; @@ -78,16 +79,27 @@ this.btnLoadData3.UseVisualStyleBackColor = true; this.btnLoadData3.Click += new System.EventHandler(this.btnLoadData3_Click); // + // butPictur + // + 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; + this.butPictur.Text = "鍔犺浇鍥剧墖鏂囦欢澶�"; + this.butPictur.UseVisualStyleBackColor = true; + this.butPictur.Click += new System.EventHandler(this.butPictur_Click); + // // 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.butPictur); this.Controls.Add(this.btnLoadData3); this.Controls.Add(this.btnAnalyze); this.Controls.Add(this.btnLoadData2); this.Controls.Add(this.btnLoadData1); - this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); @@ -101,6 +113,7 @@ private System.Windows.Forms.Button btnAnalyze; private System.Windows.Forms.Button btnLoadData2; private System.Windows.Forms.Button btnLoadData3; + private System.Windows.Forms.Button butPictur; } } -- Gitblit v1.8.0