namespace Core.StlMes.Client.ZGDev.Tools { partial class FrmOnLineManerger { /// /// 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() { this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel(); this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel(); this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel(); this.ultraTextEditor3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.ultraButton1 = new Infragistics.Win.Misc.UltraButton(); this.ultraButton2 = new Infragistics.Win.Misc.UltraButton(); ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit(); this.SuspendLayout(); // // ultraTextEditor1 // this.ultraTextEditor1.Location = new System.Drawing.Point(44, 20); this.ultraTextEditor1.Name = "ultraTextEditor1"; this.ultraTextEditor1.Size = new System.Drawing.Size(100, 21); this.ultraTextEditor1.TabIndex = 8; this.ultraTextEditor1.Text = "ultraTextEditor1"; // // ultraLabel1 // this.ultraLabel1.Location = new System.Drawing.Point(7, 25); this.ultraLabel1.Name = "ultraLabel1"; this.ultraLabel1.Size = new System.Drawing.Size(67, 23); this.ultraLabel1.TabIndex = 7; this.ultraLabel1.Text = "编号"; // // ultraLabel2 // this.ultraLabel2.Location = new System.Drawing.Point(167, 25); this.ultraLabel2.Name = "ultraLabel2"; this.ultraLabel2.Size = new System.Drawing.Size(67, 23); this.ultraLabel2.TabIndex = 7; this.ultraLabel2.Text = "轧制炉号"; // // ultraTextEditor2 // this.ultraTextEditor2.Location = new System.Drawing.Point(228, 20); this.ultraTextEditor2.Name = "ultraTextEditor2"; this.ultraTextEditor2.Size = new System.Drawing.Size(100, 21); this.ultraTextEditor2.TabIndex = 8; this.ultraTextEditor2.Text = "ultraTextEditor1"; // // ultraLabel3 // this.ultraLabel3.Location = new System.Drawing.Point(347, 23); this.ultraLabel3.Name = "ultraLabel3"; this.ultraLabel3.Size = new System.Drawing.Size(97, 23); this.ultraLabel3.TabIndex = 7; this.ultraLabel3.Text = "当炉已轧制支数"; // // ultraTextEditor3 // this.ultraTextEditor3.Location = new System.Drawing.Point(437, 20); this.ultraTextEditor3.Name = "ultraTextEditor3"; this.ultraTextEditor3.Size = new System.Drawing.Size(100, 21); this.ultraTextEditor3.TabIndex = 8; this.ultraTextEditor3.Text = "ultraTextEditor1"; // // ultraButton1 // this.ultraButton1.Location = new System.Drawing.Point(153, 70); this.ultraButton1.Name = "ultraButton1"; this.ultraButton1.Size = new System.Drawing.Size(75, 23); this.ultraButton1.TabIndex = 9; this.ultraButton1.Text = "上线"; // // ultraButton2 // this.ultraButton2.Location = new System.Drawing.Point(298, 70); this.ultraButton2.Name = "ultraButton2"; this.ultraButton2.Size = new System.Drawing.Size(75, 23); this.ultraButton2.TabIndex = 9; this.ultraButton2.Text = "取消"; // // FrmOnLineManerger // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(568, 119); this.Controls.Add(this.ultraButton2); this.Controls.Add(this.ultraButton1); this.Controls.Add(this.ultraTextEditor3); this.Controls.Add(this.ultraLabel3); this.Controls.Add(this.ultraTextEditor2); this.Controls.Add(this.ultraLabel2); this.Controls.Add(this.ultraTextEditor1); this.Controls.Add(this.ultraLabel1); this.Name = "FrmOnLineManerger"; this.Text = "上线管理"; this.Load += new System.EventHandler(this.FrmOnLineManerger_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1; private Infragistics.Win.Misc.UltraLabel ultraLabel1; private Infragistics.Win.Misc.UltraLabel ultraLabel2; private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2; private Infragistics.Win.Misc.UltraLabel ultraLabel3; private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor3; private Infragistics.Win.Misc.UltraButton ultraButton1; private Infragistics.Win.Misc.UltraButton ultraButton2; } }