namespace Dongke.IBOSS.PRD.Client.ReportModule.R04.M01 { partial class F_RPT_040116 { /// /// 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_040116)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = 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.c_CheckBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType(); this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code(); this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); 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.dtpGDateStart = 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.dgvGroutingAdobeTotal = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GOODSMODEL = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GROUTINGLINECODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MouldQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MonthDays = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProduceDays = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AttendanceRate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DayGroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProtectdamRate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DayBilletNum = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DayDeliverNum = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.HalfProductRate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DayMountKilnNum = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SynthesisexcellentRate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DayWarehouseBudget = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MonthWarehouse = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code(); this.tsrOperate.SuspendLayout(); this.gbxCondition.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingAdobeTotal)).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(1011, 35); this.tsrOperate.TabIndex = 36; 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.c_CheckBox1); this.gbxCondition.Controls.Add(this.lblGoodsType); this.gbxCondition.Controls.Add(this.scbGoodsType); this.gbxCondition.Controls.Add(this.txtGroutingUserCode); this.gbxCondition.Controls.Add(this.c_Label3); this.gbxCondition.Controls.Add(this.txtGroutingLineCode); this.gbxCondition.Controls.Add(this.c_Label2); 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.dtpGDateStart); 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, 48); this.gbxCondition.Name = "gbxCondition"; this.gbxCondition.OriginalHeight = -1; this.gbxCondition.Size = new System.Drawing.Size(1011, 75); this.gbxCondition.TabIndex = 35; this.gbxCondition.TabStop = false; this.gbxCondition.Text = "查询条件 ▼"; // // c_CheckBox1 // this.c_CheckBox1.AutoSize = true; this.c_CheckBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_CheckBox1.Location = new System.Drawing.Point(413, 52); this.c_CheckBox1.Name = "c_CheckBox1"; this.c_CheckBox1.Size = new System.Drawing.Size(84, 16); this.c_CheckBox1.TabIndex = 24; this.c_CheckBox1.Text = "可筛选小计"; this.c_CheckBox1.UseVisualStyleBackColor = 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(198, 56); 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(257, 52); this.scbGoodsType.Name = "scbGoodsType"; this.scbGoodsType.Size = new System.Drawing.Size(148, 21); this.scbGoodsType.TabIndex = 22; // // txtGroutingUserCode // this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window; this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtGroutingUserCode.ErrorMessage = ""; this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGroutingUserCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtGroutingUserCode.Location = new System.Drawing.Point(470, 22); this.txtGroutingUserCode.Name = "txtGroutingUserCode"; this.txtGroutingUserCode.Size = new System.Drawing.Size(120, 21); this.txtGroutingUserCode.TabIndex = 5; this.txtGroutingUserCode.TextValue = ""; // // 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(411, 26); this.c_Label3.Name = "c_Label3"; this.c_Label3.Size = new System.Drawing.Size(53, 12); this.c_Label3.TabIndex = 4; this.c_Label3.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(198, 26); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(65, 12); this.c_Label2.TabIndex = 2; this.c_Label2.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(72, 52); this.txtGoodCode.Name = "txtGoodCode"; this.txtGoodCode.Size = new System.Drawing.Size(120, 21); this.txtGoodCode.TabIndex = 7; 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(12, 24); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 0; 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(12, 56); this.c_Label4.Name = "c_Label4"; this.c_Label4.Size = new System.Drawing.Size(53, 12); this.c_Label4.TabIndex = 6; this.c_Label4.Text = "产品编码"; // // dtpGDateStart // this.dtpGDateStart.CustomFormat = "yyyy-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(71, 20); this.dtpGDateStart.Name = "dtpGDateStart"; this.dtpGDateStart.ShowUpDown = true; this.dtpGDateStart.Size = new System.Drawing.Size(121, 21); this.dtpGDateStart.TabIndex = 1; // // 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(920, 38); 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(829, 38); 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); // // dgvGroutingAdobeTotal // this.dgvGroutingAdobeTotal.AllowUserToAddRows = false; this.dgvGroutingAdobeTotal.AllowUserToDeleteRows = false; this.dgvGroutingAdobeTotal.AllowUserToModifyRows = true; this.dgvGroutingAdobeTotal.AllowUserToOrderColumns = true; this.dgvGroutingAdobeTotal.AllowUserToSortRows = false; dataGridViewCellStyle31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvGroutingAdobeTotal.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle31; this.dgvGroutingAdobeTotal.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.dgvGroutingAdobeTotal.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvGroutingAdobeTotal.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvGroutingAdobeTotal.CellHeight = 23; this.dgvGroutingAdobeTotal.ChildNodeColumnName = null; this.dgvGroutingAdobeTotal.ChildNodeColumnText = null; this.dgvGroutingAdobeTotal.ColumnDeep = 1; this.dgvGroutingAdobeTotal.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle32.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle32.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle32.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvGroutingAdobeTotal.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle32; this.dgvGroutingAdobeTotal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvGroutingAdobeTotal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.MATERIALCODE, this.GOODSMODEL, this.GoodsCode, this.GROUTINGLINECODE, this.UserCode, this.MouldQuantity, this.GoodsTypeName, this.MonthDays, this.ProduceDays, this.AttendanceRate, this.DayGroutingNum, this.ProtectdamRate, this.DayBilletNum, this.DayDeliverNum, this.HalfProductRate, this.DayMountKilnNum, this.SynthesisexcellentRate, this.DayWarehouseBudget, this.MonthWarehouse}); this.dgvGroutingAdobeTotal.ColumnTreeView = null; this.dgvGroutingAdobeTotal.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.dgvGroutingAdobeTotal.DynamicColumnName = ""; this.dgvGroutingAdobeTotal.EnableHeadersVisualStyles = false; this.dgvGroutingAdobeTotal.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvGroutingAdobeTotal.FormatQuantityColumns = null; this.dgvGroutingAdobeTotal.HorizontalMergeColumn = null; this.dgvGroutingAdobeTotal.IsAutoCountSum = true; this.dgvGroutingAdobeTotal.IsAutoResizeColumns = false; this.dgvGroutingAdobeTotal.IsClickF12 = false; this.dgvGroutingAdobeTotal.IsOpenMergeCellFlag = false; this.dgvGroutingAdobeTotal.IsSubTotalFlag = false; this.dgvGroutingAdobeTotal.IsTopDeep = false; this.dgvGroutingAdobeTotal.Location = new System.Drawing.Point(0, 133); this.dgvGroutingAdobeTotal.MergeColumnNames = null; this.dgvGroutingAdobeTotal.MergeDetailColumnNames = null; this.dgvGroutingAdobeTotal.MergeDetailOnlyColumn = null; this.dgvGroutingAdobeTotal.MergeOnlyColumn = null; this.dgvGroutingAdobeTotal.MultiSelect = false; this.dgvGroutingAdobeTotal.Name = "dgvGroutingAdobeTotal"; this.dgvGroutingAdobeTotal.ReadOnly = true; this.dgvGroutingAdobeTotal.RefreshAtHscroll = false; this.dgvGroutingAdobeTotal.RowHeadersWidth = 50; this.dgvGroutingAdobeTotal.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle40.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvGroutingAdobeTotal.RowsDefaultCellStyle = dataGridViewCellStyle40; this.dgvGroutingAdobeTotal.RowTemplate.Height = 21; this.dgvGroutingAdobeTotal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvGroutingAdobeTotal.Size = new System.Drawing.Size(1011, 367); this.dgvGroutingAdobeTotal.SortOrderColumnName = null; this.dgvGroutingAdobeTotal.TabIndex = 37; this.dgvGroutingAdobeTotal.Tag = true; this.dgvGroutingAdobeTotal.TotalSumColumns = null; this.dgvGroutingAdobeTotal.ViewRowFilter = ""; // // MATERIALCODE // this.MATERIALCODE.DataPropertyName = "MATERIALCODE"; this.MATERIALCODE.HeaderText = "物料编码"; this.MATERIALCODE.Name = "MATERIALCODE"; this.MATERIALCODE.ReadOnly = true; // // GOODSMODEL // this.GOODSMODEL.DataPropertyName = "GOODSMODEL"; this.GOODSMODEL.HeaderText = "产品型号"; this.GOODSMODEL.Name = "GOODSMODEL"; this.GOODSMODEL.ReadOnly = true; // // GoodsCode // this.GoodsCode.DataPropertyName = "GOODSCODE"; this.GoodsCode.HeaderText = "产品编码"; this.GoodsCode.Name = "GoodsCode"; this.GoodsCode.ReadOnly = true; // // GROUTINGLINECODE // this.GROUTINGLINECODE.DataPropertyName = "GROUTINGLINECODE"; this.GROUTINGLINECODE.HeaderText = "成型线编码"; this.GROUTINGLINECODE.Name = "GROUTINGLINECODE"; this.GROUTINGLINECODE.ReadOnly = true; // // UserCode // this.UserCode.DataPropertyName = "UserCode"; this.UserCode.HeaderText = "成型工号"; this.UserCode.Name = "UserCode"; this.UserCode.ReadOnly = true; // // MouldQuantity // this.MouldQuantity.DataPropertyName = "MouldQuantity"; dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.MouldQuantity.DefaultCellStyle = dataGridViewCellStyle33; this.MouldQuantity.HeaderText = "模具数量"; this.MouldQuantity.Name = "MouldQuantity"; this.MouldQuantity.ReadOnly = true; // // GoodsTypeName // this.GoodsTypeName.DataPropertyName = "GoodsTypeName"; this.GoodsTypeName.HeaderText = "产品类别"; this.GoodsTypeName.Name = "GoodsTypeName"; this.GoodsTypeName.ReadOnly = true; // // MonthDays // this.MonthDays.DataPropertyName = "MonthDays"; this.MonthDays.HeaderText = "当月天数"; this.MonthDays.Name = "MonthDays"; this.MonthDays.ReadOnly = true; // // ProduceDays // this.ProduceDays.DataPropertyName = "ProduceDays"; this.ProduceDays.HeaderText = "生产天数"; this.ProduceDays.Name = "ProduceDays"; this.ProduceDays.ReadOnly = true; // // AttendanceRate // this.AttendanceRate.DataPropertyName = "AttendanceRate"; this.AttendanceRate.HeaderText = "出勤率"; this.AttendanceRate.Name = "AttendanceRate"; this.AttendanceRate.ReadOnly = true; // // DayGroutingNum // this.DayGroutingNum.DataPropertyName = "DayGroutingNum"; dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.DayGroutingNum.DefaultCellStyle = dataGridViewCellStyle34; this.DayGroutingNum.HeaderText = "日注浆次数"; this.DayGroutingNum.Name = "DayGroutingNum"; this.DayGroutingNum.ReadOnly = true; // // ProtectdamRate // this.ProtectdamRate.DataPropertyName = "ProtectdamRate"; dataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.ProtectdamRate.DefaultCellStyle = dataGridViewCellStyle35; this.ProtectdamRate.HeaderText = "保坯率"; this.ProtectdamRate.Name = "ProtectdamRate"; this.ProtectdamRate.ReadOnly = true; // // DayBilletNum // this.DayBilletNum.DataPropertyName = "DayBilletNum"; dataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.DayBilletNum.DefaultCellStyle = dataGridViewCellStyle36; this.DayBilletNum.HeaderText = "日均成坯数"; this.DayBilletNum.Name = "DayBilletNum"; this.DayBilletNum.ReadOnly = true; // // DayDeliverNum // this.DayDeliverNum.DataPropertyName = "DayDeliverNum"; dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.DayDeliverNum.DefaultCellStyle = dataGridViewCellStyle37; this.DayDeliverNum.HeaderText = "日均交坯数"; this.DayDeliverNum.Name = "DayDeliverNum"; this.DayDeliverNum.ReadOnly = true; // // HalfProductRate // this.HalfProductRate.DataPropertyName = "HalfProductRate"; dataGridViewCellStyle38.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.HalfProductRate.DefaultCellStyle = dataGridViewCellStyle38; this.HalfProductRate.HeaderText = "半成品合格率"; this.HalfProductRate.Name = "HalfProductRate"; this.HalfProductRate.ReadOnly = true; // // DayMountKilnNum // this.DayMountKilnNum.DataPropertyName = "DayMountKilnNum"; dataGridViewCellStyle39.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.DayMountKilnNum.DefaultCellStyle = dataGridViewCellStyle39; this.DayMountKilnNum.HeaderText = "日均登窑数"; this.DayMountKilnNum.Name = "DayMountKilnNum"; this.DayMountKilnNum.ReadOnly = true; // // SynthesisexcellentRate // this.SynthesisexcellentRate.DataPropertyName = "SynthesisexcellentRate"; this.SynthesisexcellentRate.HeaderText = "综合优等率"; this.SynthesisexcellentRate.Name = "SynthesisexcellentRate"; this.SynthesisexcellentRate.ReadOnly = true; // // DayWarehouseBudget // this.DayWarehouseBudget.DataPropertyName = "DayWarehouseBudget"; this.DayWarehouseBudget.HeaderText = "日均入库预算"; this.DayWarehouseBudget.Name = "DayWarehouseBudget"; this.DayWarehouseBudget.ReadOnly = true; // // MonthWarehouse // this.MonthWarehouse.DataPropertyName = "MonthWarehouse"; this.MonthWarehouse.HeaderText = "月入库数"; this.MonthWarehouse.Name = "MonthWarehouse"; this.MonthWarehouse.ReadOnly = true; // // 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(269, 22); this.txtGroutingLineCode.Name = "txtGroutingLineCode"; this.txtGroutingLineCode.Size = new System.Drawing.Size(136, 21); this.txtGroutingLineCode.TabIndex = 3; this.txtGroutingLineCode.TextValue = ""; // // F_RPT_040116 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1011, 512); this.Controls.Add(this.dgvGroutingAdobeTotal); this.Controls.Add(this.tsrOperate); this.Controls.Add(this.gbxCondition); this.Name = "F_RPT_040116"; this.Text = "月度成品入库预算表"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_040116_FormClosed); this.Load += new System.EventHandler(this.F_RPT_040116_Load); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.gbxCondition.ResumeLayout(false); this.gbxCondition.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingAdobeTotal)).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 lblGoodsType; private Controls.SearchBox.ScbGoodsType scbGoodsType; private Basics.BaseControls.C_TXT_Code txtGroutingUserCode; private Basics.BaseControls.C_Label c_Label3; private Basics.BaseControls.C_Label c_Label2; private Basics.BaseControls.C_TXT_Code txtGoodCode; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_Label c_Label4; private Basics.BaseControls.C_DateTimePicker dtpGDateStart; private Basics.BaseControls.C_Button btnClearCondition; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_DataGridView dgvGroutingAdobeTotal; private System.Windows.Forms.DataGridViewTextBoxColumn MATERIALCODE; private System.Windows.Forms.DataGridViewTextBoxColumn GOODSMODEL; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode; private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGLINECODE; private System.Windows.Forms.DataGridViewTextBoxColumn UserCode; private System.Windows.Forms.DataGridViewTextBoxColumn MouldQuantity; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName; private System.Windows.Forms.DataGridViewTextBoxColumn MonthDays; private System.Windows.Forms.DataGridViewTextBoxColumn ProduceDays; private System.Windows.Forms.DataGridViewTextBoxColumn AttendanceRate; private System.Windows.Forms.DataGridViewTextBoxColumn DayGroutingNum; private System.Windows.Forms.DataGridViewTextBoxColumn ProtectdamRate; private System.Windows.Forms.DataGridViewTextBoxColumn DayBilletNum; private System.Windows.Forms.DataGridViewTextBoxColumn DayDeliverNum; private System.Windows.Forms.DataGridViewTextBoxColumn HalfProductRate; private System.Windows.Forms.DataGridViewTextBoxColumn DayMountKilnNum; private System.Windows.Forms.DataGridViewTextBoxColumn SynthesisexcellentRate; private System.Windows.Forms.DataGridViewTextBoxColumn DayWarehouseBudget; private System.Windows.Forms.DataGridViewTextBoxColumn MonthWarehouse; private Basics.BaseControls.C_CheckBox c_CheckBox1; private Basics.BaseControls.C_TXT_Code txtGroutingLineCode; } }