namespace Core.StlMes.Client.LgResMgt
{
partial class frmPlanQuery
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
this.ugPlan = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.uceEafLine = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.ucEafLine = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.uceOrder = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.txtOrder = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ucJudgeStove = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.chcGrade = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.uceGrade = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.txtStoveNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.dateEndtime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.chcMaketime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.dateBegintime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
((System.ComponentModel.ISupportInitialize)(this.ugPlan)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.uceEafLine)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ucEafLine)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.uceOrder)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtOrder)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ucJudgeStove)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chcGrade)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.uceGrade)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtStoveNo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dateEndtime)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chcMaketime)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dateBegintime)).BeginInit();
this.SuspendLayout();
//
// ugPlan
//
this.ugPlan.DataSource = this.bindingSource1;
appearance2.FontData.BoldAsString = "True";
appearance2.TextHAlignAsString = "Left";
this.ugPlan.DisplayLayout.CaptionAppearance = appearance2;
this.ugPlan.Dock = System.Windows.Forms.DockStyle.Fill;
this.ugPlan.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ugPlan.Location = new System.Drawing.Point(0, 36);
this.ugPlan.Name = "ugPlan";
this.ugPlan.Size = new System.Drawing.Size(1239, 325);
this.ugPlan.TabIndex = 15;
this.ugPlan.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ugPlan_InitializeRow);
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.uceEafLine);
this.ultraGroupBox1.Controls.Add(this.ucEafLine);
this.ultraGroupBox1.Controls.Add(this.uceOrder);
this.ultraGroupBox1.Controls.Add(this.txtOrder);
this.ultraGroupBox1.Controls.Add(this.ucJudgeStove);
this.ultraGroupBox1.Controls.Add(this.chcGrade);
this.ultraGroupBox1.Controls.Add(this.uceGrade);
this.ultraGroupBox1.Controls.Add(this.txtStoveNo);
this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
this.ultraGroupBox1.Controls.Add(this.dateEndtime);
this.ultraGroupBox1.Controls.Add(this.chcMaketime);
this.ultraGroupBox1.Controls.Add(this.dateBegintime);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(1239, 36);
this.ultraGroupBox1.TabIndex = 14;
//
// uceEafLine
//
this.uceEafLine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.uceEafLine.AutoSize = false;
this.uceEafLine.CheckedListSettings.ListSeparator = ",";
this.uceEafLine.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.uceEafLine.Location = new System.Drawing.Point(464, 6);
this.uceEafLine.Name = "uceEafLine";
this.uceEafLine.Size = new System.Drawing.Size(117, 21);
this.uceEafLine.TabIndex = 42;
//
// ucEafLine
//
appearance4.TextHAlignAsString = "Center";
appearance4.TextVAlignAsString = "Middle";
this.ucEafLine.Appearance = appearance4;
this.ucEafLine.AutoSize = true;
this.ucEafLine.Checked = true;
this.ucEafLine.CheckState = System.Windows.Forms.CheckState.Checked;
this.ucEafLine.Location = new System.Drawing.Point(380, 7);
this.ucEafLine.Name = "ucEafLine";
this.ucEafLine.Size = new System.Drawing.Size(71, 19);
this.ucEafLine.TabIndex = 41;
this.ucEafLine.Text = "电炉产线";
//
// uceOrder
//
this.uceOrder.AutoSize = true;
this.uceOrder.BackColor = System.Drawing.Color.Transparent;
this.uceOrder.BackColorInternal = System.Drawing.Color.Transparent;
this.uceOrder.Location = new System.Drawing.Point(1003, 7);
this.uceOrder.Name = "uceOrder";
this.uceOrder.Size = new System.Drawing.Size(59, 19);
this.uceOrder.TabIndex = 40;
this.uceOrder.Text = "合同号";
//
// txtOrder
//
this.txtOrder.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtOrder.Location = new System.Drawing.Point(1075, 6);
this.txtOrder.MaxLength = 255;
this.txtOrder.Name = "txtOrder";
this.txtOrder.Size = new System.Drawing.Size(120, 21);
this.txtOrder.TabIndex = 39;
//
// ucJudgeStove
//
this.ucJudgeStove.AutoSize = true;
this.ucJudgeStove.BackColor = System.Drawing.Color.Transparent;
this.ucJudgeStove.BackColorInternal = System.Drawing.Color.Transparent;
this.ucJudgeStove.Location = new System.Drawing.Point(594, 7);
this.ucJudgeStove.Name = "ucJudgeStove";
this.ucJudgeStove.Size = new System.Drawing.Size(71, 19);
this.ucJudgeStove.TabIndex = 38;
this.ucJudgeStove.Text = "判定炉号";
//
// chcGrade
//
this.chcGrade.AutoSize = true;
this.chcGrade.BackColor = System.Drawing.Color.Transparent;
this.chcGrade.BackColorInternal = System.Drawing.Color.Transparent;
this.chcGrade.Location = new System.Drawing.Point(811, 7);
this.chcGrade.Name = "chcGrade";
this.chcGrade.Size = new System.Drawing.Size(46, 19);
this.chcGrade.TabIndex = 37;
this.chcGrade.Text = "钢种";
//
// uceGrade
//
this.uceGrade.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.uceGrade.Location = new System.Drawing.Point(870, 6);
this.uceGrade.Name = "uceGrade";
this.uceGrade.Size = new System.Drawing.Size(120, 21);
this.uceGrade.TabIndex = 36;
//
// txtStoveNo
//
this.txtStoveNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtStoveNo.Location = new System.Drawing.Point(678, 6);
this.txtStoveNo.MaxLength = 255;
this.txtStoveNo.Name = "txtStoveNo";
this.txtStoveNo.Size = new System.Drawing.Size(120, 21);
this.txtStoveNo.TabIndex = 35;
//
// ultraLabel2
//
appearance6.TextHAlignAsString = "Center";
appearance6.TextVAlignAsString = "Middle";
this.ultraLabel2.Appearance = appearance6;
this.ultraLabel2.Location = new System.Drawing.Point(219, 3);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(12, 27);
this.ultraLabel2.TabIndex = 32;
this.ultraLabel2.Text = "至";
//
// dateEndtime
//
this.dateEndtime.Location = new System.Drawing.Point(244, 6);
this.dateEndtime.Name = "dateEndtime";
this.dateEndtime.Size = new System.Drawing.Size(123, 21);
this.dateEndtime.TabIndex = 33;
//
// chcMaketime
//
appearance1.TextHAlignAsString = "Center";
appearance1.TextVAlignAsString = "Middle";
this.chcMaketime.Appearance = appearance1;
this.chcMaketime.AutoSize = true;
this.chcMaketime.Checked = true;
this.chcMaketime.CheckState = System.Windows.Forms.CheckState.Checked;
this.chcMaketime.Enabled = false;
this.chcMaketime.Location = new System.Drawing.Point(6, 7);
this.chcMaketime.Name = "chcMaketime";
this.chcMaketime.Size = new System.Drawing.Size(71, 19);
this.chcMaketime.TabIndex = 30;
this.chcMaketime.Text = "计划时间";
//
// dateBegintime
//
appearance3.TextHAlignAsString = "Center";
appearance3.TextVAlignAsString = "Middle";
this.dateBegintime.Appearance = appearance3;
appearance5.ImageHAlign = Infragistics.Win.HAlign.Center;
appearance5.ImageVAlign = Infragistics.Win.VAlign.Middle;
appearance5.TextHAlignAsString = "Center";
appearance5.TextVAlignAsString = "Middle";
this.dateBegintime.ButtonAppearance = appearance5;
appearance8.TextHAlignAsString = "Center";
appearance8.TextVAlignAsString = "Middle";
this.dateBegintime.DropDownAppearance = appearance8;
this.dateBegintime.FormatProvider = new System.Globalization.CultureInfo("zh-CN");
this.dateBegintime.Location = new System.Drawing.Point(90, 6);
this.dateBegintime.Name = "dateBegintime";
this.dateBegintime.Size = new System.Drawing.Size(116, 21);
this.dateBegintime.TabIndex = 31;
//
// frmPlanQuery
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1239, 361);
this.Controls.Add(this.ugPlan);
this.Controls.Add(this.ultraGroupBox1);
this.Name = "frmPlanQuery";
this.Text = "frmPlanQuery";
((System.ComponentModel.ISupportInitialize)(this.ugPlan)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ultraGroupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.uceEafLine)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ucEafLine)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.uceOrder)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtOrder)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ucJudgeStove)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chcGrade)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.uceGrade)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtStoveNo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dateEndtime)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chcMaketime)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dateBegintime)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.UltraWinGrid.UltraGrid ugPlan;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateEndtime;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateBegintime;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcMaketime;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtStoveNo;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor uceOrder;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtOrder;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor ucJudgeStove;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcGrade;
private Infragistics.Win.UltraWinEditors.UltraComboEditor uceGrade;
private Infragistics.Win.UltraWinEditors.UltraComboEditor uceEafLine;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor ucEafLine;
private System.Windows.Forms.BindingSource bindingSource1;
}
}