namespace Kanban
|
{
|
partial class Sc_WorkBillPlanSumReportKB
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows 窗体设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.components = new System.ComponentModel.Container();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Sc_WorkBillPlanSumReportKB));
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
this.Tool = new System.Windows.Forms.ToolStrip();
|
this.tc = new System.Windows.Forms.ToolStripButton();
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
this.timer2 = new System.Windows.Forms.Timer(this.components);
|
this.grdPrint = new System.Windows.Forms.DataGridView();
|
this.grdSum = new System.Windows.Forms.DataGridView();
|
this.timer3 = new System.Windows.Forms.Timer(this.components);
|
this.grdMain = new System.Windows.Forms.DataGridView();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.panel4 = new System.Windows.Forms.Panel();
|
this.lblBLQty = new System.Windows.Forms.Label();
|
this.label6 = new System.Windows.Forms.Label();
|
this.panel3 = new System.Windows.Forms.Panel();
|
this.lblSumInQty = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
this.panel2 = new System.Windows.Forms.Panel();
|
this.lblSumPlanQty = new System.Windows.Forms.Label();
|
this.label4 = new System.Windows.Forms.Label();
|
this.Tool.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdPrint)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
|
this.panel1.SuspendLayout();
|
this.panel4.SuspendLayout();
|
this.panel3.SuspendLayout();
|
this.panel2.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// Tool
|
//
|
this.Tool.AutoSize = false;
|
this.Tool.BackColor = System.Drawing.Color.Black;
|
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.tc,
|
this.toolStripButton1,
|
this.toolStripButton2,
|
this.toolStripSeparator3,
|
this.toolStripSeparator9,
|
this.toolStripSeparator7,
|
this.toolStripLabel1});
|
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(906, 50);
|
this.Tool.Stretch = true;
|
this.Tool.TabIndex = 16;
|
this.Tool.Text = "toolStrip1";
|
//
|
// tc
|
//
|
this.tc.AutoSize = false;
|
this.tc.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
this.tc.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.tc.ForeColor = System.Drawing.Color.White;
|
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(50, 47);
|
this.tc.Text = "<返回";
|
this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
|
this.tc.Click += new System.EventHandler(this.tc_Click);
|
//
|
// toolStripButton1
|
//
|
this.toolStripButton1.AutoSize = false;
|
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
this.toolStripButton1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.toolStripButton1.ForeColor = System.Drawing.Color.White;
|
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
this.toolStripButton1.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.White;
|
this.toolStripButton1.Name = "toolStripButton1";
|
this.toolStripButton1.Size = new System.Drawing.Size(50, 47);
|
this.toolStripButton1.Text = "暂停";
|
this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
|
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
//
|
// toolStripButton2
|
//
|
this.toolStripButton2.AutoSize = false;
|
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
this.toolStripButton2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.toolStripButton2.ForeColor = System.Drawing.Color.White;
|
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton2.Name = "toolStripButton2";
|
this.toolStripButton2.Size = new System.Drawing.Size(36, 47);
|
this.toolStripButton2.Text = "设置";
|
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
//
|
// toolStripSeparator3
|
//
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50);
|
//
|
// toolStripSeparator9
|
//
|
this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
this.toolStripSeparator9.Size = new System.Drawing.Size(6, 50);
|
//
|
// toolStripSeparator7
|
//
|
this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator7.Name = "toolStripSeparator7";
|
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50);
|
//
|
// toolStripLabel1
|
//
|
this.toolStripLabel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
this.toolStripLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
this.toolStripLabel1.Font = new System.Drawing.Font("Microsoft YaHei UI", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.toolStripLabel1.ForeColor = System.Drawing.Color.White;
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
this.toolStripLabel1.Size = new System.Drawing.Size(172, 47);
|
this.toolStripLabel1.Text = "生产累积汇总看板";
|
this.toolStripLabel1.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
//
|
// timer1
|
//
|
this.timer1.Enabled = true;
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
//
|
// timer2
|
//
|
this.timer2.Enabled = true;
|
this.timer2.Interval = 20000;
|
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
|
//
|
// grdPrint
|
//
|
this.grdPrint.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdPrint.Location = new System.Drawing.Point(772, 146);
|
this.grdPrint.Name = "grdPrint";
|
this.grdPrint.RowTemplate.Height = 23;
|
this.grdPrint.Size = new System.Drawing.Size(25, 24);
|
this.grdPrint.TabIndex = 8;
|
this.grdPrint.Visible = 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(0, 512);
|
this.grdSum.Name = "grdSum";
|
this.grdSum.ReadOnly = true;
|
this.grdSum.RowTemplate.Height = 23;
|
this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
this.grdSum.Size = new System.Drawing.Size(906, 19);
|
this.grdSum.TabIndex = 47;
|
this.grdSum.Visible = false;
|
//
|
// timer3
|
//
|
this.timer3.Enabled = true;
|
this.timer3.Interval = 1800000;
|
this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
|
//
|
// grdMain
|
//
|
this.grdMain.AllowUserToAddRows = false;
|
this.grdMain.AllowUserToDeleteRows = false;
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(97)))), ((int)(((byte)(118)))));
|
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(97)))), ((int)(((byte)(118)))));
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White;
|
this.grdMain.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
this.grdMain.BackgroundColor = System.Drawing.Color.Black;
|
this.grdMain.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(134)))), ((int)(((byte)(202)))));
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(134)))), ((int)(((byte)(202)))));
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White;
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
this.grdMain.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
this.grdMain.ColumnHeadersHeight = 40;
|
this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.grdMain.EnableHeadersVisualStyles = false;
|
this.grdMain.Location = new System.Drawing.Point(0, 50);
|
this.grdMain.Name = "grdMain";
|
this.grdMain.ReadOnly = true;
|
this.grdMain.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
dataGridViewCellStyle3.BackColor = System.Drawing.Color.CornflowerBlue;
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
this.grdMain.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
this.grdMain.RowHeadersVisible = false;
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
|
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47)))));
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
|
this.grdMain.RowsDefaultCellStyle = dataGridViewCellStyle4;
|
this.grdMain.RowTemplate.Height = 23;
|
this.grdMain.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
this.grdMain.Size = new System.Drawing.Size(906, 462);
|
this.grdMain.TabIndex = 52;
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.panel4);
|
this.panel1.Controls.Add(this.panel3);
|
this.panel1.Controls.Add(this.panel2);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.panel1.Location = new System.Drawing.Point(0, 445);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(906, 67);
|
this.panel1.TabIndex = 53;
|
//
|
// panel4
|
//
|
this.panel4.BackColor = System.Drawing.Color.Black;
|
this.panel4.Controls.Add(this.lblBLQty);
|
this.panel4.Controls.Add(this.label6);
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel4.Location = new System.Drawing.Point(656, 0);
|
this.panel4.Name = "panel4";
|
this.panel4.Size = new System.Drawing.Size(250, 67);
|
this.panel4.TabIndex = 2;
|
//
|
// lblBLQty
|
//
|
this.lblBLQty.AutoSize = true;
|
this.lblBLQty.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblBLQty.ForeColor = System.Drawing.Color.White;
|
this.lblBLQty.Location = new System.Drawing.Point(140, 17);
|
this.lblBLQty.Name = "lblBLQty";
|
this.lblBLQty.Size = new System.Drawing.Size(0, 28);
|
this.lblBLQty.TabIndex = 3;
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label6.ForeColor = System.Drawing.Color.White;
|
this.label6.Location = new System.Drawing.Point(32, 17);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(102, 28);
|
this.label6.TabIndex = 2;
|
this.label6.Text = "进度比例:";
|
//
|
// panel3
|
//
|
this.panel3.BackColor = System.Drawing.Color.Black;
|
this.panel3.Controls.Add(this.lblSumInQty);
|
this.panel3.Controls.Add(this.label1);
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
|
this.panel3.Location = new System.Drawing.Point(336, 0);
|
this.panel3.Name = "panel3";
|
this.panel3.Size = new System.Drawing.Size(320, 67);
|
this.panel3.TabIndex = 1;
|
//
|
// lblSumInQty
|
//
|
this.lblSumInQty.AutoSize = true;
|
this.lblSumInQty.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblSumInQty.ForeColor = System.Drawing.Color.White;
|
this.lblSumInQty.Location = new System.Drawing.Point(151, 17);
|
this.lblSumInQty.Name = "lblSumInQty";
|
this.lblSumInQty.Size = new System.Drawing.Size(0, 28);
|
this.lblSumInQty.TabIndex = 1;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label1.ForeColor = System.Drawing.Color.White;
|
this.label1.Location = new System.Drawing.Point(22, 17);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(123, 28);
|
this.label1.TabIndex = 0;
|
this.label1.Text = "累积完工数:";
|
//
|
// panel2
|
//
|
this.panel2.BackColor = System.Drawing.Color.Black;
|
this.panel2.Controls.Add(this.lblSumPlanQty);
|
this.panel2.Controls.Add(this.label4);
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
this.panel2.Name = "panel2";
|
this.panel2.Size = new System.Drawing.Size(336, 67);
|
this.panel2.TabIndex = 0;
|
//
|
// lblSumPlanQty
|
//
|
this.lblSumPlanQty.AutoSize = true;
|
this.lblSumPlanQty.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblSumPlanQty.ForeColor = System.Drawing.Color.White;
|
this.lblSumPlanQty.Location = new System.Drawing.Point(156, 17);
|
this.lblSumPlanQty.Name = "lblSumPlanQty";
|
this.lblSumPlanQty.Size = new System.Drawing.Size(0, 28);
|
this.lblSumPlanQty.TabIndex = 3;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label4.ForeColor = System.Drawing.Color.White;
|
this.label4.Location = new System.Drawing.Point(27, 17);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(123, 28);
|
this.label4.TabIndex = 2;
|
this.label4.Text = "累积计划数:";
|
//
|
// Sc_WorkBillPlanSumReportKB
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(906, 531);
|
this.Controls.Add(this.panel1);
|
this.Controls.Add(this.grdMain);
|
this.Controls.Add(this.grdSum);
|
this.Controls.Add(this.Tool);
|
this.Controls.Add(this.grdPrint);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.Name = "Sc_WorkBillPlanSumReportKB";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "单据列表";
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
this.Load += new System.EventHandler(this.Sc_WorkBillPlanSumReportKB_Load);
|
this.Tool.ResumeLayout(false);
|
this.Tool.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdPrint)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
|
this.panel1.ResumeLayout(false);
|
this.panel4.ResumeLayout(false);
|
this.panel4.PerformLayout();
|
this.panel3.ResumeLayout(false);
|
this.panel3.PerformLayout();
|
this.panel2.ResumeLayout(false);
|
this.panel2.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.ToolStrip Tool;
|
private System.Windows.Forms.ToolStripButton tc;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
public System.Windows.Forms.Timer timer1;
|
private System.Windows.Forms.Timer timer2;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
|
private System.Windows.Forms.DataGridView grdPrint;
|
private System.Windows.Forms.DataGridView grdSum;
|
private System.Windows.Forms.Timer timer3;
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
|
private System.Windows.Forms.DataGridView grdMain;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Panel panel4;
|
private System.Windows.Forms.Panel panel3;
|
private System.Windows.Forms.Panel panel2;
|
private System.Windows.Forms.Label lblBLQty;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.Label lblSumInQty;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label lblSumPlanQty;
|
private System.Windows.Forms.Label label4;
|
}
|
}
|