Files
6150-HMI/CowainHmi/S1/S1产量统计.Designer.cs
2026-01-15 15:06:36 +08:00

155 lines
6.9 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace CowainHmi
{
partial class S1产量统计
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
PCHMI.InterLock interLock2 = new PCHMI.InterLock();
PCHMI.ST_SW_IF sT_SW_IF2 = new PCHMI.ST_SW_IF();
this.productionDisplay1 = new CowainHmi.ProductionDisplay();
this.45 = new PCHMI.(this.components);
this.1.SuspendLayout();
this.SuspendLayout();
//
// 面板1
//
this.1.Controls.Add(this.45);
this.1.Controls.Add(this.productionDisplay1);
this.1.Size = new System.Drawing.Size(891, 617);
//
// productionDisplay1
//
this.productionDisplay1.Location = new System.Drawing.Point(4, 53);
this.productionDisplay1.Margin = new System.Windows.Forms.Padding(4);
this.productionDisplay1.Name = "productionDisplay1";
this.productionDisplay1.PLCId = 0;
this.productionDisplay1.ProductionFolderPath = "S1Production";
this.productionDisplay1.RetCmdAddr = "U:S1_RetCmdAddr";
this.productionDisplay1.RetCountAddr = "U:S1_RetCountAddr";
this.productionDisplay1.ShiftAEndAddress = "U:S1_ShiftAEndAddress";
this.productionDisplay1.ShiftAStartAddress = "U:S1_ShiftAStartAddress";
this.productionDisplay1.ShiftBEndAddress = "U:S1_ShiftBEndAddress";
this.productionDisplay1.ShiftBStartAddress = "U:S1_ShiftBStartAddress";
this.productionDisplay1.ShiftCEndAddress = "U:S1_ShiftCEndAddress";
this.productionDisplay1.ShiftCStartAddress = "U:S1_ShiftCStartAddress";
this.productionDisplay1.Size = new System.Drawing.Size(885, 551);
this.productionDisplay1.StationName = "S1";
this.productionDisplay1.TabIndex = 4;
this.productionDisplay1.UpCmdAddr = "U:S1_UpCmdAddr";
this.productionDisplay1.UpOrderAddr = "U:S1_UpOrderAddr";
this.productionDisplay1.UpPartNumAddr = "U:S1_UpPartNumAddr";
this.productionDisplay1.Load += new System.EventHandler(this.productionDisplay1_Load);
//
// 按钮45
//
this.45.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
this.45.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.45.ForeColor = System.Drawing.Color.Black;
this.45.HDADDR = "";
this.45.Location = new System.Drawing.Point(-2, -1);
this.45.LockValue = ((uint)(0u));
this.45.Name = "按钮45";
this.45.PLC = ((uint)(0u));
this.45.Size = new System.Drawing.Size(895, 50);
this.45.TabIndex = 734;
this.45.Text = "产量统计";
this.45.UseVisualStyleBackColor = false;
this.45.Value = ((ulong)(0ul));
interLock2.HDADDR = "";
interLock2.PLC = ((uint)(0u));
interLock2. = ((uint)(1u));
interLock2. = "";
interLock2. = null;
interLock2. = "LOCK";
interLock2. = PCHMI.InterLock.DatType.BIT;
this.45. = interLock2;
this.45. = "NULL";
this.45. = ((uint)(0u));
this.45..PLC = new uint[] {
((uint)(0u))};
this.45.. = new string[] {
"U200"};
this.45.. = new PCHMI.FTYPE.ButtonType[] {
PCHMI.FTYPE.ButtonType.};
this.45.. = new string[] {
"100"};
this.45. = "";
this.45. = PCHMI..DatType.UINT16;
this.45. = false;
this.45. = new string[] {
null,
null,
null,
null,
null,
null,
null,
null};
this.45. = "";
this.45. = "NULL";
this.45..BkImg = null;
this.45.. = PCHMI.Employee.STSW.;
sT_SW_IF2.BkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
sT_SW_IF2.Img = null;
sT_SW_IF2.MaxVal = ((ulong)(0ul));
sT_SW_IF2.MinVal = ((ulong)(0ul));
sT_SW_IF2.Txt0 = "产量统计";
sT_SW_IF2.Txt1 = "Production screen one";
sT_SW_IF2.Txt2 = "";
sT_SW_IF2.Txt3 = "";
sT_SW_IF2.Txt4 = "";
sT_SW_IF2.Txt5 = "";
sT_SW_IF2.Txt6 = "";
sT_SW_IF2.Txt7 = "";
sT_SW_IF2.TxtColor = System.Drawing.Color.Black;
sT_SW_IF2.TxtNumber = "";
this.45.. = new PCHMI.ST_SW_IF[] {
sT_SW_IF2};
this.45..ID = ((uint)(0u));
this.45. = "";
this.45. = ((uint)(0u));
//
// S1产量统计
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "S1产量统计";
this.Size = new System.Drawing.Size(1024, 625);
this.1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ProductionDisplay productionDisplay1;
private ProductionDisplay productionDisplay2;
private PCHMI. 45;
}
}