124 lines
5.7 KiB
C#
124 lines
5.7 KiB
C#
namespace CowainHmi
|
|
{
|
|
partial class FrmStart
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmStart));
|
|
PCHMI.InterLock interLock2 = new PCHMI.InterLock();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.图片2 = new PCHMI.图片();
|
|
((System.ComponentModel.ISupportInitialize)(this.图片2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
|
|
this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btnClose.Location = new System.Drawing.Point(759, 2);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(36, 36);
|
|
this.btnClose.TabIndex = 4;
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// 图片2
|
|
//
|
|
this.图片2.BackColor = System.Drawing.Color.Transparent;
|
|
this.图片2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.图片2.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.图片2.HDADDR = "";
|
|
this.图片2.Image = ((System.Drawing.Image)(resources.GetObject("图片2.Image")));
|
|
this.图片2.Location = new System.Drawing.Point(0, 2);
|
|
this.图片2.Margin = new System.Windows.Forms.Padding(2);
|
|
this.图片2.Name = "图片2";
|
|
this.图片2.PLC = ((uint)(0u));
|
|
this.图片2.Size = new System.Drawing.Size(800, 600);
|
|
this.图片2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.图片2.TabIndex = 609;
|
|
this.图片2.TabStop = false;
|
|
this.图片2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.图片2.TxtFont = new System.Drawing.Font("宋体", 15F);
|
|
this.图片2.Value = ((ulong)(0ul));
|
|
interLock2.HDADDR = "";
|
|
interLock2.PLC = ((uint)(0u));
|
|
interLock2.互锁启用值 = ((uint)(1u));
|
|
interLock2.互锁地址 = "";
|
|
interLock2.互锁显示图标 = null;
|
|
interLock2.互锁显示文本 = "LOCK";
|
|
interLock2.互锁类型 = PCHMI.InterLock.DatType.BIT;
|
|
this.图片2.互锁 = interLock2;
|
|
this.图片2.安全级别 = ((uint)(0u));
|
|
this.图片2.开关功能.PLC = new uint[] {
|
|
((uint)(0u))};
|
|
this.图片2.开关功能.地址 = new string[] {
|
|
""};
|
|
this.图片2.开关功能.开关 = new PCHMI.FTYPE.ButtonType[] {
|
|
PCHMI.FTYPE.ButtonType.无效};
|
|
this.图片2.开关功能.扩展 = new string[] {
|
|
""};
|
|
this.图片2.快捷键 = "";
|
|
this.图片2.指示灯地址 = "";
|
|
this.图片2.指示类型 = PCHMI.图片.DatType.BIT;
|
|
this.图片2.操作记录 = "";
|
|
this.图片2.显示内容.BkImg = null;
|
|
this.图片2.显示内容.状态切换条件 = PCHMI.Employee.STSW.按序号值切换状态;
|
|
this.图片2.显示内容.状态文本 = null;
|
|
this.图片2.显示内容.默认状态文本ID = ((uint)(0u));
|
|
this.图片2.显示文本 = true;
|
|
this.图片2.显示边框 = false;
|
|
this.图片2.权限提示文本 = "";
|
|
this.图片2.语言 = ((uint)(0u));
|
|
this.图片2.边框颜色 = System.Drawing.Color.LightGray;
|
|
this.图片2.Click += new System.EventHandler(this.图片2_Click);
|
|
//
|
|
// FrmStart
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.InactiveCaption;
|
|
this.ClientSize = new System.Drawing.Size(800, 600);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.图片2);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "FrmStart";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FrmStart";
|
|
this.TransparencyKey = System.Drawing.Color.Transparent;
|
|
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FrmStart_MouseDown);
|
|
((System.ComponentModel.ISupportInitialize)(this.图片2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button btnClose;
|
|
private PCHMI.图片 图片2;
|
|
}
|
|
} |