namespace Dongke.IBOSS.PRD.Client.ReportModule
{
partial class F_RPT_080110
{
///
/// 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_080110));
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.dgvSemiCheck = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblZhi = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.gbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.scbRegisterTheOperation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.lblSemiCheckDateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.scbRegistrationStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.scbJudgmentLevel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
this.txtSemiCheckDateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.txtSemiCheckDateTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.BARCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GOODSTYPENAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GROUTINGLINECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PROCEDURENAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GOODSLEVELNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.VALUEFLAG = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GROUTINGUSERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.USERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tsrOperate.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvSemiCheck)).BeginInit();
this.gbSelect.SuspendLayout();
this.SuspendLayout();
//
// tsrOperate
//
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
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(1371, 44);
this.tsrOperate.TabIndex = 0;
//
// 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);
//
// dgvSemiCheck
//
this.dgvSemiCheck.AllowUserToAddRows = false;
this.dgvSemiCheck.AllowUserToDeleteRows = false;
this.dgvSemiCheck.AllowUserToModifyRows = true;
this.dgvSemiCheck.AllowUserToOrderColumns = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvSemiCheck.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvSemiCheck.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvSemiCheck.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvSemiCheck.CellHeight = 23;
this.dgvSemiCheck.ChildNodeColumnName = null;
this.dgvSemiCheck.ChildNodeColumnText = null;
this.dgvSemiCheck.ColumnDeep = 1;
this.dgvSemiCheck.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.dgvSemiCheck.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvSemiCheck.ColumnHeadersHeight = 29;
this.dgvSemiCheck.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvSemiCheck.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.BARCODE,
this.GOODSCODE,
this.GOODSTYPENAME,
this.GROUTINGLINECODE,
this.PROCEDURENAME,
this.GOODSLEVELNAME,
this.VALUEFLAG,
this.GROUTINGUSERCODE,
this.CREATETIME,
this.USERCODE});
this.dgvSemiCheck.ColumnTreeView = null;
this.dgvSemiCheck.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.dgvSemiCheck.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvSemiCheck.DynamicColumnName = "";
this.dgvSemiCheck.EnableHeadersVisualStyles = false;
this.dgvSemiCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvSemiCheck.FormatQuantityColumns = null;
this.dgvSemiCheck.HorizontalMergeColumn = null;
this.dgvSemiCheck.IsAutoCountSum = true;
this.dgvSemiCheck.IsAutoResizeColumns = false;
this.dgvSemiCheck.IsClickF12 = false;
this.dgvSemiCheck.IsOpenMergeCellFlag = false;
this.dgvSemiCheck.IsSubTotalFlag = false;
this.dgvSemiCheck.IsTopDeep = false;
this.dgvSemiCheck.Location = new System.Drawing.Point(0, 174);
this.dgvSemiCheck.Margin = new System.Windows.Forms.Padding(0);
this.dgvSemiCheck.MergeColumnNames = null;
this.dgvSemiCheck.MergeDetailColumnNames = null;
this.dgvSemiCheck.MergeDetailOnlyColumn = null;
this.dgvSemiCheck.MergeOnlyColumn = null;
this.dgvSemiCheck.MultiSelect = false;
this.dgvSemiCheck.Name = "dgvSemiCheck";
this.dgvSemiCheck.ReadOnly = true;
this.dgvSemiCheck.RefreshAtHscroll = false;
this.dgvSemiCheck.RowHeadersWidth = 50;
this.dgvSemiCheck.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvSemiCheck.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvSemiCheck.RowTemplate.Height = 21;
this.dgvSemiCheck.Size = new System.Drawing.Size(1371, 547);
this.dgvSemiCheck.SortOrderColumnName = null;
this.dgvSemiCheck.TabIndex = 2;
this.dgvSemiCheck.Tag = "";
this.dgvSemiCheck.TotalSumColumns = null;
this.dgvSemiCheck.ViewRowFilter = "";
//
// lblGoodsCode
//
this.lblGoodsCode.AutoSize = true;
this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGoodsCode.Location = new System.Drawing.Point(13, 38);
this.lblGoodsCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblGoodsCode.Name = "lblGoodsCode";
this.lblGoodsCode.Size = new System.Drawing.Size(67, 15);
this.lblGoodsCode.TabIndex = 2;
this.lblGoodsCode.Text = "产品编码";
//
// lblZhi
//
this.lblZhi.AutoSize = true;
this.lblZhi.BackColor = System.Drawing.Color.Transparent;
this.lblZhi.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblZhi.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblZhi.Location = new System.Drawing.Point(1024, 38);
this.lblZhi.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblZhi.Name = "lblZhi";
this.lblZhi.Size = new System.Drawing.Size(22, 15);
this.lblZhi.TabIndex = 25;
this.lblZhi.Text = "至";
//
// btnSearch
//
this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | 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(1119, 81);
this.btnSearch.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(113, 38);
this.btnSearch.TabIndex = 40;
this.btnSearch.Text = "查询(&Q)";
this.btnSearch.UseVisualStyleBackColor = false;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// btnClearCondition
//
this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | 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(1241, 81);
this.btnClearCondition.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
this.btnClearCondition.Name = "btnClearCondition";
this.btnClearCondition.Size = new System.Drawing.Size(113, 38);
this.btnClearCondition.TabIndex = 41;
this.btnClearCondition.Text = "清空条件(&C)";
this.btnClearCondition.UseVisualStyleBackColor = false;
this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
//
// txtGoodsCode
//
this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtGoodsCode.ErrorMessage = "";
this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGoodsCode.Location = new System.Drawing.Point(101, 31);
this.txtGoodsCode.Margin = new System.Windows.Forms.Padding(4);
this.txtGoodsCode.MaxLength = 50;
this.txtGoodsCode.Name = "txtGoodsCode";
this.txtGoodsCode.Size = new System.Drawing.Size(159, 25);
this.txtGoodsCode.TabIndex = 3;
//
// lblGoodsType
//
this.lblGoodsType.AutoSize = true;
this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGoodsType.Location = new System.Drawing.Point(268, 38);
this.lblGoodsType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblGoodsType.Name = "lblGoodsType";
this.lblGoodsType.Size = new System.Drawing.Size(67, 15);
this.lblGoodsType.TabIndex = 0;
this.lblGoodsType.Text = "产品类别";
//
// gbSelect
//
this.gbSelect.BackColor = System.Drawing.Color.Transparent;
this.gbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbSelect.BackgroundImage")));
this.gbSelect.Controls.Add(this.c_Label1);
this.gbSelect.Controls.Add(this.scbRegisterTheOperation);
this.gbSelect.Controls.Add(this.lblSemiCheckDateTime);
this.gbSelect.Controls.Add(this.c_Label3);
this.gbSelect.Controls.Add(this.scbRegistrationStatus);
this.gbSelect.Controls.Add(this.c_Label2);
this.gbSelect.Controls.Add(this.scbJudgmentLevel);
this.gbSelect.Controls.Add(this.txtGroutingLineCode);
this.gbSelect.Controls.Add(this.lblGroutingLineCode);
this.gbSelect.Controls.Add(this.scbGoodsType);
this.gbSelect.Controls.Add(this.lblGoodsType);
this.gbSelect.Controls.Add(this.txtGoodsCode);
this.gbSelect.Controls.Add(this.btnClearCondition);
this.gbSelect.Controls.Add(this.btnSearch);
this.gbSelect.Controls.Add(this.txtSemiCheckDateTimeEnd);
this.gbSelect.Controls.Add(this.lblZhi);
this.gbSelect.Controls.Add(this.txtSemiCheckDateTimeStart);
this.gbSelect.Controls.Add(this.lblGoodsCode);
this.gbSelect.Dock = System.Windows.Forms.DockStyle.Top;
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, 44);
this.gbSelect.Margin = new System.Windows.Forms.Padding(4);
this.gbSelect.Name = "gbSelect";
this.gbSelect.OriginalHeight = -1;
this.gbSelect.Padding = new System.Windows.Forms.Padding(4);
this.gbSelect.Size = new System.Drawing.Size(1371, 130);
this.gbSelect.TabIndex = 1;
this.gbSelect.TabStop = false;
this.gbSelect.Text = "查询条件 ▼";
//
// c_Label1
//
this.c_Label1.AutoSize = true;
this.c_Label1.BackColor = System.Drawing.Color.Transparent;
this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label1.Location = new System.Drawing.Point(514, 31);
this.c_Label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.c_Label1.Name = "c_Label1";
this.c_Label1.Size = new System.Drawing.Size(67, 15);
this.c_Label1.TabIndex = 49;
this.c_Label1.Text = "登记工序";
//
// scbRegisterTheOperation
//
this.scbRegisterTheOperation.BackColor = System.Drawing.Color.Yellow;
this.scbRegisterTheOperation.BackgroundColor = System.Drawing.SystemColors.Window;
this.scbRegisterTheOperation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.scbRegisterTheOperation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.scbRegisterTheOperation.FormattingEnabled = true;
this.scbRegisterTheOperation.IsMustInput = true;
this.scbRegisterTheOperation.Location = new System.Drawing.Point(586, 26);
this.scbRegisterTheOperation.Margin = new System.Windows.Forms.Padding(4);
this.scbRegisterTheOperation.Name = "scbRegisterTheOperation";
this.scbRegisterTheOperation.Size = new System.Drawing.Size(164, 23);
this.scbRegisterTheOperation.TabIndex = 50;
//
// lblSemiCheckDateTime
//
this.lblSemiCheckDateTime.AutoSize = true;
this.lblSemiCheckDateTime.BackColor = System.Drawing.Color.Transparent;
this.lblSemiCheckDateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSemiCheckDateTime.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblSemiCheckDateTime.Location = new System.Drawing.Point(762, 38);
this.lblSemiCheckDateTime.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblSemiCheckDateTime.Name = "lblSemiCheckDateTime";
this.lblSemiCheckDateTime.Size = new System.Drawing.Size(67, 15);
this.lblSemiCheckDateTime.TabIndex = 48;
this.lblSemiCheckDateTime.Text = "半检时间";
//
// c_Label3
//
this.c_Label3.AutoSize = true;
this.c_Label3.BackColor = System.Drawing.Color.Transparent;
this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label3.Location = new System.Drawing.Point(514, 75);
this.c_Label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.c_Label3.Name = "c_Label3";
this.c_Label3.Size = new System.Drawing.Size(67, 15);
this.c_Label3.TabIndex = 46;
this.c_Label3.Text = "登记状态";
//
// scbRegistrationStatus
//
this.scbRegistrationStatus.BackColor = System.Drawing.Color.Yellow;
this.scbRegistrationStatus.BackgroundColor = System.Drawing.SystemColors.Window;
this.scbRegistrationStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.scbRegistrationStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.scbRegistrationStatus.FormattingEnabled = true;
this.scbRegistrationStatus.IsMustInput = true;
this.scbRegistrationStatus.Location = new System.Drawing.Point(586, 70);
this.scbRegistrationStatus.Margin = new System.Windows.Forms.Padding(4);
this.scbRegistrationStatus.Name = "scbRegistrationStatus";
this.scbRegistrationStatus.Size = new System.Drawing.Size(164, 23);
this.scbRegistrationStatus.TabIndex = 47;
//
// c_Label2
//
this.c_Label2.AutoSize = true;
this.c_Label2.BackColor = System.Drawing.Color.Transparent;
this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label2.Location = new System.Drawing.Point(268, 75);
this.c_Label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.c_Label2.Name = "c_Label2";
this.c_Label2.Size = new System.Drawing.Size(67, 15);
this.c_Label2.TabIndex = 44;
this.c_Label2.Text = "判定等级";
//
// scbJudgmentLevel
//
this.scbJudgmentLevel.BackColor = System.Drawing.Color.Yellow;
this.scbJudgmentLevel.BackgroundColor = System.Drawing.SystemColors.Window;
this.scbJudgmentLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.scbJudgmentLevel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.scbJudgmentLevel.FormattingEnabled = true;
this.scbJudgmentLevel.IsMustInput = true;
this.scbJudgmentLevel.Items.AddRange(new object[] {
"合格",
"返工"});
this.scbJudgmentLevel.Location = new System.Drawing.Point(342, 70);
this.scbJudgmentLevel.Margin = new System.Windows.Forms.Padding(4);
this.scbJudgmentLevel.Name = "scbJudgmentLevel";
this.scbJudgmentLevel.Size = new System.Drawing.Size(157, 23);
this.scbJudgmentLevel.TabIndex = 45;
//
// txtGroutingLineCode
//
this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtGroutingLineCode.ErrorMessage = "";
this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGroutingLineCode.Location = new System.Drawing.Point(101, 70);
this.txtGroutingLineCode.Margin = new System.Windows.Forms.Padding(4);
this.txtGroutingLineCode.MaxLength = 20;
this.txtGroutingLineCode.Name = "txtGroutingLineCode";
this.txtGroutingLineCode.Size = new System.Drawing.Size(159, 25);
this.txtGroutingLineCode.TabIndex = 42;
this.txtGroutingLineCode.TextValue = "";
//
// 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(13, 75);
this.lblGroutingLineCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblGroutingLineCode.Name = "lblGroutingLineCode";
this.lblGroutingLineCode.Size = new System.Drawing.Size(82, 15);
this.lblGroutingLineCode.TabIndex = 43;
this.lblGroutingLineCode.Text = "成型线编码";
//
// scbGoodsType
//
this.scbGoodsType.CheckedData = null;
this.scbGoodsType.IsOnlyDisplayEnd = false;
this.scbGoodsType.Location = new System.Drawing.Point(343, 31);
this.scbGoodsType.Margin = new System.Windows.Forms.Padding(4);
this.scbGoodsType.Name = "scbGoodsType";
this.scbGoodsType.Size = new System.Drawing.Size(161, 26);
this.scbGoodsType.TabIndex = 1;
//
// txtSemiCheckDateTimeEnd
//
this.txtSemiCheckDateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm";
this.txtSemiCheckDateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtSemiCheckDateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.txtSemiCheckDateTimeEnd.Location = new System.Drawing.Point(1054, 32);
this.txtSemiCheckDateTimeEnd.Margin = new System.Windows.Forms.Padding(4);
this.txtSemiCheckDateTimeEnd.Name = "txtSemiCheckDateTimeEnd";
this.txtSemiCheckDateTimeEnd.Size = new System.Drawing.Size(179, 25);
this.txtSemiCheckDateTimeEnd.TabIndex = 26;
this.txtSemiCheckDateTimeEnd.Value = new System.DateTime(2016, 7, 18, 0, 0, 0, 0);
//
// txtSemiCheckDateTimeStart
//
this.txtSemiCheckDateTimeStart.CustomFormat = "yyyy-MM-dd HH:mm";
this.txtSemiCheckDateTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtSemiCheckDateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.txtSemiCheckDateTimeStart.Location = new System.Drawing.Point(837, 32);
this.txtSemiCheckDateTimeStart.Margin = new System.Windows.Forms.Padding(4);
this.txtSemiCheckDateTimeStart.Name = "txtSemiCheckDateTimeStart";
this.txtSemiCheckDateTimeStart.Size = new System.Drawing.Size(179, 25);
this.txtSemiCheckDateTimeStart.TabIndex = 24;
this.txtSemiCheckDateTimeStart.Value = new System.DateTime(2016, 7, 18, 0, 0, 0, 0);
//
// BARCODE
//
this.BARCODE.DataPropertyName = "BARCODE";
this.BARCODE.HeaderText = "产品条码";
this.BARCODE.MinimumWidth = 6;
this.BARCODE.Name = "BARCODE";
this.BARCODE.ReadOnly = true;
this.BARCODE.Width = 125;
//
// GOODSCODE
//
this.GOODSCODE.DataPropertyName = "GOODSCODE";
this.GOODSCODE.HeaderText = "产品型号";
this.GOODSCODE.MinimumWidth = 6;
this.GOODSCODE.Name = "GOODSCODE";
this.GOODSCODE.ReadOnly = true;
this.GOODSCODE.Width = 125;
//
// GOODSTYPENAME
//
this.GOODSTYPENAME.DataPropertyName = "GOODSTYPENAME";
this.GOODSTYPENAME.HeaderText = "产品类别";
this.GOODSTYPENAME.MinimumWidth = 6;
this.GOODSTYPENAME.Name = "GOODSTYPENAME";
this.GOODSTYPENAME.ReadOnly = true;
this.GOODSTYPENAME.Width = 125;
//
// GROUTINGLINECODE
//
this.GROUTINGLINECODE.DataPropertyName = "GROUTINGLINECODE";
this.GROUTINGLINECODE.HeaderText = "成型线编码";
this.GROUTINGLINECODE.MinimumWidth = 6;
this.GROUTINGLINECODE.Name = "GROUTINGLINECODE";
this.GROUTINGLINECODE.ReadOnly = true;
this.GROUTINGLINECODE.Width = 125;
//
// PROCEDURENAME
//
this.PROCEDURENAME.DataPropertyName = "PROCEDURENAME";
this.PROCEDURENAME.HeaderText = "登记工序";
this.PROCEDURENAME.MinimumWidth = 6;
this.PROCEDURENAME.Name = "PROCEDURENAME";
this.PROCEDURENAME.ReadOnly = true;
this.PROCEDURENAME.Width = 125;
//
// GOODSLEVELNAME
//
this.GOODSLEVELNAME.DataPropertyName = "GOODSLEVELNAME";
this.GOODSLEVELNAME.HeaderText = "判定等级";
this.GOODSLEVELNAME.MinimumWidth = 6;
this.GOODSLEVELNAME.Name = "GOODSLEVELNAME";
this.GOODSLEVELNAME.ReadOnly = true;
this.GOODSLEVELNAME.Width = 125;
//
// VALUEFLAG
//
this.VALUEFLAG.DataPropertyName = "VALUEFLAG";
this.VALUEFLAG.HeaderText = "登记状态";
this.VALUEFLAG.MinimumWidth = 6;
this.VALUEFLAG.Name = "VALUEFLAG";
this.VALUEFLAG.ReadOnly = true;
this.VALUEFLAG.Width = 125;
//
// GROUTINGUSERCODE
//
this.GROUTINGUSERCODE.DataPropertyName = "GROUTINGUSERCODE";
this.GROUTINGUSERCODE.HeaderText = "成型工号";
this.GROUTINGUSERCODE.MinimumWidth = 6;
this.GROUTINGUSERCODE.Name = "GROUTINGUSERCODE";
this.GROUTINGUSERCODE.ReadOnly = true;
this.GROUTINGUSERCODE.Width = 125;
//
// CREATETIME
//
this.CREATETIME.DataPropertyName = "CREATETIME";
this.CREATETIME.HeaderText = "登记时间";
this.CREATETIME.MinimumWidth = 6;
this.CREATETIME.Name = "CREATETIME";
this.CREATETIME.ReadOnly = true;
this.CREATETIME.Width = 125;
//
// USERCODE
//
this.USERCODE.DataPropertyName = "USERCODE";
this.USERCODE.HeaderText = "登记工号";
this.USERCODE.MinimumWidth = 6;
this.USERCODE.Name = "USERCODE";
this.USERCODE.ReadOnly = true;
this.USERCODE.Width = 125;
//
// F_RPT_080110
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1371, 721);
this.Controls.Add(this.dgvSemiCheck);
this.Controls.Add(this.gbSelect);
this.Controls.Add(this.tsrOperate);
this.Margin = new System.Windows.Forms.Padding(5);
this.Name = "F_RPT_080110";
this.Text = "半成品检验判级明细表";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_2201_FormClosed);
this.Load += new System.EventHandler(this.F_PM_2201_Load);
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvSemiCheck)).EndInit();
this.gbSelect.ResumeLayout(false);
this.gbSelect.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_DataGridView dgvSemiCheck;
private Basics.BaseControls.C_Label lblGoodsCode;
private Basics.BaseControls.C_Label lblZhi;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_Button btnClearCondition;
private Basics.BaseControls.C_TextBox txtGoodsCode;
private Basics.BaseControls.C_Label lblGoodsType;
private Controls.SearchBox.ScbGoodsType scbGoodsType;
private Basics.BaseControls.C_GroupBox gbSelect;
private Basics.BaseControls.C_DateTimePicker txtSemiCheckDateTimeEnd;
private Basics.BaseControls.C_DateTimePicker txtSemiCheckDateTimeStart;
private Basics.BaseControls.C_TextBox txtGroutingLineCode;
private Basics.BaseControls.C_Label lblGroutingLineCode;
private Basics.BaseControls.C_Label c_Label2;
private Basics.BaseControls.C_ComboBox scbJudgmentLevel;
private Basics.BaseControls.C_Label c_Label3;
private Basics.BaseControls.C_ComboBox scbRegistrationStatus;
private Basics.BaseControls.C_Label lblSemiCheckDateTime;
private Basics.BaseControls.C_Label c_Label1;
private Basics.BaseControls.C_ComboBox scbRegisterTheOperation;
private System.Windows.Forms.DataGridViewTextBoxColumn BARCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn GOODSTYPENAME;
private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGLINECODE;
private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDURENAME;
private System.Windows.Forms.DataGridViewTextBoxColumn GOODSLEVELNAME;
private System.Windows.Forms.DataGridViewTextBoxColumn VALUEFLAG;
private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGUSERCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
private System.Windows.Forms.DataGridViewTextBoxColumn USERCODE;
}
}