namespace Dongke.IBOSS.PRD.Client.PMModule
{
partial class F_PM_3001
{
///
/// 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(F_PM_3001));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = 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();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
this.gbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.cbSelectTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.txtDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
this.tsbtnSuspend = new System.Windows.Forms.ToolStripButton();
this.tsbtnRevokeSuspend = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
this.dgvScrapProduct = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.procedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.suspendprocedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Createtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CreateUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.RevokeTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.RevokeUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.gbSelect.SuspendLayout();
this.tsrOperate.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).BeginInit();
this.SuspendLayout();
//
// gbSelect
//
this.gbSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbSelect.BackColor = System.Drawing.Color.Transparent;
this.gbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbSelect.BackgroundImage")));
this.gbSelect.Controls.Add(this.cbSelectTime);
this.gbSelect.Controls.Add(this.txtRemarks);
this.gbSelect.Controls.Add(this.txtDateEnd);
this.gbSelect.Controls.Add(this.lblTo);
this.gbSelect.Controls.Add(this.txtDateStart);
this.gbSelect.Controls.Add(this.lblRemarks);
this.gbSelect.Controls.Add(this.txtBarCode);
this.gbSelect.Controls.Add(this.lblBarCode);
this.gbSelect.Controls.Add(this.btnClearCondition);
this.gbSelect.Controls.Add(this.btnSearch);
this.gbSelect.Controls.Add(this.lblGroutingLineName);
this.gbSelect.Controls.Add(this.lblGroutingLineCode);
this.gbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
this.gbSelect.IsMustInput = false;
this.gbSelect.Location = new System.Drawing.Point(0, 38);
this.gbSelect.Name = "gbSelect";
this.gbSelect.OriginalHeight = -1;
this.gbSelect.Size = new System.Drawing.Size(1278, 76);
this.gbSelect.TabIndex = 13;
this.gbSelect.TabStop = false;
this.gbSelect.Text = "查询条件 ▼";
//
// cbSelectTime
//
this.cbSelectTime.AutoSize = true;
this.cbSelectTime.Checked = true;
this.cbSelectTime.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbSelectTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbSelectTime.Location = new System.Drawing.Point(201, 22);
this.cbSelectTime.Name = "cbSelectTime";
this.cbSelectTime.Size = new System.Drawing.Size(72, 16);
this.cbSelectTime.TabIndex = 3;
this.cbSelectTime.Text = "挂起日期";
this.cbSelectTime.UseVisualStyleBackColor = true;
this.cbSelectTime.CheckedChanged += new System.EventHandler(this.cbSelectTime_CheckedChanged);
//
// txtRemarks
//
this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtRemarks.ErrorMessage = "";
this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRemarks.Location = new System.Drawing.Point(75, 47);
this.txtRemarks.MaxLength = 500;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.Size = new System.Drawing.Size(433, 21);
this.txtRemarks.TabIndex = 12;
//
// txtDateEnd
//
this.txtDateEnd.CustomFormat = "yyyy-MM-dd";
this.txtDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.txtDateEnd.Location = new System.Drawing.Point(408, 20);
this.txtDateEnd.Name = "txtDateEnd";
this.txtDateEnd.Size = new System.Drawing.Size(100, 21);
this.txtDateEnd.TabIndex = 5;
//
// lblTo
//
this.lblTo.AutoSize = true;
this.lblTo.BackColor = System.Drawing.Color.Transparent;
this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblTo.Location = new System.Drawing.Point(385, 24);
this.lblTo.Name = "lblTo";
this.lblTo.Size = new System.Drawing.Size(17, 12);
this.lblTo.TabIndex = 92;
this.lblTo.Text = "至";
//
// txtDateStart
//
this.txtDateStart.CustomFormat = "yyyy-MM-dd";
this.txtDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.txtDateStart.Location = new System.Drawing.Point(279, 20);
this.txtDateStart.Name = "txtDateStart";
this.txtDateStart.Size = new System.Drawing.Size(100, 21);
this.txtDateStart.TabIndex = 4;
//
// lblRemarks
//
this.lblRemarks.AutoSize = true;
this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblRemarks.Location = new System.Drawing.Point(18, 51);
this.lblRemarks.Name = "lblRemarks";
this.lblRemarks.Size = new System.Drawing.Size(53, 12);
this.lblRemarks.TabIndex = 83;
this.lblRemarks.Text = "挂起说明";
//
// txtBarCode
//
this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtBarCode.ErrorMessage = "";
this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBarCode.Location = new System.Drawing.Point(75, 20);
this.txtBarCode.MaxLength = 11;
this.txtBarCode.Name = "txtBarCode";
this.txtBarCode.Size = new System.Drawing.Size(120, 21);
this.txtBarCode.TabIndex = 10;
//
// lblBarCode
//
this.lblBarCode.AutoSize = true;
this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblBarCode.Location = new System.Drawing.Point(18, 23);
this.lblBarCode.Name = "lblBarCode";
this.lblBarCode.Size = new System.Drawing.Size(53, 12);
this.lblBarCode.TabIndex = 80;
this.lblBarCode.Text = "产品条码";
//
// btnClearCondition
//
this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClearCondition.ForeColor = System.Drawing.Color.White;
this.btnClearCondition.Location = new System.Drawing.Point(1187, 41);
this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnClearCondition.Name = "btnClearCondition";
this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
this.btnClearCondition.TabIndex = 75;
this.btnClearCondition.Text = "清空条件(&C)";
this.btnClearCondition.UseVisualStyleBackColor = false;
this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
//
// btnSearch
//
this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSearch.BackColor = System.Drawing.Color.Gray;
this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSearch.ForeColor = System.Drawing.Color.White;
this.btnSearch.Location = new System.Drawing.Point(1096, 41);
this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(85, 30);
this.btnSearch.TabIndex = 74;
this.btnSearch.Text = "查询(&Q)";
this.btnSearch.UseVisualStyleBackColor = false;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// lblGroutingLineName
//
this.lblGroutingLineName.AutoSize = true;
this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGroutingLineName.Location = new System.Drawing.Point(189, 19);
this.lblGroutingLineName.Name = "lblGroutingLineName";
this.lblGroutingLineName.Size = new System.Drawing.Size(0, 12);
this.lblGroutingLineName.TabIndex = 14;
//
// lblGroutingLineCode
//
this.lblGroutingLineCode.AutoSize = true;
this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGroutingLineCode.Location = new System.Drawing.Point(12, 17);
this.lblGroutingLineCode.Name = "lblGroutingLineCode";
this.lblGroutingLineCode.Size = new System.Drawing.Size(0, 12);
this.lblGroutingLineCode.TabIndex = 9;
//
// tsrOperate
//
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnSuspend,
this.tsbtnRevokeSuspend,
this.toolStripSeparator1,
this.tsbtnAdaptive,
this.tsbtnClose});
this.tsrOperate.Location = new System.Drawing.Point(0, 0);
this.tsrOperate.Name = "tsrOperate";
this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.tsrOperate.ShowItemToolTips = false;
this.tsrOperate.Size = new System.Drawing.Size(1290, 35);
this.tsrOperate.TabIndex = 14;
//
// tsbtnSuspend
//
this.tsbtnSuspend.AutoSize = false;
this.tsbtnSuspend.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnSuspend.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnSuspend.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnSuspend.Name = "tsbtnSuspend";
this.tsbtnSuspend.Size = new System.Drawing.Size(60, 25);
this.tsbtnSuspend.Text = "挂起";
this.tsbtnSuspend.Click += new System.EventHandler(this.tsbtnSuspend_Click);
//
// tsbtnRevokeSuspend
//
this.tsbtnRevokeSuspend.AutoSize = false;
this.tsbtnRevokeSuspend.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnRevokeSuspend.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnRevokeSuspend.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnRevokeSuspend.Name = "tsbtnRevokeSuspend";
this.tsbtnRevokeSuspend.Size = new System.Drawing.Size(60, 25);
this.tsbtnRevokeSuspend.Text = "撤销";
this.tsbtnRevokeSuspend.Click += new System.EventHandler(this.tsbtnRevokeSuspend_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.AutoSize = false;
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// tsbtnAdaptive
//
this.tsbtnAdaptive.AutoSize = false;
this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAdaptive.Name = "tsbtnAdaptive";
this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
this.tsbtnAdaptive.Text = "自适应列宽(&A)";
this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
//
// tsbtnClose
//
this.tsbtnClose.AutoSize = false;
this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnClose.Name = "tsbtnClose";
this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
this.tsbtnClose.Text = "关闭(&X)";
this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
//
// dgvScrapProduct
//
this.dgvScrapProduct.AllowUserToAddRows = false;
this.dgvScrapProduct.AllowUserToDeleteRows = false;
this.dgvScrapProduct.AllowUserToModifyRows = true;
this.dgvScrapProduct.AllowUserToOrderColumns = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvScrapProduct.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvScrapProduct.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvScrapProduct.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvScrapProduct.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvScrapProduct.CellHeight = 23;
this.dgvScrapProduct.ChildNodeColumnName = null;
this.dgvScrapProduct.ChildNodeColumnText = null;
this.dgvScrapProduct.ColumnDeep = 1;
this.dgvScrapProduct.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
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.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvScrapProduct.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvScrapProduct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvScrapProduct.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.BarCode,
this.GoodsCode,
this.GroutingDate,
this.GroutingUserCode,
this.GroutingMouldCode,
this.procedurename,
this.suspendprocedurename,
this.Createtime,
this.CreateUserCode,
this.remarks,
this.RevokeTime,
this.RevokeUserCode});
this.dgvScrapProduct.ColumnTreeView = null;
this.dgvScrapProduct.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvScrapProduct.DefaultCellStyle = dataGridViewCellStyle6;
this.dgvScrapProduct.DynamicColumnName = "";
this.dgvScrapProduct.EnableHeadersVisualStyles = false;
this.dgvScrapProduct.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvScrapProduct.FormatQuantityColumns = null;
this.dgvScrapProduct.HorizontalMergeColumn = null;
this.dgvScrapProduct.IsAutoCountSum = true;
this.dgvScrapProduct.IsAutoResizeColumns = false;
this.dgvScrapProduct.IsClickF12 = false;
this.dgvScrapProduct.IsOpenMergeCellFlag = false;
this.dgvScrapProduct.IsSubTotalFlag = false;
this.dgvScrapProduct.IsTopDeep = false;
this.dgvScrapProduct.Location = new System.Drawing.Point(0, 120);
this.dgvScrapProduct.MergeColumnNames = null;
this.dgvScrapProduct.MergeDetailColumnNames = null;
this.dgvScrapProduct.MergeDetailOnlyColumn = null;
this.dgvScrapProduct.MergeOnlyColumn = null;
this.dgvScrapProduct.Name = "dgvScrapProduct";
this.dgvScrapProduct.ReadOnly = true;
this.dgvScrapProduct.RefreshAtHscroll = false;
this.dgvScrapProduct.RowHeadersWidth = 50;
this.dgvScrapProduct.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvScrapProduct.RowsDefaultCellStyle = dataGridViewCellStyle7;
this.dgvScrapProduct.RowTemplate.Height = 21;
this.dgvScrapProduct.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvScrapProduct.Size = new System.Drawing.Size(1278, 386);
this.dgvScrapProduct.SortOrderColumnName = null;
this.dgvScrapProduct.TabIndex = 14;
this.dgvScrapProduct.Tag = true;
this.dgvScrapProduct.TotalSumColumns = null;
this.dgvScrapProduct.ViewRowFilter = "";
this.dgvScrapProduct.VirtualMode = true;
//
// BarCode
//
this.BarCode.DataPropertyName = "BarCode";
this.BarCode.HeaderText = "产品条码";
this.BarCode.Name = "BarCode";
this.BarCode.ReadOnly = true;
//
// GoodsCode
//
this.GoodsCode.DataPropertyName = "GoodsCode";
this.GoodsCode.HeaderText = "产品编码";
this.GoodsCode.Name = "GoodsCode";
this.GoodsCode.ReadOnly = true;
//
// GroutingDate
//
this.GroutingDate.DataPropertyName = "GroutingDate";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.Format = "yyyy-MM-dd";
dataGridViewCellStyle3.NullValue = null;
this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
this.GroutingDate.HeaderText = "注浆日期";
this.GroutingDate.Name = "GroutingDate";
this.GroutingDate.ReadOnly = true;
//
// GroutingUserCode
//
this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
this.GroutingUserCode.HeaderText = "成型工号";
this.GroutingUserCode.Name = "GroutingUserCode";
this.GroutingUserCode.ReadOnly = true;
//
// GroutingMouldCode
//
this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
this.GroutingMouldCode.HeaderText = "模具编号";
this.GroutingMouldCode.Name = "GroutingMouldCode";
this.GroutingMouldCode.ReadOnly = true;
//
// procedurename
//
this.procedurename.DataPropertyName = "procedurename";
this.procedurename.HeaderText = "当前工序";
this.procedurename.Name = "procedurename";
this.procedurename.ReadOnly = true;
//
// suspendprocedurename
//
this.suspendprocedurename.DataPropertyName = "suspendprocedurename";
this.suspendprocedurename.HeaderText = "挂起工序";
this.suspendprocedurename.Name = "suspendprocedurename";
this.suspendprocedurename.ReadOnly = true;
//
// Createtime
//
this.Createtime.DataPropertyName = "Createtime";
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.Format = "yyyy-MM-dd";
this.Createtime.DefaultCellStyle = dataGridViewCellStyle4;
this.Createtime.HeaderText = "挂起日期";
this.Createtime.Name = "Createtime";
this.Createtime.ReadOnly = true;
//
// CreateUserCode
//
this.CreateUserCode.DataPropertyName = "CreateUserCode";
this.CreateUserCode.HeaderText = "挂起工号";
this.CreateUserCode.Name = "CreateUserCode";
this.CreateUserCode.ReadOnly = true;
//
// remarks
//
this.remarks.DataPropertyName = "remarks";
this.remarks.HeaderText = "挂起说明";
this.remarks.Name = "remarks";
this.remarks.ReadOnly = true;
//
// RevokeTime
//
this.RevokeTime.DataPropertyName = "RevokeTime";
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.RevokeTime.DefaultCellStyle = dataGridViewCellStyle5;
this.RevokeTime.HeaderText = "撤销时间";
this.RevokeTime.Name = "RevokeTime";
this.RevokeTime.ReadOnly = true;
this.RevokeTime.Width = 130;
//
// RevokeUserCode
//
this.RevokeUserCode.DataPropertyName = "RevokeUserCode";
this.RevokeUserCode.HeaderText = "撤销工号";
this.RevokeUserCode.Name = "RevokeUserCode";
this.RevokeUserCode.ReadOnly = true;
//
// F_PM_3001
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1290, 509);
this.Controls.Add(this.dgvScrapProduct);
this.Controls.Add(this.tsrOperate);
this.Controls.Add(this.gbSelect);
this.Name = "F_PM_3001";
this.Text = "产品挂起";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_3001_FormClosed);
this.Load += new System.EventHandler(this.F_PM_3001_Load);
this.gbSelect.ResumeLayout(false);
this.gbSelect.PerformLayout();
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Basics.BaseControls.C_GroupBox gbSelect;
private Basics.BaseControls.C_Button btnClearCondition;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_Label lblGroutingLineName;
private Basics.BaseControls.C_Label lblGroutingLineCode;
private Basics.BaseControls.C_TextBox txtRemarks;
private Basics.BaseControls.C_DateTimePicker txtDateEnd;
private Basics.BaseControls.C_Label lblTo;
private Basics.BaseControls.C_DateTimePicker txtDateStart;
private Basics.BaseControls.C_Label lblRemarks;
private Basics.BaseControls.C_TextBox txtBarCode;
private Basics.BaseControls.C_Label lblBarCode;
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private System.Windows.Forms.ToolStripButton tsbtnClose;
private Basics.BaseControls.C_DataGridView dgvScrapProduct;
private Basics.BaseControls.C_CheckBox cbSelectTime;
private System.Windows.Forms.ToolStripButton tsbtnSuspend;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbtnRevokeSuspend;
private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
private System.Windows.Forms.DataGridViewTextBoxColumn suspendprocedurename;
private System.Windows.Forms.DataGridViewTextBoxColumn Createtime;
private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserCode;
private System.Windows.Forms.DataGridViewTextBoxColumn remarks;
private System.Windows.Forms.DataGridViewTextBoxColumn RevokeTime;
private System.Windows.Forms.DataGridViewTextBoxColumn RevokeUserCode;
}
}