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

76 lines
3.0 KiB
C#

namespace CowainHmi
{
partial class DlgS1Press1
{
/// <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(DlgS1Press1));
this.ucPressCtrl1 = new CowainHmi.ucPressCtrl();
this.1 = new CowainHmi.();
this.SuspendLayout();
//
// ucPressCtrl1
//
this.ucPressCtrl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ucPressCtrl1.Location = new System.Drawing.Point(0, 0);
this.ucPressCtrl1.Name = "ucPressCtrl1";
this.ucPressCtrl1.PressDBIn = "DB3400";
this.ucPressCtrl1.PressDBOut = "DB3401";
this.ucPressCtrl1.Size = new System.Drawing.Size(894, 599);
this.ucPressCtrl1.TabIndex = 0;
//
// 变量表格监控1
//
this.1.DB = 0;
this.1.Location = new System.Drawing.Point(4, 297);
this.1.Name = "变量表格监控1";
this.1.Size = new System.Drawing.Size(887, 292);
this.1.TabIndex = 656;
this.1.TagText = resources.GetString("变量表格监控1.TagText");
//
// DlgS1Press1
//
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.1);
this.Controls.Add(this.ucPressCtrl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "DlgS1Press1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "压机1";
this.ResumeLayout(false);
}
#endregion
private ucPressCtrl ucPressCtrl1;
private 1;
}
}