|
@@ -37,9 +37,14 @@ namespace Fine.OPCDaClient9000
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
|
|
|
+ this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
+ this.richTextBox2 = new System.Windows.Forms.RichTextBox();
|
|
|
|
|
+ this.richTextBox3 = new System.Windows.Forms.RichTextBox();
|
|
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
|
|
|
+ this.groupBox4.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
//
|
|
//
|
|
|
// listBox1
|
|
// listBox1
|
|
@@ -50,15 +55,18 @@ namespace Fine.OPCDaClient9000
|
|
|
this.listBox1.Location = new System.Drawing.Point(6, 27);
|
|
this.listBox1.Location = new System.Drawing.Point(6, 27);
|
|
|
this.listBox1.Name = "listBox1";
|
|
this.listBox1.Name = "listBox1";
|
|
|
this.listBox1.ScrollAlwaysVisible = true;
|
|
this.listBox1.ScrollAlwaysVisible = true;
|
|
|
- this.listBox1.Size = new System.Drawing.Size(362, 580);
|
|
|
|
|
|
|
+ this.listBox1.Size = new System.Drawing.Size(386, 580);
|
|
|
this.listBox1.TabIndex = 8;
|
|
this.listBox1.TabIndex = 8;
|
|
|
|
|
+ this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
|
|
|
//
|
|
//
|
|
|
// groupBox1
|
|
// groupBox1
|
|
|
//
|
|
//
|
|
|
|
|
+ this.groupBox1.Controls.Add(this.label1);
|
|
|
|
|
+ this.groupBox1.Controls.Add(this.richTextBox3);
|
|
|
this.groupBox1.Controls.Add(this.listBox1);
|
|
this.groupBox1.Controls.Add(this.listBox1);
|
|
|
this.groupBox1.Location = new System.Drawing.Point(13, 26);
|
|
this.groupBox1.Location = new System.Drawing.Point(13, 26);
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
- this.groupBox1.Size = new System.Drawing.Size(398, 631);
|
|
|
|
|
|
|
+ this.groupBox1.Size = new System.Drawing.Size(398, 824);
|
|
|
this.groupBox1.TabIndex = 9;
|
|
this.groupBox1.TabIndex = 9;
|
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.TabStop = false;
|
|
|
this.groupBox1.Text = "查询结果";
|
|
this.groupBox1.Text = "查询结果";
|
|
@@ -70,7 +78,7 @@ namespace Fine.OPCDaClient9000
|
|
|
this.groupBox2.Controls.Add(this.textBox1);
|
|
this.groupBox2.Controls.Add(this.textBox1);
|
|
|
this.groupBox2.Location = new System.Drawing.Point(417, 26);
|
|
this.groupBox2.Location = new System.Drawing.Point(417, 26);
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
- this.groupBox2.Size = new System.Drawing.Size(583, 169);
|
|
|
|
|
|
|
+ this.groupBox2.Size = new System.Drawing.Size(583, 92);
|
|
|
this.groupBox2.TabIndex = 10;
|
|
this.groupBox2.TabIndex = 10;
|
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.TabStop = false;
|
|
|
this.groupBox2.Text = "查询";
|
|
this.groupBox2.Text = "查询";
|
|
@@ -105,35 +113,76 @@ namespace Fine.OPCDaClient9000
|
|
|
// groupBox3
|
|
// groupBox3
|
|
|
//
|
|
//
|
|
|
this.groupBox3.Controls.Add(this.richTextBox1);
|
|
this.groupBox3.Controls.Add(this.richTextBox1);
|
|
|
- this.groupBox3.Location = new System.Drawing.Point(417, 202);
|
|
|
|
|
|
|
+ this.groupBox3.Location = new System.Drawing.Point(417, 282);
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
- this.groupBox3.Size = new System.Drawing.Size(583, 455);
|
|
|
|
|
|
|
+ this.groupBox3.Size = new System.Drawing.Size(751, 568);
|
|
|
this.groupBox3.TabIndex = 11;
|
|
this.groupBox3.TabIndex = 11;
|
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.TabStop = false;
|
|
|
this.groupBox3.Text = "结果";
|
|
this.groupBox3.Text = "结果";
|
|
|
//
|
|
//
|
|
|
// richTextBox1
|
|
// richTextBox1
|
|
|
//
|
|
//
|
|
|
- this.richTextBox1.Location = new System.Drawing.Point(7, 28);
|
|
|
|
|
|
|
+ this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
+ this.richTextBox1.Location = new System.Drawing.Point(3, 24);
|
|
|
this.richTextBox1.Name = "richTextBox1";
|
|
this.richTextBox1.Name = "richTextBox1";
|
|
|
- this.richTextBox1.Size = new System.Drawing.Size(570, 421);
|
|
|
|
|
|
|
+ this.richTextBox1.Size = new System.Drawing.Size(745, 541);
|
|
|
this.richTextBox1.TabIndex = 0;
|
|
this.richTextBox1.TabIndex = 0;
|
|
|
this.richTextBox1.Text = "";
|
|
this.richTextBox1.Text = "";
|
|
|
//
|
|
//
|
|
|
|
|
+ // groupBox4
|
|
|
|
|
+ //
|
|
|
|
|
+ this.groupBox4.Controls.Add(this.richTextBox2);
|
|
|
|
|
+ this.groupBox4.Location = new System.Drawing.Point(420, 124);
|
|
|
|
|
+ this.groupBox4.Name = "groupBox4";
|
|
|
|
|
+ this.groupBox4.Size = new System.Drawing.Size(748, 152);
|
|
|
|
|
+ this.groupBox4.TabIndex = 12;
|
|
|
|
|
+ this.groupBox4.TabStop = false;
|
|
|
|
|
+ this.groupBox4.Text = "输入参数";
|
|
|
|
|
+ //
|
|
|
|
|
+ // richTextBox2
|
|
|
|
|
+ //
|
|
|
|
|
+ this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
+ this.richTextBox2.Location = new System.Drawing.Point(3, 24);
|
|
|
|
|
+ this.richTextBox2.Name = "richTextBox2";
|
|
|
|
|
+ this.richTextBox2.Size = new System.Drawing.Size(742, 125);
|
|
|
|
|
+ this.richTextBox2.TabIndex = 0;
|
|
|
|
|
+ this.richTextBox2.Text = "";
|
|
|
|
|
+ //
|
|
|
|
|
+ // richTextBox3
|
|
|
|
|
+ //
|
|
|
|
|
+ this.richTextBox3.Location = new System.Drawing.Point(0, 655);
|
|
|
|
|
+ this.richTextBox3.Name = "richTextBox3";
|
|
|
|
|
+ this.richTextBox3.Size = new System.Drawing.Size(392, 163);
|
|
|
|
|
+ this.richTextBox3.TabIndex = 9;
|
|
|
|
|
+ this.richTextBox3.Text = "";
|
|
|
|
|
+ //
|
|
|
|
|
+ // label1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.label1.AutoSize = true;
|
|
|
|
|
+ this.label1.Location = new System.Drawing.Point(6, 622);
|
|
|
|
|
+ this.label1.Name = "label1";
|
|
|
|
|
+ this.label1.Size = new System.Drawing.Size(44, 18);
|
|
|
|
|
+ this.label1.TabIndex = 10;
|
|
|
|
|
+ this.label1.Text = "详情";
|
|
|
|
|
+ //
|
|
|
// TestForm
|
|
// TestForm
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1003, 669);
|
|
|
|
|
|
|
+ this.ClientSize = new System.Drawing.Size(1180, 862);
|
|
|
|
|
+ this.Controls.Add(this.groupBox4);
|
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox3);
|
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox2);
|
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.groupBox1);
|
|
|
this.Name = "TestForm";
|
|
this.Name = "TestForm";
|
|
|
this.Text = "TestForm";
|
|
this.Text = "TestForm";
|
|
|
|
|
+ this.Load += new System.EventHandler(this.TestForm_Load);
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
+ this.groupBox1.PerformLayout();
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox2.PerformLayout();
|
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.ResumeLayout(false);
|
|
|
|
|
+ this.groupBox4.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
}
|
|
}
|
|
@@ -148,5 +197,9 @@ namespace Fine.OPCDaClient9000
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|
|
|
|
+ private System.Windows.Forms.GroupBox groupBox4;
|
|
|
|
|
+ private System.Windows.Forms.RichTextBox richTextBox2;
|
|
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
|
|
+ private System.Windows.Forms.RichTextBox richTextBox3;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|