76 lines
3.0 KiB
C#
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;
|
|
}
|
|
} |