namespace Core.LgMes.Client.LgDeviceManager
{
partial class FrmEAFBaseInfo
{
///
/// 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(FrmEAFBaseInfo));
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
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.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.DEL = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.CLOSE = new System.Windows.Forms.ToolStripButton();
this.panel1 = new System.Windows.Forms.Panel();
this.cmbPlan = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.cmbLH = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.cmbLKBH = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.dTPkdate = new System.Windows.Forms.DateTimePicker();
this.txtMEMO = new System.Windows.Forms.TextBox();
this.txtLJ = new System.Windows.Forms.TextBox();
this.txtSLKCS = new System.Windows.Forms.TextBox();
this.txtCS = new System.Windows.Forms.TextBox();
this.txtBJ = new System.Windows.Forms.TextBox();
this.txtBL = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.toolStrip1.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbPlan)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbLH)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbLKBH)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ADD,
this.toolStripSeparator1,
this.EDIT,
this.toolStripSeparator3,
this.DEL,
this.toolStripSeparator2,
this.CLOSE});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(300, 25);
this.toolStrip1.TabIndex = 2;
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(71, 22);
this.ADD.Text = "新增(&A)";
this.ADD.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// 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(71, 22);
this.EDIT.Text = "修改(&U)";
this.EDIT.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// 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(71, 22);
this.DEL.Text = "删除(&D)";
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// 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(6, 2, 10, 3);
this.CLOSE.Size = new System.Drawing.Size(67, 22);
this.CLOSE.Text = "关闭(&C)";
//
// panel1
//
this.panel1.Controls.Add(this.cmbPlan);
this.panel1.Controls.Add(this.cmbLH);
this.panel1.Controls.Add(this.cmbLKBH);
this.panel1.Controls.Add(this.dTPkdate);
this.panel1.Controls.Add(this.txtMEMO);
this.panel1.Controls.Add(this.txtLJ);
this.panel1.Controls.Add(this.txtSLKCS);
this.panel1.Controls.Add(this.txtCS);
this.panel1.Controls.Add(this.txtBJ);
this.panel1.Controls.Add(this.txtBL);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(294, 355);
this.panel1.TabIndex = 3;
//
// cmbPlan
//
appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
appearance2.BorderColor = System.Drawing.Color.Black;
this.cmbPlan.Appearance = appearance2;
this.cmbPlan.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.cmbPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbPlan.Location = new System.Drawing.Point(106, 68);
this.cmbPlan.Name = "cmbPlan";
this.cmbPlan.Size = new System.Drawing.Size(121, 19);
this.cmbPlan.TabIndex = 284;
this.cmbPlan.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
//
// cmbLH
//
appearance4.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
appearance4.BorderColor = System.Drawing.Color.Black;
this.cmbLH.Appearance = appearance4;
this.cmbLH.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.cmbLH.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbLH.Location = new System.Drawing.Point(106, 42);
this.cmbLH.Name = "cmbLH";
this.cmbLH.Size = new System.Drawing.Size(121, 19);
this.cmbLH.TabIndex = 284;
this.cmbLH.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
//
// cmbLKBH
//
appearance1.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
appearance1.BorderColor = System.Drawing.Color.Black;
this.cmbLKBH.Appearance = appearance1;
this.cmbLKBH.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.cmbLKBH.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbLKBH.Location = new System.Drawing.Point(106, 17);
this.cmbLKBH.Name = "cmbLKBH";
this.cmbLKBH.Size = new System.Drawing.Size(121, 19);
this.cmbLKBH.TabIndex = 284;
this.cmbLKBH.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
this.cmbLKBH.SelectionChanged += new System.EventHandler(this.cBxLKBH_SelectionChanged);
//
// dTPkdate
//
this.dTPkdate.CustomFormat = "";
this.dTPkdate.Location = new System.Drawing.Point(107, 93);
this.dTPkdate.Name = "dTPkdate";
this.dTPkdate.Size = new System.Drawing.Size(120, 21);
this.dTPkdate.TabIndex = 4;
this.dTPkdate.Value = new System.DateTime(2011, 1, 6, 0, 0, 0, 0);
//
// txtMEMO
//
this.txtMEMO.Location = new System.Drawing.Point(107, 260);
this.txtMEMO.Multiline = true;
this.txtMEMO.Name = "txtMEMO";
this.txtMEMO.Size = new System.Drawing.Size(120, 65);
this.txtMEMO.TabIndex = 3;
//
// txtLJ
//
this.txtLJ.Location = new System.Drawing.Point(106, 231);
this.txtLJ.Name = "txtLJ";
this.txtLJ.Size = new System.Drawing.Size(120, 21);
this.txtLJ.TabIndex = 3;
//
// txtSLKCS
//
this.txtSLKCS.Location = new System.Drawing.Point(106, 175);
this.txtSLKCS.Name = "txtSLKCS";
this.txtSLKCS.Size = new System.Drawing.Size(120, 21);
this.txtSLKCS.TabIndex = 3;
//
// txtCS
//
this.txtCS.Location = new System.Drawing.Point(105, 203);
this.txtCS.Name = "txtCS";
this.txtCS.Size = new System.Drawing.Size(120, 21);
this.txtCS.TabIndex = 3;
//
// txtBJ
//
this.txtBJ.Location = new System.Drawing.Point(107, 147);
this.txtBJ.Name = "txtBJ";
this.txtBJ.Size = new System.Drawing.Size(120, 21);
this.txtBJ.TabIndex = 3;
//
// txtBL
//
this.txtBL.Location = new System.Drawing.Point(107, 120);
this.txtBL.Name = "txtBL";
this.txtBL.Size = new System.Drawing.Size(120, 21);
this.txtBL.TabIndex = 3;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(73, 264);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(29, 12);
this.label10.TabIndex = 2;
this.label10.Text = "备注";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(39, 235);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 2;
this.label9.Text = "称钢累计量";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(16, 179);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 12);
this.label3.TabIndex = 2;
this.label3.Text = "上炉壳使用次数";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(47, 207);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 2;
this.label6.Text = "使用次数";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(50, 151);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 2;
this.label5.Text = "炉壳级别";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(50, 124);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 2;
this.label4.Text = "炉壳炉龄";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(47, 98);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 0;
this.label8.Text = "购买日期";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(47, 71);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 0;
this.label7.Text = "计划编号";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(47, 46);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 0;
this.label2.Text = "对应炉号";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(47, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "炉壳编号";
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.panel1);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox1.Location = new System.Drawing.Point(0, 25);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(300, 358);
this.ultraGroupBox1.TabIndex = 4;
//
// FrmEAFBaseInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(300, 383);
this.Controls.Add(this.ultraGroupBox1);
this.Controls.Add(this.toolStrip1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmEAFBaseInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "炉壳基本信息";
this.Load += new System.EventHandler(this.FrmEAFBaseInfo_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbPlan)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbLH)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbLKBH)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
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.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtBJ;
private System.Windows.Forms.TextBox txtBL;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtCS;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.DateTimePicker dTPkdate;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtLJ;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtMEMO;
private System.Windows.Forms.Label label10;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbLKBH;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbLH;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbPlan;
private System.Windows.Forms.TextBox txtSLKCS;
private System.Windows.Forms.Label label3;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
}
}