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

69 lines
2.3 KiB
C#

namespace CowainHmi
{
partial class DlgS1RFID1
{
/// <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()
{
this.ucRfidCtrl1 = new CowainHmi.ucRfidCtrl();
this.SuspendLayout();
//
// ucRfidCtrl1
//
this.ucRfidCtrl1.DataAddr = "DB900";
this.ucRfidCtrl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ucRfidCtrl1.IdAddr = "U70";
this.ucRfidCtrl1.Location = new System.Drawing.Point(0, 0);
this.ucRfidCtrl1.Name = "ucRfidCtrl1";
this.ucRfidCtrl1.NameList = new string[] {
"工位1",
"工位2",
"工位3",
"工位4"};
this.ucRfidCtrl1.Size = new System.Drawing.Size(894, 599);
this.ucRfidCtrl1.TabIndex = 0;
//
// DlgS1RFID1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(894, 599);
this.Controls.Add(this.ucRfidCtrl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DlgS1RFID1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "工站RFID";
this.ResumeLayout(false);
}
#endregion
private ucRfidCtrl ucRfidCtrl1;
}
}