namespace Core.StlMes.Client.Mcp.Control
{
partial class SingleQueryFrame
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
this.txtLotNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.panel2 = new System.Windows.Forms.Panel();
this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
this.txtHeatNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
this.dtEndDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.dtStartDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
((System.ComponentModel.ISupportInitialize)(this.txtLotNo)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dtEndDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).BeginInit();
this.SuspendLayout();
//
// txtLotNo
//
this.txtLotNo.Location = new System.Drawing.Point(568, 12);
this.txtLotNo.MaxLength = 100;
this.txtLotNo.Name = "txtLotNo";
this.txtLotNo.Size = new System.Drawing.Size(73, 21);
this.txtLotNo.TabIndex = 40;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
this.panel2.Controls.Add(this.txtLotNo);
this.panel2.Controls.Add(this.ultraLabel4);
this.panel2.Controls.Add(this.txtHeatNo);
this.panel2.Controls.Add(this.ultraLabel3);
this.panel2.Controls.Add(this.dtEndDate);
this.panel2.Controls.Add(this.dtStartDate);
this.panel2.Controls.Add(this.ultraLabel1);
this.panel2.Controls.Add(this.ultraLabel2);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(803, 43);
this.panel2.TabIndex = 3;
//
// ultraLabel4
//
appearance8.TextHAlignAsString = "Center";
appearance8.TextVAlignAsString = "Middle";
this.ultraLabel4.Appearance = appearance8;
this.ultraLabel4.Location = new System.Drawing.Point(518, 12);
this.ultraLabel4.Name = "ultraLabel4";
this.ultraLabel4.Size = new System.Drawing.Size(65, 23);
this.ultraLabel4.TabIndex = 41;
this.ultraLabel4.Text = "批号";
//
// txtHeatNo
//
this.txtHeatNo.Location = new System.Drawing.Point(389, 12);
this.txtHeatNo.MaxLength = 100;
this.txtHeatNo.Name = "txtHeatNo";
this.txtHeatNo.Size = new System.Drawing.Size(120, 21);
this.txtHeatNo.TabIndex = 38;
//
// ultraLabel3
//
appearance3.TextHAlignAsString = "Center";
appearance3.TextVAlignAsString = "Middle";
this.ultraLabel3.Appearance = appearance3;
this.ultraLabel3.Location = new System.Drawing.Point(336, 12);
this.ultraLabel3.Name = "ultraLabel3";
this.ultraLabel3.Size = new System.Drawing.Size(65, 23);
this.ultraLabel3.TabIndex = 39;
this.ultraLabel3.Text = "炉号";
//
// dtEndDate
//
this.dtEndDate.Location = new System.Drawing.Point(197, 12);
this.dtEndDate.Name = "dtEndDate";
this.dtEndDate.Size = new System.Drawing.Size(120, 21);
this.dtEndDate.TabIndex = 36;
//
// dtStartDate
//
this.dtStartDate.Location = new System.Drawing.Point(65, 12);
this.dtStartDate.Name = "dtStartDate";
this.dtStartDate.Size = new System.Drawing.Size(120, 21);
this.dtStartDate.TabIndex = 35;
//
// ultraLabel1
//
appearance2.TextHAlignAsString = "Center";
appearance2.TextVAlignAsString = "Middle";
this.ultraLabel1.Appearance = appearance2;
this.ultraLabel1.Location = new System.Drawing.Point(12, 12);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(65, 23);
this.ultraLabel1.TabIndex = 34;
this.ultraLabel1.Text = "时间";
//
// ultraLabel2
//
appearance18.TextHAlignAsString = "Center";
appearance18.TextVAlignAsString = "Middle";
this.ultraLabel2.Appearance = appearance18;
this.ultraLabel2.Location = new System.Drawing.Point(184, 12);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(14, 23);
this.ultraLabel2.TabIndex = 37;
this.ultraLabel2.Text = "-";
//
// SingleQueryFrameControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.panel2);
this.Name = "SingleQueryFrameControl";
this.Size = new System.Drawing.Size(803, 43);
((System.ComponentModel.ISupportInitialize)(this.txtLotNo)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dtEndDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).EndInit();
this.ResumeLayout(false);
}
#endregion
public Infragistics.Win.UltraWinEditors.UltraTextEditor txtLotNo;
private System.Windows.Forms.Panel panel2;
public Infragistics.Win.Misc.UltraLabel ultraLabel4;
public Infragistics.Win.UltraWinEditors.UltraTextEditor txtHeatNo;
public Infragistics.Win.Misc.UltraLabel ultraLabel3;
public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtEndDate;
public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtStartDate;
public Infragistics.Win.Misc.UltraLabel ultraLabel1;
public Infragistics.Win.Misc.UltraLabel ultraLabel2;
}
}