📄 form1.designer.cs
字号:
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(131, 12);
this.label3.TabIndex = 0;
this.label3.Text = "DefaultGroupDeadband:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(22, 24);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(131, 12);
this.label4.TabIndex = 0;
this.label4.Text = "DefaultGroupIsActive:";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.txtTimeStamps);
this.groupBox3.Controls.Add(this.txtQualities);
this.groupBox3.Controls.Add(this.txtTagValue);
this.groupBox3.Controls.Add(this.label10);
this.groupBox3.Controls.Add(this.label8);
this.groupBox3.Controls.Add(this.label9);
this.groupBox3.Location = new System.Drawing.Point(572, 52);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(226, 158);
this.groupBox3.TabIndex = 0;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "当前值";
//
// txtTimeStamps
//
this.txtTimeStamps.Location = new System.Drawing.Point(75, 100);
this.txtTimeStamps.Name = "txtTimeStamps";
this.txtTimeStamps.Size = new System.Drawing.Size(135, 21);
this.txtTimeStamps.TabIndex = 1;
//
// txtQualities
//
this.txtQualities.Location = new System.Drawing.Point(75, 58);
this.txtQualities.Name = "txtQualities";
this.txtQualities.Size = new System.Drawing.Size(135, 21);
this.txtQualities.TabIndex = 1;
//
// txtTagValue
//
this.txtTagValue.Location = new System.Drawing.Point(75, 21);
this.txtTagValue.Name = "txtTagValue";
this.txtTagValue.Size = new System.Drawing.Size(135, 21);
this.txtTagValue.TabIndex = 1;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(16, 98);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(47, 12);
this.label10.TabIndex = 0;
this.label10.Text = "时间戳:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(28, 58);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(35, 12);
this.label8.TabIndex = 0;
this.label8.Text = "品质:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(22, 24);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 0;
this.label9.Text = "Tag值:";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.btn_write);
this.groupBox4.Controls.Add(this.txtWriteTagValue);
this.groupBox4.Location = new System.Drawing.Point(572, 254);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(226, 58);
this.groupBox4.TabIndex = 0;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "写入值:";
//
// btn_write
//
this.btn_write.Location = new System.Drawing.Point(148, 19);
this.btn_write.Name = "btn_write";
this.btn_write.Size = new System.Drawing.Size(62, 21);
this.btn_write.TabIndex = 2;
this.btn_write.Text = "写入";
this.btn_write.UseVisualStyleBackColor = true;
this.btn_write.Click += new System.EventHandler(this.btn_write_Click);
//
// txtWriteTagValue
//
this.txtWriteTagValue.Location = new System.Drawing.Point(14, 19);
this.txtWriteTagValue.Name = "txtWriteTagValue";
this.txtWriteTagValue.Size = new System.Drawing.Size(100, 21);
this.txtWriteTagValue.TabIndex = 1;
//
// lblState
//
this.lblState.AutoSize = true;
this.lblState.Location = new System.Drawing.Point(600, 346);
this.lblState.Name = "lblState";
this.lblState.Size = new System.Drawing.Size(47, 12);
this.lblState.TabIndex = 0;
this.lblState.Text = "时间戳:";
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 12;
this.listBox1.Location = new System.Drawing.Point(289, 52);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(277, 436);
this.listBox1.TabIndex = 1;
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
//
// tsslServerStartTime
//
this.tsslServerStartTime.AutoSize = true;
this.tsslServerStartTime.Location = new System.Drawing.Point(227, 500);
this.tsslServerStartTime.Name = "tsslServerStartTime";
this.tsslServerStartTime.Size = new System.Drawing.Size(47, 12);
this.tsslServerStartTime.TabIndex = 2;
this.tsslServerStartTime.Text = "label12";
//
// tsslversion
//
this.tsslversion.AutoSize = true;
this.tsslversion.Location = new System.Drawing.Point(446, 503);
this.tsslversion.Name = "tsslversion";
this.tsslversion.Size = new System.Drawing.Size(47, 12);
this.tsslversion.TabIndex = 2;
this.tsslversion.Text = "label12";
//
// tsslServerState
//
this.tsslServerState.AutoSize = true;
this.tsslServerState.Location = new System.Drawing.Point(12, 503);
this.tsslServerState.Name = "tsslServerState";
this.tsslServerState.Size = new System.Drawing.Size(47, 12);
this.tsslServerState.TabIndex = 2;
this.tsslServerState.Text = "label12";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(810, 524);
this.Controls.Add(this.tsslServerState);
this.Controls.Add(this.tsslversion);
this.Controls.Add(this.tsslServerStartTime);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.lblState);
this.Controls.Add(this.groupBox1);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button bt_connect;
private System.Windows.Forms.TextBox txtRemoteServerIP;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button bt_set;
private System.Windows.Forms.TextBox txtGroupDeadband;
private System.Windows.Forms.TextBox txtGroupIsActive;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtIsActive;
private System.Windows.Forms.TextBox txtIsSubscribed;
private System.Windows.Forms.TextBox txtUpdateRate;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox txtQualities;
private System.Windows.Forms.TextBox txtTagValue;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtTimeStamps;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button btn_write;
private System.Windows.Forms.TextBox txtWriteTagValue;
private System.Windows.Forms.Label lblState;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.ComboBox cmbServerName;
private System.Windows.Forms.Label tsslServerStartTime;
private System.Windows.Forms.Label tsslversion;
private System.Windows.Forms.Label tsslServerState;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -