namespace Core.LgMes.Client.LgDeviceManager
{
partial class FrmSGBaseInfo
{
///
/// 必需的设计器变量。
///
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(FrmSGBaseInfo));
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.lblNowStatus = new System.Windows.Forms.Label();
this.txtMemo = new System.Windows.Forms.TextBox();
this.lblBaseInfoMemo = new System.Windows.Forms.Label();
this.udteBuyTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ulgrpBaseInfoEdit = new Infragistics.Win.Misc.UltraGroupBox();
this.txtType = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtPos = new System.Windows.Forms.TextBox();
this.txtStatus = new System.Windows.Forms.TextBox();
this.txtSYCS = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.cmbCCM = new System.Windows.Forms.ComboBox();
this.toolStrip1.SuspendLayout();
((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(274, 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(87, 50);
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(14, 54);
this.lblTundishID.Name = "lblTundishID";
this.lblTundishID.Size = new System.Drawing.Size(65, 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(26, 198);
this.lblCreateDate.Name = "lblCreateDate";
this.lblCreateDate.Size = new System.Drawing.Size(53, 12);
this.lblCreateDate.TabIndex = 0;
this.lblCreateDate.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(26, 140);
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(87, 223);
this.txtMemo.MaxLength = 300;
this.txtMemo.Multiline = true;
this.txtMemo.Name = "txtMemo";
this.txtMemo.Size = new System.Drawing.Size(147, 48);
this.txtMemo.TabIndex = 7;
//
// 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(50, 228);
this.lblBaseInfoMemo.Name = "lblBaseInfoMemo";
this.lblBaseInfoMemo.Size = new System.Drawing.Size(29, 12);
this.lblBaseInfoMemo.TabIndex = 0;
this.lblBaseInfoMemo.Text = "备注";
//
// udteBuyTime
//
this.udteBuyTime.Location = new System.Drawing.Point(87, 194);
this.udteBuyTime.MaskInput = "{date}";
this.udteBuyTime.Name = "udteBuyTime";
this.udteBuyTime.Size = new System.Drawing.Size(147, 21);
this.udteBuyTime.TabIndex = 6;
//
// ulgrpBaseInfoEdit
//
appearance1.FontData.Name = "宋体";
appearance1.FontData.SizeInPoints = 9F;
this.ulgrpBaseInfoEdit.Appearance = appearance1;
this.ulgrpBaseInfoEdit.Controls.Add(this.txtType);
this.ulgrpBaseInfoEdit.Controls.Add(this.udteBuyTime);
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.label2);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtPos);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtStatus);
this.ulgrpBaseInfoEdit.Controls.Add(this.txtSYCS);
this.ulgrpBaseInfoEdit.Controls.Add(this.lblCreateDate);
this.ulgrpBaseInfoEdit.Controls.Add(this.label5);
this.ulgrpBaseInfoEdit.Controls.Add(this.lblTundishID);
this.ulgrpBaseInfoEdit.Controls.Add(this.cmbCCM);
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(274, 285);
this.ulgrpBaseInfoEdit.TabIndex = 0;
//
// txtType
//
this.txtType.Enabled = false;
this.txtType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtType.Location = new System.Drawing.Point(87, 78);
this.txtType.Name = "txtType";
this.txtType.ReadOnly = true;
this.txtType.Size = new System.Drawing.Size(147, 21);
this.txtType.TabIndex = 2;
//
// 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(26, 169);
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(14, 26);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 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(26, 111);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 0;
this.label2.Text = "使用炉数";
//
// txtPos
//
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(87, 165);
this.txtPos.Name = "txtPos";
this.txtPos.ReadOnly = true;
this.txtPos.Size = new System.Drawing.Size(147, 21);
this.txtPos.TabIndex = 5;
//
// txtStatus
//
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(87, 136);
this.txtStatus.Name = "txtStatus";
this.txtStatus.ReadOnly = true;
this.txtStatus.Size = new System.Drawing.Size(147, 21);
this.txtStatus.TabIndex = 4;
//
// txtSYCS
//
this.txtSYCS.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtSYCS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtSYCS.Location = new System.Drawing.Point(87, 107);
this.txtSYCS.MaxLength = 10;
this.txtSYCS.Name = "txtSYCS";
this.txtSYCS.ShortcutsEnabled = false;
this.txtSYCS.Size = new System.Drawing.Size(147, 21);
this.txtSYCS.TabIndex = 3;
this.txtSYCS.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(14, 82);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 0;
this.label5.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#连铸机",
"3#连铸机"});
this.cmbCCM.Location = new System.Drawing.Point(87, 22);
this.cmbCCM.Name = "cmbCCM";
this.cmbCCM.Size = new System.Drawing.Size(147, 20);
this.cmbCCM.TabIndex = 0;
this.cmbCCM.SelectedIndexChanged += new System.EventHandler(this.cbbCCM_SelectedIndexChanged);
//
// FrmSGBaseInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(274, 315);
this.Controls.Add(this.ulgrpBaseInfoEdit);
this.Controls.Add(this.toolStrip1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmSGBaseInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "扇形段基础信息";
this.Load += new System.EventHandler(this.FrmSGBaseInfo_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((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 lblNowStatus;
private System.Windows.Forms.TextBox txtMemo;
private System.Windows.Forms.Label lblBaseInfoMemo;
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.Label label2;
private System.Windows.Forms.TextBox txtPos;
private System.Windows.Forms.TextBox txtSYCS;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox cmbCCM;
private System.Windows.Forms.TextBox txtType;
}
}