namespace Dongke.IBOSS.PRD.Client.PMModule
{
partial class F_PM_1901
{
///
/// 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_1901));
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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
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.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblGoodsCode = 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.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtGroutingDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.txtGroutingDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.lblGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dgvGroutingDaily = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutinglineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
this.tsrOperate.SuspendLayout();
this.c_GroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvGroutingDaily)).BeginInit();
this.SuspendLayout();
//
// 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.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(971, 35);
this.tsrOperate.TabIndex = 1;
//
// 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);
//
// c_GroupBox1
//
this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
this.c_GroupBox1.Controls.Add(this.lblGoodsType);
this.c_GroupBox1.Controls.Add(this.scbGoodsType);
this.c_GroupBox1.Controls.Add(this.txtUserCode);
this.c_GroupBox1.Controls.Add(this.lblUserCode);
this.c_GroupBox1.Controls.Add(this.txtGoodsCode);
this.c_GroupBox1.Controls.Add(this.lblGoodsCode);
this.c_GroupBox1.Controls.Add(this.btnClearCondition);
this.c_GroupBox1.Controls.Add(this.btnSearch);
this.c_GroupBox1.Controls.Add(this.c_Label1);
this.c_GroupBox1.Controls.Add(this.txtGroutingDateEnd);
this.c_GroupBox1.Controls.Add(this.txtGroutingDateStart);
this.c_GroupBox1.Controls.Add(this.lblGroutingDate);
this.c_GroupBox1.Controls.Add(this.txtGroutingLineCode);
this.c_GroupBox1.Controls.Add(this.lblGroutingLineCode);
this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_GroupBox1.IsMustInput = false;
this.c_GroupBox1.Location = new System.Drawing.Point(12, 38);
this.c_GroupBox1.Name = "c_GroupBox1";
this.c_GroupBox1.OriginalHeight = -1;
this.c_GroupBox1.Size = new System.Drawing.Size(947, 82);
this.c_GroupBox1.TabIndex = 2;
this.c_GroupBox1.TabStop = false;
this.c_GroupBox1.Text = "查询条件 ▼";
//
// txtUserCode
//
this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtUserCode.ErrorMessage = "";
this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtUserCode.Location = new System.Drawing.Point(77, 46);
this.txtUserCode.MaxLength = 70;
this.txtUserCode.Name = "txtUserCode";
this.txtUserCode.Size = new System.Drawing.Size(121, 21);
this.txtUserCode.TabIndex = 5;
//
// lblUserCode
//
this.lblUserCode.AutoSize = true;
this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblUserCode.Location = new System.Drawing.Point(18, 49);
this.lblUserCode.Name = "lblUserCode";
this.lblUserCode.Size = new System.Drawing.Size(53, 12);
this.lblUserCode.TabIndex = 22;
this.lblUserCode.Text = "成型工号";
//
// 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(599, 19);
this.txtGoodsCode.MaxLength = 70;
this.txtGoodsCode.Name = "txtGoodsCode";
this.txtGoodsCode.Size = new System.Drawing.Size(121, 21);
this.txtGoodsCode.TabIndex = 4;
//
// 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(540, 22);
this.lblGoodsCode.Name = "lblGoodsCode";
this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
this.lblGoodsCode.TabIndex = 20;
this.lblGoodsCode.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.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(856, 46);
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 = 8;
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.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(765, 46);
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 = 7;
this.btnSearch.Text = "查询(&Q)";
this.btnSearch.UseVisualStyleBackColor = false;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// 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(390, 22);
this.c_Label1.Name = "c_Label1";
this.c_Label1.Size = new System.Drawing.Size(17, 12);
this.c_Label1.TabIndex = 7;
this.c_Label1.Text = "至";
//
// txtGroutingDateEnd
//
this.txtGroutingDateEnd.CustomFormat = "yyyy-MM-dd";
this.txtGroutingDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGroutingDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.txtGroutingDateEnd.Location = new System.Drawing.Point(413, 19);
this.txtGroutingDateEnd.Name = "txtGroutingDateEnd";
this.txtGroutingDateEnd.Size = new System.Drawing.Size(121, 21);
this.txtGroutingDateEnd.TabIndex = 3;
//
// txtGroutingDateStart
//
this.txtGroutingDateStart.CustomFormat = "yyyy-MM-dd";
this.txtGroutingDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGroutingDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.txtGroutingDateStart.Location = new System.Drawing.Point(263, 19);
this.txtGroutingDateStart.Name = "txtGroutingDateStart";
this.txtGroutingDateStart.Size = new System.Drawing.Size(121, 21);
this.txtGroutingDateStart.TabIndex = 2;
//
// lblGroutingDate
//
this.lblGroutingDate.AutoSize = true;
this.lblGroutingDate.BackColor = System.Drawing.Color.Transparent;
this.lblGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGroutingDate.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblGroutingDate.Location = new System.Drawing.Point(204, 22);
this.lblGroutingDate.Name = "lblGroutingDate";
this.lblGroutingDate.Size = new System.Drawing.Size(53, 12);
this.lblGroutingDate.TabIndex = 5;
this.lblGroutingDate.Text = "注浆日期";
//
// 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.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtGroutingLineCode.Location = new System.Drawing.Point(77, 19);
this.txtGroutingLineCode.MaxLength = 70;
this.txtGroutingLineCode.Name = "txtGroutingLineCode";
this.txtGroutingLineCode.Size = new System.Drawing.Size(121, 21);
this.txtGroutingLineCode.TabIndex = 1;
//
// 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(6, 22);
this.lblGroutingLineCode.Name = "lblGroutingLineCode";
this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
this.lblGroutingLineCode.TabIndex = 0;
this.lblGroutingLineCode.Text = "成型线编码";
//
// dgvGroutingDaily
//
this.dgvGroutingDaily.AllowUserToAddRows = false;
this.dgvGroutingDaily.AllowUserToDeleteRows = false;
this.dgvGroutingDaily.AllowUserToModifyRows = true;
this.dgvGroutingDaily.AllowUserToOrderColumns = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvGroutingDaily.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvGroutingDaily.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.dgvGroutingDaily.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvGroutingDaily.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvGroutingDaily.CellHeight = 23;
this.dgvGroutingDaily.ChildNodeColumnName = null;
this.dgvGroutingDaily.ChildNodeColumnText = null;
this.dgvGroutingDaily.ColumnDeep = 1;
this.dgvGroutingDaily.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.dgvGroutingDaily.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvGroutingDaily.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvGroutingDaily.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.UserCode,
this.GroutinglineCode,
this.GoodsCode,
this.GoodsName,
this.GroutingCount});
this.dgvGroutingDaily.ColumnTreeView = null;
this.dgvGroutingDaily.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)));
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvGroutingDaily.DefaultCellStyle = dataGridViewCellStyle3;
this.dgvGroutingDaily.DynamicColumnName = "";
this.dgvGroutingDaily.EnableHeadersVisualStyles = false;
this.dgvGroutingDaily.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvGroutingDaily.FormatQuantityColumns = null;
this.dgvGroutingDaily.HorizontalMergeColumn = null;
this.dgvGroutingDaily.IsAutoCountSum = true;
this.dgvGroutingDaily.IsAutoResizeColumns = false;
this.dgvGroutingDaily.IsClickF12 = false;
this.dgvGroutingDaily.IsOpenMergeCellFlag = false;
this.dgvGroutingDaily.IsSubTotalFlag = false;
this.dgvGroutingDaily.IsTopDeep = false;
this.dgvGroutingDaily.Location = new System.Drawing.Point(12, 126);
this.dgvGroutingDaily.MergeColumnNames = null;
this.dgvGroutingDaily.MergeDetailColumnNames = null;
this.dgvGroutingDaily.MergeDetailOnlyColumn = null;
this.dgvGroutingDaily.MergeOnlyColumn = null;
this.dgvGroutingDaily.MultiSelect = false;
this.dgvGroutingDaily.Name = "dgvGroutingDaily";
this.dgvGroutingDaily.ReadOnly = true;
this.dgvGroutingDaily.RefreshAtHscroll = false;
this.dgvGroutingDaily.RowHeadersWidth = 50;
this.dgvGroutingDaily.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvGroutingDaily.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.dgvGroutingDaily.RowTemplate.Height = 21;
this.dgvGroutingDaily.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvGroutingDaily.Size = new System.Drawing.Size(947, 424);
this.dgvGroutingDaily.SortOrderColumnName = null;
this.dgvGroutingDaily.TabIndex = 21;
this.dgvGroutingDaily.Tag = true;
this.dgvGroutingDaily.TotalSumColumns = null;
this.dgvGroutingDaily.ViewRowFilter = "";
this.dgvGroutingDaily.VirtualMode = true;
//
// UserCode
//
this.UserCode.DataPropertyName = "UserCode";
this.UserCode.HeaderText = "注浆工号";
this.UserCode.Name = "UserCode";
this.UserCode.ReadOnly = true;
//
// GroutinglineCode
//
this.GroutinglineCode.DataPropertyName = "GroutinglineCode";
this.GroutinglineCode.HeaderText = "成型线编码";
this.GroutinglineCode.Name = "GroutinglineCode";
this.GroutinglineCode.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;
//
// GroutingCount
//
this.GroutingCount.DataPropertyName = "GroutingCount";
this.GroutingCount.HeaderText = "注浆次数";
this.GroutingCount.Name = "GroutingCount";
this.GroutingCount.ReadOnly = true;
//
// 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(205, 49);
this.lblGoodsType.Name = "lblGoodsType";
this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
this.lblGoodsType.TabIndex = 24;
this.lblGoodsType.Text = "产品类别";
//
// scbGoodsType
//
this.scbGoodsType.CheckedData = null;
this.scbGoodsType.IsOnlyDisplayEnd = false;
this.scbGoodsType.Location = new System.Drawing.Point(264, 46);
this.scbGoodsType.MultiSelect = false;
this.scbGoodsType.Name = "scbGoodsType";
this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
this.scbGoodsType.TabIndex = 23;
//
// F_PM_1901
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(971, 562);
this.Controls.Add(this.dgvGroutingDaily);
this.Controls.Add(this.c_GroupBox1);
this.Controls.Add(this.tsrOperate);
this.Name = "F_PM_1901";
this.Text = "F_PM_1901";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_1901_FormClosed);
this.Load += new System.EventHandler(this.F_PM_1901_Load);
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
this.c_GroupBox1.ResumeLayout(false);
this.c_GroupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvGroutingDaily)).EndInit();
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 c_GroupBox1;
private Basics.BaseControls.C_Button btnClearCondition;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_Label c_Label1;
private Basics.BaseControls.C_DateTimePicker txtGroutingDateEnd;
private Basics.BaseControls.C_DateTimePicker txtGroutingDateStart;
private Basics.BaseControls.C_Label lblGroutingDate;
private Basics.BaseControls.C_TextBox txtGroutingLineCode;
private Basics.BaseControls.C_Label lblGroutingLineCode;
private Basics.BaseControls.C_DataGridView dgvGroutingDaily;
private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutinglineCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
private Basics.BaseControls.C_TextBox txtUserCode;
private Basics.BaseControls.C_Label lblUserCode;
private Basics.BaseControls.C_TextBox txtGoodsCode;
private Basics.BaseControls.C_Label lblGoodsCode;
private Basics.BaseControls.C_Label lblGoodsType;
private Controls.SearchBox.ScbGoodsType scbGoodsType;
}
}