form3.designer.cs
来自「实现电网发电的风机监控等功能!利用以太网、plc等。在此我只是做了一个opc的客」· CS 代码 · 共 976 行 · 第 1/5 页
CS
976 行
this.GroupActiveState.Text = "Group Active";
this.GroupActiveState.UseVisualStyleBackColor = false;
//
// GroupDeadBand
//
this.GroupDeadBand.AcceptsReturn = true;
this.GroupDeadBand.BackColor = System.Drawing.SystemColors.Window;
this.GroupDeadBand.Cursor = System.Windows.Forms.Cursors.IBeam;
this.GroupDeadBand.Enabled = false;
this.GroupDeadBand.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.GroupDeadBand.ForeColor = System.Drawing.SystemColors.WindowText;
this.GroupDeadBand.Location = new System.Drawing.Point(154, 103);
this.GroupDeadBand.MaxLength = 0;
this.GroupDeadBand.Name = "GroupDeadBand";
this.GroupDeadBand.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.GroupDeadBand.Size = new System.Drawing.Size(135, 20);
this.GroupDeadBand.TabIndex = 13;
this.GroupDeadBand.Text = "0";
//
// GroupUpdateRate
//
this.GroupUpdateRate.AcceptsReturn = true;
this.GroupUpdateRate.BackColor = System.Drawing.SystemColors.Window;
this.GroupUpdateRate.Cursor = System.Windows.Forms.Cursors.IBeam;
this.GroupUpdateRate.Enabled = false;
this.GroupUpdateRate.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.GroupUpdateRate.ForeColor = System.Drawing.SystemColors.WindowText;
this.GroupUpdateRate.Location = new System.Drawing.Point(154, 69);
this.GroupUpdateRate.MaxLength = 0;
this.GroupUpdateRate.Name = "GroupUpdateRate";
this.GroupUpdateRate.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.GroupUpdateRate.Size = new System.Drawing.Size(135, 20);
this.GroupUpdateRate.TabIndex = 11;
this.GroupUpdateRate.Text = "10";
//
// OPCGroupName
//
this.OPCGroupName.AcceptsReturn = true;
this.OPCGroupName.BackColor = System.Drawing.SystemColors.Window;
this.OPCGroupName.Cursor = System.Windows.Forms.Cursors.IBeam;
this.OPCGroupName.Enabled = false;
this.OPCGroupName.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.OPCGroupName.ForeColor = System.Drawing.SystemColors.WindowText;
this.OPCGroupName.Location = new System.Drawing.Point(154, 34);
this.OPCGroupName.MaxLength = 0;
this.OPCGroupName.Name = "OPCGroupName";
this.OPCGroupName.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.OPCGroupName.Size = new System.Drawing.Size(145, 20);
this.OPCGroupName.TabIndex = 9;
this.OPCGroupName.Text = "Group1";
//
// Label6
//
this.Label6.BackColor = System.Drawing.SystemColors.Control;
this.Label6.Cursor = System.Windows.Forms.Cursors.Default;
this.Label6.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label6.ForeColor = System.Drawing.SystemColors.ControlText;
this.Label6.Location = new System.Drawing.Point(58, 103);
this.Label6.Name = "Label6";
this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Label6.Size = new System.Drawing.Size(96, 19);
this.Label6.TabIndex = 12;
this.Label6.Text = "Deadband (%)";
//
// Label5
//
this.Label5.BackColor = System.Drawing.SystemColors.Control;
this.Label5.Cursor = System.Windows.Forms.Cursors.Default;
this.Label5.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label5.ForeColor = System.Drawing.SystemColors.ControlText;
this.Label5.Location = new System.Drawing.Point(38, 69);
this.Label5.Name = "Label5";
this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Label5.Size = new System.Drawing.Size(116, 18);
this.Label5.TabIndex = 10;
this.Label5.Text = "Update Rate (ms.)";
//
// Label1
//
this.Label1.BackColor = System.Drawing.SystemColors.Control;
this.Label1.Cursor = System.Windows.Forms.Cursors.Default;
this.Label1.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label1.ForeColor = System.Drawing.SystemColors.ControlText;
this.Label1.Location = new System.Drawing.Point(38, 34);
this.Label1.Name = "Label1";
this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Label1.Size = new System.Drawing.Size(98, 19);
this.Label1.TabIndex = 8;
this.Label1.Text = "Group Name";
this.Label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// Frame1
//
this.Frame1.BackColor = System.Drawing.SystemColors.Control;
this.Frame1.Controls.Add(this.OPCServerName);
this.Frame1.Controls.Add(this.AvailableOPCServerList);
this.Frame1.Controls.Add(this.ListOPCServers);
this.Frame1.Controls.Add(this.OPCServerConnect);
this.Frame1.Controls.Add(this.OPCNodeName);
this.Frame1.Controls.Add(this.DisconnectFromServer);
this.Frame1.Controls.Add(this.lblOPCNodeName);
this.Frame1.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Frame1.ForeColor = System.Drawing.SystemColors.ControlText;
this.Frame1.Location = new System.Drawing.Point(12, 12);
this.Frame1.Name = "Frame1";
this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Frame1.Size = new System.Drawing.Size(317, 216);
this.Frame1.TabIndex = 101;
this.Frame1.TabStop = false;
this.Frame1.Text = "List Available OPC Servers";
//
// OPCNodeName
//
this.OPCNodeName.AcceptsReturn = true;
this.OPCNodeName.BackColor = System.Drawing.SystemColors.Window;
this.OPCNodeName.Cursor = System.Windows.Forms.Cursors.IBeam;
this.OPCNodeName.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.OPCNodeName.ForeColor = System.Drawing.SystemColors.WindowText;
this.OPCNodeName.Location = new System.Drawing.Point(115, 146);
this.OPCNodeName.MaxLength = 0;
this.OPCNodeName.Name = "OPCNodeName";
this.OPCNodeName.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.OPCNodeName.Size = new System.Drawing.Size(183, 20);
this.OPCNodeName.TabIndex = 94;
//
// DisconnectFromServer
//
this.DisconnectFromServer.BackColor = System.Drawing.SystemColors.Control;
this.DisconnectFromServer.Cursor = System.Windows.Forms.Cursors.Default;
this.DisconnectFromServer.Enabled = false;
this.DisconnectFromServer.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.DisconnectFromServer.ForeColor = System.Drawing.SystemColors.ControlText;
this.DisconnectFromServer.Location = new System.Drawing.Point(68, 176);
this.DisconnectFromServer.Name = "DisconnectFromServer";
this.DisconnectFromServer.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.DisconnectFromServer.Size = new System.Drawing.Size(165, 29);
this.DisconnectFromServer.TabIndex = 6;
this.DisconnectFromServer.Text = "Disconnect From Server";
this.DisconnectFromServer.UseVisualStyleBackColor = false;
//
// lblOPCNodeName
//
this.lblOPCNodeName.BackColor = System.Drawing.SystemColors.Control;
this.lblOPCNodeName.Cursor = System.Windows.Forms.Cursors.Default;
this.lblOPCNodeName.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblOPCNodeName.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblOPCNodeName.Location = new System.Drawing.Point(32, 149);
this.lblOPCNodeName.Name = "lblOPCNodeName";
this.lblOPCNodeName.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.lblOPCNodeName.Size = new System.Drawing.Size(77, 19);
this.lblOPCNodeName.TabIndex = 95;
this.lblOPCNodeName.Text = "Node Name";
//
// OPCServerName
//
this.OPCServerName.AcceptsReturn = true;
this.OPCServerName.BackColor = System.Drawing.SystemColors.Window;
this.OPCServerName.Cursor = System.Windows.Forms.Cursors.IBeam;
this.OPCServerName.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.OPCServerName.ForeColor = System.Drawing.SystemColors.WindowText;
this.OPCServerName.Location = new System.Drawing.Point(115, 123);
this.OPCServerName.MaxLength = 0;
this.OPCServerName.Name = "OPCServerName";
this.OPCServerName.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.OPCServerName.Size = new System.Drawing.Size(183, 20);
this.OPCServerName.TabIndex = 104;
this.OPCServerName.Text = "Click on list above to select";
//
// AvailableOPCServerList
//
this.AvailableOPCServerList.BackColor = System.Drawing.SystemColors.Window;
this.AvailableOPCServerList.Cursor = System.Windows.Forms.Cursors.Default;
this.AvailableOPCServerList.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.AvailableOPCServerList.ForeColor = System.Drawing.SystemColors.WindowText;
this.AvailableOPCServerList.ItemHeight = 14;
this.AvailableOPCServerList.Location = new System.Drawing.Point(30, 45);
this.AvailableOPCServerList.Name = "AvailableOPCServerList";
this.AvailableOPCServerList.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.AvailableOPCServerList.Size = new System.Drawing.Size(279, 60);
this.AvailableOPCServerList.TabIndex = 102;
//
// ListOPCServers
//
this.ListOPCServers.BackColor = System.Drawing.SystemColors.Control;
this.ListOPCServers.Cursor = System.Windows.Forms.Cursors.Default;
this.ListOPCServers.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ListOPCServers.ForeColor = System.Drawing.SystemColors.ControlText;
this.ListOPCServers.Location = new System.Drawing.Point(59, 19);
this.ListOPCServers.Name = "ListOPCServers";
this.ListOPCServers.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.ListOPCServers.Size = new System.Drawing.Size(212, 19);
this.ListOPCServers.TabIndex = 100;
this.ListOPCServers.Text = "List OPC Servers";
this.ListOPCServers.UseVisualStyleBackColor = false;
//
// OPCServerConnect
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?