📄 form1.designer.cs
字号:
namespace opcClient
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cmbServerName = new System.Windows.Forms.ComboBox();
this.bt_connect = new System.Windows.Forms.Button();
this.txtRemoteServerIP = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.bt_set = new System.Windows.Forms.Button();
this.txtIsActive = new System.Windows.Forms.TextBox();
this.txtIsSubscribed = new System.Windows.Forms.TextBox();
this.txtUpdateRate = new System.Windows.Forms.TextBox();
this.txtGroupDeadband = new System.Windows.Forms.TextBox();
this.txtGroupIsActive = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.txtTimeStamps = new System.Windows.Forms.TextBox();
this.txtQualities = new System.Windows.Forms.TextBox();
this.txtTagValue = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.btn_write = new System.Windows.Forms.Button();
this.txtWriteTagValue = new System.Windows.Forms.TextBox();
this.lblState = new System.Windows.Forms.Label();
this.listBox1 = new System.Windows.Forms.ListBox();
this.tsslServerStartTime = new System.Windows.Forms.Label();
this.tsslversion = new System.Windows.Forms.Label();
this.tsslServerState = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cmbServerName);
this.groupBox1.Controls.Add(this.bt_connect);
this.groupBox1.Controls.Add(this.txtRemoteServerIP);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(57, 52);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(226, 144);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "连接OPC服务器";
//
// cmbServerName
//
this.cmbServerName.FormattingEnabled = true;
this.cmbServerName.Location = new System.Drawing.Point(75, 58);
this.cmbServerName.Name = "cmbServerName";
this.cmbServerName.Size = new System.Drawing.Size(135, 20);
this.cmbServerName.TabIndex = 3;
//
// bt_connect
//
this.bt_connect.Location = new System.Drawing.Point(118, 98);
this.bt_connect.Name = "bt_connect";
this.bt_connect.Size = new System.Drawing.Size(92, 23);
this.bt_connect.TabIndex = 2;
this.bt_connect.Text = "连接";
this.bt_connect.UseVisualStyleBackColor = true;
this.bt_connect.Click += new System.EventHandler(this.bt_connect_Click);
//
// txtRemoteServerIP
//
this.txtRemoteServerIP.Location = new System.Drawing.Point(75, 21);
this.txtRemoteServerIP.Name = "txtRemoteServerIP";
this.txtRemoteServerIP.Size = new System.Drawing.Size(135, 21);
this.txtRemoteServerIP.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(22, 58);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 12);
this.label2.TabIndex = 0;
this.label2.Text = "服务器:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(46, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(23, 12);
this.label1.TabIndex = 0;
this.label1.Text = "IP:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.bt_set);
this.groupBox2.Controls.Add(this.txtIsActive);
this.groupBox2.Controls.Add(this.txtIsSubscribed);
this.groupBox2.Controls.Add(this.txtUpdateRate);
this.groupBox2.Controls.Add(this.txtGroupDeadband);
this.groupBox2.Controls.Add(this.txtGroupIsActive);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Location = new System.Drawing.Point(57, 233);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(226, 255);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "尝试更改一下组的属性";
//
// bt_set
//
this.bt_set.Location = new System.Drawing.Point(118, 212);
this.bt_set.Name = "bt_set";
this.bt_set.Size = new System.Drawing.Size(92, 23);
this.bt_set.TabIndex = 2;
this.bt_set.Text = "设置";
this.bt_set.UseVisualStyleBackColor = true;
this.bt_set.Click += new System.EventHandler(this.bt_set_Click);
//
// txtIsActive
//
this.txtIsActive.Location = new System.Drawing.Point(170, 95);
this.txtIsActive.Name = "txtIsActive";
this.txtIsActive.Size = new System.Drawing.Size(40, 21);
this.txtIsActive.TabIndex = 1;
//
// txtIsSubscribed
//
this.txtIsSubscribed.Location = new System.Drawing.Point(170, 132);
this.txtIsSubscribed.Name = "txtIsSubscribed";
this.txtIsSubscribed.Size = new System.Drawing.Size(40, 21);
this.txtIsSubscribed.TabIndex = 1;
//
// txtUpdateRate
//
this.txtUpdateRate.Location = new System.Drawing.Point(170, 169);
this.txtUpdateRate.Name = "txtUpdateRate";
this.txtUpdateRate.Size = new System.Drawing.Size(40, 21);
this.txtUpdateRate.TabIndex = 1;
//
// txtGroupDeadband
//
this.txtGroupDeadband.Location = new System.Drawing.Point(170, 58);
this.txtGroupDeadband.Name = "txtGroupDeadband";
this.txtGroupDeadband.Size = new System.Drawing.Size(40, 21);
this.txtGroupDeadband.TabIndex = 1;
//
// txtGroupIsActive
//
this.txtGroupIsActive.Location = new System.Drawing.Point(170, 21);
this.txtGroupIsActive.Name = "txtGroupIsActive";
this.txtGroupIsActive.Size = new System.Drawing.Size(40, 21);
this.txtGroupIsActive.TabIndex = 1;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(82, 172);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(71, 12);
this.label7.TabIndex = 0;
this.label7.Text = "UpdateRate:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(70, 135);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(83, 12);
this.label6.TabIndex = 0;
this.label6.Text = "IsSubscribed:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(94, 98);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 0;
this.label5.Text = "IsActive:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(22, 61);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -