namespace Core.LgMes.Client.LgDeviceManager
{
partial class FrmILBaseInfo
{
///
/// 必需的设计器变量。
///
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();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmILBaseInfo));
this.ulgrpBaseInfoEdit = new Infragistics.Win.Misc.UltraGroupBox();
this.txtProduct = new System.Windows.Forms.TextBox();
this.lab_Product = new System.Windows.Forms.Label();
this.ucmeID = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.txtCurrStatus = new System.Windows.Forms.TextBox();
this.txtAgeTS = new System.Windows.Forms.TextBox();
this.lblBaseInfoMemo = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtMemo = new System.Windows.Forms.TextBox();
this.lblAge = new System.Windows.Forms.Label();
this.lblLadleID = new System.Windows.Forms.Label();
this.tbAgeBG = new System.Windows.Forms.TextBox();
this.lblIronAccount = new System.Windows.Forms.Label();
this.brnDel = new System.Windows.Forms.Button();
this.btnUpdate = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.ADD = new System.Windows.Forms.ToolStripButton();
this.EDIT = new System.Windows.Forms.ToolStripButton();
this.DEL = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.CLOSE = new System.Windows.Forms.ToolStripButton();
this.labTraeWeight = new System.Windows.Forms.Label();
this.txtTraeWeight = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).BeginInit();
this.ulgrpBaseInfoEdit.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ucmeID)).BeginInit();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// ulgrpBaseInfoEdit
//
appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
appearance1.FontData.Name = "宋体";
appearance1.FontData.SizeInPoints = 10.5F;
this.ulgrpBaseInfoEdit.Appearance = appearance1;
this.ulgrpBaseInfoEdit.Controls.Add(this.txtTraeWeight);
this.ulgrpBaseInfoEdit.Controls.Add(this.labTraeWeight);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtProduct);
this.ulgrpBaseInfoEdit.Controls.Add(this.lab_Product);
this.ulgrpBaseInfoEdit.Controls.Add(this.ucmeID);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtCurrStatus);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtAgeTS);
this.ulgrpBaseInfoEdit.Controls.Add(this.lblBaseInfoMemo);
this.ulgrpBaseInfoEdit.Controls.Add(this.label1);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtMemo);
this.ulgrpBaseInfoEdit.Controls.Add(this.lblAge);
this.ulgrpBaseInfoEdit.Controls.Add(this.lblLadleID);
this.ulgrpBaseInfoEdit.Dock = System.Windows.Forms.DockStyle.Fill;
this.ulgrpBaseInfoEdit.Font = new System.Drawing.Font("宋体", 10.5F);
this.ulgrpBaseInfoEdit.Location = new System.Drawing.Point(0, 30);
this.ulgrpBaseInfoEdit.Name = "ulgrpBaseInfoEdit";
this.ulgrpBaseInfoEdit.Size = new System.Drawing.Size(304, 220);
this.ulgrpBaseInfoEdit.TabIndex = 0;
//
// txtProduct
//
this.txtProduct.BackColor = System.Drawing.Color.White;
this.txtProduct.Font = new System.Drawing.Font("宋体", 10.5F);
this.txtProduct.ForeColor = System.Drawing.Color.Black;
this.txtProduct.Location = new System.Drawing.Point(92, 97);
this.txtProduct.MaxLength = 10;
this.txtProduct.Name = "txtProduct";
this.txtProduct.Size = new System.Drawing.Size(164, 23);
this.txtProduct.TabIndex = 291;
//
// lab_Product
//
this.lab_Product.AutoSize = true;
this.lab_Product.BackColor = System.Drawing.Color.Transparent;
this.lab_Product.Font = new System.Drawing.Font("宋体", 10.5F);
this.lab_Product.Location = new System.Drawing.Point(27, 101);
this.lab_Product.Name = "lab_Product";
this.lab_Product.Size = new System.Drawing.Size(63, 14);
this.lab_Product.TabIndex = 290;
this.lab_Product.Text = "生产厂家";
//
// ucmeID
//
appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
appearance2.BorderColor = System.Drawing.Color.Black;
this.ucmeID.Appearance = appearance2;
this.ucmeID.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.ucmeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ucmeID.Location = new System.Drawing.Point(92, 15);
this.ucmeID.Name = "ucmeID";
this.ucmeID.Size = new System.Drawing.Size(164, 19);
this.ucmeID.TabIndex = 289;
this.ucmeID.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
this.ucmeID.TextChanged += new System.EventHandler(this.cbbID_SelectedIndexChanged);
//
// txtCurrStatus
//
this.txtCurrStatus.BackColor = System.Drawing.Color.White;
this.txtCurrStatus.Font = new System.Drawing.Font("宋体", 10.5F);
this.txtCurrStatus.ForeColor = System.Drawing.Color.Black;
this.txtCurrStatus.Location = new System.Drawing.Point(92, 68);
this.txtCurrStatus.MaxLength = 10;
this.txtCurrStatus.Name = "txtCurrStatus";
this.txtCurrStatus.ReadOnly = true;
this.txtCurrStatus.Size = new System.Drawing.Size(164, 23);
this.txtCurrStatus.TabIndex = 2;
//
// txtAgeTS
//
this.txtAgeTS.Font = new System.Drawing.Font("宋体", 10.5F);
this.txtAgeTS.Location = new System.Drawing.Point(92, 40);
this.txtAgeTS.MaxLength = 10;
this.txtAgeTS.Name = "txtAgeTS";
this.txtAgeTS.ShortcutsEnabled = false;
this.txtAgeTS.Size = new System.Drawing.Size(164, 23);
this.txtAgeTS.TabIndex = 3;
this.txtAgeTS.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBoxNumberEditor_KeyPress);
//
// lblBaseInfoMemo
//
this.lblBaseInfoMemo.AutoSize = true;
this.lblBaseInfoMemo.BackColor = System.Drawing.Color.Transparent;
this.lblBaseInfoMemo.Font = new System.Drawing.Font("宋体", 10.5F);
this.lblBaseInfoMemo.Location = new System.Drawing.Point(55, 159);
this.lblBaseInfoMemo.Name = "lblBaseInfoMemo";
this.lblBaseInfoMemo.Size = new System.Drawing.Size(35, 14);
this.lblBaseInfoMemo.TabIndex = 0;
this.lblBaseInfoMemo.Text = "备注";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F);
this.label1.Location = new System.Drawing.Point(27, 72);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 14);
this.label1.TabIndex = 0;
this.label1.Text = "当前状态";
//
// txtMemo
//
this.txtMemo.Font = new System.Drawing.Font("宋体", 10.5F);
this.txtMemo.Location = new System.Drawing.Point(92, 153);
this.txtMemo.MaxLength = 300;
this.txtMemo.Multiline = true;
this.txtMemo.Name = "txtMemo";
this.txtMemo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtMemo.Size = new System.Drawing.Size(164, 52);
this.txtMemo.TabIndex = 5;
//
// lblAge
//
this.lblAge.AutoSize = true;
this.lblAge.BackColor = System.Drawing.Color.Transparent;
this.lblAge.Font = new System.Drawing.Font("宋体", 10.5F);
this.lblAge.Location = new System.Drawing.Point(27, 44);
this.lblAge.Name = "lblAge";
this.lblAge.Size = new System.Drawing.Size(63, 14);
this.lblAge.TabIndex = 0;
this.lblAge.Text = "铁水包龄";
//
// lblLadleID
//
this.lblLadleID.AutoSize = true;
this.lblLadleID.BackColor = System.Drawing.Color.Transparent;
this.lblLadleID.Font = new System.Drawing.Font("宋体", 10.5F);
this.lblLadleID.Location = new System.Drawing.Point(27, 17);
this.lblLadleID.Name = "lblLadleID";
this.lblLadleID.Size = new System.Drawing.Size(63, 14);
this.lblLadleID.TabIndex = 0;
this.lblLadleID.Text = "铁包编号";
//
// tbAgeBG
//
this.tbAgeBG.Font = new System.Drawing.Font("宋体", 10.5F);
this.tbAgeBG.Location = new System.Drawing.Point(86, 342);
this.tbAgeBG.MaxLength = 10;
this.tbAgeBG.Name = "tbAgeBG";
this.tbAgeBG.ShortcutsEnabled = false;
this.tbAgeBG.Size = new System.Drawing.Size(119, 23);
this.tbAgeBG.TabIndex = 4;
this.tbAgeBG.Visible = false;
this.tbAgeBG.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBoxNumberEditor_KeyPress);
//
// lblIronAccount
//
this.lblIronAccount.AutoSize = true;
this.lblIronAccount.BackColor = System.Drawing.Color.Transparent;
this.lblIronAccount.Font = new System.Drawing.Font("宋体", 10.5F);
this.lblIronAccount.Location = new System.Drawing.Point(21, 328);
this.lblIronAccount.Name = "lblIronAccount";
this.lblIronAccount.Size = new System.Drawing.Size(63, 14);
this.lblIronAccount.TabIndex = 0;
this.lblIronAccount.Text = "半钢包龄";
this.lblIronAccount.Visible = false;
//
// brnDel
//
this.brnDel.Font = new System.Drawing.Font("宋体", 10.5F);
this.brnDel.Location = new System.Drawing.Point(211, 290);
this.brnDel.Name = "brnDel";
this.brnDel.Size = new System.Drawing.Size(75, 23);
this.brnDel.TabIndex = 3;
this.brnDel.Text = "删除";
this.brnDel.UseVisualStyleBackColor = true;
this.brnDel.Visible = false;
//
// btnUpdate
//
this.btnUpdate.Font = new System.Drawing.Font("宋体", 10.5F);
this.btnUpdate.Location = new System.Drawing.Point(130, 290);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(75, 23);
this.btnUpdate.TabIndex = 2;
this.btnUpdate.Text = "修改";
this.btnUpdate.UseVisualStyleBackColor = true;
this.btnUpdate.Visible = false;
//
// btnAdd
//
this.btnAdd.Font = new System.Drawing.Font("宋体", 10.5F);
this.btnAdd.Location = new System.Drawing.Point(49, 290);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 1;
this.btnAdd.Text = "新增";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Visible = false;
//
// btnClose
//
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Font = new System.Drawing.Font("宋体", 10.5F);
this.btnClose.Location = new System.Drawing.Point(292, 290);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 4;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Visible = false;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// toolStrip1
//
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ADD,
this.EDIT,
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(304, 30);
this.toolStrip1.TabIndex = 5;
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(72, 27);
this.ADD.Text = "新增(&A)";
this.ADD.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
//
// 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(73, 27);
this.EDIT.Text = "修改(&U)";
this.EDIT.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
//
// 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(73, 27);
this.DEL.Text = "删除(&D)";
//
// 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(72, 27);
this.CLOSE.Text = "关闭(&C)";
//
// labTraeWeight
//
this.labTraeWeight.AutoSize = true;
this.labTraeWeight.BackColor = System.Drawing.Color.Transparent;
this.labTraeWeight.Font = new System.Drawing.Font("宋体", 10.5F);
this.labTraeWeight.Location = new System.Drawing.Point(52, 128);
this.labTraeWeight.Name = "labTraeWeight";
this.labTraeWeight.Size = new System.Drawing.Size(35, 14);
this.labTraeWeight.TabIndex = 292;
this.labTraeWeight.Text = "皮重";
//
// txtTraeWeight
//
this.txtTraeWeight.Font = new System.Drawing.Font("宋体", 10.5F);
this.txtTraeWeight.Location = new System.Drawing.Point(92, 125);
this.txtTraeWeight.MaxLength = 10;
this.txtTraeWeight.Name = "txtTraeWeight";
this.txtTraeWeight.ShortcutsEnabled = false;
this.txtTraeWeight.Size = new System.Drawing.Size(164, 23);
this.txtTraeWeight.TabIndex = 293;
this.txtTraeWeight.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBoxNumberEditor_KeyPress);
//
// FrmILBaseInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(304, 250);
this.Controls.Add(this.ulgrpBaseInfoEdit);
this.Controls.Add(this.tbAgeBG);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.brnDel);
this.Controls.Add(this.btnUpdate);
this.Controls.Add(this.lblIronAccount);
this.Controls.Add(this.btnAdd);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmILBaseInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "铁包基础信息";
this.Load += new System.EventHandler(this.FrmILBaseInfo_Load);
((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).EndInit();
this.ulgrpBaseInfoEdit.ResumeLayout(false);
this.ulgrpBaseInfoEdit.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ucmeID)).EndInit();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public Infragistics.Win.Misc.UltraGroupBox ulgrpBaseInfoEdit;
private System.Windows.Forms.Label lblBaseInfoMemo;
private System.Windows.Forms.TextBox txtMemo;
private System.Windows.Forms.Label lblIronAccount;
private System.Windows.Forms.Label lblAge;
private System.Windows.Forms.Label lblLadleID;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button brnDel;
private System.Windows.Forms.Button btnUpdate;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.TextBox tbAgeBG;
private System.Windows.Forms.TextBox txtAgeTS;
private System.Windows.Forms.TextBox txtCurrStatus;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton ADD;
private System.Windows.Forms.ToolStripButton EDIT;
private System.Windows.Forms.ToolStripButton DEL;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton CLOSE;
private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeID;
private System.Windows.Forms.TextBox txtProduct;
private System.Windows.Forms.Label lab_Product;
private System.Windows.Forms.Label labTraeWeight;
private System.Windows.Forms.TextBox txtTraeWeight;
}
}