namespace Dongke.IBOSS.PRD.Client.ReportModule
{
partial class F_RPT_010404
{
///
/// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_010404));
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();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
this.dgvInProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
this.dtpBackupMonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.lblBackupMonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.BackupMonth = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.FinishedBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ProductionLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CompleteProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.delivertime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.proceduretime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.inscrapflag = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsLevelName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GROUTINGCOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GROUTINGUSERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IsReworked = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.SPECIALREPAIRFLAG = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.IsReworkFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dgvInProduction)).BeginInit();
this.gbxCondition.SuspendLayout();
this.tsrOperate.SuspendLayout();
this.SuspendLayout();
//
// dgvInProduction
//
this.dgvInProduction.AllowUserToAddRows = false;
this.dgvInProduction.AllowUserToDeleteRows = false;
this.dgvInProduction.AllowUserToModifyRows = true;
this.dgvInProduction.AllowUserToOrderColumns = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvInProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvInProduction.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.dgvInProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvInProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvInProduction.CellHeight = 23;
this.dgvInProduction.ChildNodeColumnName = null;
this.dgvInProduction.ChildNodeColumnText = null;
this.dgvInProduction.ColumnDeep = 1;
this.dgvInProduction.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.dgvInProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvInProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvInProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.BackupMonth,
this.BarCode,
this.FinishedBarCode,
this.LogoCodeName,
this.GoodsCode,
this.GoodsName,
this.ProductionLineCode,
this.ProductionLineName,
this.CompleteProcedureName,
this.delivertime,
this.proceduretime,
this.UserCode,
this.inscrapflag,
this.GoodsLevelName,
this.GroutingLineCode,
this.GMouldTypeName,
this.GroutingMouldCode,
this.GroutingDate,
this.GROUTINGCOUNT,
this.GROUTINGUSERCODE,
this.IsReworked,
this.SPECIALREPAIRFLAG,
this.IsReworkFlag});
this.dgvInProduction.ColumnTreeView = null;
this.dgvInProduction.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)));
this.dgvInProduction.DynamicColumnName = "";
this.dgvInProduction.EnableHeadersVisualStyles = false;
this.dgvInProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvInProduction.HorizontalMergeColumn = null;
this.dgvInProduction.IsAutoCountSum = true;
this.dgvInProduction.IsAutoResizeColumns = false;
this.dgvInProduction.IsClickF12 = false;
this.dgvInProduction.IsOpenMergeCellFlag = false;
this.dgvInProduction.IsSubTotalFlag = false;
this.dgvInProduction.IsTopDeep = false;
this.dgvInProduction.Location = new System.Drawing.Point(0, 103);
this.dgvInProduction.MergeColumnNames = null;
this.dgvInProduction.MergeDetailColumnNames = null;
this.dgvInProduction.MergeDetailOnlyColumn = null;
this.dgvInProduction.MergeOnlyColumn = null;
this.dgvInProduction.MultiSelect = false;
this.dgvInProduction.Name = "dgvInProduction";
this.dgvInProduction.ReadOnly = true;
this.dgvInProduction.RefreshAtHscroll = false;
this.dgvInProduction.RowHeadersWidth = 50;
this.dgvInProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvInProduction.RowsDefaultCellStyle = dataGridViewCellStyle8;
this.dgvInProduction.RowTemplate.Height = 21;
this.dgvInProduction.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvInProduction.Size = new System.Drawing.Size(1119, 298);
this.dgvInProduction.SortOrderColumnName = null;
this.dgvInProduction.TabIndex = 2;
this.dgvInProduction.Tag = true;
this.dgvInProduction.TotalSumColumns = null;
this.dgvInProduction.ViewRowFilter = "";
//
// gbxCondition
//
this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
this.gbxCondition.Controls.Add(this.lblBackupMonth);
this.gbxCondition.Controls.Add(this.dtpBackupMonth);
this.gbxCondition.Controls.Add(this.btnClearCondition);
this.gbxCondition.Controls.Add(this.btnSearch);
this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
this.gbxCondition.IsMustInput = false;
this.gbxCondition.Location = new System.Drawing.Point(0, 38);
this.gbxCondition.Name = "gbxCondition";
this.gbxCondition.OriginalHeight = -1;
this.gbxCondition.Size = new System.Drawing.Size(1119, 59);
this.gbxCondition.TabIndex = 1;
this.gbxCondition.TabStop = false;
this.gbxCondition.Text = "查询条件 ▼";
//
// btnClearCondition
//
this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
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(1028, 20);
this.btnClearCondition.Name = "btnClearCondition";
this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
this.btnClearCondition.TabIndex = 3;
this.btnClearCondition.Text = "清空条件(&C)";
this.btnClearCondition.UseVisualStyleBackColor = true;
this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
//
// btnSearch
//
this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSearch.BackColor = System.Drawing.Color.Transparent;
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(937, 20);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(85, 30);
this.btnSearch.TabIndex = 2;
this.btnSearch.Text = "查询(&Q)";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// tsrOperate
//
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
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.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(1131, 35);
this.tsrOperate.TabIndex = 0;
this.tsrOperate.Text = "toolStrip1";
//
// 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);
//
// dtpBackupMonth
//
this.dtpBackupMonth.CustomFormat = "yyyy-MM";
this.dtpBackupMonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpBackupMonth.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpBackupMonth.Location = new System.Drawing.Point(82, 24);
this.dtpBackupMonth.Name = "dtpBackupMonth";
this.dtpBackupMonth.ShowUpDown = true;
this.dtpBackupMonth.Size = new System.Drawing.Size(74, 21);
this.dtpBackupMonth.TabIndex = 1;
//
// lblBackupMonth
//
this.lblBackupMonth.AutoSize = true;
this.lblBackupMonth.BackColor = System.Drawing.Color.Transparent;
this.lblBackupMonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblBackupMonth.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblBackupMonth.Location = new System.Drawing.Point(23, 28);
this.lblBackupMonth.Name = "lblBackupMonth";
this.lblBackupMonth.Size = new System.Drawing.Size(53, 12);
this.lblBackupMonth.TabIndex = 0;
this.lblBackupMonth.Text = "备份月份";
//
// BackupMonth
//
this.BackupMonth.DataPropertyName = "BackupMonth";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.Format = "yyyy-MM";
this.BackupMonth.DefaultCellStyle = dataGridViewCellStyle3;
this.BackupMonth.HeaderText = "备份月份";
this.BackupMonth.Name = "BackupMonth";
this.BackupMonth.ReadOnly = true;
//
// BarCode
//
this.BarCode.DataPropertyName = "BarCode";
this.BarCode.HeaderText = "产品条码";
this.BarCode.Name = "BarCode";
this.BarCode.ReadOnly = true;
//
// FinishedBarCode
//
this.FinishedBarCode.DataPropertyName = "FinishedBarCode";
this.FinishedBarCode.HeaderText = "包装条码";
this.FinishedBarCode.Name = "FinishedBarCode";
this.FinishedBarCode.ReadOnly = true;
//
// LogoCodeName
//
this.LogoCodeName.DataPropertyName = "LogoCodeName";
this.LogoCodeName.HeaderText = "商标";
this.LogoCodeName.Name = "LogoCodeName";
this.LogoCodeName.ReadOnly = true;
//
// GoodsCode
//
this.GoodsCode.DataPropertyName = "GoodsCode";
this.GoodsCode.HeaderText = "产品编码";
this.GoodsCode.Name = "GoodsCode";
this.GoodsCode.ReadOnly = true;
//
// GoodsName
//
this.GoodsName.DataPropertyName = "GoodsName";
this.GoodsName.HeaderText = "产品名称";
this.GoodsName.Name = "GoodsName";
this.GoodsName.ReadOnly = true;
//
// ProductionLineCode
//
this.ProductionLineCode.DataPropertyName = "ProductionLineCode";
this.ProductionLineCode.HeaderText = "生产线编码";
this.ProductionLineCode.Name = "ProductionLineCode";
this.ProductionLineCode.ReadOnly = true;
this.ProductionLineCode.Visible = false;
//
// ProductionLineName
//
this.ProductionLineName.DataPropertyName = "ProductionLineName";
this.ProductionLineName.HeaderText = "生产线";
this.ProductionLineName.Name = "ProductionLineName";
this.ProductionLineName.ReadOnly = true;
//
// CompleteProcedureName
//
this.CompleteProcedureName.DataPropertyName = "CompleteProcedureName";
this.CompleteProcedureName.HeaderText = "完成工序";
this.CompleteProcedureName.Name = "CompleteProcedureName";
this.CompleteProcedureName.ReadOnly = true;
//
// delivertime
//
this.delivertime.DataPropertyName = "delivertime";
dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
this.delivertime.DefaultCellStyle = dataGridViewCellStyle4;
this.delivertime.HeaderText = "交坯时间";
this.delivertime.Name = "delivertime";
this.delivertime.ReadOnly = true;
this.delivertime.Width = 180;
//
// proceduretime
//
this.proceduretime.DataPropertyName = "proceduretime";
dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
dataGridViewCellStyle5.NullValue = null;
this.proceduretime.DefaultCellStyle = dataGridViewCellStyle5;
this.proceduretime.HeaderText = "完成时间";
this.proceduretime.Name = "proceduretime";
this.proceduretime.ReadOnly = true;
//
// UserCode
//
this.UserCode.DataPropertyName = "UserCode";
this.UserCode.HeaderText = "生产工号";
this.UserCode.Name = "UserCode";
this.UserCode.ReadOnly = true;
//
// inscrapflag
//
this.inscrapflag.DataPropertyName = "inscrapflag";
this.inscrapflag.HeaderText = "损坯状态";
this.inscrapflag.Name = "inscrapflag";
this.inscrapflag.ReadOnly = true;
//
// GoodsLevelName
//
this.GoodsLevelName.DataPropertyName = "GoodsLevelName";
this.GoodsLevelName.HeaderText = "产品分级";
this.GoodsLevelName.Name = "GoodsLevelName";
this.GoodsLevelName.ReadOnly = true;
//
// GroutingLineCode
//
this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
this.GroutingLineCode.HeaderText = "成型线编码";
this.GroutingLineCode.Name = "GroutingLineCode";
this.GroutingLineCode.ReadOnly = true;
//
// GMouldTypeName
//
this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
this.GMouldTypeName.HeaderText = "成型线类型";
this.GMouldTypeName.Name = "GMouldTypeName";
this.GMouldTypeName.ReadOnly = true;
//
// GroutingMouldCode
//
this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
this.GroutingMouldCode.HeaderText = "模具编号";
this.GroutingMouldCode.Name = "GroutingMouldCode";
this.GroutingMouldCode.ReadOnly = true;
//
// GroutingDate
//
this.GroutingDate.DataPropertyName = "GroutingDate";
dataGridViewCellStyle6.Format = "yyyy-MM-dd";
this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle6;
this.GroutingDate.HeaderText = "注浆日期";
this.GroutingDate.Name = "GroutingDate";
this.GroutingDate.ReadOnly = true;
//
// GROUTINGCOUNT
//
this.GROUTINGCOUNT.DataPropertyName = "GROUTINGCOUNT";
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.GROUTINGCOUNT.DefaultCellStyle = dataGridViewCellStyle7;
this.GROUTINGCOUNT.HeaderText = "注浆次数";
this.GROUTINGCOUNT.Name = "GROUTINGCOUNT";
this.GROUTINGCOUNT.ReadOnly = true;
//
// GROUTINGUSERCODE
//
this.GROUTINGUSERCODE.DataPropertyName = "GROUTINGUSERCODE";
this.GROUTINGUSERCODE.HeaderText = "成型工号";
this.GROUTINGUSERCODE.Name = "GROUTINGUSERCODE";
this.GROUTINGUSERCODE.ReadOnly = true;
//
// IsReworked
//
this.IsReworked.DataPropertyName = "IsReFire";
this.IsReworked.FalseValue = "0";
this.IsReworked.HeaderText = "重烧标识";
this.IsReworked.Name = "IsReworked";
this.IsReworked.ReadOnly = true;
this.IsReworked.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.IsReworked.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.IsReworked.TrueValue = "1";
//
// SPECIALREPAIRFLAG
//
this.SPECIALREPAIRFLAG.DataPropertyName = "SPECIALREPAIRFLAG";
this.SPECIALREPAIRFLAG.FalseValue = "0";
this.SPECIALREPAIRFLAG.HeaderText = "干补标识";
this.SPECIALREPAIRFLAG.Name = "SPECIALREPAIRFLAG";
this.SPECIALREPAIRFLAG.ReadOnly = true;
this.SPECIALREPAIRFLAG.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.SPECIALREPAIRFLAG.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.SPECIALREPAIRFLAG.TrueValue = "1";
//
// IsReworkFlag
//
this.IsReworkFlag.DataPropertyName = "IsReworkFlag";
this.IsReworkFlag.FalseValue = "0";
this.IsReworkFlag.HeaderText = "返工标识";
this.IsReworkFlag.Name = "IsReworkFlag";
this.IsReworkFlag.ReadOnly = true;
this.IsReworkFlag.TrueValue = "1";
//
// F_RPT_010404
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1131, 401);
this.Controls.Add(this.dgvInProduction);
this.Controls.Add(this.gbxCondition);
this.Controls.Add(this.tsrOperate);
this.Name = "F_RPT_010404";
this.RightToLeftLayout = true;
this.Text = "在产品备份表";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_010401_FormClosed);
this.Load += new System.EventHandler(this.F_RPT_010401_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvInProduction)).EndInit();
this.gbxCondition.ResumeLayout(false);
this.gbxCondition.PerformLayout();
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private System.Windows.Forms.ToolStripButton tsbtnClose;
private Basics.BaseControls.C_GroupBox gbxCondition;
private Basics.BaseControls.C_Button btnClearCondition;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_DataGridView dgvInProduction;
private Basics.BaseControls.C_Label lblBackupMonth;
private Basics.BaseControls.C_DateTimePicker dtpBackupMonth;
private System.Windows.Forms.DataGridViewTextBoxColumn BackupMonth;
private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
private System.Windows.Forms.DataGridViewTextBoxColumn FinishedBarCode;
private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode;
private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureName;
private System.Windows.Forms.DataGridViewTextBoxColumn delivertime;
private System.Windows.Forms.DataGridViewTextBoxColumn proceduretime;
private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
private System.Windows.Forms.DataGridViewTextBoxColumn inscrapflag;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelName;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGCOUNT;
private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGUSERCODE;
private System.Windows.Forms.DataGridViewCheckBoxColumn IsReworked;
private System.Windows.Forms.DataGridViewCheckBoxColumn SPECIALREPAIRFLAG;
private System.Windows.Forms.DataGridViewCheckBoxColumn IsReworkFlag;
}
}