namespace Core.LgMes.Client.LgDeviceManager
{
partial class FrmZEROBaseInfo
{
///
/// 必需的设计器变量。
///
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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmZEROBaseInfo));
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.ADD = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.EDIT = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.DEL = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.CLOSE = new System.Windows.Forms.ToolStripButton();
this.cmbID = new System.Windows.Forms.ComboBox();
this.lblTundishID = new System.Windows.Forms.Label();
this.lblCreateDate = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtTgl = new System.Windows.Forms.TextBox();
this.lblAge = new System.Windows.Forms.Label();
this.lblNowStatus = new System.Windows.Forms.Label();
this.txtMemo = new System.Windows.Forms.TextBox();
this.lblBaseInfoMemo = new System.Windows.Forms.Label();
this.udtePTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.udteBuyTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ulgrpBaseInfoEdit = new Infragistics.Win.Misc.UltraGroupBox();
this.txtRightAge = new System.Windows.Forms.TextBox();
this.lblRightAge = new System.Windows.Forms.Label();
this.txtLeftAge = new System.Windows.Forms.TextBox();
this.lblLeftAge = new System.Windows.Forms.Label();
this.txtInnerAge = new System.Windows.Forms.TextBox();
this.lblInnerAge = new System.Windows.Forms.Label();
this.txtOutAge = new System.Windows.Forms.TextBox();
this.lblOutAge = new System.Windows.Forms.Label();
this.txtCS = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.txtPos = new System.Windows.Forms.TextBox();
this.txtStatus = new System.Windows.Forms.TextBox();
this.txtCS6 = new System.Windows.Forms.TextBox();
this.txtCS4 = new System.Windows.Forms.TextBox();
this.txtCS5 = new System.Windows.Forms.TextBox();
this.txtCS3 = new System.Windows.Forms.TextBox();
this.txtCS2 = new System.Windows.Forms.TextBox();
this.txtCS1 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.cmbCCM = new System.Windows.Forms.ComboBox();
this.cmbID6 = new System.Windows.Forms.ComboBox();
this.cmbID5 = new System.Windows.Forms.ComboBox();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.udtePTime)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).BeginInit();
this.ulgrpBaseInfoEdit.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ADD,
this.toolStripSeparator1,
this.EDIT,
this.toolStripSeparator2,
this.DEL,
this.toolStripSeparator3,
this.CLOSE});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(430, 30);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
//
// ADD
//
this.ADD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.ADD.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ADD.Name = "ADD";
this.ADD.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
this.ADD.Size = new System.Drawing.Size(56, 27);
this.ADD.Text = "新增";
this.ADD.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 30);
//
// EDIT
//
this.EDIT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.EDIT.ImageTransparentColor = System.Drawing.Color.Magenta;
this.EDIT.Name = "EDIT";
this.EDIT.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
this.EDIT.Size = new System.Drawing.Size(56, 27);
this.EDIT.Text = "修改";
this.EDIT.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 30);
//
// DEL
//
this.DEL.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.DEL.Image = ((System.Drawing.Image)(resources.GetObject("DEL.Image")));
this.DEL.ImageTransparentColor = System.Drawing.Color.Magenta;
this.DEL.Name = "DEL";
this.DEL.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
this.DEL.Size = new System.Drawing.Size(56, 27);
this.DEL.Text = "删除";
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 30);
//
// CLOSE
//
this.CLOSE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.CLOSE.Image = ((System.Drawing.Image)(resources.GetObject("CLOSE.Image")));
this.CLOSE.ImageTransparentColor = System.Drawing.Color.Magenta;
this.CLOSE.Name = "CLOSE";
this.CLOSE.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
this.CLOSE.Size = new System.Drawing.Size(56, 27);
this.CLOSE.Text = "关闭";
//
// cmbID
//
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(287, 22);
this.cmbID.Name = "cmbID";
this.cmbID.Size = new System.Drawing.Size(125, 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(230, 25);
this.lblTundishID.Name = "lblTundishID";
this.lblTundishID.Size = new System.Drawing.Size(53, 12);
this.lblTundishID.TabIndex = 0;
this.lblTundishID.Text = "段位编号";
//
// lblCreateDate
//
this.lblCreateDate.AutoSize = true;
this.lblCreateDate.BackColor = System.Drawing.Color.Transparent;
this.lblCreateDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCreateDate.Location = new System.Drawing.Point(230, 109);
this.lblCreateDate.Name = "lblCreateDate";
this.lblCreateDate.Size = new System.Drawing.Size(53, 12);
this.lblCreateDate.TabIndex = 0;
this.lblCreateDate.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(35, 109);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "生产日期";
//
// txtTgl
//
this.txtTgl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtTgl.Location = new System.Drawing.Point(287, 49);
this.txtTgl.MaxLength = 10;
this.txtTgl.Name = "txtTgl";
this.txtTgl.Size = new System.Drawing.Size(125, 21);
this.txtTgl.TabIndex = 3;
this.txtTgl.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
//
// lblAge
//
this.lblAge.AutoSize = true;
this.lblAge.BackColor = System.Drawing.Color.Transparent;
this.lblAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblAge.Location = new System.Drawing.Point(242, 53);
this.lblAge.Name = "lblAge";
this.lblAge.Size = new System.Drawing.Size(41, 12);
this.lblAge.TabIndex = 0;
this.lblAge.Text = "通钢量";
//
// lblNowStatus
//
this.lblNowStatus.AutoSize = true;
this.lblNowStatus.BackColor = System.Drawing.Color.Transparent;
this.lblNowStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblNowStatus.Location = new System.Drawing.Point(35, 80);
this.lblNowStatus.Name = "lblNowStatus";
this.lblNowStatus.Size = new System.Drawing.Size(53, 12);
this.lblNowStatus.TabIndex = 0;
this.lblNowStatus.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(94, 132);
this.txtMemo.MaxLength = 300;
this.txtMemo.Multiline = true;
this.txtMemo.Name = "txtMemo";
this.txtMemo.Size = new System.Drawing.Size(318, 49);
this.txtMemo.TabIndex = 20;
//
// lblBaseInfoMemo
//
this.lblBaseInfoMemo.AutoSize = true;
this.lblBaseInfoMemo.BackColor = System.Drawing.Color.Transparent;
this.lblBaseInfoMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblBaseInfoMemo.Location = new System.Drawing.Point(59, 138);
this.lblBaseInfoMemo.Name = "lblBaseInfoMemo";
this.lblBaseInfoMemo.Size = new System.Drawing.Size(29, 12);
this.lblBaseInfoMemo.TabIndex = 0;
this.lblBaseInfoMemo.Text = "备注";
//
// udtePTime
//
this.udtePTime.Location = new System.Drawing.Point(92, 105);
this.udtePTime.MaskInput = "{date}";
this.udtePTime.Name = "udtePTime";
this.udtePTime.Nullable = false;
this.udtePTime.Size = new System.Drawing.Size(125, 21);
this.udtePTime.TabIndex = 18;
//
// udteBuyTime
//
this.udteBuyTime.Location = new System.Drawing.Point(287, 105);
this.udteBuyTime.MaskInput = "{date}";
this.udteBuyTime.Name = "udteBuyTime";
this.udteBuyTime.Nullable = false;
this.udteBuyTime.Size = new System.Drawing.Size(125, 21);
this.udteBuyTime.TabIndex = 19;
//
// ulgrpBaseInfoEdit
//
appearance1.FontData.Name = "宋体";
appearance1.FontData.SizeInPoints = 9F;
this.ulgrpBaseInfoEdit.Appearance = appearance1;
this.ulgrpBaseInfoEdit.Controls.Add(this.txtRightAge);
this.ulgrpBaseInfoEdit.Controls.Add(this.lblRightAge);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtLeftAge);
this.ulgrpBaseInfoEdit.Controls.Add(this.lblLeftAge);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtInnerAge);
this.ulgrpBaseInfoEdit.Controls.Add(this.lblInnerAge);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtOutAge);
this.ulgrpBaseInfoEdit.Controls.Add(this.lblOutAge);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS);
this.ulgrpBaseInfoEdit.Controls.Add(this.udteBuyTime);
this.ulgrpBaseInfoEdit.Controls.Add(this.udtePTime);
this.ulgrpBaseInfoEdit.Controls.Add(this.lblBaseInfoMemo);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtMemo);
this.ulgrpBaseInfoEdit.Controls.Add(this.label4);
this.ulgrpBaseInfoEdit.Controls.Add(this.label3);
this.ulgrpBaseInfoEdit.Controls.Add(this.lblNowStatus);
this.ulgrpBaseInfoEdit.Controls.Add(this.label16);
this.ulgrpBaseInfoEdit.Controls.Add(this.label15);
this.ulgrpBaseInfoEdit.Controls.Add(this.lblAge);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtPos);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtStatus);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS6);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS4);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS5);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS3);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS2);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS1);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtTgl);
this.ulgrpBaseInfoEdit.Controls.Add(this.label1);
this.ulgrpBaseInfoEdit.Controls.Add(this.lblCreateDate);
this.ulgrpBaseInfoEdit.Controls.Add(this.label5);
this.ulgrpBaseInfoEdit.Controls.Add(this.label14);
this.ulgrpBaseInfoEdit.Controls.Add(this.label11);
this.ulgrpBaseInfoEdit.Controls.Add(this.label13);
this.ulgrpBaseInfoEdit.Controls.Add(this.label9);
this.ulgrpBaseInfoEdit.Controls.Add(this.label7);
this.ulgrpBaseInfoEdit.Controls.Add(this.label2);
this.ulgrpBaseInfoEdit.Controls.Add(this.lblTundishID);
this.ulgrpBaseInfoEdit.Controls.Add(this.cmbCCM);
this.ulgrpBaseInfoEdit.Controls.Add(this.cmbID6);
this.ulgrpBaseInfoEdit.Controls.Add(this.cmbID5);
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, 30);
this.ulgrpBaseInfoEdit.Name = "ulgrpBaseInfoEdit";
this.ulgrpBaseInfoEdit.Size = new System.Drawing.Size(430, 217);
this.ulgrpBaseInfoEdit.TabIndex = 0;
//
// txtRightAge
//
this.txtRightAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRightAge.Location = new System.Drawing.Point(284, 408);
this.txtRightAge.MaxLength = 10;
this.txtRightAge.Name = "txtRightAge";
this.txtRightAge.Size = new System.Drawing.Size(125, 21);
this.txtRightAge.TabIndex = 28;
//
// lblRightAge
//
this.lblRightAge.AutoSize = true;
this.lblRightAge.BackColor = System.Drawing.Color.Transparent;
this.lblRightAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRightAge.Location = new System.Drawing.Point(242, 413);
this.lblRightAge.Name = "lblRightAge";
this.lblRightAge.Size = new System.Drawing.Size(41, 12);
this.lblRightAge.TabIndex = 27;
this.lblRightAge.Text = "通钢量";
//
// txtLeftAge
//
this.txtLeftAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtLeftAge.Location = new System.Drawing.Point(284, 380);
this.txtLeftAge.MaxLength = 10;
this.txtLeftAge.Name = "txtLeftAge";
this.txtLeftAge.Size = new System.Drawing.Size(125, 21);
this.txtLeftAge.TabIndex = 26;
//
// lblLeftAge
//
this.lblLeftAge.AutoSize = true;
this.lblLeftAge.BackColor = System.Drawing.Color.Transparent;
this.lblLeftAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblLeftAge.Location = new System.Drawing.Point(242, 385);
this.lblLeftAge.Name = "lblLeftAge";
this.lblLeftAge.Size = new System.Drawing.Size(41, 12);
this.lblLeftAge.TabIndex = 25;
this.lblLeftAge.Text = "通钢量";
//
// txtInnerAge
//
this.txtInnerAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtInnerAge.Location = new System.Drawing.Point(284, 354);
this.txtInnerAge.MaxLength = 10;
this.txtInnerAge.Name = "txtInnerAge";
this.txtInnerAge.Size = new System.Drawing.Size(125, 21);
this.txtInnerAge.TabIndex = 24;
//
// lblInnerAge
//
this.lblInnerAge.AutoSize = true;
this.lblInnerAge.BackColor = System.Drawing.Color.Transparent;
this.lblInnerAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblInnerAge.Location = new System.Drawing.Point(239, 359);
this.lblInnerAge.Name = "lblInnerAge";
this.lblInnerAge.Size = new System.Drawing.Size(41, 12);
this.lblInnerAge.TabIndex = 23;
this.lblInnerAge.Text = "通钢量";
//
// txtOutAge
//
this.txtOutAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtOutAge.Location = new System.Drawing.Point(284, 323);
this.txtOutAge.MaxLength = 10;
this.txtOutAge.Name = "txtOutAge";
this.txtOutAge.Size = new System.Drawing.Size(125, 21);
this.txtOutAge.TabIndex = 22;
//
// lblOutAge
//
this.lblOutAge.AutoSize = true;
this.lblOutAge.BackColor = System.Drawing.Color.Transparent;
this.lblOutAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblOutAge.Location = new System.Drawing.Point(239, 329);
this.lblOutAge.Name = "lblOutAge";
this.lblOutAge.Size = new System.Drawing.Size(41, 12);
this.lblOutAge.TabIndex = 21;
this.lblOutAge.Text = "通钢量";
//
// txtCS
//
this.txtCS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCS.Location = new System.Drawing.Point(92, 49);
this.txtCS.MaxLength = 10;
this.txtCS.Name = "txtCS";
this.txtCS.ShortcutsEnabled = false;
this.txtCS.Size = new System.Drawing.Size(125, 21);
this.txtCS.TabIndex = 2;
this.txtCS.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
//
// 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(230, 80);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 0;
this.label4.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(21, 25);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 0;
this.label3.Text = "所属铸机号";
//
// label16
//
this.label16.AutoSize = true;
this.label16.BackColor = System.Drawing.Color.Transparent;
this.label16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label16.Location = new System.Drawing.Point(229, 472);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(53, 12);
this.label16.TabIndex = 0;
this.label16.Text = "使用炉数";
//
// label15
//
this.label15.AutoSize = true;
this.label15.BackColor = System.Drawing.Color.Transparent;
this.label15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label15.Location = new System.Drawing.Point(229, 444);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(53, 12);
this.label15.TabIndex = 0;
this.label15.Text = "使用炉数";
//
// txtPos
//
this.txtPos.BackColor = System.Drawing.Color.Gainsboro;
this.txtPos.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtPos.Enabled = false;
this.txtPos.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPos.Location = new System.Drawing.Point(287, 76);
this.txtPos.Name = "txtPos";
this.txtPos.ReadOnly = true;
this.txtPos.Size = new System.Drawing.Size(125, 21);
this.txtPos.TabIndex = 17;
//
// txtStatus
//
this.txtStatus.BackColor = System.Drawing.Color.Gainsboro;
this.txtStatus.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtStatus.Enabled = false;
this.txtStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtStatus.Location = new System.Drawing.Point(92, 76);
this.txtStatus.Name = "txtStatus";
this.txtStatus.ReadOnly = true;
this.txtStatus.Size = new System.Drawing.Size(125, 21);
this.txtStatus.TabIndex = 16;
//
// txtCS6
//
this.txtCS6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCS6.Location = new System.Drawing.Point(286, 468);
this.txtCS6.MaxLength = 10;
this.txtCS6.Name = "txtCS6";
this.txtCS6.ShortcutsEnabled = false;
this.txtCS6.Size = new System.Drawing.Size(111, 21);
this.txtCS6.TabIndex = 15;
this.txtCS6.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
//
// txtCS4
//
this.txtCS4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCS4.Location = new System.Drawing.Point(89, 406);
this.txtCS4.MaxLength = 10;
this.txtCS4.Name = "txtCS4";
this.txtCS4.ShortcutsEnabled = false;
this.txtCS4.Size = new System.Drawing.Size(125, 21);
this.txtCS4.TabIndex = 11;
this.txtCS4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
//
// txtCS5
//
this.txtCS5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCS5.Location = new System.Drawing.Point(286, 440);
this.txtCS5.MaxLength = 10;
this.txtCS5.Name = "txtCS5";
this.txtCS5.ShortcutsEnabled = false;
this.txtCS5.Size = new System.Drawing.Size(111, 21);
this.txtCS5.TabIndex = 13;
this.txtCS5.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
//
// txtCS3
//
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(89, 378);
this.txtCS3.MaxLength = 10;
this.txtCS3.Name = "txtCS3";
this.txtCS3.ShortcutsEnabled = false;
this.txtCS3.Size = new System.Drawing.Size(125, 21);
this.txtCS3.TabIndex = 9;
this.txtCS3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
//
// txtCS2
//
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(89, 350);
this.txtCS2.MaxLength = 10;
this.txtCS2.Name = "txtCS2";
this.txtCS2.ShortcutsEnabled = false;
this.txtCS2.Size = new System.Drawing.Size(125, 21);
this.txtCS2.TabIndex = 7;
this.txtCS2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
//
// txtCS1
//
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(89, 324);
this.txtCS1.MaxLength = 10;
this.txtCS1.Name = "txtCS1";
this.txtCS1.ShortcutsEnabled = false;
this.txtCS1.Size = new System.Drawing.Size(125, 21);
this.txtCS1.TabIndex = 5;
this.txtCS1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
//
// 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(33, 52);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 0;
this.label5.Text = "段位次数";
//
// label14
//
this.label14.AutoSize = true;
this.label14.BackColor = System.Drawing.Color.Transparent;
this.label14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label14.Location = new System.Drawing.Point(22, 472);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(65, 12);
this.label14.TabIndex = 0;
this.label14.Text = "内弧水箱号";
//
// label11
//
this.label11.AutoSize = true;
this.label11.BackColor = System.Drawing.Color.Transparent;
this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label11.Location = new System.Drawing.Point(12, 413);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(77, 12);
this.label11.TabIndex = 0;
this.label11.Text = "右侧铜板炉数";
//
// label13
//
this.label13.AutoSize = true;
this.label13.BackColor = System.Drawing.Color.Transparent;
this.label13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.Location = new System.Drawing.Point(22, 444);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(65, 12);
this.label13.TabIndex = 0;
this.label13.Text = "外弧水箱号";
//
// label9
//
this.label9.AutoSize = true;
this.label9.BackColor = System.Drawing.Color.Transparent;
this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.Location = new System.Drawing.Point(12, 385);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(77, 12);
this.label9.TabIndex = 0;
this.label9.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(12, 357);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(77, 12);
this.label7.TabIndex = 0;
this.label7.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, 329);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 12);
this.label2.TabIndex = 0;
this.label2.Text = "外弧铜板炉数";
//
// cmbCCM
//
this.cmbCCM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCCM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbCCM.FormattingEnabled = true;
this.cmbCCM.Items.AddRange(new object[] {
"1#连铸机",
"2#连铸机"});
this.cmbCCM.Location = new System.Drawing.Point(92, 22);
this.cmbCCM.Name = "cmbCCM";
this.cmbCCM.Size = new System.Drawing.Size(125, 20);
this.cmbCCM.TabIndex = 0;
this.cmbCCM.SelectedIndexChanged += new System.EventHandler(this.cbbCCM_SelectedIndexChanged);
//
// cmbID6
//
this.cmbID6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbID6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbID6.FormattingEnabled = true;
this.cmbID6.Location = new System.Drawing.Point(91, 468);
this.cmbID6.Name = "cmbID6";
this.cmbID6.Size = new System.Drawing.Size(111, 20);
this.cmbID6.TabIndex = 14;
//
// cmbID5
//
this.cmbID5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbID5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbID5.FormattingEnabled = true;
this.cmbID5.Location = new System.Drawing.Point(91, 440);
this.cmbID5.Name = "cmbID5";
this.cmbID5.Size = new System.Drawing.Size(111, 20);
this.cmbID5.TabIndex = 12;
//
// FrmZEROBaseInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Gainsboro;
this.ClientSize = new System.Drawing.Size(430, 247);
this.Controls.Add(this.ulgrpBaseInfoEdit);
this.Controls.Add(this.toolStrip1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmZEROBaseInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "零段基础信息";
this.Load += new System.EventHandler(this.FrmCLBaseInfoBP_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.udtePTime)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).EndInit();
this.ulgrpBaseInfoEdit.ResumeLayout(false);
this.ulgrpBaseInfoEdit.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton ADD;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton EDIT;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton DEL;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton CLOSE;
private System.Windows.Forms.ComboBox cmbID;
private System.Windows.Forms.Label lblTundishID;
private System.Windows.Forms.Label lblCreateDate;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtTgl;
private System.Windows.Forms.Label lblAge;
private System.Windows.Forms.Label lblNowStatus;
private System.Windows.Forms.TextBox txtMemo;
private System.Windows.Forms.Label lblBaseInfoMemo;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udtePTime;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteBuyTime;
public Infragistics.Win.Misc.UltraGroupBox ulgrpBaseInfoEdit;
private System.Windows.Forms.TextBox txtStatus;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtPos;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox cmbCCM;
private System.Windows.Forms.TextBox txtCS;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox txtCS6;
private System.Windows.Forms.TextBox txtCS4;
private System.Windows.Forms.TextBox txtCS5;
private System.Windows.Forms.TextBox txtCS3;
private System.Windows.Forms.TextBox txtCS2;
private System.Windows.Forms.TextBox txtCS1;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cmbID6;
private System.Windows.Forms.ComboBox cmbID5;
private System.Windows.Forms.TextBox txtOutAge;
private System.Windows.Forms.Label lblOutAge;
private System.Windows.Forms.TextBox txtRightAge;
private System.Windows.Forms.Label lblRightAge;
private System.Windows.Forms.TextBox txtLeftAge;
private System.Windows.Forms.Label lblLeftAge;
private System.Windows.Forms.TextBox txtInnerAge;
private System.Windows.Forms.Label lblInnerAge;
}
}