namespace Dongke.IBOSS.PRD.Client.PCModule { partial class F_PC_0101 { /// /// 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_PC_0101)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip(); this.tsbtnRepairMould = new System.Windows.Forms.ToolStripButton(); this.tsbtnRepairMouldEnd = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnChangeMould = new System.Windows.Forms.ToolStripButton(); this.tsbtnChangeMouldEnd = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnUpdateLine = new System.Windows.Forms.ToolStripButton(); this.tsbtnUpdateLineEnd = new System.Windows.Forms.ToolStripButton(); this.tsbtnDisable = new System.Windows.Forms.ToolStripButton(); this.tsbtnStart = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnChangeMouldAll = new System.Windows.Forms.ToolStripButton(); this.tsbtnChangeMouldAllEnd = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.dgvGroutingLineDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingLineIDM = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GMouldStatusM = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BeginUsedDateM = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RreasonRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dkGrouting = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGroutingLineSearchBox(); this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.tsrOperate.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).BeginInit(); this.gbxCondition.SuspendLayout(); this.SuspendLayout(); // // tsrOperate // this.tsrOperate.AutoSize = false; this.tsrOperate.BackColor = System.Drawing.SystemColors.Control; this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PCModule.Properties.Resources.functionbackground; this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnRepairMould, this.tsbtnRepairMouldEnd, this.toolStripSeparator3, this.tsbtnChangeMould, this.tsbtnChangeMouldEnd, this.toolStripSeparator1, this.tsbtnUpdateLine, this.tsbtnUpdateLineEnd, this.tsbtnDisable, this.tsbtnStart, this.toolStripSeparator4, this.tsbtnChangeMouldAll, this.tsbtnChangeMouldAllEnd, this.toolStripSeparator2, 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(888, 35); this.tsrOperate.TabIndex = 10; // // tsbtnRepairMould // this.tsbtnRepairMould.AutoSize = false; this.tsbtnRepairMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnRepairMould.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnRepairMould.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnRepairMould.Name = "tsbtnRepairMould"; this.tsbtnRepairMould.Size = new System.Drawing.Size(60, 25); this.tsbtnRepairMould.Text = "修模(&R)"; this.tsbtnRepairMould.Click += new System.EventHandler(this.tsbtnRepairMould_Click); // // tsbtnRepairMouldEnd // this.tsbtnRepairMouldEnd.AutoSize = false; this.tsbtnRepairMouldEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnRepairMouldEnd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnRepairMouldEnd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnRepairMouldEnd.Name = "tsbtnRepairMouldEnd"; this.tsbtnRepairMouldEnd.Size = new System.Drawing.Size(80, 25); this.tsbtnRepairMouldEnd.Text = "修模结束(&E)"; this.tsbtnRepairMouldEnd.Click += new System.EventHandler(this.tsbtnRepairMouldEnd_Click); // // toolStripSeparator3 // this.toolStripSeparator3.AutoSize = false; this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // tsbtnChangeMould // this.tsbtnChangeMould.AutoSize = false; this.tsbtnChangeMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnChangeMould.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnChangeMould.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnChangeMould.Name = "tsbtnChangeMould"; this.tsbtnChangeMould.Size = new System.Drawing.Size(60, 25); this.tsbtnChangeMould.Text = "换模(&H)"; this.tsbtnChangeMould.Click += new System.EventHandler(this.tsbtnChangeMould_Click); // // tsbtnChangeMouldEnd // this.tsbtnChangeMouldEnd.AutoSize = false; this.tsbtnChangeMouldEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnChangeMouldEnd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnChangeMouldEnd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnChangeMouldEnd.Name = "tsbtnChangeMouldEnd"; this.tsbtnChangeMouldEnd.Size = new System.Drawing.Size(80, 25); this.tsbtnChangeMouldEnd.Text = "换模结束(&D)"; this.tsbtnChangeMouldEnd.Click += new System.EventHandler(this.tsbtnChangeMouldEnd_Click); // // toolStripSeparator1 // this.toolStripSeparator1.AutoSize = false; this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // tsbtnUpdateLine // this.tsbtnUpdateLine.AutoSize = false; this.tsbtnUpdateLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnUpdateLine.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnUpdateLine.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnUpdateLine.Name = "tsbtnUpdateLine"; this.tsbtnUpdateLine.Size = new System.Drawing.Size(60, 25); this.tsbtnUpdateLine.Text = "变产(&L)"; this.tsbtnUpdateLine.Click += new System.EventHandler(this.tsbtnUpdateLine_Click); // // tsbtnUpdateLineEnd // this.tsbtnUpdateLineEnd.AutoSize = false; this.tsbtnUpdateLineEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnUpdateLineEnd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnUpdateLineEnd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnUpdateLineEnd.Name = "tsbtnUpdateLineEnd"; this.tsbtnUpdateLineEnd.Size = new System.Drawing.Size(80, 25); this.tsbtnUpdateLineEnd.Text = "变产结束(&U)"; this.tsbtnUpdateLineEnd.Click += new System.EventHandler(this.tsbtnUpdateLineEnd_Click); // // tsbtnDisable // this.tsbtnDisable.AutoSize = false; this.tsbtnDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnDisable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnDisable.Name = "tsbtnDisable"; this.tsbtnDisable.Size = new System.Drawing.Size(60, 25); this.tsbtnDisable.Text = "停用(&S)"; this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click); // // tsbtnStart // this.tsbtnStart.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tsbtnStart.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStart.Image"))); this.tsbtnStart.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnStart.Name = "tsbtnStart"; this.tsbtnStart.Size = new System.Drawing.Size(51, 32); this.tsbtnStart.Text = "启用(&B)"; this.tsbtnStart.Click += new System.EventHandler(this.tsbtnStart_Click); // // toolStripSeparator4 // this.toolStripSeparator4.AutoSize = false; this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25); // // tsbtnChangeMouldAll // this.tsbtnChangeMouldAll.AutoSize = false; this.tsbtnChangeMouldAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnChangeMouldAll.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnChangeMouldAll.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnChangeMouldAll.Name = "tsbtnChangeMouldAll"; this.tsbtnChangeMouldAll.Size = new System.Drawing.Size(80, 25); this.tsbtnChangeMouldAll.Text = "整线换模(&Z)"; this.tsbtnChangeMouldAll.Click += new System.EventHandler(this.tsbtnChangeMouldAll_Click); // // tsbtnChangeMouldAllEnd // this.tsbtnChangeMouldAllEnd.AutoSize = false; this.tsbtnChangeMouldAllEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnChangeMouldAllEnd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnChangeMouldAllEnd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnChangeMouldAllEnd.Name = "tsbtnChangeMouldAllEnd"; this.tsbtnChangeMouldAllEnd.Size = new System.Drawing.Size(100, 25); this.tsbtnChangeMouldAllEnd.Text = "整线换模结束(&F)"; this.tsbtnChangeMouldAllEnd.Click += new System.EventHandler(this.tsbtnChangeMouldAllEnd_Click); // // toolStripSeparator2 // this.toolStripSeparator2.AutoSize = false; this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.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); // // btnSearch // this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSearch.BackColor = System.Drawing.Color.Gray; this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage"))); this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(679, 15); this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 2; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = false; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // btnClearCondition // this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClearCondition.BackColor = System.Drawing.Color.Gray; this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage"))); this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClearCondition.ForeColor = System.Drawing.Color.White; this.btnClearCondition.Location = new System.Drawing.Point(770, 15); this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 3; this.btnClearCondition.Text = "清空条件(&C)"; this.btnClearCondition.UseVisualStyleBackColor = false; this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click); // // dgvGroutingLineDetail // this.dgvGroutingLineDetail.AllowUserToAddRows = false; this.dgvGroutingLineDetail.AllowUserToDeleteRows = false; this.dgvGroutingLineDetail.AllowUserToModifyRows = true; this.dgvGroutingLineDetail.AllowUserToOrderColumns = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvGroutingLineDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvGroutingLineDetail.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.dgvGroutingLineDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvGroutingLineDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvGroutingLineDetail.CellHeight = 23; this.dgvGroutingLineDetail.ChildNodeColumnName = null; this.dgvGroutingLineDetail.ChildNodeColumnText = null; this.dgvGroutingLineDetail.ColumnDeep = 1; this.dgvGroutingLineDetail.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.dgvGroutingLineDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvGroutingLineDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvGroutingLineDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.GroutingLineDetailID, this.GroutingLineIDM, this.GroutingMouldCode, this.MouldCode, this.GoodsID, this.GOODSCODE, this.GroutingCount, this.GMouldStatusM, this.BeginUsedDateM, this.GMouldStatus, this.RreasonRemarks}); this.dgvGroutingLineDetail.ColumnTreeView = null; this.dgvGroutingLineDetail.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))); dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvGroutingLineDetail.DefaultCellStyle = dataGridViewCellStyle5; this.dgvGroutingLineDetail.DynamicColumnName = ""; this.dgvGroutingLineDetail.EnableHeadersVisualStyles = false; this.dgvGroutingLineDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvGroutingLineDetail.HorizontalMergeColumn = null; this.dgvGroutingLineDetail.IsAutoCountSum = true; this.dgvGroutingLineDetail.IsAutoResizeColumns = false; this.dgvGroutingLineDetail.IsClickF12 = false; this.dgvGroutingLineDetail.IsOpenMergeCellFlag = false; this.dgvGroutingLineDetail.IsSubTotalFlag = false; this.dgvGroutingLineDetail.IsTopDeep = false; this.dgvGroutingLineDetail.Location = new System.Drawing.Point(0, 95); this.dgvGroutingLineDetail.MergeColumnNames = null; this.dgvGroutingLineDetail.MergeDetailColumnNames = null; this.dgvGroutingLineDetail.MergeDetailOnlyColumn = null; this.dgvGroutingLineDetail.MergeOnlyColumn = null; this.dgvGroutingLineDetail.Name = "dgvGroutingLineDetail"; this.dgvGroutingLineDetail.ReadOnly = true; this.dgvGroutingLineDetail.RefreshAtHscroll = false; this.dgvGroutingLineDetail.RowHeadersWidth = 50; this.dgvGroutingLineDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvGroutingLineDetail.RowsDefaultCellStyle = dataGridViewCellStyle6; this.dgvGroutingLineDetail.RowTemplate.Height = 21; this.dgvGroutingLineDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvGroutingLineDetail.Size = new System.Drawing.Size(876, 329); this.dgvGroutingLineDetail.SortOrderColumnName = null; this.dgvGroutingLineDetail.TabIndex = 47; this.dgvGroutingLineDetail.Tag = true; this.dgvGroutingLineDetail.TotalSumColumns = null; this.dgvGroutingLineDetail.ViewRowFilter = ""; this.dgvGroutingLineDetail.VirtualMode = true; this.dgvGroutingLineDetail.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvGroutingLineDetail_CellMouseClick); // // GroutingLineDetailID // this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID"; this.GroutingLineDetailID.HeaderText = "成型生产线明细ID"; this.GroutingLineDetailID.Name = "GroutingLineDetailID"; this.GroutingLineDetailID.ReadOnly = true; this.GroutingLineDetailID.Visible = false; // // GroutingLineIDM // this.GroutingLineIDM.DataPropertyName = "GroutingLineID"; this.GroutingLineIDM.HeaderText = "成型生产线ID"; this.GroutingLineIDM.Name = "GroutingLineIDM"; this.GroutingLineIDM.ReadOnly = true; this.GroutingLineIDM.Visible = false; // // GroutingMouldCode // this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode"; this.GroutingMouldCode.HeaderText = "注浆模具编号"; this.GroutingMouldCode.Name = "GroutingMouldCode"; this.GroutingMouldCode.ReadOnly = true; this.GroutingMouldCode.Width = 120; // // MouldCode // this.MouldCode.DataPropertyName = "MouldCode"; this.MouldCode.HeaderText = "模具编号"; this.MouldCode.Name = "MouldCode"; this.MouldCode.ReadOnly = true; this.MouldCode.Visible = false; // // GoodsID // this.GoodsID.DataPropertyName = "GoodsID"; this.GoodsID.HeaderText = "产品ID"; this.GoodsID.Name = "GoodsID"; this.GoodsID.ReadOnly = true; this.GoodsID.Visible = false; // // GOODSCODE // this.GOODSCODE.DataPropertyName = "GOODSCODE"; this.GOODSCODE.HeaderText = "产品编号"; this.GOODSCODE.Name = "GOODSCODE"; this.GOODSCODE.ReadOnly = true; // // GroutingCount // this.GroutingCount.DataPropertyName = "GroutingCount"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle3; this.GroutingCount.HeaderText = "当前注浆次数"; this.GroutingCount.Name = "GroutingCount"; this.GroutingCount.ReadOnly = true; // // GMouldStatusM // this.GMouldStatusM.DataPropertyName = "GMOULDSTATUSNAME"; this.GMouldStatusM.HeaderText = "注浆模具状态"; this.GMouldStatusM.Name = "GMouldStatusM"; this.GMouldStatusM.ReadOnly = true; this.GMouldStatusM.Width = 120; // // BeginUsedDateM // this.BeginUsedDateM.DataPropertyName = "BeginUsedDate"; dataGridViewCellStyle4.Format = "yyyy-MM-dd"; dataGridViewCellStyle4.NullValue = null; this.BeginUsedDateM.DefaultCellStyle = dataGridViewCellStyle4; this.BeginUsedDateM.HeaderText = "开始使用日期"; this.BeginUsedDateM.Name = "BeginUsedDateM"; this.BeginUsedDateM.ReadOnly = true; this.BeginUsedDateM.Width = 120; // // GMouldStatus // this.GMouldStatus.DataPropertyName = "GMouldStatus"; this.GMouldStatus.HeaderText = "GMouldStatus"; this.GMouldStatus.Name = "GMouldStatus"; this.GMouldStatus.ReadOnly = true; this.GMouldStatus.Visible = false; // // RreasonRemarks // this.RreasonRemarks.DataPropertyName = "RreasonRemarks"; this.RreasonRemarks.HeaderText = "备注"; this.RreasonRemarks.Name = "RreasonRemarks"; this.RreasonRemarks.ReadOnly = true; // // dkGrouting // this.dkGrouting.BackColor = System.Drawing.Color.Transparent; this.dkGrouting.BindBarCode = null; this.dkGrouting.BindBarCodeTime = null; this.dkGrouting.BindBarCodeTimeEnd = null; this.dkGrouting.DataSource = null; this.dkGrouting.Enabled = true; this.dkGrouting.GMouldStatus = 0; this.dkGrouting.GMouldTypeID = 0; this.dkGrouting.GroutingDate = null; this.dkGrouting.GroutingLineCode = ""; this.dkGrouting.GroutingLineID = null; this.dkGrouting.GroutingLineIDS = null; this.dkGrouting.GroutingLineName = null; this.dkGrouting.IsCanmanytimes = 0; this.dkGrouting.IsEnablePurview = false; this.dkGrouting.IsMustInput = false; this.dkGrouting.Location = new System.Drawing.Point(26, 21); this.dkGrouting.MouldQuantity = 0; this.dkGrouting.Name = "dkGrouting"; this.dkGrouting.NoGroutingFlag = false; this.dkGrouting.OPTimeStamp = new System.DateTime(((long)(0))); this.dkGrouting.Purview = null; this.dkGrouting.Size = new System.Drawing.Size(216, 21); this.dkGrouting.TabIndex = 48; this.dkGrouting.Title = "成型线"; this.dkGrouting.TxtMouldTypeBackColor = System.Drawing.SystemColors.Control; this.dkGrouting.UserCode = null; this.dkGrouting.UserId = null; this.dkGrouting.UserName = null; this.dkGrouting.MouldTypeValueChanged += new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGroutingLineSearchBox.TextBoxChangedHandle(this.dkGrouting_MouldTypeValueChanged); // // 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.dkGrouting); 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, 39); this.gbxCondition.Name = "gbxCondition"; this.gbxCondition.OriginalHeight = -1; this.gbxCondition.Size = new System.Drawing.Size(876, 50); this.gbxCondition.TabIndex = 49; this.gbxCondition.TabStop = false; this.gbxCondition.Text = "查询条件 ▼"; // // F_PC_0101 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(888, 425); this.Controls.Add(this.dgvGroutingLineDetail); this.Controls.Add(this.tsrOperate); this.Controls.Add(this.gbxCondition); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "F_PC_0101"; this.Text = "F_PC_0101"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0101_FormClosed); this.Load += new System.EventHandler(this.F_PC_0101_Load); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).EndInit(); this.gbxCondition.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Basics.BaseControls.C_ToolStrip tsrOperate; private System.Windows.Forms.ToolStripButton tsbtnChangeMouldAll; private System.Windows.Forms.ToolStripButton tsbtnChangeMouldAllEnd; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private System.Windows.Forms.ToolStripButton tsbtnClose; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_Button btnClearCondition; private Basics.BaseControls.C_DataGridView dgvGroutingLineDetail; private System.Windows.Forms.ToolStripButton tsbtnRepairMould; private System.Windows.Forms.ToolStripButton tsbtnRepairMouldEnd; private System.Windows.Forms.ToolStripButton tsbtnChangeMould; private System.Windows.Forms.ToolStripButton tsbtnChangeMouldEnd; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton tsbtnDisable; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private Controls.SearchTextBox.dkGroutingLineSearchBox dkGrouting; private System.Windows.Forms.ToolStripButton tsbtnUpdateLine; private System.Windows.Forms.ToolStripButton tsbtnUpdateLineEnd; private Basics.BaseControls.C_GroupBox gbxCondition; private System.Windows.Forms.ToolStripButton tsbtnStart; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineIDM; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode; private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID; private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount; private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatusM; private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDateM; private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus; private System.Windows.Forms.DataGridViewTextBoxColumn RreasonRemarks; } }