|
|
@@ -0,0 +1,152 @@
|
|
|
+
|
|
|
+namespace Fine.OPCDaClient9000
|
|
|
+{
|
|
|
+ partial class TestForm
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Required designer variable.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Clean up any resources being used.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ this.listBox1 = new System.Windows.Forms.ListBox();
|
|
|
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
+ this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
|
+ this.groupBox1.SuspendLayout();
|
|
|
+ this.groupBox2.SuspendLayout();
|
|
|
+ this.groupBox3.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // listBox1
|
|
|
+ //
|
|
|
+ this.listBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.listBox1.FormattingEnabled = true;
|
|
|
+ this.listBox1.ItemHeight = 24;
|
|
|
+ this.listBox1.Location = new System.Drawing.Point(6, 27);
|
|
|
+ this.listBox1.Name = "listBox1";
|
|
|
+ this.listBox1.ScrollAlwaysVisible = true;
|
|
|
+ this.listBox1.Size = new System.Drawing.Size(362, 580);
|
|
|
+ this.listBox1.TabIndex = 8;
|
|
|
+ //
|
|
|
+ // groupBox1
|
|
|
+ //
|
|
|
+ this.groupBox1.Controls.Add(this.listBox1);
|
|
|
+ this.groupBox1.Location = new System.Drawing.Point(13, 26);
|
|
|
+ this.groupBox1.Name = "groupBox1";
|
|
|
+ this.groupBox1.Size = new System.Drawing.Size(398, 631);
|
|
|
+ this.groupBox1.TabIndex = 9;
|
|
|
+ this.groupBox1.TabStop = false;
|
|
|
+ this.groupBox1.Text = "查询结果";
|
|
|
+ //
|
|
|
+ // groupBox2
|
|
|
+ //
|
|
|
+ this.groupBox2.Controls.Add(this.button1);
|
|
|
+ this.groupBox2.Controls.Add(this.checkBox1);
|
|
|
+ this.groupBox2.Controls.Add(this.textBox1);
|
|
|
+ this.groupBox2.Location = new System.Drawing.Point(417, 26);
|
|
|
+ this.groupBox2.Name = "groupBox2";
|
|
|
+ this.groupBox2.Size = new System.Drawing.Size(583, 169);
|
|
|
+ this.groupBox2.TabIndex = 10;
|
|
|
+ this.groupBox2.TabStop = false;
|
|
|
+ this.groupBox2.Text = "查询";
|
|
|
+ //
|
|
|
+ // textBox1
|
|
|
+ //
|
|
|
+ this.textBox1.Location = new System.Drawing.Point(1, 28);
|
|
|
+ this.textBox1.Name = "textBox1";
|
|
|
+ this.textBox1.Size = new System.Drawing.Size(386, 28);
|
|
|
+ this.textBox1.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // checkBox1
|
|
|
+ //
|
|
|
+ this.checkBox1.AutoSize = true;
|
|
|
+ this.checkBox1.Location = new System.Drawing.Point(404, 33);
|
|
|
+ this.checkBox1.Name = "checkBox1";
|
|
|
+ this.checkBox1.Size = new System.Drawing.Size(70, 22);
|
|
|
+ this.checkBox1.TabIndex = 1;
|
|
|
+ this.checkBox1.Text = "点位";
|
|
|
+ this.checkBox1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Location = new System.Drawing.Point(480, 24);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(75, 38);
|
|
|
+ this.button1.TabIndex = 2;
|
|
|
+ this.button1.Text = "查询";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
+ // groupBox3
|
|
|
+ //
|
|
|
+ this.groupBox3.Controls.Add(this.richTextBox1);
|
|
|
+ this.groupBox3.Location = new System.Drawing.Point(417, 202);
|
|
|
+ this.groupBox3.Name = "groupBox3";
|
|
|
+ this.groupBox3.Size = new System.Drawing.Size(583, 455);
|
|
|
+ this.groupBox3.TabIndex = 11;
|
|
|
+ this.groupBox3.TabStop = false;
|
|
|
+ this.groupBox3.Text = "结果";
|
|
|
+ //
|
|
|
+ // richTextBox1
|
|
|
+ //
|
|
|
+ this.richTextBox1.Location = new System.Drawing.Point(7, 28);
|
|
|
+ this.richTextBox1.Name = "richTextBox1";
|
|
|
+ this.richTextBox1.Size = new System.Drawing.Size(570, 421);
|
|
|
+ this.richTextBox1.TabIndex = 0;
|
|
|
+ this.richTextBox1.Text = "";
|
|
|
+ //
|
|
|
+ // TestForm
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1003, 669);
|
|
|
+ this.Controls.Add(this.groupBox3);
|
|
|
+ this.Controls.Add(this.groupBox2);
|
|
|
+ this.Controls.Add(this.groupBox1);
|
|
|
+ this.Name = "TestForm";
|
|
|
+ this.Text = "TestForm";
|
|
|
+ this.groupBox1.ResumeLayout(false);
|
|
|
+ this.groupBox2.ResumeLayout(false);
|
|
|
+ this.groupBox2.PerformLayout();
|
|
|
+ this.groupBox3.ResumeLayout(false);
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.ListBox listBox1;
|
|
|
+ private System.Windows.Forms.GroupBox groupBox1;
|
|
|
+ private System.Windows.Forms.GroupBox groupBox2;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
+ private System.Windows.Forms.CheckBox checkBox1;
|
|
|
+ private System.Windows.Forms.TextBox textBox1;
|
|
|
+ private System.Windows.Forms.GroupBox groupBox3;
|
|
|
+ private System.Windows.Forms.RichTextBox richTextBox1;
|
|
|
+ }
|
|
|
+}
|