namespace Dongke.IBOSS.PRD.Client.ReportModule
{
partial class F_RPT_040107
{
///
/// 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_RPT_040107));
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();
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.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.txtGoodCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dtpGDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.dtpGDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.chkspecialrepairflag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
this.dkproductionLineSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox();
this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.dgvRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
this.tsrOperate.SuspendLayout();
this.gbxCondition.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).BeginInit();
this.SuspendLayout();
//
// 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(1043, 35);
this.tsrOperate.TabIndex = 33;
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);
//
// 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.lblGoodsType);
this.gbxCondition.Controls.Add(this.scbGoodsType);
this.gbxCondition.Controls.Add(this.txtGoodCode);
this.gbxCondition.Controls.Add(this.c_Label1);
this.gbxCondition.Controls.Add(this.c_Label4);
this.gbxCondition.Controls.Add(this.c_Label2);
this.gbxCondition.Controls.Add(this.dtpGDateEnd);
this.gbxCondition.Controls.Add(this.dtpGDateStart);
this.gbxCondition.Controls.Add(this.chkspecialrepairflag);
this.gbxCondition.Controls.Add(this.dkProcedureSearchBox);
this.gbxCondition.Controls.Add(this.dkproductionLineSearchBox);
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(1031, 75);
this.gbxCondition.TabIndex = 0;
this.gbxCondition.TabStop = false;
this.gbxCondition.Text = "查询条件 ▼";
//
// txtGoodCode
//
this.txtGoodCode.BackColor = System.Drawing.SystemColors.Window;
this.txtGoodCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtGoodCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtGoodCode.ErrorMessage = "";
this.txtGoodCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGoodCode.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtGoodCode.Location = new System.Drawing.Point(261, 47);
this.txtGoodCode.Name = "txtGoodCode";
this.txtGoodCode.Size = new System.Drawing.Size(120, 21);
this.txtGoodCode.TabIndex = 8;
this.txtGoodCode.TextValue = "";
//
// 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(387, 24);
this.c_Label1.Name = "c_Label1";
this.c_Label1.Size = new System.Drawing.Size(53, 12);
this.c_Label1.TabIndex = 2;
this.c_Label1.Text = "注浆时间";
//
// c_Label4
//
this.c_Label4.AutoSize = true;
this.c_Label4.BackColor = System.Drawing.Color.Transparent;
this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label4.Location = new System.Drawing.Point(201, 51);
this.c_Label4.Name = "c_Label4";
this.c_Label4.Size = new System.Drawing.Size(53, 12);
this.c_Label4.TabIndex = 7;
this.c_Label4.Text = "产品编码";
//
// 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(585, 24);
this.c_Label2.Name = "c_Label2";
this.c_Label2.Size = new System.Drawing.Size(17, 12);
this.c_Label2.TabIndex = 4;
this.c_Label2.Text = "至";
//
// dtpGDateEnd
//
this.dtpGDateEnd.CustomFormat = "yyyy-MM-dd HH:mm";
this.dtpGDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpGDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpGDateEnd.Location = new System.Drawing.Point(608, 20);
this.dtpGDateEnd.Name = "dtpGDateEnd";
this.dtpGDateEnd.Size = new System.Drawing.Size(133, 21);
this.dtpGDateEnd.TabIndex = 5;
//
// dtpGDateStart
//
this.dtpGDateStart.CustomFormat = "yyyy-MM-dd HH:mm";
this.dtpGDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpGDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpGDateStart.Location = new System.Drawing.Point(446, 20);
this.dtpGDateStart.Name = "dtpGDateStart";
this.dtpGDateStart.Size = new System.Drawing.Size(133, 21);
this.dtpGDateStart.TabIndex = 3;
//
// chkspecialrepairflag
//
this.chkspecialrepairflag.AutoSize = true;
this.chkspecialrepairflag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkspecialrepairflag.ForeColor = System.Drawing.Color.Red;
this.chkspecialrepairflag.Location = new System.Drawing.Point(428, 50);
this.chkspecialrepairflag.Name = "chkspecialrepairflag";
this.chkspecialrepairflag.Size = new System.Drawing.Size(204, 16);
this.chkspecialrepairflag.TabIndex = 9;
this.chkspecialrepairflag.Text = "干补过的坯体不算作成型的产量。";
this.chkspecialrepairflag.UseVisualStyleBackColor = true;
//
// dkProcedureSearchBox
//
this.dkProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
this.dkProcedureSearchBox.DataSource = null;
this.dkProcedureSearchBox.Enabled = true;
this.dkProcedureSearchBox.IsEnablePurview = false;
this.dkProcedureSearchBox.IsMustInput = false;
this.dkProcedureSearchBox.Location = new System.Drawing.Point(202, 20);
this.dkProcedureSearchBox.ModelType = null;
this.dkProcedureSearchBox.Name = "dkProcedureSearchBox";
this.dkProcedureSearchBox.ProcedureCode = "";
this.dkProcedureSearchBox.ProcedureID = null;
this.dkProcedureSearchBox.ProcedureIDS = null;
this.dkProcedureSearchBox.ProcedureName = null;
this.dkProcedureSearchBox.Purview = null;
this.dkProcedureSearchBox.PurviewType = ((byte)(0));
this.dkProcedureSearchBox.SelectMore = true;
this.dkProcedureSearchBox.Size = new System.Drawing.Size(179, 21);
this.dkProcedureSearchBox.TabIndex = 1;
this.dkProcedureSearchBox.Title = "生产工序";
this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
//
// dkproductionLineSearchBox
//
this.dkproductionLineSearchBox.BackColor = System.Drawing.Color.Transparent;
this.dkproductionLineSearchBox.DataSource = null;
this.dkproductionLineSearchBox.Enabled = true;
this.dkproductionLineSearchBox.IsEnablePurview = false;
this.dkproductionLineSearchBox.IsMustInput = false;
this.dkproductionLineSearchBox.Location = new System.Drawing.Point(17, 20);
this.dkproductionLineSearchBox.Name = "dkproductionLineSearchBox";
this.dkproductionLineSearchBox.ProductionLineCode = "";
this.dkproductionLineSearchBox.ProductionLineID = null;
this.dkproductionLineSearchBox.ProductionLineIDS = null;
this.dkproductionLineSearchBox.ProductionLineName = null;
this.dkproductionLineSearchBox.Purview = null;
this.dkproductionLineSearchBox.PurviewType = ((byte)(0));
this.dkproductionLineSearchBox.Size = new System.Drawing.Size(179, 21);
this.dkproductionLineSearchBox.TabIndex = 0;
this.dkproductionLineSearchBox.Title = " 生产线";
this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
//
// 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(940, 38);
this.btnClearCondition.Name = "btnClearCondition";
this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
this.btnClearCondition.TabIndex = 11;
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(849, 38);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(85, 30);
this.btnSearch.TabIndex = 10;
this.btnSearch.Text = "查询(&Q)";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// dgvRptProcedure
//
this.dgvRptProcedure.AllowUserToAddRows = false;
this.dgvRptProcedure.AllowUserToDeleteRows = false;
this.dgvRptProcedure.AllowUserToModifyRows = true;
this.dgvRptProcedure.AllowUserToOrderColumns = true;
this.dgvRptProcedure.AllowUserToSortRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvRptProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvRptProcedure.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.dgvRptProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvRptProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvRptProcedure.CellHeight = 23;
this.dgvRptProcedure.ChildNodeColumnName = null;
this.dgvRptProcedure.ChildNodeColumnText = null;
this.dgvRptProcedure.ColumnDeep = 1;
this.dgvRptProcedure.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.dgvRptProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvRptProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvRptProcedure.ColumnTreeView = null;
this.dgvRptProcedure.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.dgvRptProcedure.DynamicColumnName = "";
this.dgvRptProcedure.EnableHeadersVisualStyles = false;
this.dgvRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvRptProcedure.FormatQuantityColumns = null;
this.dgvRptProcedure.HorizontalMergeColumn = null;
this.dgvRptProcedure.IsAutoCountSum = true;
this.dgvRptProcedure.IsAutoResizeColumns = false;
this.dgvRptProcedure.IsClickF12 = false;
this.dgvRptProcedure.IsOpenMergeCellFlag = false;
this.dgvRptProcedure.IsSubTotalFlag = false;
this.dgvRptProcedure.IsTopDeep = false;
this.dgvRptProcedure.Location = new System.Drawing.Point(0, 116);
this.dgvRptProcedure.Margin = new System.Windows.Forms.Padding(0);
this.dgvRptProcedure.MergeColumnNames = null;
this.dgvRptProcedure.MergeDetailColumnNames = null;
this.dgvRptProcedure.MergeDetailOnlyColumn = null;
this.dgvRptProcedure.MergeOnlyColumn = null;
this.dgvRptProcedure.MultiSelect = false;
this.dgvRptProcedure.Name = "dgvRptProcedure";
this.dgvRptProcedure.ReadOnly = true;
this.dgvRptProcedure.RefreshAtHscroll = false;
this.dgvRptProcedure.RowHeadersWidth = 50;
this.dgvRptProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvRptProcedure.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvRptProcedure.RowTemplate.Height = 21;
this.dgvRptProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvRptProcedure.Size = new System.Drawing.Size(1031, 368);
this.dgvRptProcedure.SortOrderColumnName = null;
this.dgvRptProcedure.TabIndex = 1;
this.dgvRptProcedure.Tag = true;
this.dgvRptProcedure.TotalSumColumns = null;
this.dgvRptProcedure.ViewRowFilter = "";
//
// 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(18, 51);
this.lblGoodsType.Name = "lblGoodsType";
this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
this.lblGoodsType.TabIndex = 23;
this.lblGoodsType.Text = "产品类别";
//
// scbGoodsType
//
this.scbGoodsType.CheckedData = null;
this.scbGoodsType.IsOnlyDisplayEnd = false;
this.scbGoodsType.Location = new System.Drawing.Point(75, 47);
this.scbGoodsType.MultiSelect = false;
this.scbGoodsType.Name = "scbGoodsType";
this.scbGoodsType.Size = new System.Drawing.Size(121, 21);
this.scbGoodsType.TabIndex = 22;
//
// F_RPT_040107
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1043, 485);
this.Controls.Add(this.dgvRptProcedure);
this.Controls.Add(this.tsrOperate);
this.Controls.Add(this.gbxCondition);
this.Name = "F_RPT_040107";
this.Text = "注浆产品工序分析表";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_030103_1_FormClosed);
this.Load += new System.EventHandler(this.F_RPT_030103_1_Load);
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
this.gbxCondition.ResumeLayout(false);
this.gbxCondition.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).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 gbxCondition;
private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox;
private Basics.BaseControls.C_Button btnClearCondition;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_CheckBox chkspecialrepairflag;
private Basics.BaseControls.C_Label c_Label2;
private Basics.BaseControls.C_DateTimePicker dtpGDateEnd;
private Basics.BaseControls.C_DateTimePicker dtpGDateStart;
private Basics.BaseControls.C_TXT_Code txtGoodCode;
private Basics.BaseControls.C_Label c_Label4;
private Basics.BaseControls.C_Label c_Label1;
private Basics.BaseControls.C_DataGridView dgvRptProcedure;
private Basics.BaseControls.C_Label lblGoodsType;
private Controls.SearchBox.ScbGoodsType scbGoodsType;
}
}