|
|
@@ -38,6 +38,7 @@ namespace Fine.OPCDaExcelImport
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
|
+ this.button4 = new System.Windows.Forms.Button();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// SelectBtn
|
|
|
@@ -88,7 +89,7 @@ namespace Fine.OPCDaExcelImport
|
|
|
//
|
|
|
this.button1.Location = new System.Drawing.Point(99, 258);
|
|
|
this.button1.Name = "button1";
|
|
|
- this.button1.Size = new System.Drawing.Size(227, 63);
|
|
|
+ this.button1.Size = new System.Drawing.Size(89, 63);
|
|
|
this.button1.TabIndex = 5;
|
|
|
this.button1.Text = "生成测试文档";
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
@@ -96,19 +97,19 @@ namespace Fine.OPCDaExcelImport
|
|
|
//
|
|
|
// button2
|
|
|
//
|
|
|
- this.button2.Location = new System.Drawing.Point(332, 258);
|
|
|
+ this.button2.Location = new System.Drawing.Point(194, 258);
|
|
|
this.button2.Name = "button2";
|
|
|
- this.button2.Size = new System.Drawing.Size(215, 63);
|
|
|
+ this.button2.Size = new System.Drawing.Size(94, 63);
|
|
|
this.button2.TabIndex = 6;
|
|
|
- this.button2.Text = "测试";
|
|
|
+ this.button2.Text = "GET异常接口";
|
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
//
|
|
|
// button3
|
|
|
//
|
|
|
- this.button3.Location = new System.Drawing.Point(554, 258);
|
|
|
+ this.button3.Location = new System.Drawing.Point(665, 258);
|
|
|
this.button3.Name = "button3";
|
|
|
- this.button3.Size = new System.Drawing.Size(182, 63);
|
|
|
+ this.button3.Size = new System.Drawing.Size(71, 63);
|
|
|
this.button3.TabIndex = 7;
|
|
|
this.button3.Text = "检查配置";
|
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
|
@@ -122,11 +123,22 @@ namespace Fine.OPCDaExcelImport
|
|
|
this.richTextBox1.TabIndex = 8;
|
|
|
this.richTextBox1.Text = "";
|
|
|
//
|
|
|
+ // button4
|
|
|
+ //
|
|
|
+ this.button4.Location = new System.Drawing.Point(294, 258);
|
|
|
+ this.button4.Name = "button4";
|
|
|
+ this.button4.Size = new System.Drawing.Size(94, 63);
|
|
|
+ this.button4.TabIndex = 9;
|
|
|
+ this.button4.Text = "GET生成新配置";
|
|
|
+ this.button4.UseVisualStyleBackColor = true;
|
|
|
+ this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
|
+ //
|
|
|
// Form1
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(835, 652);
|
|
|
+ this.Controls.Add(this.button4);
|
|
|
this.Controls.Add(this.richTextBox1);
|
|
|
this.Controls.Add(this.button3);
|
|
|
this.Controls.Add(this.button2);
|
|
|
@@ -154,6 +166,7 @@ namespace Fine.OPCDaExcelImport
|
|
|
private System.Windows.Forms.Button button2;
|
|
|
private System.Windows.Forms.Button button3;
|
|
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|
|
+ private System.Windows.Forms.Button button4;
|
|
|
}
|
|
|
}
|
|
|
|