From f0826424c58f3e925a77437111a2e06808bfff26 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周一, 02 9月 2024 17:48:25 +0800 Subject: [PATCH] //处理OP30的数据 --- DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_FormTest/Form1.Designer.cs | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_FormTest/Form1.Designer.cs b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_FormTest/Form1.Designer.cs index cf82524..8196f7d 100644 --- a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_FormTest/Form1.Designer.cs +++ b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_FormTest/Form1.Designer.cs @@ -39,6 +39,7 @@ this.dateTimePicker_Start = new System.Windows.Forms.DateTimePicker(); this.btn_TongJi = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); + this.button6 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // button1 @@ -73,11 +74,11 @@ // // button4 // - this.button4.Location = new System.Drawing.Point(76, 335); + this.button4.Location = new System.Drawing.Point(76, 461); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(244, 54); this.button4.TabIndex = 3; - this.button4.Text = "缁熻鍒嗘瀽"; + this.button4.Text = "璇诲彇OP30鐨勮川閲弔xt鏂囦欢"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // @@ -150,11 +151,22 @@ this.button5.UseVisualStyleBackColor = false; this.button5.Click += new System.EventHandler(this.button5_Click); // + // button6 + // + this.button6.Location = new System.Drawing.Point(76, 329); + this.button6.Name = "button6"; + this.button6.Size = new System.Drawing.Size(244, 54); + this.button6.TabIndex = 21; + this.button6.Text = "OP30娴嬭瘯鍒犻櫎鏂囦欢"; + this.button6.UseVisualStyleBackColor = true; + this.button6.Click += new System.EventHandler(this.button6_Click); + // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1307, 688); + this.Controls.Add(this.button6); this.Controls.Add(this.button5); this.Controls.Add(this.tb_TongJi); this.Controls.Add(this.checkBox_NowDay); @@ -186,6 +198,7 @@ private System.Windows.Forms.DateTimePicker dateTimePicker_Start; private System.Windows.Forms.Button btn_TongJi; private System.Windows.Forms.Button button5; + private System.Windows.Forms.Button button6; } } -- Gitblit v1.9.3