天津投入产出系统后端
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.

866 lines
44 KiB

namespace QMAPP.WinForm.Forms.TianJin
{
partial class TJFrmPlace
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.panel1 = new System.Windows.Forms.FlowLayoutPanel();
this.btnLineSetting = new System.Windows.Forms.Button();
this.btnSetDatagroupType = new System.Windows.Forms.Button();
this.btnSearch = new System.Windows.Forms.Button();
this.btnJZ = new System.Windows.Forms.Button();
this.btnRef = new System.Windows.Forms.Button();
this.rb_hx = new System.Windows.Forms.RadioButton();
this.rb_dx = new System.Windows.Forms.RadioButton();
this.lblCount = new System.Windows.Forms.Label();
this.dgvMATChange = new System.Windows.Forms.DataGridView();
this.PLAN_DATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.REQUESTID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MATERIAL_CODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MATERIAL_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LINENO = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MOULD_CODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.clscanstate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.STATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel6 = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.panel4 = new System.Windows.Forms.Panel();
this.dgvNF = new System.Windows.Forms.DataGridView();
this.tpContainer = new System.Windows.Forms.TableLayoutPanel();
this.panel3 = new System.Windows.Forms.FlowLayoutPanel();
this.btnPrint_NF = new System.Windows.Forms.Button();
this.btnResetIndex = new System.Windows.Forms.Button();
this.btnResetCart = new System.Windows.Forms.Button();
this.btnCloseCart = new System.Windows.Forms.Button();
this.btnFirstPlace = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.lblLastPastNO = new System.Windows.Forms.Label();
this.pbPastNoConfirmed = new System.Windows.Forms.PictureBox();
this.lberror = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtCode = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.splitter1 = new System.Windows.Forms.Splitter();
this.panel5 = new System.Windows.Forms.Panel();
this.timeRefew = new System.Windows.Forms.Timer(this.components);
this.panel7 = new System.Windows.Forms.Panel();
this.panel8 = new System.Windows.Forms.Panel();
this.CODE_NF = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PRODNO_NF = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CARSETDESC_CN_NF = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MOULDCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CREATEDATE_NF = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SEQ = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dgcPRODUCT_PID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvMATChange)).BeginInit();
this.panel6.SuspendLayout();
this.groupBox1.SuspendLayout();
this.panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvNF)).BeginInit();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbPastNoConfirmed)).BeginInit();
this.panel5.SuspendLayout();
this.panel7.SuspendLayout();
this.panel8.SuspendLayout();
this.SuspendLayout();
//
// groupBox2
//
this.groupBox2.Controls.Add(this.splitContainer1);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Font = new System.Drawing.Font("宋体", 9F);
this.groupBox2.Location = new System.Drawing.Point(0, 0);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(770, 692);
this.groupBox2.TabIndex = 10;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "FIS数据";
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(3, 17);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.panel1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.dgvMATChange);
this.splitContainer1.Size = new System.Drawing.Size(764, 672);
this.splitContainer1.SplitterDistance = 70;
this.splitContainer1.TabIndex = 8;
//
// panel1
//
this.panel1.Controls.Add(this.btnLineSetting);
this.panel1.Controls.Add(this.btnSetDatagroupType);
this.panel1.Controls.Add(this.btnSearch);
this.panel1.Controls.Add(this.btnJZ);
this.panel1.Controls.Add(this.btnRef);
this.panel1.Controls.Add(this.rb_hx);
this.panel1.Controls.Add(this.rb_dx);
this.panel1.Controls.Add(this.lblCount);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(764, 70);
this.panel1.TabIndex = 7;
//
// btnLineSetting
//
this.btnLineSetting.AutoSize = true;
this.btnLineSetting.Location = new System.Drawing.Point(3, 3);
this.btnLineSetting.Name = "btnLineSetting";
this.btnLineSetting.Size = new System.Drawing.Size(91, 23);
this.btnLineSetting.TabIndex = 11;
this.btnLineSetting.Text = "发运设置";
this.btnLineSetting.UseVisualStyleBackColor = true;
this.btnLineSetting.Click += new System.EventHandler(this.btnLineSetting_Click);
//
// btnSetDatagroupType
//
this.btnSetDatagroupType.AutoSize = true;
this.btnSetDatagroupType.Location = new System.Drawing.Point(100, 3);
this.btnSetDatagroupType.Name = "btnSetDatagroupType";
this.btnSetDatagroupType.Size = new System.Drawing.Size(107, 23);
this.btnSetDatagroupType.TabIndex = 13;
this.btnSetDatagroupType.Text = "设置器具容量";
this.btnSetDatagroupType.UseVisualStyleBackColor = true;
this.btnSetDatagroupType.Click += new System.EventHandler(this.btnSetDatagroupType_Click);
//
// btnSearch
//
this.btnSearch.AutoSize = true;
this.btnSearch.Location = new System.Drawing.Point(213, 3);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(75, 23);
this.btnSearch.TabIndex = 8;
this.btnSearch.Text = "贴车单查询";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// btnJZ
//
this.btnJZ.AutoSize = true;
this.btnJZ.Location = new System.Drawing.Point(294, 3);
this.btnJZ.Name = "btnJZ";
this.btnJZ.Size = new System.Drawing.Size(96, 23);
this.btnJZ.TabIndex = 9;
this.btnJZ.Text = "计划挂起";
this.btnJZ.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.btnJZ.UseVisualStyleBackColor = true;
this.btnJZ.Click += new System.EventHandler(this.btnJZ_Click);
//
// btnRef
//
this.btnRef.AutoSize = true;
this.btnRef.Location = new System.Drawing.Point(396, 3);
this.btnRef.Name = "btnRef";
this.btnRef.Size = new System.Drawing.Size(105, 23);
this.btnRef.TabIndex = 9;
this.btnRef.Text = "刷新FIS数据";
this.btnRef.UseVisualStyleBackColor = true;
this.btnRef.Click += new System.EventHandler(this.btnRef_Click);
//
// rb_hx
//
this.rb_hx.AutoSize = true;
this.rb_hx.Checked = true;
this.rb_hx.Location = new System.Drawing.Point(507, 3);
this.rb_hx.Name = "rb_hx";
this.rb_hx.Size = new System.Drawing.Size(71, 16);
this.rb_hx.TabIndex = 7;
this.rb_hx.TabStop = true;
this.rb_hx.Text = "左侧门板";
this.rb_hx.UseVisualStyleBackColor = true;
this.rb_hx.CheckedChanged += new System.EventHandler(this.rb_hx_CheckedChanged);
//
// rb_dx
//
this.rb_dx.AutoSize = true;
this.rb_dx.Location = new System.Drawing.Point(584, 3);
this.rb_dx.Name = "rb_dx";
this.rb_dx.Size = new System.Drawing.Size(71, 16);
this.rb_dx.TabIndex = 6;
this.rb_dx.Text = "右侧门板";
this.rb_dx.UseVisualStyleBackColor = true;
//
// lblCount
//
this.lblCount.AutoSize = true;
this.lblCount.Dock = System.Windows.Forms.DockStyle.Left;
this.lblCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCount.Location = new System.Drawing.Point(663, 0);
this.lblCount.Margin = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblCount.Name = "lblCount";
this.lblCount.Size = new System.Drawing.Size(0, 29);
this.lblCount.TabIndex = 21;
this.lblCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// dgvMATChange
//
this.dgvMATChange.AllowUserToAddRows = false;
this.dgvMATChange.AllowUserToDeleteRows = false;
this.dgvMATChange.AllowUserToOrderColumns = true;
this.dgvMATChange.AllowUserToResizeRows = false;
this.dgvMATChange.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.dgvMATChange.BackgroundColor = System.Drawing.Color.White;
this.dgvMATChange.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgvMATChange.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvMATChange.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.PLAN_DATE,
this.REQUESTID,
this.MATERIAL_CODE,
this.MATERIAL_NAME,
this.LINENO,
this.MOULD_CODE,
this.PID,
this.clscanstate,
this.STATE});
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F);
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle1.Padding = new System.Windows.Forms.Padding(0, 0, 15, 0);
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvMATChange.DefaultCellStyle = dataGridViewCellStyle1;
this.dgvMATChange.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvMATChange.Location = new System.Drawing.Point(0, 0);
this.dgvMATChange.MultiSelect = false;
this.dgvMATChange.Name = "dgvMATChange";
this.dgvMATChange.ReadOnly = true;
this.dgvMATChange.RowHeadersWidth = 40;
this.dgvMATChange.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvMATChange.RowTemplate.DefaultCellStyle.Padding = new System.Windows.Forms.Padding(0, 0, 15, 0);
this.dgvMATChange.RowTemplate.Height = 23;
this.dgvMATChange.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvMATChange.Size = new System.Drawing.Size(764, 598);
this.dgvMATChange.TabIndex = 5;
this.dgvMATChange.TabStop = false;
this.dgvMATChange.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvMATChange_RowPostPaint);
//
// PLAN_DATE
//
this.PLAN_DATE.DataPropertyName = "PLAN_DATE";
this.PLAN_DATE.HeaderText = "计划时间";
this.PLAN_DATE.Name = "PLAN_DATE";
this.PLAN_DATE.ReadOnly = true;
this.PLAN_DATE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.PLAN_DATE.Width = 74;
//
// REQUESTID
//
this.REQUESTID.DataPropertyName = "SEQ";
this.REQUESTID.HeaderText = "顺序号";
this.REQUESTID.Name = "REQUESTID";
this.REQUESTID.ReadOnly = true;
this.REQUESTID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.REQUESTID.Width = 62;
//
// MATERIAL_CODE
//
this.MATERIAL_CODE.DataPropertyName = "MATERIAL_CODE";
this.MATERIAL_CODE.HeaderText = "零件号";
this.MATERIAL_CODE.Name = "MATERIAL_CODE";
this.MATERIAL_CODE.ReadOnly = true;
this.MATERIAL_CODE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.MATERIAL_CODE.Width = 62;
//
// MATERIAL_NAME
//
this.MATERIAL_NAME.DataPropertyName = "MATERIAL_NAME";
this.MATERIAL_NAME.HeaderText = "总成描述";
this.MATERIAL_NAME.Name = "MATERIAL_NAME";
this.MATERIAL_NAME.ReadOnly = true;
this.MATERIAL_NAME.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.MATERIAL_NAME.Width = 74;
//
// LINENO
//
this.LINENO.DataPropertyName = "LINENO";
this.LINENO.HeaderText = "车型";
this.LINENO.Name = "LINENO";
this.LINENO.ReadOnly = true;
this.LINENO.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.LINENO.Width = 50;
//
// MOULD_CODE
//
this.MOULD_CODE.DataPropertyName = "MOULD_CODE";
this.MOULD_CODE.HeaderText = "位置";
this.MOULD_CODE.Name = "MOULD_CODE";
this.MOULD_CODE.ReadOnly = true;
this.MOULD_CODE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.MOULD_CODE.Width = 50;
//
// PID
//
this.PID.DataPropertyName = "PID";
this.PID.HeaderText = "PID";
this.PID.Name = "PID";
this.PID.ReadOnly = true;
this.PID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.PID.Visible = false;
this.PID.Width = 44;
//
// clscanstate
//
this.clscanstate.DataPropertyName = "SCANSTATE";
this.clscanstate.HeaderText = "扫描状态";
this.clscanstate.Name = "clscanstate";
this.clscanstate.ReadOnly = true;
this.clscanstate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.clscanstate.Visible = false;
this.clscanstate.Width = 74;
//
// STATE
//
this.STATE.DataPropertyName = "STATE";
this.STATE.HeaderText = "STATE";
this.STATE.Name = "STATE";
this.STATE.ReadOnly = true;
this.STATE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.STATE.Visible = false;
this.STATE.Width = 56;
//
// panel6
//
this.panel6.Controls.Add(this.groupBox1);
this.panel6.Dock = System.Windows.Forms.DockStyle.Right;
this.panel6.Location = new System.Drawing.Point(773, 0);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(466, 692);
this.panel6.TabIndex = 18;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.panel4);
this.groupBox1.Controls.Add(this.panel3);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(466, 692);
this.groupBox1.TabIndex = 9;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "已扫描数据";
//
// panel4
//
this.panel4.Controls.Add(this.dgvNF);
this.panel4.Controls.Add(this.tpContainer);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(3, 87);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(460, 602);
this.panel4.TabIndex = 15;
//
// dgvNF
//
this.dgvNF.AllowUserToAddRows = false;
this.dgvNF.AllowUserToDeleteRows = false;
this.dgvNF.AllowUserToResizeRows = false;
this.dgvNF.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.dgvNF.BackgroundColor = System.Drawing.Color.White;
this.dgvNF.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgvNF.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvNF.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.CODE_NF,
this.PRODNO_NF,
this.CARSETDESC_CN_NF,
this.MOULDCODE,
this.CREATEDATE_NF,
this.Column1,
this.SEQ,
this.Column2,
this.Column3,
this.Column7,
this.Column11,
this.Column13,
this.dgcPRODUCT_PID});
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvNF.DefaultCellStyle = dataGridViewCellStyle2;
this.dgvNF.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvNF.Location = new System.Drawing.Point(0, 0);
this.dgvNF.Name = "dgvNF";
this.dgvNF.ReadOnly = true;
this.dgvNF.RowHeadersWidth = 50;
this.dgvNF.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dgvNF.RowTemplate.Height = 27;
this.dgvNF.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvNF.Size = new System.Drawing.Size(460, 364);
this.dgvNF.TabIndex = 0;
//
// tpContainer
//
this.tpContainer.BackColor = System.Drawing.SystemColors.ControlDark;
this.tpContainer.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.OutsetDouble;
this.tpContainer.ColumnCount = 1;
this.tpContainer.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tpContainer.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tpContainer.Location = new System.Drawing.Point(0, 364);
this.tpContainer.Name = "tpContainer";
this.tpContainer.RowCount = 1;
this.tpContainer.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tpContainer.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 235F));
this.tpContainer.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 235F));
this.tpContainer.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 235F));
this.tpContainer.Size = new System.Drawing.Size(460, 238);
this.tpContainer.TabIndex = 0;
//
// panel3
//
this.panel3.Controls.Add(this.btnPrint_NF);
this.panel3.Controls.Add(this.btnResetIndex);
this.panel3.Controls.Add(this.btnResetCart);
this.panel3.Controls.Add(this.btnCloseCart);
this.panel3.Controls.Add(this.btnFirstPlace);
this.panel3.Controls.Add(this.label1);
this.panel3.Controls.Add(this.lblLastPastNO);
this.panel3.Controls.Add(this.pbPastNoConfirmed);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(3, 17);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(460, 70);
this.panel3.TabIndex = 14;
//
// btnPrint_NF
//
this.btnPrint_NF.Location = new System.Drawing.Point(3, 3);
this.btnPrint_NF.Name = "btnPrint_NF";
this.btnPrint_NF.Size = new System.Drawing.Size(75, 26);
this.btnPrint_NF.TabIndex = 11;
this.btnPrint_NF.Text = "贴车单打印";
this.btnPrint_NF.UseVisualStyleBackColor = true;
this.btnPrint_NF.Visible = false;
this.btnPrint_NF.Click += new System.EventHandler(this.btnPrint_NF_Click);
//
// btnResetIndex
//
this.btnResetIndex.Location = new System.Drawing.Point(84, 3);
this.btnResetIndex.Name = "btnResetIndex";
this.btnResetIndex.Size = new System.Drawing.Size(102, 26);
this.btnResetIndex.TabIndex = 15;
this.btnResetIndex.Text = "贴车单顺序校正";
this.btnResetIndex.UseVisualStyleBackColor = true;
this.btnResetIndex.Click += new System.EventHandler(this.btnResetIndex_Click);
//
// btnResetCart
//
this.btnResetCart.Location = new System.Drawing.Point(192, 3);
this.btnResetCart.Name = "btnResetCart";
this.btnResetCart.Size = new System.Drawing.Size(95, 26);
this.btnResetCart.TabIndex = 18;
this.btnResetCart.Text = "重扫当前器具";
this.btnResetCart.UseVisualStyleBackColor = true;
this.btnResetCart.Click += new System.EventHandler(this.btnResetCart_Click);
//
// btnCloseCart
//
this.btnCloseCart.Location = new System.Drawing.Point(293, 3);
this.btnCloseCart.Name = "btnCloseCart";
this.btnCloseCart.Size = new System.Drawing.Size(95, 26);
this.btnCloseCart.TabIndex = 19;
this.btnCloseCart.Text = "强制提交";
this.btnCloseCart.UseVisualStyleBackColor = true;
this.btnCloseCart.Click += new System.EventHandler(this.btnCloseCart_Click);
//
// btnFirstPlace
//
this.btnFirstPlace.Location = new System.Drawing.Point(3, 35);
this.btnFirstPlace.Name = "btnFirstPlace";
this.btnFirstPlace.Size = new System.Drawing.Size(75, 26);
this.btnFirstPlace.TabIndex = 17;
this.btnFirstPlace.Text = "1号位打印";
this.btnFirstPlace.UseVisualStyleBackColor = true;
this.btnFirstPlace.Click += new System.EventHandler(this.btnFirstPlace_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Right;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(85, 32);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 3, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(94, 34);
this.label1.TabIndex = 20;
this.label1.Text = "前车贴车单:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblLastPastNO
//
this.lblLastPastNO.AutoSize = true;
this.lblLastPastNO.Dock = System.Windows.Forms.DockStyle.Left;
this.lblLastPastNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblLastPastNO.Location = new System.Drawing.Point(185, 32);
this.lblLastPastNO.Name = "lblLastPastNO";
this.lblLastPastNO.Size = new System.Drawing.Size(0, 34);
this.lblLastPastNO.TabIndex = 23;
this.lblLastPastNO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pbPastNoConfirmed
//
this.pbPastNoConfirmed.Image = global::QMAPP.WinForm.Resource1.help;
this.pbPastNoConfirmed.Location = new System.Drawing.Point(191, 35);
this.pbPastNoConfirmed.Name = "pbPastNoConfirmed";
this.pbPastNoConfirmed.Size = new System.Drawing.Size(28, 28);
this.pbPastNoConfirmed.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pbPastNoConfirmed.TabIndex = 22;
this.pbPastNoConfirmed.TabStop = false;
//
// lberror
//
this.lberror.AutoSize = true;
this.lberror.BackColor = System.Drawing.Color.Red;
this.lberror.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lberror.ForeColor = System.Drawing.Color.White;
this.lberror.Location = new System.Drawing.Point(476, 6);
this.lberror.Name = "lberror";
this.lberror.Size = new System.Drawing.Size(0, 36);
this.lberror.TabIndex = 13;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(378, 17);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(114, 20);
this.label2.TabIndex = 14;
this.label2.Text = "消息区域:";
//
// txtCode
//
this.txtCode.Font = new System.Drawing.Font("宋体", 20F);
this.txtCode.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.txtCode.Location = new System.Drawing.Point(108, 6);
this.txtCode.Name = "txtCode";
this.txtCode.Size = new System.Drawing.Size(264, 38);
this.txtCode.TabIndex = 1;
this.txtCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCode_KeyDown);
this.txtCode.Leave += new System.EventHandler(this.txtCode_Leave);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(9, 17);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(93, 20);
this.label4.TabIndex = 12;
this.label4.Text = "扫描条码";
//
// splitter1
//
this.splitter1.Dock = System.Windows.Forms.DockStyle.Right;
this.splitter1.Location = new System.Drawing.Point(770, 0);
this.splitter1.Name = "splitter1";
this.splitter1.Size = new System.Drawing.Size(3, 692);
this.splitter1.TabIndex = 17;
this.splitter1.TabStop = false;
//
// panel5
//
this.panel5.Controls.Add(this.groupBox2);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(0, 0);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(770, 692);
this.panel5.TabIndex = 16;
//
// timeRefew
//
this.timeRefew.Enabled = true;
this.timeRefew.Tick += new System.EventHandler(this.timeRefew_Tick);
//
// panel7
//
this.panel7.Controls.Add(this.panel5);
this.panel7.Controls.Add(this.splitter1);
this.panel7.Controls.Add(this.panel6);
this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel7.Location = new System.Drawing.Point(0, 50);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(1239, 692);
this.panel7.TabIndex = 9;
//
// panel8
//
this.panel8.Controls.Add(this.lberror);
this.panel8.Controls.Add(this.label4);
this.panel8.Controls.Add(this.label2);
this.panel8.Controls.Add(this.txtCode);
this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
this.panel8.Location = new System.Drawing.Point(0, 0);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(1239, 50);
this.panel8.TabIndex = 19;
//
// CODE_NF
//
this.CODE_NF.DataPropertyName = "SANBARCODE";
this.CODE_NF.HeaderText = "条码号";
this.CODE_NF.Name = "CODE_NF";
this.CODE_NF.ReadOnly = true;
this.CODE_NF.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.CODE_NF.Width = 57;
//
// PRODNO_NF
//
this.PRODNO_NF.DataPropertyName = "PRODNO";
this.PRODNO_NF.HeaderText = "零件号";
this.PRODNO_NF.Name = "PRODNO_NF";
this.PRODNO_NF.ReadOnly = true;
this.PRODNO_NF.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.PRODNO_NF.Width = 57;
//
// CARSETDESC_CN_NF
//
this.CARSETDESC_CN_NF.DataPropertyName = "CARSETDESC_CN";
this.CARSETDESC_CN_NF.HeaderText = "总成描述";
this.CARSETDESC_CN_NF.Name = "CARSETDESC_CN_NF";
this.CARSETDESC_CN_NF.ReadOnly = true;
this.CARSETDESC_CN_NF.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.CARSETDESC_CN_NF.Width = 69;
//
// MOULDCODE
//
this.MOULDCODE.DataPropertyName = "MOULDCODE";
this.MOULDCODE.HeaderText = "位置";
this.MOULDCODE.Name = "MOULDCODE";
this.MOULDCODE.ReadOnly = true;
this.MOULDCODE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.MOULDCODE.Width = 45;
//
// CREATEDATE_NF
//
this.CREATEDATE_NF.DataPropertyName = "SCANDATE";
this.CREATEDATE_NF.HeaderText = "扫描时间";
this.CREATEDATE_NF.Name = "CREATEDATE_NF";
this.CREATEDATE_NF.ReadOnly = true;
this.CREATEDATE_NF.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.CREATEDATE_NF.Width = 69;
//
// Column1
//
this.Column1.DataPropertyName = "PASTEDETAILED_CARD_KEY";
this.Column1.HeaderText = "Column1";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Visible = false;
this.Column1.Width = 82;
//
// SEQ
//
this.SEQ.DataPropertyName = "SEQ";
this.SEQ.HeaderText = "SEQ";
this.SEQ.Name = "SEQ";
this.SEQ.ReadOnly = true;
this.SEQ.Visible = false;
this.SEQ.Width = 58;
//
// Column2
//
this.Column2.DataPropertyName = "FIS_KEY";
this.Column2.HeaderText = "Column2";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
this.Column2.Visible = false;
this.Column2.Width = 82;
//
// Column3
//
this.Column3.DataPropertyName = "PASTE_CARD_KEY";
this.Column3.HeaderText = "Column3";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Visible = false;
this.Column3.Width = 82;
//
// Column7
//
this.Column7.DataPropertyName = "VIN";
this.Column7.HeaderText = "Column7";
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
this.Column7.Visible = false;
this.Column7.Width = 82;
//
// Column11
//
this.Column11.DataPropertyName = "DGVROWINDEX";
this.Column11.HeaderText = "Column11";
this.Column11.Name = "Column11";
this.Column11.ReadOnly = true;
this.Column11.Visible = false;
this.Column11.Width = 88;
//
// Column13
//
this.Column13.DataPropertyName = "LINENO";
this.Column13.HeaderText = "Column13";
this.Column13.Name = "Column13";
this.Column13.ReadOnly = true;
this.Column13.Visible = false;
this.Column13.Width = 88;
//
// dgcPRODUCT_PID
//
this.dgcPRODUCT_PID.DataPropertyName = "PRODUCT_PID";
this.dgcPRODUCT_PID.HeaderText = "产品主键";
this.dgcPRODUCT_PID.Name = "dgcPRODUCT_PID";
this.dgcPRODUCT_PID.ReadOnly = true;
this.dgcPRODUCT_PID.Visible = false;
this.dgcPRODUCT_PID.Width = 88;
//
// TJFrmPlace
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1239, 742);
this.Controls.Add(this.panel7);
this.Controls.Add(this.panel8);
this.Name = "TJFrmPlace";
this.Text = "发运终端";
this.Activated += new System.EventHandler(this.FrmPlace_Activated);
this.Load += new System.EventHandler(this.FrmElevateRequest_Load);
this.groupBox2.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvMATChange)).EndInit();
this.panel6.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.panel4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvNF)).EndInit();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbPastNoConfirmed)).EndInit();
this.panel5.ResumeLayout(false);
this.panel7.ResumeLayout(false);
this.panel8.ResumeLayout(false);
this.panel8.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.FlowLayoutPanel panel1;
private System.Windows.Forms.Button btnLineSetting;
private System.Windows.Forms.Button btnSearch;
private System.Windows.Forms.Button btnJZ;
private System.Windows.Forms.Button btnRef;
private System.Windows.Forms.RadioButton rb_hx;
private System.Windows.Forms.RadioButton rb_dx;
private System.Windows.Forms.DataGridView dgvMATChange;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView dgvNF;
private System.Windows.Forms.FlowLayoutPanel panel3;
private System.Windows.Forms.Button btnResetIndex;
private System.Windows.Forms.Button btnPrint_NF;
private System.Windows.Forms.Label lberror;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtCode;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Splitter splitter1;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Timer timeRefew;
private System.Windows.Forms.Button btnFirstPlace;
private System.Windows.Forms.Button btnSetDatagroupType;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.TableLayoutPanel tpContainer;
private System.Windows.Forms.Button btnResetCart;
private System.Windows.Forms.Button btnCloseCart;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblLastPastNO;
private System.Windows.Forms.PictureBox pbPastNoConfirmed;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.Label lblCount;
private System.Windows.Forms.DataGridViewTextBoxColumn PLAN_DATE;
private System.Windows.Forms.DataGridViewTextBoxColumn REQUESTID;
private System.Windows.Forms.DataGridViewTextBoxColumn MATERIAL_CODE;
private System.Windows.Forms.DataGridViewTextBoxColumn MATERIAL_NAME;
private System.Windows.Forms.DataGridViewTextBoxColumn LINENO;
private System.Windows.Forms.DataGridViewTextBoxColumn MOULD_CODE;
private System.Windows.Forms.DataGridViewTextBoxColumn PID;
private System.Windows.Forms.DataGridViewTextBoxColumn clscanstate;
private System.Windows.Forms.DataGridViewTextBoxColumn STATE;
private System.Windows.Forms.DataGridViewTextBoxColumn CODE_NF;
private System.Windows.Forms.DataGridViewTextBoxColumn PRODNO_NF;
private System.Windows.Forms.DataGridViewTextBoxColumn CARSETDESC_CN_NF;
private System.Windows.Forms.DataGridViewTextBoxColumn MOULDCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn CREATEDATE_NF;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn SEQ;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
private System.Windows.Forms.DataGridViewTextBoxColumn dgcPRODUCT_PID;
}
}