namespace CowainHmi { partial class DlgS1Press1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }