注塑喷涂
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

343 lines
18 KiB

namespace PunchAndWeld
{
partial class FrmSearchPlan
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle();
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1 = new System.Windows.Forms.Panel();
this.btOk = new System.Windows.Forms.Button();
this.btClose = new System.Windows.Forms.Button();
this.btSearch = new System.Windows.Forms.Button();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.label2 = new System.Windows.Forms.Label();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.BadCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CompleteCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OrderCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ProductName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PartNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OrderNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.IsFinish = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// ID
//
this.ID.DataPropertyName = "ID";
this.ID.HeaderText = "ID";
this.ID.Name = "ID";
this.ID.ReadOnly = true;
this.ID.Visible = false;
//
// panel1
//
this.panel1.Controls.Add(this.btOk);
this.panel1.Controls.Add(this.btClose);
this.panel1.Controls.Add(this.btSearch);
this.panel1.Controls.Add(this.dateTimePicker2);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.dateTimePicker1);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1258, 85);
this.panel1.TabIndex = 1;
//
// btOk
//
this.btOk.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btOk.Location = new System.Drawing.Point(798, 26);
this.btOk.Name = "btOk";
this.btOk.Size = new System.Drawing.Size(90, 40);
this.btOk.TabIndex = 6;
this.btOk.Text = "确定";
this.btOk.UseVisualStyleBackColor = true;
this.btOk.Click += new System.EventHandler(this.btOk_Click);
//
// btClose
//
this.btClose.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btClose.Location = new System.Drawing.Point(932, 27);
this.btClose.Name = "btClose";
this.btClose.Size = new System.Drawing.Size(90, 40);
this.btClose.TabIndex = 5;
this.btClose.Text = "关闭";
this.btClose.UseVisualStyleBackColor = true;
this.btClose.Click += new System.EventHandler(this.btClose_Click);
//
// btSearch
//
this.btSearch.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btSearch.Location = new System.Drawing.Point(672, 27);
this.btSearch.Name = "btSearch";
this.btSearch.Size = new System.Drawing.Size(90, 40);
this.btSearch.TabIndex = 4;
this.btSearch.Text = "查询";
this.btSearch.UseVisualStyleBackColor = true;
this.btSearch.Click += new System.EventHandler(this.btSearch_Click);
//
// dateTimePicker2
//
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dateTimePicker2.Location = new System.Drawing.Point(456, 36);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(105, 21);
this.dateTimePicker2.TabIndex = 3;
//
// label2
//
this.label2.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(415, 28);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 38);
this.label2.TabIndex = 2;
this.label2.Text = "到";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// dateTimePicker1
//
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dateTimePicker1.Location = new System.Drawing.Point(304, 36);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(105, 21);
this.dateTimePicker1.TabIndex = 1;
//
// label1
//
this.label1.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(193, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(125, 38);
this.label1.TabIndex = 0;
this.label1.Text = "查询时间:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// BadCount
//
this.BadCount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.BadCount.DataPropertyName = "BadCount";
dataGridViewCellStyle33.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BadCount.DefaultCellStyle = dataGridViewCellStyle33;
this.BadCount.FillWeight = 355.33F;
this.BadCount.Frozen = true;
this.BadCount.HeaderText = "不良数";
this.BadCount.MinimumWidth = 100;
this.BadCount.Name = "BadCount";
this.BadCount.ReadOnly = true;
//
// CompleteCount
//
this.CompleteCount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.CompleteCount.DataPropertyName = "CompleteCount";
dataGridViewCellStyle34.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.CompleteCount.DefaultCellStyle = dataGridViewCellStyle34;
this.CompleteCount.FillWeight = 176.2806F;
this.CompleteCount.Frozen = true;
this.CompleteCount.HeaderText = "完成数";
this.CompleteCount.MinimumWidth = 100;
this.CompleteCount.Name = "CompleteCount";
this.CompleteCount.ReadOnly = true;
//
// OrderCount
//
this.OrderCount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.OrderCount.DataPropertyName = "OrderCount";
dataGridViewCellStyle35.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.OrderCount.DefaultCellStyle = dataGridViewCellStyle35;
this.OrderCount.FillWeight = 87.44866F;
this.OrderCount.Frozen = true;
this.OrderCount.HeaderText = "订单数";
this.OrderCount.MinimumWidth = 100;
this.OrderCount.Name = "OrderCount";
this.OrderCount.ReadOnly = true;
//
// ProductName
//
this.ProductName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.ProductName.DataPropertyName = "ProductName";
dataGridViewCellStyle36.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ProductName.DefaultCellStyle = dataGridViewCellStyle36;
this.ProductName.FillWeight = 43.37886F;
this.ProductName.Frozen = true;
this.ProductName.HeaderText = "产品名称";
this.ProductName.MinimumWidth = 400;
this.ProductName.Name = "ProductName";
this.ProductName.ReadOnly = true;
this.ProductName.Width = 400;
//
// PartNo
//
this.PartNo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.PartNo.DataPropertyName = "PartNo";
dataGridViewCellStyle37.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.PartNo.DefaultCellStyle = dataGridViewCellStyle37;
this.PartNo.FillWeight = 21.62265F;
this.PartNo.Frozen = true;
this.PartNo.HeaderText = "零件号";
this.PartNo.MinimumWidth = 200;
this.PartNo.Name = "PartNo";
this.PartNo.ReadOnly = true;
this.PartNo.Width = 200;
//
// OrderNo
//
this.OrderNo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.OrderNo.DataPropertyName = "OrderNo";
dataGridViewCellStyle38.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.OrderNo.DefaultCellStyle = dataGridViewCellStyle38;
this.OrderNo.FillWeight = 5.267243F;
this.OrderNo.Frozen = true;
this.OrderNo.HeaderText = "订单编号";
this.OrderNo.MinimumWidth = 200;
this.OrderNo.Name = "OrderNo";
this.OrderNo.ReadOnly = true;
this.OrderNo.Width = 200;
//
// CreateTime
//
this.CreateTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.CreateTime.DataPropertyName = "CreateTime";
dataGridViewCellStyle39.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.CreateTime.DefaultCellStyle = dataGridViewCellStyle39;
this.CreateTime.Frozen = true;
this.CreateTime.HeaderText = "计划时间";
this.CreateTime.MinimumWidth = 150;
this.CreateTime.Name = "CreateTime";
this.CreateTime.ReadOnly = true;
this.CreateTime.Width = 150;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToOrderColumns = true;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.CreateTime,
this.OrderNo,
this.PartNo,
this.ProductName,
this.OrderCount,
this.CompleteCount,
this.BadCount,
this.IsFinish,
this.ID});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(3, 94);
this.dataGridView1.MultiSelect = false;
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 30;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(1258, 664);
this.dataGridView1.TabIndex = 2;
//
// IsFinish
//
this.IsFinish.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.IsFinish.DataPropertyName = "IsFinish";
dataGridViewCellStyle40.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.IsFinish.DefaultCellStyle = dataGridViewCellStyle40;
this.IsFinish.FillWeight = 10.672F;
this.IsFinish.Frozen = true;
this.IsFinish.HeaderText = "是否完成";
this.IsFinish.MinimumWidth = 100;
this.IsFinish.Name = "IsFinish";
this.IsFinish.ReadOnly = true;
this.IsFinish.Visible = false;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.03883F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 87.96117F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1264, 761);
this.tableLayoutPanel1.TabIndex = 1;
//
// FrmSearchPlan
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1264, 761);
this.Controls.Add(this.tableLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FrmSearchPlan";
this.Text = "计划查询";
this.Load += new System.EventHandler(this.FrmSearchPlan_Load);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btOk;
private System.Windows.Forms.Button btClose;
private System.Windows.Forms.Button btSearch;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridViewTextBoxColumn BadCount;
private System.Windows.Forms.DataGridViewTextBoxColumn CompleteCount;
private System.Windows.Forms.DataGridViewTextBoxColumn OrderCount;
private System.Windows.Forms.DataGridViewTextBoxColumn ProductName;
private System.Windows.Forms.DataGridViewTextBoxColumn PartNo;
private System.Windows.Forms.DataGridViewTextBoxColumn OrderNo;
private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn IsFinish;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
}
}