namespace Dongke.IBOSS.PRD.Client.ReportModule { partial class F_RPT_040102_1 { /// /// 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_040102_1)); 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.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType(); this.chkFlag = 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.lblAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dtpAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.dgvLineProcessTotal = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.goodstypename2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GOODSSPECIFICATION = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GLAZETYPE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods(); this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.tsrOperate.SuspendLayout(); this.gbxCondition.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvLineProcessTotal)).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(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); // // 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.scbGoods); this.gbxCondition.Controls.Add(this.lblGoods); this.gbxCondition.Controls.Add(this.lblGoodsType); this.gbxCondition.Controls.Add(this.scbGoodsType); this.gbxCondition.Controls.Add(this.chkFlag); this.gbxCondition.Controls.Add(this.dkProcedureSearchBox); this.gbxCondition.Controls.Add(this.dkproductionLineSearchBox); this.gbxCondition.Controls.Add(this.lblAccountDateStart); this.gbxCondition.Controls.Add(this.lblAccountDateEnd); this.gbxCondition.Controls.Add(this.dtpAccountDateEnd); this.gbxCondition.Controls.Add(this.dtpAccountDateStart); 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, 80); this.gbxCondition.TabIndex = 1; this.gbxCondition.TabStop = false; this.gbxCondition.Text = "查询条件 ▼"; // // 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(424, 54); 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(481, 50); this.scbGoodsType.Name = "scbGoodsType"; this.scbGoodsType.Size = new System.Drawing.Size(133, 21); this.scbGoodsType.TabIndex = 22; // // chkFlag // this.chkFlag.AutoSize = true; this.chkFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkFlag.ForeColor = System.Drawing.Color.Red; this.chkFlag.Location = new System.Drawing.Point(620, 22); this.chkFlag.Name = "chkFlag"; this.chkFlag.Size = new System.Drawing.Size(204, 16); this.chkFlag.TabIndex = 3; this.chkFlag.Text = "干补过的坯体不算作成型的产量。"; this.chkFlag.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(219, 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(193, 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.Ispurview = true; this.dkproductionLineSearchBox.Location = new System.Drawing.Point(15, 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(194, 21); this.dkproductionLineSearchBox.TabIndex = 0; this.dkproductionLineSearchBox.Title = " 生产线"; this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control; // // lblAccountDateStart // this.lblAccountDateStart.AutoSize = true; this.lblAccountDateStart.BackColor = System.Drawing.Color.Transparent; this.lblAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblAccountDateStart.ForeColor = System.Drawing.SystemColors.ControlText; this.lblAccountDateStart.Location = new System.Drawing.Point(15, 55); this.lblAccountDateStart.Name = "lblAccountDateStart"; this.lblAccountDateStart.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.lblAccountDateStart.Size = new System.Drawing.Size(53, 12); this.lblAccountDateStart.TabIndex = 4; this.lblAccountDateStart.Text = "生产日期"; // // lblAccountDateEnd // this.lblAccountDateEnd.AutoSize = true; this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent; this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText; this.lblAccountDateEnd.Location = new System.Drawing.Point(221, 55); this.lblAccountDateEnd.Name = "lblAccountDateEnd"; this.lblAccountDateEnd.Size = new System.Drawing.Size(53, 12); this.lblAccountDateEnd.TabIndex = 6; this.lblAccountDateEnd.Text = " 至 "; // // dtpAccountDateEnd // this.dtpAccountDateEnd.CustomFormat = "yyyy-MM-dd HH:mm"; this.dtpAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpAccountDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpAccountDateEnd.Location = new System.Drawing.Point(279, 51); this.dtpAccountDateEnd.Name = "dtpAccountDateEnd"; this.dtpAccountDateEnd.Size = new System.Drawing.Size(133, 21); this.dtpAccountDateEnd.TabIndex = 7; // // dtpAccountDateStart // this.dtpAccountDateStart.CustomFormat = "yyyy-MM-dd HH:mm"; this.dtpAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpAccountDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpAccountDateStart.Location = new System.Drawing.Point(74, 50); this.dtpAccountDateStart.Name = "dtpAccountDateStart"; this.dtpAccountDateStart.Size = new System.Drawing.Size(135, 21); this.dtpAccountDateStart.TabIndex = 5; // // 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(1016, 42); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 10; 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(925, 42); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 9; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // dgvLineProcessTotal // this.dgvLineProcessTotal.AllowUserToAddRows = false; this.dgvLineProcessTotal.AllowUserToDeleteRows = false; this.dgvLineProcessTotal.AllowUserToModifyRows = true; this.dgvLineProcessTotal.AllowUserToOrderColumns = true; this.dgvLineProcessTotal.AllowUserToSortRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvLineProcessTotal.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvLineProcessTotal.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.dgvLineProcessTotal.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvLineProcessTotal.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvLineProcessTotal.CellHeight = 23; this.dgvLineProcessTotal.ChildNodeColumnName = null; this.dgvLineProcessTotal.ChildNodeColumnText = null; this.dgvLineProcessTotal.ColumnDeep = 1; this.dgvLineProcessTotal.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.dgvLineProcessTotal.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvLineProcessTotal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvLineProcessTotal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.goodstypename2, this.GoodsTypeName, this.GoodsCode, this.GOODSSPECIFICATION, this.GLAZETYPE}); this.dgvLineProcessTotal.ColumnTreeView = null; this.dgvLineProcessTotal.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.dgvLineProcessTotal.DynamicColumnName = ""; this.dgvLineProcessTotal.EnableHeadersVisualStyles = false; this.dgvLineProcessTotal.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvLineProcessTotal.FormatQuantityColumns = null; this.dgvLineProcessTotal.HorizontalMergeColumn = null; this.dgvLineProcessTotal.IsAutoCountSum = true; this.dgvLineProcessTotal.IsAutoResizeColumns = false; this.dgvLineProcessTotal.IsClickF12 = false; this.dgvLineProcessTotal.IsOpenMergeCellFlag = false; this.dgvLineProcessTotal.IsSubTotalFlag = false; this.dgvLineProcessTotal.IsTopDeep = false; this.dgvLineProcessTotal.Location = new System.Drawing.Point(0, 125); this.dgvLineProcessTotal.MergeColumnNames = null; this.dgvLineProcessTotal.MergeDetailColumnNames = null; this.dgvLineProcessTotal.MergeDetailOnlyColumn = null; this.dgvLineProcessTotal.MergeOnlyColumn = null; this.dgvLineProcessTotal.MultiSelect = false; this.dgvLineProcessTotal.Name = "dgvLineProcessTotal"; this.dgvLineProcessTotal.ReadOnly = true; this.dgvLineProcessTotal.RefreshAtHscroll = false; this.dgvLineProcessTotal.RowHeadersWidth = 50; this.dgvLineProcessTotal.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvLineProcessTotal.RowsDefaultCellStyle = dataGridViewCellStyle3; this.dgvLineProcessTotal.RowTemplate.Height = 21; this.dgvLineProcessTotal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvLineProcessTotal.Size = new System.Drawing.Size(1119, 335); this.dgvLineProcessTotal.SortOrderColumnName = null; this.dgvLineProcessTotal.TabIndex = 2; this.dgvLineProcessTotal.Tag = true; this.dgvLineProcessTotal.TotalSumColumns = null; this.dgvLineProcessTotal.ViewRowFilter = ""; // // goodstypename2 // this.goodstypename2.DataPropertyName = "goodstypename2"; this.goodstypename2.HeaderText = "产品二级类别"; this.goodstypename2.Name = "goodstypename2"; this.goodstypename2.ReadOnly = true; // // GoodsTypeName // this.GoodsTypeName.DataPropertyName = "goodstypename"; this.GoodsTypeName.HeaderText = "产品类别"; this.GoodsTypeName.Name = "GoodsTypeName"; this.GoodsTypeName.ReadOnly = true; this.GoodsTypeName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // GoodsCode // this.GoodsCode.DataPropertyName = "GoodsCode"; this.GoodsCode.HeaderText = "产品编码"; this.GoodsCode.Name = "GoodsCode"; this.GoodsCode.ReadOnly = true; this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // GOODSSPECIFICATION // this.GOODSSPECIFICATION.DataPropertyName = "GoodsSpecification"; this.GOODSSPECIFICATION.HeaderText = "规格"; this.GOODSSPECIFICATION.Name = "GOODSSPECIFICATION"; this.GOODSSPECIFICATION.ReadOnly = true; this.GOODSSPECIFICATION.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // GLAZETYPE // this.GLAZETYPE.DataPropertyName = "GLAZETYPE"; this.GLAZETYPE.HeaderText = "釉色类别"; this.GLAZETYPE.Name = "GLAZETYPE"; this.GLAZETYPE.ReadOnly = true; this.GLAZETYPE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // scbGoods // this.scbGoods.CheckedData = null; this.scbGoods.Location = new System.Drawing.Point(481, 20); this.scbGoods.MultiSelect = true; this.scbGoods.Name = "scbGoods"; this.scbGoods.Size = new System.Drawing.Size(133, 21); this.scbGoods.TabIndex = 34; // // lblGoods // this.lblGoods.AutoSize = true; this.lblGoods.BackColor = System.Drawing.Color.Transparent; this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText; this.lblGoods.Location = new System.Drawing.Point(422, 26); this.lblGoods.Name = "lblGoods"; this.lblGoods.Size = new System.Drawing.Size(53, 12); this.lblGoods.TabIndex = 33; this.lblGoods.Text = "产品名称"; // // F_RPT_040102_1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1131, 460); this.Controls.Add(this.dgvLineProcessTotal); this.Controls.Add(this.gbxCondition); this.Controls.Add(this.tsrOperate); this.Name = "F_RPT_040102_1"; this.Text = "工序产量分析表"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_040102_1_FormClosed); this.Load += new System.EventHandler(this.F_RPT_040102_1_Load); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.gbxCondition.ResumeLayout(false); this.gbxCondition.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvLineProcessTotal)).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 Basics.BaseControls.C_Label lblAccountDateStart; private Basics.BaseControls.C_Label lblAccountDateEnd; private Basics.BaseControls.C_DateTimePicker dtpAccountDateEnd; private Basics.BaseControls.C_DateTimePicker dtpAccountDateStart; private Basics.BaseControls.C_Button btnClearCondition; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_DataGridView dgvLineProcessTotal; private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox; private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox; private System.Windows.Forms.DataGridViewTextBoxColumn goodstypename2; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode; private System.Windows.Forms.DataGridViewTextBoxColumn GOODSSPECIFICATION; private System.Windows.Forms.DataGridViewTextBoxColumn GLAZETYPE; private Basics.BaseControls.C_CheckBox chkFlag; private Basics.BaseControls.C_Label lblGoodsType; private Controls.SearchBox.ScbGoodsType scbGoodsType; private Controls.SearchBox.ScbGoods scbGoods; private Basics.BaseControls.C_Label lblGoods; } }