namespace SCM.报表
{
partial class Qk_ProcessBillDetail
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Qk_ProcessBillDetail));
this.label3 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.grdMain = new System.Windows.Forms.DataGridView();
this.textBox4 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.grdSum = new System.Windows.Forms.DataGridView();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.label9 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtHBillNo = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.Tool = new System.Windows.Forms.ToolStrip();
this.yl = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.cx = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tc = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.txtHGroupName = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtHProcName = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtHFModel = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.txtHBQty = new System.Windows.Forms.TextBox();
this.txtHEQty = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit();
this.Tool.SuspendLayout();
this.SuspendLayout();
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(585, 36);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(82, 15);
this.label3.TabIndex = 36;
this.label3.Text = "加工单号:";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(908, 75);
this.textBox3.Margin = new System.Windows.Forms.Padding(4);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(212, 25);
this.textBox3.TabIndex = 35;
//
// grdMain
//
this.grdMain.AllowUserToAddRows = false;
this.grdMain.AllowUserToDeleteRows = false;
this.grdMain.BackgroundColor = System.Drawing.SystemColors.InactiveCaption;
this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdMain.Location = new System.Drawing.Point(0, 278);
this.grdMain.Margin = new System.Windows.Forms.Padding(4);
this.grdMain.Name = "grdMain";
this.grdMain.ReadOnly = true;
this.grdMain.RowHeadersWidth = 51;
this.grdMain.RowTemplate.Height = 23;
this.grdMain.Size = new System.Drawing.Size(1220, 342);
this.grdMain.TabIndex = 62;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(663, 32);
this.textBox4.Margin = new System.Windows.Forms.Padding(4);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(172, 25);
this.textBox4.TabIndex = 37;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(818, 80);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(82, 15);
this.label8.TabIndex = 34;
this.label8.Text = "生产单号:";
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.Lavender;
this.groupBox1.Controls.Add(this.label12);
this.groupBox1.Controls.Add(this.txtHEQty);
this.groupBox1.Controls.Add(this.txtHBQty);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.txtHFModel);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.txtHProcName);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.txtHGroupName);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.grdSum);
this.groupBox1.Controls.Add(this.textBox4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.textBox3);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.dateTimePicker2);
this.groupBox1.Controls.Add(this.dateTimePicker1);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txtHBillNo);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(0, 62);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
this.groupBox1.Size = new System.Drawing.Size(1220, 216);
this.groupBox1.TabIndex = 61;
this.groupBox1.TabStop = false;
//
// grdSum
//
this.grdSum.AllowUserToAddRows = false;
this.grdSum.AllowUserToDeleteRows = false;
this.grdSum.BackgroundColor = System.Drawing.SystemColors.Control;
this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom;
this.grdSum.Location = new System.Drawing.Point(4, 188);
this.grdSum.Margin = new System.Windows.Forms.Padding(4);
this.grdSum.Name = "grdSum";
this.grdSum.ReadOnly = true;
this.grdSum.RowHeadersWidth = 51;
this.grdSum.RowTemplate.Height = 23;
this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.grdSum.Size = new System.Drawing.Size(1212, 24);
this.grdSum.TabIndex = 50;
//
// dateTimePicker2
//
this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker2.Location = new System.Drawing.Point(378, 29);
this.dateTimePicker2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(200, 25);
this.dateTimePicker2.TabIndex = 33;
//
// dateTimePicker1
//
this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker1.Location = new System.Drawing.Point(142, 28);
this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(203, 25);
this.dateTimePicker1.TabIndex = 32;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(352, 36);
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(15, 15);
this.label9.TabIndex = 31;
this.label9.Text = "-";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(15, 32);
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(105, 15);
this.label11.TabIndex = 27;
this.label11.Text = "生产汇报日期:";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(628, 75);
this.textBox2.Margin = new System.Windows.Forms.Padding(4);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(172, 25);
this.textBox2.TabIndex = 16;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(548, 81);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(82, 15);
this.label2.TabIndex = 15;
this.label2.Text = "产品名称:";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(365, 75);
this.textBox1.Margin = new System.Windows.Forms.Padding(4);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(172, 25);
this.textBox1.TabIndex = 14;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(285, 81);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 15);
this.label1.TabIndex = 13;
this.label1.Text = "客户名称:";
//
// txtHBillNo
//
this.txtHBillNo.Location = new System.Drawing.Point(105, 75);
this.txtHBillNo.Margin = new System.Windows.Forms.Padding(4);
this.txtHBillNo.Name = "txtHBillNo";
this.txtHBillNo.Size = new System.Drawing.Size(172, 25);
this.txtHBillNo.TabIndex = 12;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(11, 80);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(97, 15);
this.label4.TabIndex = 11;
this.label4.Text = "销售订单号:";
//
// Tool
//
this.Tool.AutoSize = false;
this.Tool.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Tool.BackgroundImage")));
this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22);
this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.yl,
this.toolStripSeparator1,
this.cx,
this.toolStripSeparator2,
this.tc,
this.toolStripSeparator9});
this.Tool.Location = new System.Drawing.Point(0, 0);
this.Tool.Name = "Tool";
this.Tool.Padding = new System.Windows.Forms.Padding(0);
this.Tool.Size = new System.Drawing.Size(1220, 62);
this.Tool.Stretch = true;
this.Tool.TabIndex = 59;
this.Tool.Text = "toolStrip1";
//
// yl
//
this.yl.AutoSize = false;
this.yl.Image = ((System.Drawing.Image)(resources.GetObject("yl.Image")));
this.yl.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.yl.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.yl.ImageTransparentColor = System.Drawing.Color.Magenta;
this.yl.Name = "yl";
this.yl.Size = new System.Drawing.Size(35, 42);
this.yl.Text = "引出";
this.yl.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.yl.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.yl.Click += new System.EventHandler(this.yl_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 62);
//
// cx
//
this.cx.AutoSize = false;
this.cx.Image = ((System.Drawing.Image)(resources.GetObject("cx.Image")));
this.cx.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cx.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.cx.ImageTransparentColor = System.Drawing.Color.White;
this.cx.Name = "cx";
this.cx.Size = new System.Drawing.Size(36, 47);
this.cx.Text = "查询";
this.cx.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cx.Click += new System.EventHandler(this.cx_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 62);
//
// tc
//
this.tc.AutoSize = false;
this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image")));
this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tc.ImageTransparentColor = System.Drawing.Color.White;
this.tc.Name = "tc";
this.tc.Size = new System.Drawing.Size(36, 47);
this.tc.Text = "退出";
this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tc.Click += new System.EventHandler(this.tc_Click);
//
// toolStripSeparator9
//
this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripSeparator9.Name = "toolStripSeparator9";
this.toolStripSeparator9.Size = new System.Drawing.Size(6, 62);
//
// txtHGroupName
//
this.txtHGroupName.Location = new System.Drawing.Point(105, 108);
this.txtHGroupName.Margin = new System.Windows.Forms.Padding(4);
this.txtHGroupName.Name = "txtHGroupName";
this.txtHGroupName.Size = new System.Drawing.Size(172, 25);
this.txtHGroupName.TabIndex = 52;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(11, 113);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(82, 15);
this.label5.TabIndex = 51;
this.label5.Text = "班组名称:";
//
// txtHProcName
//
this.txtHProcName.Location = new System.Drawing.Point(365, 108);
this.txtHProcName.Margin = new System.Windows.Forms.Padding(4);
this.txtHProcName.Name = "txtHProcName";
this.txtHProcName.Size = new System.Drawing.Size(172, 25);
this.txtHProcName.TabIndex = 54;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(285, 113);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(82, 15);
this.label6.TabIndex = 53;
this.label6.Text = "工序名称:";
//
// txtHFModel
//
this.txtHFModel.Location = new System.Drawing.Point(628, 108);
this.txtHFModel.Margin = new System.Windows.Forms.Padding(4);
this.txtHFModel.Name = "txtHFModel";
this.txtHFModel.Size = new System.Drawing.Size(172, 25);
this.txtHFModel.TabIndex = 56;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(548, 113);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(52, 15);
this.label7.TabIndex = 55;
this.label7.Text = "花型:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(818, 113);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(52, 15);
this.label10.TabIndex = 57;
this.label10.Text = "数量:";
//
// txtHBQty
//
this.txtHBQty.Location = new System.Drawing.Point(908, 108);
this.txtHBQty.Margin = new System.Windows.Forms.Padding(4);
this.txtHBQty.Name = "txtHBQty";
this.txtHBQty.Size = new System.Drawing.Size(91, 25);
this.txtHBQty.TabIndex = 58;
//
// txtHEQty
//
this.txtHEQty.Location = new System.Drawing.Point(1029, 108);
this.txtHEQty.Margin = new System.Windows.Forms.Padding(4);
this.txtHEQty.Name = "txtHEQty";
this.txtHEQty.Size = new System.Drawing.Size(91, 25);
this.txtHEQty.TabIndex = 59;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(1006, 113);
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(15, 15);
this.label12.TabIndex = 60;
this.label12.Text = "-";
//
// Qk_ProcessBillDetail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1220, 620);
this.Controls.Add(this.grdMain);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.Tool);
this.Name = "Qk_ProcessBillDetail";
this.Text = "生产工序明细表";
this.Load += new System.EventHandler(this.Qk_ProcessBillDetail_Load);
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit();
this.Tool.ResumeLayout(false);
this.Tool.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.DataGridView grdMain;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtHBillNo;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ToolStrip Tool;
private System.Windows.Forms.ToolStripButton yl;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton cx;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tc;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
private System.Windows.Forms.DataGridView grdSum;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox txtHEQty;
private System.Windows.Forms.TextBox txtHBQty;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtHFModel;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtHProcName;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtHGroupName;
private System.Windows.Forms.Label label5;
}
}