namespace Core.StlMes.Client.PlnSaleOrd.Control
{
partial class ComQueryPandProcOrd
{
///
/// 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()
{
Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
this.checkBoxRollMonth = new System.Windows.Forms.CheckBox();
this.ultraDateTimeRollMonth = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.checkBoxForReqORDER_NO = new System.Windows.Forms.CheckBox();
this.ctrlForQueryORDER_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.checkBoxFinish = new System.Windows.Forms.CheckBox();
this.ultraComboFinishEditor = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.checkBoxIsConfirm = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeRollMonth)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ctrlForQueryORDER_NO)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraComboFinishEditor)).BeginInit();
this.SuspendLayout();
//
// checkBoxRollMonth
//
this.checkBoxRollMonth.AutoSize = true;
this.checkBoxRollMonth.Location = new System.Drawing.Point(13, 7);
this.checkBoxRollMonth.Name = "checkBoxRollMonth";
this.checkBoxRollMonth.Size = new System.Drawing.Size(72, 16);
this.checkBoxRollMonth.TabIndex = 15;
this.checkBoxRollMonth.Text = "轧制月份";
this.checkBoxRollMonth.UseVisualStyleBackColor = true;
this.checkBoxRollMonth.CheckedChanged += new System.EventHandler(this.checkBoxRollMonth_CheckedChanged);
//
// ultraDateTimeRollMonth
//
this.ultraDateTimeRollMonth.Enabled = false;
this.ultraDateTimeRollMonth.FormatProvider = new System.Globalization.CultureInfo("sq-AL");
this.ultraDateTimeRollMonth.FormatString = "yyyy-MM";
this.ultraDateTimeRollMonth.Location = new System.Drawing.Point(90, 5);
this.ultraDateTimeRollMonth.MaskInput = "yyyy-mm";
this.ultraDateTimeRollMonth.Name = "ultraDateTimeRollMonth";
this.ultraDateTimeRollMonth.Size = new System.Drawing.Size(91, 21);
this.ultraDateTimeRollMonth.TabIndex = 16;
//
// checkBoxForReqORDER_NO
//
this.checkBoxForReqORDER_NO.AutoSize = true;
this.checkBoxForReqORDER_NO.Location = new System.Drawing.Point(186, 7);
this.checkBoxForReqORDER_NO.Name = "checkBoxForReqORDER_NO";
this.checkBoxForReqORDER_NO.Size = new System.Drawing.Size(60, 16);
this.checkBoxForReqORDER_NO.TabIndex = 17;
this.checkBoxForReqORDER_NO.Text = "合同号";
this.checkBoxForReqORDER_NO.UseVisualStyleBackColor = true;
this.checkBoxForReqORDER_NO.CheckedChanged += new System.EventHandler(this.checkBoxForReqORDER_NO_CheckedChanged);
//
// ctrlForQueryORDER_NO
//
this.ctrlForQueryORDER_NO.Enabled = false;
this.ctrlForQueryORDER_NO.Location = new System.Drawing.Point(251, 5);
this.ctrlForQueryORDER_NO.Name = "ctrlForQueryORDER_NO";
this.ctrlForQueryORDER_NO.Size = new System.Drawing.Size(115, 21);
this.ctrlForQueryORDER_NO.TabIndex = 18;
//
// checkBoxFinish
//
this.checkBoxFinish.AutoSize = true;
this.checkBoxFinish.Checked = true;
this.checkBoxFinish.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxFinish.Location = new System.Drawing.Point(372, 8);
this.checkBoxFinish.Name = "checkBoxFinish";
this.checkBoxFinish.Size = new System.Drawing.Size(72, 16);
this.checkBoxFinish.TabIndex = 56;
this.checkBoxFinish.Text = "生产情况";
this.checkBoxFinish.UseVisualStyleBackColor = true;
//
// ultraComboFinishEditor
//
this.ultraComboFinishEditor.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
valueListItem4.DataValue = "0";
valueListItem4.DisplayText = "在产合同";
valueListItem6.DataValue = "1";
valueListItem6.DisplayText = "全部";
this.ultraComboFinishEditor.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem4,
valueListItem6});
this.ultraComboFinishEditor.Location = new System.Drawing.Point(450, 5);
this.ultraComboFinishEditor.Name = "ultraComboFinishEditor";
this.ultraComboFinishEditor.Size = new System.Drawing.Size(80, 21);
this.ultraComboFinishEditor.TabIndex = 57;
//
// checkBoxIsConfirm
//
this.checkBoxIsConfirm.AutoSize = true;
this.checkBoxIsConfirm.Location = new System.Drawing.Point(536, 7);
this.checkBoxIsConfirm.Name = "checkBoxIsConfirm";
this.checkBoxIsConfirm.Size = new System.Drawing.Size(60, 16);
this.checkBoxIsConfirm.TabIndex = 58;
this.checkBoxIsConfirm.Text = "有接箍";
this.checkBoxIsConfirm.UseVisualStyleBackColor = true;
this.checkBoxIsConfirm.Visible = false;
//
// ComQueryPandProcOrd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.checkBoxIsConfirm);
this.Controls.Add(this.checkBoxFinish);
this.Controls.Add(this.ultraComboFinishEditor);
this.Controls.Add(this.checkBoxRollMonth);
this.Controls.Add(this.ultraDateTimeRollMonth);
this.Controls.Add(this.checkBoxForReqORDER_NO);
this.Controls.Add(this.ctrlForQueryORDER_NO);
this.Name = "ComQueryPandProcOrd";
this.Size = new System.Drawing.Size(836, 31);
this.Load += new System.EventHandler(this.ComQueryPandProcOrd_Load);
((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeRollMonth)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ctrlForQueryORDER_NO)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraComboFinishEditor)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.CheckBox checkBoxRollMonth;
public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeRollMonth;
public System.Windows.Forms.CheckBox checkBoxForReqORDER_NO;
public Infragistics.Win.UltraWinEditors.UltraTextEditor ctrlForQueryORDER_NO;
public System.Windows.Forms.CheckBox checkBoxFinish;
public Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboFinishEditor;
public System.Windows.Forms.CheckBox checkBoxIsConfirm;
}
}