namespace Core.StlMes.Client.Mcp.Control.Base { partial class FrmRentFurnace { /// /// 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() { Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRentFurnace)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtBachNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel(); this.txtJudNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel(); this.panel1 = new System.Windows.Forms.Panel(); this.ultraButton2 = new Infragistics.Win.Misc.UltraButton(); this.ultraButton1 = new Infragistics.Win.Misc.UltraButton(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtBachNo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtJudNo)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.LightSteelBlue; this.groupBox1.Controls.Add(this.txtBachNo); this.groupBox1.Controls.Add(this.ultraLabel1); this.groupBox1.Controls.Add(this.txtJudNo); this.groupBox1.Controls.Add(this.ultraLabel3); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlText; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(212, 80); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "编辑区"; // // txtBachNo // this.txtBachNo.Location = new System.Drawing.Point(87, 51); this.txtBachNo.MaxLength = 10; this.txtBachNo.Name = "txtBachNo"; this.txtBachNo.Size = new System.Drawing.Size(91, 21); this.txtBachNo.TabIndex = 2; // // ultraLabel1 // appearance1.TextHAlignAsString = "Center"; appearance1.TextVAlignAsString = "Middle"; this.ultraLabel1.Appearance = appearance1; this.ultraLabel1.Location = new System.Drawing.Point(17, 51); this.ultraLabel1.Name = "ultraLabel1"; this.ultraLabel1.Size = new System.Drawing.Size(64, 23); this.ultraLabel1.TabIndex = 6; this.ultraLabel1.Text = "组炉批号"; // // txtJudNo // this.txtJudNo.Location = new System.Drawing.Point(87, 25); this.txtJudNo.MaxLength = 9; this.txtJudNo.Name = "txtJudNo"; this.txtJudNo.Size = new System.Drawing.Size(91, 21); this.txtJudNo.TabIndex = 1; // // ultraLabel3 // appearance2.TextHAlignAsString = "Center"; appearance2.TextVAlignAsString = "Middle"; this.ultraLabel3.Appearance = appearance2; this.ultraLabel3.Location = new System.Drawing.Point(17, 25); this.ultraLabel3.Name = "ultraLabel3"; this.ultraLabel3.Size = new System.Drawing.Size(64, 23); this.ultraLabel3.TabIndex = 2; this.ultraLabel3.Text = "组炉炉号"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.LightSteelBlue; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.ultraButton2); this.panel1.Controls.Add(this.ultraButton1); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.ForeColor = System.Drawing.SystemColors.ControlText; this.panel1.Location = new System.Drawing.Point(0, 80); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(212, 49); this.panel1.TabIndex = 1; // // ultraButton2 // this.ultraButton2.Location = new System.Drawing.Point(124, 13); this.ultraButton2.Name = "ultraButton2"; this.ultraButton2.Size = new System.Drawing.Size(75, 23); this.ultraButton2.TabIndex = 1; this.ultraButton2.Text = "取消"; this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click); // // ultraButton1 // this.ultraButton1.Location = new System.Drawing.Point(11, 13); this.ultraButton1.Name = "ultraButton1"; this.ultraButton1.Size = new System.Drawing.Size(75, 23); this.ultraButton1.TabIndex = 0; this.ultraButton1.Text = "确认"; this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click); // // FrmRentFurnace // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(212, 129); this.Controls.Add(this.groupBox1); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmRentFurnace"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "组炉信息"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtBachNo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtJudNo)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private Infragistics.Win.Misc.UltraLabel ultraLabel3; private System.Windows.Forms.Panel panel1; private Infragistics.Win.Misc.UltraButton ultraButton1; private Infragistics.Win.UltraWinEditors.UltraTextEditor txtJudNo; private Infragistics.Win.Misc.UltraButton ultraButton2; private Infragistics.Win.UltraWinEditors.UltraTextEditor txtBachNo; private Infragistics.Win.Misc.UltraLabel ultraLabel1; } }