Files
6150-HMI/CowainHmi/FrmStart.Designer.cs
2026-01-15 15:06:36 +08:00

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;
}
}