namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_0503 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); this.dkproductionLineSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox(); this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox(); this.dgvGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip(); this.tsbtnSave = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnAllCheck = new System.Windows.Forms.ToolStripButton(); this.tsbtnUnCheck = new System.Windows.Forms.ToolStripButton(); this.tsbtnNoCheck = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsModel = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.glazeTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MudWeight = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GlazeWeight = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.LusterwareWeight = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProductionCycle = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UnitPrice = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colStartingDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PlateLimitNum = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AutoLossCycle = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DeliverLimitCycle = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PackageNum = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OutletDistance = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MaterialRemark = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.printcopies = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CeaseFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AccountID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.valueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.pnlBack.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).BeginInit(); this.tsrOperate.SuspendLayout(); this.SuspendLayout(); // // pnlBack // this.pnlBack.Controls.Add(this.dgvGoods); this.pnlBack.Controls.Add(this.dkProcedureSearchBox); this.pnlBack.Controls.Add(this.dkproductionLineSearchBox); this.pnlBack.Location = new System.Drawing.Point(0, 35); this.pnlBack.Size = new System.Drawing.Size(812, 392); // // 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(12, 12); 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 = 1; this.dkproductionLineSearchBox.Title = "生产线"; this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control; // // 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(212, 12); 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 = 2; this.dkProcedureSearchBox.Title = "生产工序"; this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control; // // dgvGoods // this.dgvGoods.AllowUserToAddRows = false; this.dgvGoods.AllowUserToDeleteRows = false; this.dgvGoods.AllowUserToModifyRows = true; this.dgvGoods.AllowUserToOrderColumns = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvGoods.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvGoods.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.dgvGoods.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvGoods.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvGoods.CellHeight = 23; this.dgvGoods.ChildNodeColumnName = null; this.dgvGoods.ChildNodeColumnText = null; this.dgvGoods.ColumnDeep = 1; this.dgvGoods.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.dgvGoods.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvGoods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Sel, this.GoodsID, this.GoodsCode, this.GoodsName, this.GoodsSpecification, this.GoodsModel, this.GoodsTypeName, this.glazeTypeName, this.MudWeight, this.GlazeWeight, this.LusterwareWeight, this.ProductionCycle, this.UnitPrice, this.colStartingDate, this.PlateLimitNum, this.AutoLossCycle, this.DeliverLimitCycle, this.PackageNum, this.OutletDistance, this.MaterialCode, this.MaterialRemark, this.printcopies, this.CeaseFlag, this.Remarks, this.AccountID, this.valueFlag}); this.dgvGoods.ColumnTreeView = null; this.dgvGoods.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))); dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvGoods.DefaultCellStyle = dataGridViewCellStyle13; this.dgvGoods.DynamicColumnName = ""; this.dgvGoods.EnableHeadersVisualStyles = false; this.dgvGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvGoods.HorizontalMergeColumn = null; this.dgvGoods.IsAutoCountSum = true; this.dgvGoods.IsAutoResizeColumns = false; this.dgvGoods.IsClickF12 = false; this.dgvGoods.IsOpenMergeCellFlag = false; this.dgvGoods.IsSubTotalFlag = false; this.dgvGoods.IsTopDeep = false; this.dgvGoods.Location = new System.Drawing.Point(12, 42); this.dgvGoods.MergeColumnNames = null; this.dgvGoods.MergeDetailColumnNames = null; this.dgvGoods.MergeDetailOnlyColumn = null; this.dgvGoods.MergeOnlyColumn = null; this.dgvGoods.Name = "dgvGoods"; this.dgvGoods.RefreshAtHscroll = false; this.dgvGoods.RowHeadersWidth = 50; this.dgvGoods.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvGoods.RowsDefaultCellStyle = dataGridViewCellStyle14; this.dgvGoods.RowTemplate.Height = 21; this.dgvGoods.Size = new System.Drawing.Size(788, 347); this.dgvGoods.SortOrderColumnName = null; this.dgvGoods.TabIndex = 13; this.dgvGoods.Tag = true; this.dgvGoods.TotalSumColumns = null; this.dgvGoods.ViewRowFilter = ""; this.dgvGoods.VirtualMode = true; // // tsrOperate // this.tsrOperate.AutoSize = false; this.tsrOperate.BackColor = System.Drawing.SystemColors.Control; this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.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.tsbtnSave, this.toolStripSeparator1, this.tsbtnAllCheck, this.tsbtnUnCheck, this.tsbtnNoCheck, this.toolStripSeparator3, 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(812, 35); this.tsrOperate.TabIndex = 1000; // // tsbtnSave // this.tsbtnSave.AutoSize = false; this.tsbtnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnSave.Name = "tsbtnSave"; this.tsbtnSave.Size = new System.Drawing.Size(60, 25); this.tsbtnSave.Text = "保存(&S)"; this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click); // // toolStripSeparator1 // this.toolStripSeparator1.AutoSize = false; this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // tsbtnAllCheck // this.tsbtnAllCheck.AutoSize = false; this.tsbtnAllCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnAllCheck.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnAllCheck.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnAllCheck.Name = "tsbtnAllCheck"; this.tsbtnAllCheck.Size = new System.Drawing.Size(60, 25); this.tsbtnAllCheck.Text = "全选(&C)"; this.tsbtnAllCheck.Click += new System.EventHandler(this.tsbtnAllCheck_Click); // // tsbtnUnCheck // this.tsbtnUnCheck.AutoSize = false; this.tsbtnUnCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnUnCheck.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnUnCheck.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnUnCheck.Name = "tsbtnUnCheck"; this.tsbtnUnCheck.Size = new System.Drawing.Size(60, 25); this.tsbtnUnCheck.Text = "反选(&U)"; this.tsbtnUnCheck.Click += new System.EventHandler(this.tsbtnUnCheck_Click); // // tsbtnNoCheck // this.tsbtnNoCheck.AutoSize = false; this.tsbtnNoCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnNoCheck.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnNoCheck.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnNoCheck.Name = "tsbtnNoCheck"; this.tsbtnNoCheck.Size = new System.Drawing.Size(60, 25); this.tsbtnNoCheck.Text = "不选(&N)"; this.tsbtnNoCheck.Click += new System.EventHandler(this.tsbtnNoCheck_Click); // // toolStripSeparator3 // this.toolStripSeparator3.AutoSize = false; this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // 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); // // Sel // this.Sel.DataPropertyName = "Sel"; this.Sel.FalseValue = "0"; this.Sel.HeaderText = "选择"; this.Sel.Name = "Sel"; this.Sel.TrueValue = "1"; // // GoodsID // this.GoodsID.DataPropertyName = "GoodsID"; this.GoodsID.HeaderText = "产品ID"; this.GoodsID.Name = "GoodsID"; this.GoodsID.Visible = false; // // GoodsCode // this.GoodsCode.DataPropertyName = "GoodsCode"; this.GoodsCode.HeaderText = "产品编码"; this.GoodsCode.Name = "GoodsCode"; // // GoodsName // this.GoodsName.DataPropertyName = "GoodsName"; this.GoodsName.HeaderText = "产品名称"; this.GoodsName.Name = "GoodsName"; // // GoodsSpecification // this.GoodsSpecification.DataPropertyName = "GoodsSpecification"; this.GoodsSpecification.HeaderText = "产品规格"; this.GoodsSpecification.Name = "GoodsSpecification"; // // GoodsModel // this.GoodsModel.DataPropertyName = "GoodsModel"; this.GoodsModel.HeaderText = "产品型号"; this.GoodsModel.Name = "GoodsModel"; // // GoodsTypeName // this.GoodsTypeName.DataPropertyName = "GoodsTypeName"; this.GoodsTypeName.HeaderText = "产品类别"; this.GoodsTypeName.Name = "GoodsTypeName"; // // glazeTypeName // this.glazeTypeName.DataPropertyName = "glazeTypeName"; this.glazeTypeName.HeaderText = "釉料类别"; this.glazeTypeName.Name = "glazeTypeName"; // // MudWeight // this.MudWeight.DataPropertyName = "MudWeight"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle3.Format = "N2"; this.MudWeight.DefaultCellStyle = dataGridViewCellStyle3; this.MudWeight.HeaderText = "泥浆用量(KG)"; this.MudWeight.Name = "MudWeight"; // // GlazeWeight // this.GlazeWeight.DataPropertyName = "GlazeWeight"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle4.Format = "N2"; this.GlazeWeight.DefaultCellStyle = dataGridViewCellStyle4; this.GlazeWeight.HeaderText = "釉浆用量(KG)"; this.GlazeWeight.Name = "GlazeWeight"; // // LusterwareWeight // this.LusterwareWeight.DataPropertyName = "LusterwareWeight"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle5.Format = "N2"; this.LusterwareWeight.DefaultCellStyle = dataGridViewCellStyle5; this.LusterwareWeight.HeaderText = "光瓷重量(KG)"; this.LusterwareWeight.Name = "LusterwareWeight"; // // ProductionCycle // this.ProductionCycle.DataPropertyName = "ProductionCycle"; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle6.Format = "N0"; this.ProductionCycle.DefaultCellStyle = dataGridViewCellStyle6; this.ProductionCycle.HeaderText = "生产周期(天)"; this.ProductionCycle.Name = "ProductionCycle"; // // UnitPrice // this.UnitPrice.DataPropertyName = "UnitPrice"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle7.Format = "N2"; this.UnitPrice.DefaultCellStyle = dataGridViewCellStyle7; this.UnitPrice.HeaderText = "单值"; this.UnitPrice.Name = "UnitPrice"; // // colStartingDate // this.colStartingDate.DataPropertyName = "StartingDate"; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.colStartingDate.DefaultCellStyle = dataGridViewCellStyle8; this.colStartingDate.HeaderText = "投产日期"; this.colStartingDate.Name = "colStartingDate"; // // PlateLimitNum // this.PlateLimitNum.DataPropertyName = "PlateLimitNum"; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle9.Format = "N0"; this.PlateLimitNum.DefaultCellStyle = dataGridViewCellStyle9; this.PlateLimitNum.HeaderText = "装板限制数量"; this.PlateLimitNum.Name = "PlateLimitNum"; // // AutoLossCycle // this.AutoLossCycle.DataPropertyName = "AutoLossCycle"; dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle10.Format = "N0"; this.AutoLossCycle.DefaultCellStyle = dataGridViewCellStyle10; this.AutoLossCycle.HeaderText = "未交坯自动报损周期(天)"; this.AutoLossCycle.Name = "AutoLossCycle"; // // DeliverLimitCycle // this.DeliverLimitCycle.DataPropertyName = "DeliverLimitCycle"; dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle11.Format = "N0"; this.DeliverLimitCycle.DefaultCellStyle = dataGridViewCellStyle11; this.DeliverLimitCycle.HeaderText = "交坯限制周期(天)"; this.DeliverLimitCycle.Name = "DeliverLimitCycle"; // // PackageNum // this.PackageNum.DataPropertyName = "PackageNum"; this.PackageNum.HeaderText = "包装数量"; this.PackageNum.Name = "PackageNum"; // // OutletDistance // this.OutletDistance.DataPropertyName = "OutletDistance"; this.OutletDistance.HeaderText = "出水距"; this.OutletDistance.Name = "OutletDistance"; // // MaterialCode // this.MaterialCode.DataPropertyName = "MaterialCode"; this.MaterialCode.HeaderText = "物料编码"; this.MaterialCode.Name = "MaterialCode"; // // MaterialRemark // this.MaterialRemark.DataPropertyName = "MaterialRemark"; this.MaterialRemark.HeaderText = "物料描述"; this.MaterialRemark.Name = "MaterialRemark"; // // printcopies // this.printcopies.DataPropertyName = "printcopies"; dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle12.Format = "N0"; this.printcopies.DefaultCellStyle = dataGridViewCellStyle12; this.printcopies.HeaderText = "打印份数"; this.printcopies.Name = "printcopies"; this.printcopies.Visible = false; // // CeaseFlag // this.CeaseFlag.DataPropertyName = "CeaseFlag"; this.CeaseFlag.FalseValue = "0"; this.CeaseFlag.HeaderText = "正常生产"; this.CeaseFlag.IndeterminateValue = ""; this.CeaseFlag.Name = "CeaseFlag"; this.CeaseFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.CeaseFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.CeaseFlag.TrueValue = "1"; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.Name = "Remarks"; // // AccountID // this.AccountID.DataPropertyName = "AccountID"; this.AccountID.HeaderText = "帐套ID"; this.AccountID.Name = "AccountID"; this.AccountID.Visible = false; // // valueFlag // this.valueFlag.DataPropertyName = "valueFlag"; this.valueFlag.FalseValue = "0"; this.valueFlag.HeaderText = "正常使用"; this.valueFlag.IndeterminateValue = ""; this.valueFlag.Name = "valueFlag"; this.valueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.valueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.valueFlag.TrueValue = "1"; // // F_MST_0503 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(812, 449); this.Controls.Add(this.tsrOperate); this.Name = "F_MST_0503"; this.Text = "F_MST_0503"; this.Load += new System.EventHandler(this.F_MST_0503_Load); this.Controls.SetChildIndex(this.tsrOperate, 0); this.Controls.SetChildIndex(this.pnlBack, 0); this.pnlBack.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).EndInit(); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox; private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox; private Basics.BaseControls.C_DataGridView dgvGoods; private Basics.BaseControls.C_ToolStrip tsrOperate; private System.Windows.Forms.ToolStripButton tsbtnSave; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton tsbtnAllCheck; private System.Windows.Forms.ToolStripButton tsbtnNoCheck; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private System.Windows.Forms.ToolStripButton tsbtnClose; private System.Windows.Forms.ToolStripButton tsbtnUnCheck; private System.Windows.Forms.DataGridViewCheckBoxColumn Sel; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsModel; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName; private System.Windows.Forms.DataGridViewTextBoxColumn glazeTypeName; private System.Windows.Forms.DataGridViewTextBoxColumn MudWeight; private System.Windows.Forms.DataGridViewTextBoxColumn GlazeWeight; private System.Windows.Forms.DataGridViewTextBoxColumn LusterwareWeight; private System.Windows.Forms.DataGridViewTextBoxColumn ProductionCycle; private System.Windows.Forms.DataGridViewTextBoxColumn UnitPrice; private System.Windows.Forms.DataGridViewTextBoxColumn colStartingDate; private System.Windows.Forms.DataGridViewTextBoxColumn PlateLimitNum; private System.Windows.Forms.DataGridViewTextBoxColumn AutoLossCycle; private System.Windows.Forms.DataGridViewTextBoxColumn DeliverLimitCycle; private System.Windows.Forms.DataGridViewTextBoxColumn PackageNum; private System.Windows.Forms.DataGridViewTextBoxColumn OutletDistance; private System.Windows.Forms.DataGridViewTextBoxColumn MaterialCode; private System.Windows.Forms.DataGridViewTextBoxColumn MaterialRemark; private System.Windows.Forms.DataGridViewTextBoxColumn printcopies; private System.Windows.Forms.DataGridViewCheckBoxColumn CeaseFlag; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; private System.Windows.Forms.DataGridViewTextBoxColumn AccountID; private System.Windows.Forms.DataGridViewCheckBoxColumn valueFlag; } }