namespace Core.LgMes.Client.LgDeviceManager { partial class FrmVTBaseInfo { /// /// 必需的设计器变量。 /// 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(FrmVTBaseInfo)); 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.cbbID = 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.tbMemo = new System.Windows.Forms.TextBox(); this.lblBaseInfoMemo = new System.Windows.Forms.Label(); this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.ulgrpBaseInfoEdit = new Infragistics.Win.Misc.UltraGroupBox(); this.tbCS = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.lblNowStatus = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.tbStatus = new System.Windows.Forms.TextBox(); this.tbCS3 = new System.Windows.Forms.TextBox(); this.tbCS2 = new System.Windows.Forms.TextBox(); this.tbCS1 = new System.Windows.Forms.TextBox(); this.label5 = 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.cbbRHS = new System.Windows.Forms.ComboBox(); this.cbbID3 = new System.Windows.Forms.ComboBox(); this.cbbID2 = new System.Windows.Forms.ComboBox(); this.cbbID1 = new System.Windows.Forms.ComboBox(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).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(445, 30); this.toolStrip1.TabIndex = 0; 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 = "关闭"; // // cbbID // this.cbbID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbbID.FormattingEnabled = true; this.cbbID.Location = new System.Drawing.Point(287, 21); this.cbbID.Name = "cbbID"; this.cbbID.Size = new System.Drawing.Size(111, 20); this.cbbID.TabIndex = 1; this.cbbID.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, 114); 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, 114); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 0; this.label1.Text = "生产日期"; // // tbMemo // this.tbMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbMemo.Location = new System.Drawing.Point(92, 140); this.tbMemo.MaxLength = 300; this.tbMemo.Multiline = true; this.tbMemo.Name = "tbMemo"; this.tbMemo.Size = new System.Drawing.Size(306, 49); this.tbMemo.TabIndex = 12; // // 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, 144); this.lblBaseInfoMemo.Name = "lblBaseInfoMemo"; this.lblBaseInfoMemo.Size = new System.Drawing.Size(29, 12); this.lblBaseInfoMemo.TabIndex = 0; this.lblBaseInfoMemo.Text = "备注"; // // ultraDateTimeEditor1 // this.ultraDateTimeEditor1.Location = new System.Drawing.Point(92, 110); this.ultraDateTimeEditor1.MaskInput = "{date}"; this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1"; this.ultraDateTimeEditor1.Nullable = false; this.ultraDateTimeEditor1.Size = new System.Drawing.Size(111, 21); this.ultraDateTimeEditor1.TabIndex = 10; // // ultraDateTimeEditor2 // this.ultraDateTimeEditor2.Location = new System.Drawing.Point(287, 110); this.ultraDateTimeEditor2.MaskInput = "{date}"; this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2"; this.ultraDateTimeEditor2.Nullable = false; this.ultraDateTimeEditor2.Size = new System.Drawing.Size(111, 21); this.ultraDateTimeEditor2.TabIndex = 11; // // ulgrpBaseInfoEdit // appearance1.BackColor = System.Drawing.Color.Transparent; appearance1.FontData.Name = "宋体"; appearance1.FontData.SizeInPoints = 9F; this.ulgrpBaseInfoEdit.Appearance = appearance1; this.ulgrpBaseInfoEdit.Controls.Add(this.tbCS); this.ulgrpBaseInfoEdit.Controls.Add(this.ultraDateTimeEditor2); this.ulgrpBaseInfoEdit.Controls.Add(this.ultraDateTimeEditor1); this.ulgrpBaseInfoEdit.Controls.Add(this.lblBaseInfoMemo); this.ulgrpBaseInfoEdit.Controls.Add(this.tbMemo); this.ulgrpBaseInfoEdit.Controls.Add(this.label3); this.ulgrpBaseInfoEdit.Controls.Add(this.lblNowStatus); this.ulgrpBaseInfoEdit.Controls.Add(this.label10); this.ulgrpBaseInfoEdit.Controls.Add(this.label8); this.ulgrpBaseInfoEdit.Controls.Add(this.label6); this.ulgrpBaseInfoEdit.Controls.Add(this.tbStatus); this.ulgrpBaseInfoEdit.Controls.Add(this.tbCS3); this.ulgrpBaseInfoEdit.Controls.Add(this.tbCS2); this.ulgrpBaseInfoEdit.Controls.Add(this.tbCS1); this.ulgrpBaseInfoEdit.Controls.Add(this.label1); this.ulgrpBaseInfoEdit.Controls.Add(this.lblCreateDate); this.ulgrpBaseInfoEdit.Controls.Add(this.label5); 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.cbbRHS); this.ulgrpBaseInfoEdit.Controls.Add(this.cbbID3); this.ulgrpBaseInfoEdit.Controls.Add(this.cbbID2); this.ulgrpBaseInfoEdit.Controls.Add(this.cbbID1); this.ulgrpBaseInfoEdit.Controls.Add(this.cbbID); 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(445, 212); this.ulgrpBaseInfoEdit.TabIndex = 0; // // tbCS // this.tbCS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbCS.Location = new System.Drawing.Point(92, 50); this.tbCS.MaxLength = 10; this.tbCS.Name = "tbCS"; this.tbCS.ShortcutsEnabled = false; this.tbCS.Size = new System.Drawing.Size(111, 21); this.tbCS.TabIndex = 2; this.tbCS.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress); // // 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(23, 25); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 0; this.label3.Text = "所属RH炉号"; // // 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(230, 54); this.lblNowStatus.Name = "lblNowStatus"; this.lblNowStatus.Size = new System.Drawing.Size(53, 12); this.lblNowStatus.TabIndex = 0; this.lblNowStatus.Text = "当前状态"; // // label10 // this.label10.AutoSize = true; this.label10.BackColor = System.Drawing.Color.Transparent; this.label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label10.Location = new System.Drawing.Point(230, 287); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(53, 12); this.label10.TabIndex = 0; this.label10.Text = "使用炉数"; // // 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(230, 258); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(53, 12); this.label8.TabIndex = 0; this.label8.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(230, 84); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 0; this.label6.Text = "使用炉数"; // // tbStatus // this.tbStatus.BackColor = System.Drawing.Color.Gainsboro; this.tbStatus.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.tbStatus.Enabled = false; this.tbStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbStatus.Location = new System.Drawing.Point(287, 50); this.tbStatus.Name = "tbStatus"; this.tbStatus.ReadOnly = true; this.tbStatus.Size = new System.Drawing.Size(111, 21); this.tbStatus.TabIndex = 3; // // tbCS3 // this.tbCS3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbCS3.Location = new System.Drawing.Point(287, 283); this.tbCS3.MaxLength = 10; this.tbCS3.Name = "tbCS3"; this.tbCS3.ShortcutsEnabled = false; this.tbCS3.Size = new System.Drawing.Size(111, 21); this.tbCS3.TabIndex = 9; this.tbCS3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress); // // tbCS2 // this.tbCS2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbCS2.Location = new System.Drawing.Point(287, 254); this.tbCS2.MaxLength = 10; this.tbCS2.Name = "tbCS2"; this.tbCS2.ShortcutsEnabled = false; this.tbCS2.Size = new System.Drawing.Size(111, 21); this.tbCS2.TabIndex = 7; this.tbCS2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress); // // tbCS1 // this.tbCS1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbCS1.Location = new System.Drawing.Point(287, 80); this.tbCS1.MaxLength = 10; this.tbCS1.Name = "tbCS1"; this.tbCS1.ShortcutsEnabled = false; this.tbCS1.Size = new System.Drawing.Size(111, 21); this.tbCS1.TabIndex = 5; this.tbCS1.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(11, 54); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(77, 12); this.label5.TabIndex = 0; this.label5.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(23, 287); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(65, 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(23, 258); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(65, 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(57, 83); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 0; this.label2.Text = "槽号"; // // cbbRHS // this.cbbRHS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbbRHS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbbRHS.FormattingEnabled = true; this.cbbRHS.Items.AddRange(new object[] { "1#RH炉"}); this.cbbRHS.Location = new System.Drawing.Point(92, 21); this.cbbRHS.Name = "cbbRHS"; this.cbbRHS.Size = new System.Drawing.Size(111, 20); this.cbbRHS.TabIndex = 0; this.cbbRHS.SelectedIndexChanged += new System.EventHandler(this.cbbCCM_SelectedIndexChanged); // // cbbID3 // this.cbbID3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbbID3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbbID3.FormattingEnabled = true; this.cbbID3.Location = new System.Drawing.Point(92, 283); this.cbbID3.Name = "cbbID3"; this.cbbID3.Size = new System.Drawing.Size(111, 20); this.cbbID3.TabIndex = 8; this.cbbID3.SelectedIndexChanged += new System.EventHandler(this.PlugIn_SelectedIndexChanged); // // cbbID2 // this.cbbID2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbbID2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbbID2.FormattingEnabled = true; this.cbbID2.Location = new System.Drawing.Point(92, 254); this.cbbID2.Name = "cbbID2"; this.cbbID2.Size = new System.Drawing.Size(111, 20); this.cbbID2.TabIndex = 6; this.cbbID2.SelectedIndexChanged += new System.EventHandler(this.PlugIn_SelectedIndexChanged); // // cbbID1 // this.cbbID1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbbID1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbbID1.FormattingEnabled = true; this.cbbID1.Location = new System.Drawing.Point(92, 80); this.cbbID1.Name = "cbbID1"; this.cbbID1.Size = new System.Drawing.Size(111, 20); this.cbbID1.TabIndex = 4; this.cbbID1.SelectedIndexChanged += new System.EventHandler(this.PlugIn_SelectedIndexChanged); // // FrmVTBaseInfo // 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.ClientSize = new System.Drawing.Size(445, 242); this.Controls.Add(this.ulgrpBaseInfoEdit); this.Controls.Add(this.toolStrip1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmVTBaseInfo"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "槽车基础信息"; this.Load += new System.EventHandler(this.FrmVTBaseInfo_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).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 cbbID; private System.Windows.Forms.Label lblTundishID; private System.Windows.Forms.Label lblCreateDate; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tbMemo; private System.Windows.Forms.Label lblBaseInfoMemo; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2; public Infragistics.Win.Misc.UltraGroupBox ulgrpBaseInfoEdit; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox cbbRHS; private System.Windows.Forms.TextBox tbCS; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox tbCS3; private System.Windows.Forms.TextBox tbCS2; private System.Windows.Forms.TextBox tbCS1; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cbbID3; private System.Windows.Forms.ComboBox cbbID2; private System.Windows.Forms.ComboBox cbbID1; private System.Windows.Forms.Label lblNowStatus; private System.Windows.Forms.TextBox tbStatus; } }