namespace Core.LgMes.Client.LgDeviceManager { partial class FrmOLBaseInfo { /// /// 必需的设计器变量。 /// 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(FrmOLBaseInfo)); Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem(); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem(); Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem(); 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.panel1 = new System.Windows.Forms.Panel(); this.ucmeLanceN = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.ucmeLanceType = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.ucmeNowStatus = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.ucmeType = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.udteBuyTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.udtePTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.label2 = new System.Windows.Forms.Label(); this.lblOxygenLanceID = new System.Windows.Forms.Label(); this.lblBaseInfoMemo = new System.Windows.Forms.Label(); this.txtBaseInfoMemo = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.lblNowStatus = new System.Windows.Forms.Label(); this.lblAge = new System.Windows.Forms.Label(); this.txtAge = new System.Windows.Forms.TextBox(); this.lblBuyDate = new System.Windows.Forms.Label(); this.lblCreateDate = new System.Windows.Forms.Label(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.label3 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.toolStrip1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ucmeLanceN)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ucmeLanceType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ucmeNowStatus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ucmeType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.udtePTime)).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.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(305, 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(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(76, 27); this.EDIT.Text = "修改(&M)"; 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)"; // // panel1 // this.panel1.Controls.Add(this.ucmeLanceN); this.panel1.Controls.Add(this.ucmeLanceType); this.panel1.Controls.Add(this.ucmeNowStatus); this.panel1.Controls.Add(this.ucmeType); this.panel1.Controls.Add(this.udteBuyTime); this.panel1.Controls.Add(this.udtePTime); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.lblOxygenLanceID); this.panel1.Controls.Add(this.lblBaseInfoMemo); this.panel1.Controls.Add(this.txtBaseInfoMemo); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.lblNowStatus); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.lblAge); this.panel1.Controls.Add(this.textBox1); this.panel1.Controls.Add(this.txtAge); this.panel1.Controls.Add(this.lblBuyDate); this.panel1.Controls.Add(this.lblCreateDate); 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(299, 299); this.panel1.TabIndex = 0; // // ucmeLanceN // this.ucmeLanceN.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.ucmeLanceN.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ucmeLanceN.Location = new System.Drawing.Point(91, 16); this.ucmeLanceN.Name = "ucmeLanceN"; this.ucmeLanceN.Size = new System.Drawing.Size(161, 19); this.ucmeLanceN.TabIndex = 295; this.ucmeLanceN.UseFlatMode = Infragistics.Win.DefaultableBoolean.True; this.ucmeLanceN.SelectionChanged += new System.EventHandler(this.comboBox4_SelectedValueChanged); // // ucmeLanceType // appearance1.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel; appearance1.BorderColor = System.Drawing.Color.Black; this.ucmeLanceType.Appearance = appearance1; this.ucmeLanceType.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.ucmeLanceType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; this.ucmeLanceType.Enabled = false; this.ucmeLanceType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); valueListItem1.DataValue = "1"; valueListItem1.DisplayText = "炼钢"; valueListItem2.DataValue = "2"; valueListItem2.DisplayText = "提钒"; this.ucmeLanceType.Items.AddRange(new Infragistics.Win.ValueListItem[] { valueListItem1, valueListItem2}); this.ucmeLanceType.Location = new System.Drawing.Point(91, 100); this.ucmeLanceType.Name = "ucmeLanceType"; this.ucmeLanceType.Size = new System.Drawing.Size(161, 19); this.ucmeLanceType.TabIndex = 294; this.ucmeLanceType.UseFlatMode = Infragistics.Win.DefaultableBoolean.True; // // ucmeNowStatus // appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel; appearance2.BorderColor = System.Drawing.Color.Black; this.ucmeNowStatus.Appearance = appearance2; this.ucmeNowStatus.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.ucmeNowStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); valueListItem3.DataValue = "1"; valueListItem3.DisplayText = "备用"; valueListItem4.DataValue = "2"; valueListItem4.DisplayText = "使用"; valueListItem5.DataValue = "3"; valueListItem5.DisplayText = "下线"; this.ucmeNowStatus.Items.AddRange(new Infragistics.Win.ValueListItem[] { valueListItem3, valueListItem4, valueListItem5}); this.ucmeNowStatus.Location = new System.Drawing.Point(91, 72); this.ucmeNowStatus.Name = "ucmeNowStatus"; this.ucmeNowStatus.Size = new System.Drawing.Size(161, 19); this.ucmeNowStatus.TabIndex = 293; this.ucmeNowStatus.UseFlatMode = Infragistics.Win.DefaultableBoolean.True; // // ucmeType // appearance3.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel; appearance3.BorderColor = System.Drawing.Color.Black; this.ucmeType.Appearance = appearance3; this.ucmeType.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.ucmeType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); valueListItem6.DataValue = "1"; valueListItem6.DisplayText = "A枪"; valueListItem7.DataValue = "2"; valueListItem7.DisplayText = "B枪"; this.ucmeType.Items.AddRange(new Infragistics.Win.ValueListItem[] { valueListItem6, valueListItem7}); this.ucmeType.Location = new System.Drawing.Point(91, 44); this.ucmeType.Name = "ucmeType"; this.ucmeType.Size = new System.Drawing.Size(161, 19); this.ucmeType.TabIndex = 292; this.ucmeType.UseFlatMode = Infragistics.Win.DefaultableBoolean.True; // // udteBuyTime // this.udteBuyTime.Location = new System.Drawing.Point(91, 209); this.udteBuyTime.MaskInput = "{date}"; this.udteBuyTime.Name = "udteBuyTime"; this.udteBuyTime.Size = new System.Drawing.Size(161, 21); this.udteBuyTime.TabIndex = 7; // // udtePTime // this.udtePTime.Location = new System.Drawing.Point(91, 180); this.udtePTime.MaskInput = "{date}"; this.udtePTime.Name = "udtePTime"; this.udtePTime.Size = new System.Drawing.Size(161, 21); this.udtePTime.TabIndex = 6; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("宋体", 9F); this.label2.Location = new System.Drawing.Point(31, 103); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 0; this.label2.Text = "氧枪类型"; // // lblOxygenLanceID // this.lblOxygenLanceID.AutoSize = true; this.lblOxygenLanceID.BackColor = System.Drawing.Color.Transparent; this.lblOxygenLanceID.Font = new System.Drawing.Font("宋体", 9F); this.lblOxygenLanceID.Location = new System.Drawing.Point(31, 19); this.lblOxygenLanceID.Name = "lblOxygenLanceID"; this.lblOxygenLanceID.Size = new System.Drawing.Size(53, 12); this.lblOxygenLanceID.TabIndex = 0; this.lblOxygenLanceID.Text = "氧枪编号"; // // lblBaseInfoMemo // this.lblBaseInfoMemo.AutoSize = true; this.lblBaseInfoMemo.BackColor = System.Drawing.Color.Transparent; this.lblBaseInfoMemo.Font = new System.Drawing.Font("宋体", 9F); this.lblBaseInfoMemo.Location = new System.Drawing.Point(55, 244); this.lblBaseInfoMemo.Name = "lblBaseInfoMemo"; this.lblBaseInfoMemo.Size = new System.Drawing.Size(29, 12); this.lblBaseInfoMemo.TabIndex = 0; this.lblBaseInfoMemo.Text = "备注"; // // txtBaseInfoMemo // this.txtBaseInfoMemo.Font = new System.Drawing.Font("宋体", 9F); this.txtBaseInfoMemo.Location = new System.Drawing.Point(91, 238); this.txtBaseInfoMemo.MaxLength = 300; this.txtBaseInfoMemo.Multiline = true; this.txtBaseInfoMemo.Name = "txtBaseInfoMemo"; this.txtBaseInfoMemo.Size = new System.Drawing.Size(161, 20); this.txtBaseInfoMemo.TabIndex = 8; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("宋体", 9F); this.label1.Location = new System.Drawing.Point(31, 47); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 0; this.label1.Text = "使用类型"; // // lblNowStatus // this.lblNowStatus.AutoSize = true; this.lblNowStatus.BackColor = System.Drawing.Color.Transparent; this.lblNowStatus.Font = new System.Drawing.Font("宋体", 9F); this.lblNowStatus.Location = new System.Drawing.Point(31, 75); this.lblNowStatus.Name = "lblNowStatus"; this.lblNowStatus.Size = new System.Drawing.Size(53, 12); this.lblNowStatus.TabIndex = 0; this.lblNowStatus.Text = "当前状态"; // // lblAge // this.lblAge.AutoSize = true; this.lblAge.BackColor = System.Drawing.Color.Transparent; this.lblAge.Font = new System.Drawing.Font("宋体", 9F); this.lblAge.Location = new System.Drawing.Point(55, 131); this.lblAge.Name = "lblAge"; this.lblAge.Size = new System.Drawing.Size(29, 12); this.lblAge.TabIndex = 0; this.lblAge.Text = "枪龄"; // // txtAge // this.txtAge.Font = new System.Drawing.Font("宋体", 9F); this.txtAge.Location = new System.Drawing.Point(91, 127); this.txtAge.Name = "txtAge"; this.txtAge.Size = new System.Drawing.Size(161, 21); this.txtAge.TabIndex = 5; // // lblBuyDate // this.lblBuyDate.AutoSize = true; this.lblBuyDate.BackColor = System.Drawing.Color.Transparent; this.lblBuyDate.Font = new System.Drawing.Font("宋体", 9F); this.lblBuyDate.Location = new System.Drawing.Point(31, 213); this.lblBuyDate.Name = "lblBuyDate"; this.lblBuyDate.Size = new System.Drawing.Size(53, 12); this.lblBuyDate.TabIndex = 0; this.lblBuyDate.Text = "购买日期"; // // lblCreateDate // this.lblCreateDate.AutoSize = true; this.lblCreateDate.BackColor = System.Drawing.Color.Transparent; this.lblCreateDate.Font = new System.Drawing.Font("宋体", 9F); this.lblCreateDate.Location = new System.Drawing.Point(31, 184); this.lblCreateDate.Name = "lblCreateDate"; this.lblCreateDate.Size = new System.Drawing.Size(53, 12); this.lblCreateDate.TabIndex = 0; this.lblCreateDate.Text = "生产日期"; // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.panel1); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox1.Location = new System.Drawing.Point(0, 30); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(305, 302); this.ultraGroupBox1.TabIndex = 2; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("宋体", 9F); this.label3.Location = new System.Drawing.Point(31, 159); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 0; this.label3.Text = "割硫次数"; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("宋体", 9F); this.textBox1.Location = new System.Drawing.Point(91, 154); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(161, 21); this.textBox1.TabIndex = 5; // // FrmOLBaseInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(305, 332); this.Controls.Add(this.ultraGroupBox1); this.Controls.Add(this.toolStrip1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmOLBaseInfo"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "氧枪基础信息"; this.Load += new System.EventHandler(this.FrmOLBaseInfo_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ucmeLanceN)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ucmeLanceType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ucmeNowStatus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ucmeType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.udtePTime)).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.ToolStripButton EDIT; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lblOxygenLanceID; private System.Windows.Forms.Label lblBaseInfoMemo; private System.Windows.Forms.TextBox txtBaseInfoMemo; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblNowStatus; private System.Windows.Forms.Label lblAge; private System.Windows.Forms.TextBox txtAge; private System.Windows.Forms.Label lblBuyDate; private System.Windows.Forms.Label lblCreateDate; private System.Windows.Forms.ToolStripButton DEL; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton CLOSE; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udtePTime; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteBuyTime; private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeLanceType; private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeNowStatus; private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeType; private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeLanceN; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox1; } }