115 lines
5.0 KiB
C#
115 lines
5.0 KiB
C#
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;
|
|
}
|
|
} |