namespace Core.LgMes.Client.LgDeviceManager { partial class FrmILFire { /// /// 必需的设计器变量。 /// 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 appearance4 = new Infragistics.Win.Appearance(); Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem(); Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmILFire)); Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); this.ulgrpBaseInfoEdit = new Infragistics.Win.Misc.UltraGroupBox(); this.cbbWZ = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.cbbID = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.tbCurrStatus = new System.Windows.Forms.TextBox(); this.tbWDKH = new System.Windows.Forms.TextBox(); this.tbWDKQ = new System.Windows.Forms.TextBox(); this.tbAgeTS = new System.Windows.Forms.TextBox(); this.lblBaseInfoMemo = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.tbMemo = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); 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.btnClose = new System.Windows.Forms.Button(); this.btnStart = new System.Windows.Forms.Button(); this.btnEnd = new System.Windows.Forms.Button(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.FireStart = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.FireEnd = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.CLOSE = new System.Windows.Forms.ToolStripButton(); this.dateTimePicker1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.dateTimePicker2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); ((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).BeginInit(); this.ulgrpBaseInfoEdit.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cbbWZ)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbbID)).BeginInit(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dateTimePicker1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateTimePicker2)).BeginInit(); this.SuspendLayout(); // // ulgrpBaseInfoEdit // appearance1.BackColor = System.Drawing.Color.Transparent; appearance1.FontData.Name = "宋体"; appearance1.FontData.SizeInPoints = 10.5F; this.ulgrpBaseInfoEdit.Appearance = appearance1; this.ulgrpBaseInfoEdit.Controls.Add(this.dateTimePicker2); this.ulgrpBaseInfoEdit.Controls.Add(this.dateTimePicker1); this.ulgrpBaseInfoEdit.Controls.Add(this.cbbWZ); this.ulgrpBaseInfoEdit.Controls.Add(this.cbbID); this.ulgrpBaseInfoEdit.Controls.Add(this.tbCurrStatus); this.ulgrpBaseInfoEdit.Controls.Add(this.tbWDKH); this.ulgrpBaseInfoEdit.Controls.Add(this.tbWDKQ); this.ulgrpBaseInfoEdit.Controls.Add(this.tbAgeTS); this.ulgrpBaseInfoEdit.Controls.Add(this.lblBaseInfoMemo); this.ulgrpBaseInfoEdit.Controls.Add(this.label1); this.ulgrpBaseInfoEdit.Controls.Add(this.label6); this.ulgrpBaseInfoEdit.Controls.Add(this.tbMemo); this.ulgrpBaseInfoEdit.Controls.Add(this.label5); this.ulgrpBaseInfoEdit.Controls.Add(this.label4); this.ulgrpBaseInfoEdit.Controls.Add(this.label3); this.ulgrpBaseInfoEdit.Controls.Add(this.label2); 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("宋体", 9F); this.ulgrpBaseInfoEdit.Location = new System.Drawing.Point(0, 26); this.ulgrpBaseInfoEdit.Name = "ulgrpBaseInfoEdit"; this.ulgrpBaseInfoEdit.Size = new System.Drawing.Size(359, 219); this.ulgrpBaseInfoEdit.SupportThemes = false; this.ulgrpBaseInfoEdit.TabIndex = 0; // // cbbWZ // appearance4.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel; appearance4.BorderColor = System.Drawing.Color.Black; this.cbbWZ.Appearance = appearance4; this.cbbWZ.AutoSize = true; this.cbbWZ.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.cbbWZ.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; //this.cbbWZ.FlatMode = true; this.cbbWZ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); valueListItem1.DataValue = "0"; valueListItem1.DisplayText = "冷修"; valueListItem2.DataValue = "1"; valueListItem2.DisplayText = "倒罐站"; this.cbbWZ.Items.Add(valueListItem1); this.cbbWZ.Items.Add(valueListItem2); this.cbbWZ.Location = new System.Drawing.Point(256, 13); this.cbbWZ.Name = "cbbWZ"; this.cbbWZ.Size = new System.Drawing.Size(83, 19); this.cbbWZ.TabIndex = 291; // // cbbID // appearance5.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel; appearance5.BorderColor = System.Drawing.Color.Black; this.cbbID.Appearance = appearance5; this.cbbID.AutoSize = true; this.cbbID.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.cbbID.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; //this.cbbID.FlatMode = true; this.cbbID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbbID.Location = new System.Drawing.Point(86, 13); this.cbbID.Name = "cbbID"; this.cbbID.Size = new System.Drawing.Size(83, 19); this.cbbID.TabIndex = 290; this.cbbID.SelectionChanged += new System.EventHandler(this.cbbID_SelectedIndexChanged); // // tbCurrStatus // this.tbCurrStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.tbCurrStatus.Font = new System.Drawing.Font("宋体", 10.5F); this.tbCurrStatus.ForeColor = System.Drawing.Color.Black; this.tbCurrStatus.Location = new System.Drawing.Point(86, 40); this.tbCurrStatus.MaxLength = 10; this.tbCurrStatus.Name = "tbCurrStatus"; this.tbCurrStatus.ReadOnly = true; this.tbCurrStatus.Size = new System.Drawing.Size(83, 23); this.tbCurrStatus.TabIndex = 2; // // tbWDKH // this.tbWDKH.Font = new System.Drawing.Font("宋体", 10.5F); this.tbWDKH.Location = new System.Drawing.Point(256, 69); this.tbWDKH.MaxLength = 8; this.tbWDKH.Name = "tbWDKH"; this.tbWDKH.ShortcutsEnabled = false; this.tbWDKH.Size = new System.Drawing.Size(83, 23); this.tbWDKH.TabIndex = 5; this.tbWDKH.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumber_KeyPress); // // tbWDKQ // this.tbWDKQ.Font = new System.Drawing.Font("宋体", 10.5F); this.tbWDKQ.Location = new System.Drawing.Point(86, 69); this.tbWDKQ.MaxLength = 8; this.tbWDKQ.Name = "tbWDKQ"; this.tbWDKQ.ShortcutsEnabled = false; this.tbWDKQ.Size = new System.Drawing.Size(83, 23); this.tbWDKQ.TabIndex = 3; this.tbWDKQ.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxNumber_KeyPress); // // tbAgeTS // this.tbAgeTS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.tbAgeTS.Font = new System.Drawing.Font("宋体", 10.5F); this.tbAgeTS.Location = new System.Drawing.Point(256, 40); this.tbAgeTS.MaxLength = 10; this.tbAgeTS.Name = "tbAgeTS"; this.tbAgeTS.ReadOnly = true; this.tbAgeTS.Size = new System.Drawing.Size(83, 23); this.tbAgeTS.TabIndex = 4; // // 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(46, 160); 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(18, 44); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 14); this.label1.TabIndex = 0; this.label1.Text = "当前状态"; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Font = new System.Drawing.Font("宋体", 10.5F); this.label6.Location = new System.Drawing.Point(184, 73); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(63, 14); this.label6.TabIndex = 0; this.label6.Text = "烤后温度"; // // tbMemo // this.tbMemo.Font = new System.Drawing.Font("宋体", 10.5F); this.tbMemo.Location = new System.Drawing.Point(86, 156); this.tbMemo.MaxLength = 300; this.tbMemo.Multiline = true; this.tbMemo.Name = "tbMemo"; this.tbMemo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.tbMemo.Size = new System.Drawing.Size(253, 52); this.tbMemo.TabIndex = 10; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("宋体", 10.5F); this.label5.Location = new System.Drawing.Point(18, 131); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(63, 14); this.label5.TabIndex = 0; this.label5.Text = "结束时间"; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("宋体", 10.5F); this.label4.Location = new System.Drawing.Point(18, 102); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(63, 14); 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("宋体", 10.5F); this.label3.Location = new System.Drawing.Point(184, 15); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(63, 14); 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("宋体", 10.5F); this.label2.Location = new System.Drawing.Point(18, 73); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(63, 14); this.label2.TabIndex = 0; this.label2.Text = "烤前温度"; // // 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(184, 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(18, 15); this.lblLadleID.Name = "lblLadleID"; this.lblLadleID.Size = new System.Drawing.Size(63, 14); this.lblLadleID.TabIndex = 0; this.lblLadleID.Text = "铁包编号"; // // tbAgeBG // this.tbAgeBG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.tbAgeBG.Font = new System.Drawing.Font("宋体", 10.5F); this.tbAgeBG.Location = new System.Drawing.Point(77, 318); this.tbAgeBG.MaxLength = 10; this.tbAgeBG.Name = "tbAgeBG"; this.tbAgeBG.ReadOnly = true; this.tbAgeBG.Size = new System.Drawing.Size(119, 23); this.tbAgeBG.TabIndex = 6; this.tbAgeBG.Visible = false; // // 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(9, 322); this.lblIronAccount.Name = "lblIronAccount"; this.lblIronAccount.Size = new System.Drawing.Size(63, 14); this.lblIronAccount.TabIndex = 0; this.lblIronAccount.Text = "半钢包龄"; this.lblIronAccount.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(274, 301); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(77, 26); this.btnClose.TabIndex = 3; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Visible = false; // // btnStart // this.btnStart.Font = new System.Drawing.Font("宋体", 10.5F); this.btnStart.Location = new System.Drawing.Point(92, 301); this.btnStart.Name = "btnStart"; this.btnStart.Size = new System.Drawing.Size(77, 26); this.btnStart.TabIndex = 1; this.btnStart.Text = "烘烤开始"; this.btnStart.UseVisualStyleBackColor = true; this.btnStart.Visible = false; // // btnEnd // this.btnEnd.Font = new System.Drawing.Font("宋体", 10.5F); this.btnEnd.Location = new System.Drawing.Point(183, 301); this.btnEnd.Name = "btnEnd"; this.btnEnd.Size = new System.Drawing.Size(77, 26); this.btnEnd.TabIndex = 2; this.btnEnd.Text = "烘烤结束"; this.btnEnd.UseVisualStyleBackColor = true; this.btnEnd.Visible = false; // // toolStrip1 // this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.FireStart, this.toolStripSeparator2, this.FireEnd, this.toolStripSeparator3, this.CLOSE}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(359, 26); this.toolStrip1.TabIndex = 6; this.toolStrip1.Text = "toolStrip1"; this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked); // // FireStart // this.FireStart.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.FireStart.ImageTransparentColor = System.Drawing.Color.Magenta; this.FireStart.Name = "FireStart"; this.FireStart.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3); this.FireStart.Size = new System.Drawing.Size(79, 23); this.FireStart.Text = "烘烤开始"; this.FireStart.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 26); // // FireEnd // this.FireEnd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.FireEnd.Image = ((System.Drawing.Image)(resources.GetObject("FireEnd.Image"))); this.FireEnd.ImageTransparentColor = System.Drawing.Color.Magenta; this.FireEnd.Name = "FireEnd"; this.FireEnd.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3); this.FireEnd.Size = new System.Drawing.Size(79, 23); this.FireEnd.Text = "烘烤结束"; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 26); // // 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(70, 23); this.CLOSE.Text = "关闭(&C)"; // // dateTimePicker1 // appearance3.BackColor = System.Drawing.Color.White; this.dateTimePicker1.Appearance = appearance3; this.dateTimePicker1.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0); this.dateTimePicker1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dateTimePicker1.FormatProvider = new System.Globalization.CultureInfo("en-US"); this.dateTimePicker1.FormatString = "yyyy-MM-dd HH:mm:ss"; this.dateTimePicker1.Location = new System.Drawing.Point(86, 99); this.dateTimePicker1.MaskInput = "yyyy-mm-dd hh:mm:ss"; this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.Size = new System.Drawing.Size(253, 21); this.dateTimePicker1.TabIndex = 292; this.dateTimePicker1.Value = null; // // dateTimePicker2 // appearance2.BackColor = System.Drawing.Color.White; this.dateTimePicker2.Appearance = appearance2; this.dateTimePicker2.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0); this.dateTimePicker2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dateTimePicker2.FormatProvider = new System.Globalization.CultureInfo("en-US"); this.dateTimePicker2.FormatString = "yyyy-MM-dd HH:mm:ss"; this.dateTimePicker2.Location = new System.Drawing.Point(86, 128); this.dateTimePicker2.MaskInput = "yyyy-mm-dd hh:mm:ss"; this.dateTimePicker2.Name = "dateTimePicker2"; this.dateTimePicker2.Size = new System.Drawing.Size(253, 21); this.dateTimePicker2.TabIndex = 293; this.dateTimePicker2.Value = null; // // FrmILFire // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Gainsboro; this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(359, 245); this.Controls.Add(this.ulgrpBaseInfoEdit); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.btnEnd); this.Controls.Add(this.btnStart); this.Controls.Add(this.tbAgeBG); this.Controls.Add(this.btnClose); this.Controls.Add(this.lblIronAccount); this.Name = "FrmILFire"; this.Text = "铁包烘烤信息"; this.Load += new System.EventHandler(this.FrmILFire_Load); ((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).EndInit(); this.ulgrpBaseInfoEdit.ResumeLayout(false); this.ulgrpBaseInfoEdit.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cbbWZ)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbbID)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dateTimePicker1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateTimePicker2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion public Infragistics.Win.Misc.UltraGroupBox ulgrpBaseInfoEdit; private System.Windows.Forms.Label lblBaseInfoMemo; private System.Windows.Forms.TextBox tbMemo; 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.TextBox tbAgeBG; private System.Windows.Forms.TextBox tbAgeTS; private System.Windows.Forms.TextBox tbCurrStatus; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btnStart; private System.Windows.Forms.Button btnEnd; private System.Windows.Forms.TextBox tbWDKH; private System.Windows.Forms.TextBox tbWDKQ; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label2; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton FireStart; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton FireEnd; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton CLOSE; private Infragistics.Win.UltraWinEditors.UltraComboEditor cbbID; private Infragistics.Win.UltraWinEditors.UltraComboEditor cbbWZ; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateTimePicker1; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateTimePicker2; } }