|
namespace SCM.报表
|
{
|
partial class Qk_ProcessBillDetail
|
{
|
/// <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.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.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();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
|
this.groupBox1.SuspendLayout();
|
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(172, 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, 191);
|
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, 429);
|
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.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, 129);
|
this.groupBox1.TabIndex = 61;
|
this.groupBox1.TabStop = false;
|
//
|
// 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);
|
//
|
// 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 = "生产工序明细表";
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
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;
|
}
|
}
|