Files
6150-HMI/CowainHmi/PlcDataTable/DlgEditPlcValue.Designer.cs

115 lines
5.0 KiB
C#
Raw Permalink Normal View History

2026-01-15 15:06:36 +08:00
namespace CowainHmi.Common
{
partial class DlgEditPlcValue
{
/// <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()
{
PCHMI.InterLock interLock1 = new PCHMI.InterLock();
PCHMI.INFORM inform1 = new PCHMI.INFORM();
this.txtTag = new PCHMI.();
this.btnOk = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// txtTag
//
this.txtTag.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtTag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.txtTag.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtTag.HDADDR = "";
this.txtTag.Location = new System.Drawing.Point(7, 9);
this.txtTag.Margin = new System.Windows.Forms.Padding(27, 16, 27, 16);
this.txtTag.Name = "txtTag";
this.txtTag.PLC = ((uint)(0u));
this.txtTag.Size = new System.Drawing.Size(261, 29);
this.txtTag.TabIndex = 583;
this.txtTag.Text = "0.00";
this.txtTag.Value = ((ulong)(0ul));
interLock1.HDADDR = "";
interLock1.PLC = ((uint)(0u));
interLock1. = ((uint)(1u));
interLock1. = "";
interLock1. = null;
interLock1. = "LOCK";
interLock1. = PCHMI.InterLock.DatType.BIT;
this.txtTag. = interLock1;
this.txtTag.TAB键 = false;
this.txtTag. = ((uint)(10u));
this.txtTag. = ((uint)(0u));
this.txtTag. = ((uint)(2u));
this.txtTag. = ((uint)(8u));
this.txtTag. = "";
inform1.HDADDR = "";
inform1.PLC = ((uint)(0u));
inform1.Value = ((ulong)(1ul));
inform1. = PCHMI.INFORM.DatType.UINT16;
this.txtTag. = inform1;
this.txtTag. = "NULL";
this.txtTag. = PCHMI..DatType.SIEMENS_String;
this.txtTag. = "32000000";
this.txtTag. = "-30000000";
this.txtTag. = "";
this.txtTag. = PCHMI..INTYPE.;
this.txtTag. = "NULL";
this.txtTag. = PCHMI..KeyInMode.;
this.txtTag. = false;
this.txtTag. = false;
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(92, 56);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(85, 40);
this.btnOk.TabIndex = 584;
this.btnOk.Text = "确定";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// DlgEditPlcValue
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(273, 108);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.txtTag);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DlgEditPlcValue";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "修改值";
this.TopMost = true;
this.ResumeLayout(false);
}
#endregion
private PCHMI. txtTag;
private System.Windows.Forms.Button btnOk;
}
}