namespace Core.LgMes.Client.LgDeviceManager { partial class FrmVTHot { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); this.cmbID = new System.Windows.Forms.ComboBox(); this.lblTundishID = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtMemo = new System.Windows.Forms.TextBox(); this.udteStart = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.ulgrpBaseInfoEdit = new Infragistics.Win.Misc.UltraGroupBox(); this.btnClose = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.btnEnd = new System.Windows.Forms.Button(); this.btnBegin = new System.Windows.Forms.Button(); this.cmbRHS = new System.Windows.Forms.ComboBox(); this.udteEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtCS3 = new System.Windows.Forms.TextBox(); this.txtCS2 = new System.Windows.Forms.TextBox(); this.txtCS1 = new System.Windows.Forms.TextBox(); this.txtID3 = new System.Windows.Forms.TextBox(); this.txtID2 = new System.Windows.Forms.TextBox(); this.txtID1 = new System.Windows.Forms.TextBox(); this.txtPeriod = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.udteStart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).BeginInit(); this.ulgrpBaseInfoEdit.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.udteEnd)).BeginInit(); this.SuspendLayout(); // // cmbID // this.cmbID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbID.FormattingEnabled = true; this.cmbID.Location = new System.Drawing.Point(91, 45); this.cmbID.Name = "cmbID"; this.cmbID.Size = new System.Drawing.Size(147, 20); this.cmbID.TabIndex = 1; this.cmbID.SelectedIndexChanged += new System.EventHandler(this.cbbID_SelectedIndexChanged); // // lblTundishID // this.lblTundishID.AutoSize = true; this.lblTundishID.BackColor = System.Drawing.Color.Transparent; this.lblTundishID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTundishID.Location = new System.Drawing.Point(34, 49); this.lblTundishID.Name = "lblTundishID"; this.lblTundishID.Size = new System.Drawing.Size(53, 12); this.lblTundishID.TabIndex = 0; this.lblTundishID.Text = "槽车编号"; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(10, 103); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 12); this.label1.TabIndex = 0; this.label1.Text = "烘烤开始时刻"; // // txtMemo // this.txtMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMemo.Location = new System.Drawing.Point(91, 183); this.txtMemo.MaxLength = 300; this.txtMemo.Multiline = true; this.txtMemo.Name = "txtMemo"; this.txtMemo.Size = new System.Drawing.Size(147, 48); this.txtMemo.TabIndex = 11; // // udteStart // this.udteStart.FormatProvider = new System.Globalization.CultureInfo("en-US"); this.udteStart.FormatString = "yyyy-MM-dd HH:mm:ss"; this.udteStart.Location = new System.Drawing.Point(91, 99); this.udteStart.MaskInput = "yyyy-mm-dd hh:mm:ss"; this.udteStart.Name = "udteStart"; this.udteStart.Size = new System.Drawing.Size(147, 21); this.udteStart.TabIndex = 8; // // ulgrpBaseInfoEdit // appearance1.FontData.Name = "宋体"; appearance1.FontData.SizeInPoints = 9F; this.ulgrpBaseInfoEdit.Appearance = appearance1; this.ulgrpBaseInfoEdit.Controls.Add(this.btnClose); this.ulgrpBaseInfoEdit.Controls.Add(this.label4); this.ulgrpBaseInfoEdit.Controls.Add(this.btnEnd); this.ulgrpBaseInfoEdit.Controls.Add(this.btnBegin); this.ulgrpBaseInfoEdit.Controls.Add(this.cmbRHS); this.ulgrpBaseInfoEdit.Controls.Add(this.udteEnd); this.ulgrpBaseInfoEdit.Controls.Add(this.udteStart); this.ulgrpBaseInfoEdit.Controls.Add(this.label8); this.ulgrpBaseInfoEdit.Controls.Add(this.label7); this.ulgrpBaseInfoEdit.Controls.Add(this.label5); this.ulgrpBaseInfoEdit.Controls.Add(this.label6); this.ulgrpBaseInfoEdit.Controls.Add(this.label3); this.ulgrpBaseInfoEdit.Controls.Add(this.label2); this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS3); this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS2); this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS1); this.ulgrpBaseInfoEdit.Controls.Add(this.txtID3); this.ulgrpBaseInfoEdit.Controls.Add(this.txtID2); this.ulgrpBaseInfoEdit.Controls.Add(this.txtID1); this.ulgrpBaseInfoEdit.Controls.Add(this.txtPeriod); this.ulgrpBaseInfoEdit.Controls.Add(this.txtMemo); this.ulgrpBaseInfoEdit.Controls.Add(this.label1); this.ulgrpBaseInfoEdit.Controls.Add(this.lblTundishID); this.ulgrpBaseInfoEdit.Controls.Add(this.cmbID); this.ulgrpBaseInfoEdit.Dock = System.Windows.Forms.DockStyle.Fill; this.ulgrpBaseInfoEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ulgrpBaseInfoEdit.Location = new System.Drawing.Point(0, 0); this.ulgrpBaseInfoEdit.Name = "ulgrpBaseInfoEdit"; this.ulgrpBaseInfoEdit.Size = new System.Drawing.Size(273, 289); this.ulgrpBaseInfoEdit.TabIndex = 0; // // btnClose // this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Location = new System.Drawing.Point(180, 253); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 3; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = true; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(22, 22); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 12); this.label4.TabIndex = 0; this.label4.Text = "所属RH炉号"; // // btnEnd // this.btnEnd.Location = new System.Drawing.Point(97, 253); this.btnEnd.Name = "btnEnd"; this.btnEnd.Size = new System.Drawing.Size(75, 23); this.btnEnd.TabIndex = 2; this.btnEnd.Text = "烘烤结束"; this.btnEnd.UseVisualStyleBackColor = true; this.btnEnd.Click += new System.EventHandler(this.btnEnd_Click); // // btnBegin // this.btnBegin.Location = new System.Drawing.Point(14, 253); this.btnBegin.Name = "btnBegin"; this.btnBegin.Size = new System.Drawing.Size(75, 23); this.btnBegin.TabIndex = 1; this.btnBegin.Text = "烘烤开始"; this.btnBegin.UseVisualStyleBackColor = true; this.btnBegin.Click += new System.EventHandler(this.btnBegin_Click); // // cmbRHS // this.cmbRHS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbRHS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbRHS.FormattingEnabled = true; this.cmbRHS.Items.AddRange(new object[] { "1#RH炉"}); this.cmbRHS.Location = new System.Drawing.Point(91, 18); this.cmbRHS.Name = "cmbRHS"; this.cmbRHS.Size = new System.Drawing.Size(147, 20); this.cmbRHS.TabIndex = 0; this.cmbRHS.SelectedIndexChanged += new System.EventHandler(this.cbbCCM_SelectedIndexChanged); // // udteEnd // this.udteEnd.FormatProvider = new System.Globalization.CultureInfo("en-US"); this.udteEnd.FormatString = "yyyy-MM-dd HH:mm:ss"; this.udteEnd.Location = new System.Drawing.Point(91, 127); this.udteEnd.MaskInput = "yyyy-mm-dd hh:mm:ss"; this.udteEnd.Name = "udteEnd"; this.udteEnd.Size = new System.Drawing.Size(147, 21); this.udteEnd.TabIndex = 9; // // label8 // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.Transparent; this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.Location = new System.Drawing.Point(46, 330); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(41, 12); this.label8.TabIndex = 0; this.label8.Text = "下部槽"; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(46, 302); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(41, 12); this.label7.TabIndex = 0; this.label7.Text = "中部槽"; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(46, 76); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(41, 12); this.label5.TabIndex = 0; this.label5.Text = "上部槽"; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(34, 159); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 0; this.label6.Text = "烘烤时间"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(58, 188); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); this.label3.TabIndex = 0; this.label3.Text = "备注"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(10, 131); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 12); this.label2.TabIndex = 0; this.label2.Text = "烘烤结束时刻"; // // txtCS3 // this.txtCS3.BackColor = System.Drawing.Color.Gainsboro; this.txtCS3.Enabled = false; this.txtCS3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtCS3.Location = new System.Drawing.Point(166, 326); this.txtCS3.MaxLength = 300; this.txtCS3.Name = "txtCS3"; this.txtCS3.ReadOnly = true; this.txtCS3.Size = new System.Drawing.Size(72, 21); this.txtCS3.TabIndex = 7; // // txtCS2 // this.txtCS2.BackColor = System.Drawing.Color.Gainsboro; this.txtCS2.Enabled = false; this.txtCS2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtCS2.Location = new System.Drawing.Point(166, 298); this.txtCS2.MaxLength = 300; this.txtCS2.Name = "txtCS2"; this.txtCS2.ReadOnly = true; this.txtCS2.Size = new System.Drawing.Size(72, 21); this.txtCS2.TabIndex = 5; // // txtCS1 // this.txtCS1.BackColor = System.Drawing.Color.Gainsboro; this.txtCS1.Enabled = false; this.txtCS1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtCS1.Location = new System.Drawing.Point(166, 72); this.txtCS1.MaxLength = 300; this.txtCS1.Name = "txtCS1"; this.txtCS1.ReadOnly = true; this.txtCS1.Size = new System.Drawing.Size(72, 21); this.txtCS1.TabIndex = 3; // // txtID3 // this.txtID3.BackColor = System.Drawing.Color.Gainsboro; this.txtID3.Enabled = false; this.txtID3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtID3.Location = new System.Drawing.Point(91, 326); this.txtID3.MaxLength = 300; this.txtID3.Name = "txtID3"; this.txtID3.ReadOnly = true; this.txtID3.Size = new System.Drawing.Size(72, 21); this.txtID3.TabIndex = 6; // // txtID2 // this.txtID2.BackColor = System.Drawing.Color.Gainsboro; this.txtID2.Enabled = false; this.txtID2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtID2.Location = new System.Drawing.Point(91, 298); this.txtID2.MaxLength = 300; this.txtID2.Name = "txtID2"; this.txtID2.ReadOnly = true; this.txtID2.Size = new System.Drawing.Size(72, 21); this.txtID2.TabIndex = 4; // // txtID1 // this.txtID1.BackColor = System.Drawing.Color.Gainsboro; this.txtID1.Enabled = false; this.txtID1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtID1.Location = new System.Drawing.Point(91, 72); this.txtID1.MaxLength = 300; this.txtID1.Name = "txtID1"; this.txtID1.ReadOnly = true; this.txtID1.Size = new System.Drawing.Size(72, 21); this.txtID1.TabIndex = 2; // // txtPeriod // this.txtPeriod.BackColor = System.Drawing.Color.Gainsboro; this.txtPeriod.Enabled = false; this.txtPeriod.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtPeriod.Location = new System.Drawing.Point(91, 155); this.txtPeriod.MaxLength = 300; this.txtPeriod.Name = "txtPeriod"; this.txtPeriod.ReadOnly = true; this.txtPeriod.Size = new System.Drawing.Size(147, 21); this.txtPeriod.TabIndex = 10; // // FrmVTHot // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(273, 289); this.Controls.Add(this.ulgrpBaseInfoEdit); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmVTHot"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "真空槽烘烤"; this.Load += new System.EventHandler(this.FrmVTHot_Load); ((System.ComponentModel.ISupportInitialize)(this.udteStart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).EndInit(); this.ulgrpBaseInfoEdit.ResumeLayout(false); this.ulgrpBaseInfoEdit.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.udteEnd)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox cmbID; private System.Windows.Forms.Label lblTundishID; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtMemo; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteStart; public Infragistics.Win.Misc.UltraGroupBox ulgrpBaseInfoEdit; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteEnd; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnBegin; private System.Windows.Forms.Button btnEnd; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox cmbRHS; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtID1; private System.Windows.Forms.TextBox txtPeriod; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtCS3; private System.Windows.Forms.TextBox txtCS2; private System.Windows.Forms.TextBox txtCS1; private System.Windows.Forms.TextBox txtID3; private System.Windows.Forms.TextBox txtID2; } }