namespace Kanban
{
partial class Sc_BJQLFXB
{
///
/// 必需的设计器变量。
///
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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Sc_BJQLFXB));
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.grdMain = new System.Windows.Forms.DataGridView();
this.grdPrint = new System.Windows.Forms.DataGridView();
this.grdSum = new System.Windows.Forms.DataGridView();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.dtpHDate = new System.Windows.Forms.DateTimePicker();
this.label9 = new System.Windows.Forms.Label();
this.txtHType = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtHQty = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtHModel = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtHICMONo = new System.Windows.Forms.TextBox();
this.label22 = new System.Windows.Forms.Label();
this.Tool = new System.Windows.Forms.ToolStrip();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
this.lblTitleCaption = new System.Windows.Forms.ToolStripLabel();
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.timer3 = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grdPrint)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.Tool.SuspendLayout();
this.SuspendLayout();
//
// timer1
//
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);
//
// grdMain
//
this.grdMain.AllowUserToAddRows = false;
this.grdMain.AllowUserToDeleteRows = false;
this.grdMain.BackgroundColor = System.Drawing.Color.Black;
this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdMain.Location = new System.Drawing.Point(0, 0);
this.grdMain.Name = "grdMain";
this.grdMain.ReadOnly = true;
this.grdMain.RowTemplate.Height = 23;
this.grdMain.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.grdMain.Size = new System.Drawing.Size(906, 428);
this.grdMain.TabIndex = 19;
this.grdMain.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdMain_CellMouseUp);
this.grdMain.Sorted += new System.EventHandler(this.grdMain_Sorted);
this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DblClick);
this.grdMain.Paint += new System.Windows.Forms.PaintEventHandler(this.grdMain_Paint);
this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged);
//
// 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;
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 50);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Black;
this.splitContainer1.Panel1.Controls.Add(this.dtpHDate);
this.splitContainer1.Panel1.Controls.Add(this.label9);
this.splitContainer1.Panel1.Controls.Add(this.txtHType);
this.splitContainer1.Panel1.Controls.Add(this.label3);
this.splitContainer1.Panel1.Controls.Add(this.txtHQty);
this.splitContainer1.Panel1.Controls.Add(this.label2);
this.splitContainer1.Panel1.Controls.Add(this.txtHModel);
this.splitContainer1.Panel1.Controls.Add(this.label1);
this.splitContainer1.Panel1.Controls.Add(this.txtHICMONo);
this.splitContainer1.Panel1.Controls.Add(this.label22);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.grdMain);
this.splitContainer1.Size = new System.Drawing.Size(906, 462);
this.splitContainer1.SplitterDistance = 30;
this.splitContainer1.TabIndex = 48;
//
// dtpHDate
//
this.dtpHDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtpHDate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.dtpHDate.Location = new System.Drawing.Point(669, 6);
this.dtpHDate.Name = "dtpHDate";
this.dtpHDate.Size = new System.Drawing.Size(188, 21);
this.dtpHDate.TabIndex = 147;
//
// label9
//
this.label9.AutoSize = true;
this.label9.ForeColor = System.Drawing.Color.White;
this.label9.Location = new System.Drawing.Point(608, 10);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 146;
this.label9.Text = "开工时间:";
//
// txtHType
//
this.txtHType.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHType.Location = new System.Drawing.Point(509, 6);
this.txtHType.Name = "txtHType";
this.txtHType.Size = new System.Drawing.Size(67, 21);
this.txtHType.TabIndex = 145;
this.txtHType.Visible = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(462, 6);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 144;
this.label3.Text = "类型:";
this.label3.Visible = false;
//
// txtHQty
//
this.txtHQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHQty.Location = new System.Drawing.Point(382, 6);
this.txtHQty.Name = "txtHQty";
this.txtHQty.Size = new System.Drawing.Size(67, 21);
this.txtHQty.TabIndex = 143;
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(333, 6);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 142;
this.label2.Text = "订单量:";
//
// txtHModel
//
this.txtHModel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHModel.Location = new System.Drawing.Point(241, 6);
this.txtHModel.Name = "txtHModel";
this.txtHModel.Size = new System.Drawing.Size(79, 21);
this.txtHModel.TabIndex = 141;
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(203, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 140;
this.label1.Text = "型号:";
//
// txtHICMONo
//
this.txtHICMONo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHICMONo.Location = new System.Drawing.Point(74, 6);
this.txtHICMONo.Name = "txtHICMONo";
this.txtHICMONo.Size = new System.Drawing.Size(118, 21);
this.txtHICMONo.TabIndex = 139;
this.txtHICMONo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHICMONo_KeyDown);
//
// label22
//
this.label22.AutoSize = true;
this.label22.ForeColor = System.Drawing.Color.White;
this.label22.Location = new System.Drawing.Point(13, 6);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(53, 12);
this.label22.TabIndex = 138;
this.label22.Text = "任务单:";
//
// 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.toolStripButton2,
this.toolStripButton1,
this.toolStripButton3,
this.toolStripSeparator6,
this.toolStripSeparator10,
this.toolStripSeparator11,
this.lblTitleCaption});
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 = 49;
this.Tool.Text = "toolStrip1";
//
// 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.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.toolStripButton2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.White;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(50, 47);
this.toolStripButton2.Text = "<返回";
this.toolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_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);
//
// toolStripButton3
//
this.toolStripButton3.AutoSize = false;
this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolStripButton3.ForeColor = System.Drawing.Color.White;
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(36, 47);
this.toolStripButton3.Text = "设置";
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(6, 50);
//
// toolStripSeparator10
//
this.toolStripSeparator10.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripSeparator10.Name = "toolStripSeparator10";
this.toolStripSeparator10.Size = new System.Drawing.Size(6, 50);
//
// toolStripSeparator11
//
this.toolStripSeparator11.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripSeparator11.Name = "toolStripSeparator11";
this.toolStripSeparator11.Size = new System.Drawing.Size(6, 50);
//
// lblTitleCaption
//
this.lblTitleCaption.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.lblTitleCaption.Font = new System.Drawing.Font("Microsoft YaHei UI", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTitleCaption.ForeColor = System.Drawing.Color.White;
this.lblTitleCaption.Name = "lblTitleCaption";
this.lblTitleCaption.Size = new System.Drawing.Size(152, 47);
this.lblTitleCaption.Text = "本机缺料分析表";
//
// timer3
//
this.timer3.Interval = 10000000;
this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
//
// Sc_BJQLFXB
//
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.splitContainer1);
this.Controls.Add(this.Tool);
this.Controls.Add(this.grdSum);
this.Controls.Add(this.grdPrint);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Sc_BJQLFXB";
this.Text = "单据列表";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Sc_BJQLFXB_Load);
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grdPrint)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.Tool.ResumeLayout(false);
this.Tool.PerformLayout();
this.ResumeLayout(false);
}
#endregion
public System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.DataGridView grdMain;
private System.Windows.Forms.DataGridView grdPrint;
private System.Windows.Forms.DataGridView grdSum;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TextBox txtHType;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtHQty;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtHModel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtHICMONo;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.DateTimePicker dtpHDate;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.ToolStrip Tool;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
private System.Windows.Forms.ToolStripLabel lblTitleCaption;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ColorDialog colorDialog1;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.Timer timer3;
}
}