namespace PlanExecute_Query
{
partial class PlanExecute
{
///
/// 必需的设计器变量。
///
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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.dgv_PlanDetail = new System.Windows.Forms.DataGridView();
this.btn_Refresh = new System.Windows.Forms.Button();
this.cb_Area = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.dtp_Start = new System.Windows.Forms.DateTimePicker();
this.dtp_End = new System.Windows.Forms.DateTimePicker();
this.cmb_State = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.txt_OrderNum = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.dgv_PlanDetail)).BeginInit();
this.SuspendLayout();
//
// dgv_PlanDetail
//
this.dgv_PlanDetail.AllowUserToAddRows = false;
this.dgv_PlanDetail.AllowUserToDeleteRows = false;
this.dgv_PlanDetail.AllowUserToResizeRows = false;
this.dgv_PlanDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgv_PlanDetail.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgv_PlanDetail.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv_PlanDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgv_PlanDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv_PlanDetail.Location = new System.Drawing.Point(12, 42);
this.dgv_PlanDetail.MultiSelect = false;
this.dgv_PlanDetail.Name = "dgv_PlanDetail";
this.dgv_PlanDetail.ReadOnly = true;
this.dgv_PlanDetail.RowHeadersVisible = false;
this.dgv_PlanDetail.RowTemplate.Height = 26;
this.dgv_PlanDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv_PlanDetail.Size = new System.Drawing.Size(1425, 754);
this.dgv_PlanDetail.TabIndex = 72;
//
// btn_Refresh
//
this.btn_Refresh.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_Refresh.Location = new System.Drawing.Point(719, 6);
this.btn_Refresh.Name = "btn_Refresh";
this.btn_Refresh.Size = new System.Drawing.Size(83, 26);
this.btn_Refresh.TabIndex = 74;
this.btn_Refresh.Text = "查询";
this.btn_Refresh.UseVisualStyleBackColor = true;
this.btn_Refresh.Click += new System.EventHandler(this.btn_Refresh_Click);
//
// cb_Area
//
this.cb_Area.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_Area.FormattingEnabled = true;
this.cb_Area.Items.AddRange(new object[] {
"内装线",
"活塞连杆分线",
"缸盖线"});
this.cb_Area.Location = new System.Drawing.Point(1139, 10);
this.cb_Area.Name = "cb_Area";
this.cb_Area.Size = new System.Drawing.Size(128, 20);
this.cb_Area.TabIndex = 75;
this.cb_Area.Visible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(1070, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(67, 14);
this.label1.TabIndex = 76;
this.label1.Text = "所属分线";
this.label1.Visible = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(9, 13);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(67, 14);
this.label3.TabIndex = 76;
this.label3.Text = "生产日期";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(188, 13);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(22, 14);
this.label4.TabIndex = 76;
this.label4.Text = "到";
//
// dtp_Start
//
this.dtp_Start.CustomFormat = "yyyy-MM-dd";
this.dtp_Start.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtp_Start.Location = new System.Drawing.Point(80, 9);
this.dtp_Start.Name = "dtp_Start";
this.dtp_Start.Size = new System.Drawing.Size(101, 21);
this.dtp_Start.TabIndex = 78;
//
// dtp_End
//
this.dtp_End.CustomFormat = "yyyy-MM-dd";
this.dtp_End.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtp_End.Location = new System.Drawing.Point(216, 9);
this.dtp_End.Name = "dtp_End";
this.dtp_End.Size = new System.Drawing.Size(101, 21);
this.dtp_End.TabIndex = 78;
//
// cmb_State
//
this.cmb_State.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_State.FormattingEnabled = true;
this.cmb_State.Items.AddRange(new object[] {
"未上线",
"已上线"});
this.cmb_State.Location = new System.Drawing.Point(406, 10);
this.cmb_State.Name = "cmb_State";
this.cmb_State.Size = new System.Drawing.Size(95, 20);
this.cmb_State.TabIndex = 75;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(339, 13);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(67, 14);
this.label2.TabIndex = 76;
this.label2.Text = "执行状态";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(522, 13);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(52, 14);
this.label5.TabIndex = 76;
this.label5.Text = "订单号";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txt_OrderNum
//
this.txt_OrderNum.Location = new System.Drawing.Point(574, 9);
this.txt_OrderNum.Name = "txt_OrderNum";
this.txt_OrderNum.Size = new System.Drawing.Size(126, 21);
this.txt_OrderNum.TabIndex = 79;
//
// PlanExecute
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1446, 808);
this.Controls.Add(this.txt_OrderNum);
this.Controls.Add(this.dtp_End);
this.Controls.Add(this.dtp_Start);
this.Controls.Add(this.cmb_State);
this.Controls.Add(this.cb_Area);
this.Controls.Add(this.btn_Refresh);
this.Controls.Add(this.dgv_PlanDetail);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label5);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "PlanExecute";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "计划执行情况";
this.Load += new System.EventHandler(this.PlanExecute_Query_Load);
((System.ComponentModel.ISupportInitialize)(this.dgv_PlanDetail)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dgv_PlanDetail;
private System.Windows.Forms.Button btn_Refresh;
private System.Windows.Forms.ComboBox cb_Area;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.DateTimePicker dtp_Start;
private System.Windows.Forms.DateTimePicker dtp_End;
private System.Windows.Forms.ComboBox cmb_State;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txt_OrderNum;
}
}