|
@@ -43,6 +43,7 @@ namespace Fine.OPCDaClient9000
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
|
this.TitleLabel1 = new System.Windows.Forms.Label();
|
|
this.TitleLabel1 = new System.Windows.Forms.Label();
|
|
|
this.IfixTimmer = new System.Windows.Forms.Timer(this.components);
|
|
this.IfixTimmer = new System.Windows.Forms.Timer(this.components);
|
|
|
|
|
+ this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
//
|
|
//
|
|
@@ -164,20 +165,29 @@ namespace Fine.OPCDaClient9000
|
|
|
this.TitleLabel1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
|
|
this.TitleLabel1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
|
|
|
this.TitleLabel1.Location = new System.Drawing.Point(189, 21);
|
|
this.TitleLabel1.Location = new System.Drawing.Point(189, 21);
|
|
|
this.TitleLabel1.Name = "TitleLabel1";
|
|
this.TitleLabel1.Name = "TitleLabel1";
|
|
|
- this.TitleLabel1.Size = new System.Drawing.Size(397, 50);
|
|
|
|
|
|
|
+ this.TitleLabel1.Size = new System.Drawing.Size(147, 50);
|
|
|
this.TitleLabel1.TabIndex = 3;
|
|
this.TitleLabel1.TabIndex = 3;
|
|
|
- this.TitleLabel1.Text = "5K线API接口服务";
|
|
|
|
|
|
|
+ this.TitleLabel1.Text = "Title";
|
|
|
this.TitleLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.TitleLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
//
|
|
//
|
|
|
// IfixTimmer
|
|
// IfixTimmer
|
|
|
//
|
|
//
|
|
|
this.IfixTimmer.Tick += new System.EventHandler(this.IfixTimmer_Tick);
|
|
this.IfixTimmer.Tick += new System.EventHandler(this.IfixTimmer_Tick);
|
|
|
//
|
|
//
|
|
|
|
|
+ // richTextBox1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.richTextBox1.Location = new System.Drawing.Point(13, 372);
|
|
|
|
|
+ this.richTextBox1.Name = "richTextBox1";
|
|
|
|
|
+ this.richTextBox1.Size = new System.Drawing.Size(775, 208);
|
|
|
|
|
+ this.richTextBox1.TabIndex = 4;
|
|
|
|
|
+ this.richTextBox1.Text = "";
|
|
|
|
|
+ //
|
|
|
// Form1
|
|
// Form1
|
|
|
//
|
|
//
|
|
|
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(800, 362);
|
|
|
|
|
|
|
+ this.ClientSize = new System.Drawing.Size(800, 583);
|
|
|
|
|
+ this.Controls.Add(this.richTextBox1);
|
|
|
this.Controls.Add(this.TitleLabel1);
|
|
this.Controls.Add(this.TitleLabel1);
|
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button2);
|
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.button1);
|
|
@@ -207,5 +217,6 @@ namespace Fine.OPCDaClient9000
|
|
|
private System.Windows.Forms.Label HttptextBox;
|
|
private System.Windows.Forms.Label HttptextBox;
|
|
|
private System.Windows.Forms.Label ServertextBox;
|
|
private System.Windows.Forms.Label ServertextBox;
|
|
|
private System.Windows.Forms.Timer IfixTimmer;
|
|
private System.Windows.Forms.Timer IfixTimmer;
|
|
|
|
|
+ private System.Windows.Forms.RichTextBox richTextBox1;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|