namespace Dongke.IBOSS.PRD.Client.PMModule { partial class F_PM_1401 { /// /// 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_1401)); this.dgvInProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CompleteProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CompleteProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProductionLineID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProductionLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProcedureModel = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ModelType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IsPublicBody = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IsReworked = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsLevelName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsLevelTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingDailyID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingDailyDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GMouldTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CanManyTimes = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateUserID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UpdateTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UpdateUserID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UpdateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.lblGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.scbGroutingLine = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGroutingLine(); this.lblGMouldType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.scbGMouldType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGMouldType(); this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods(); this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode(); this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox(); this.dkproductionLineSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox(); this.lblCreateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dtpCreateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.dtpCreateTimeStart = 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.lblCreateTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip(); this.tsbtnMoreCondition = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.lblUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.scbUser = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbUser(); ((System.ComponentModel.ISupportInitialize)(this.dgvInProduction)).BeginInit(); this.gbxCondition.SuspendLayout(); this.tsrOperate.SuspendLayout(); this.SuspendLayout(); // // dgvInProduction // this.dgvInProduction.AllowUserToAddRows = false; this.dgvInProduction.AllowUserToDeleteRows = false; this.dgvInProduction.AllowUserToModifyRows = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvInProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvInProduction.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.dgvInProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvInProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvInProduction.CellHeight = 23; this.dgvInProduction.ChildNodeColumnName = null; this.dgvInProduction.ChildNodeColumnText = null; this.dgvInProduction.ColumnDeep = 1; this.dgvInProduction.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.dgvInProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvInProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvInProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.BarCode, this.GoodsID, this.GoodsCode, this.GoodsName, this.CompleteProcedureID, this.CompleteProcedureName, this.UserID, this.UserCode, this.UserName, this.ProductionLineID, this.ProductionLineCode, this.ProductionLineName, this.ProcedureModel, this.ModelType, this.IsPublicBody, this.IsReworked, this.GoodsLevelName, this.GoodsLevelTypeName, this.GroutingDailyID, this.GroutingDailyDetailID, this.GroutingDate, this.GroutingLineID, this.GroutingLineCode, this.GroutingLineName, this.GMouldTypeID, this.GMouldTypeName, this.CanManyTimes, this.GroutingLineDetailID, this.GroutingMouldCode, this.CreateTime, this.CreateUserID, this.CreateUserName, this.UpdateTime, this.UpdateUserID, this.UpdateUserName, this.Remarks}); this.dgvInProduction.ColumnTreeView = null; this.dgvInProduction.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.dgvInProduction.DynamicColumnName = ""; this.dgvInProduction.EnableHeadersVisualStyles = false; this.dgvInProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvInProduction.FormatQuantityColumns = null; this.dgvInProduction.HorizontalMergeColumn = null; this.dgvInProduction.IsAutoCountSum = true; this.dgvInProduction.IsAutoResizeColumns = false; this.dgvInProduction.IsClickF12 = false; this.dgvInProduction.IsOpenMergeCellFlag = false; this.dgvInProduction.IsSubTotalFlag = false; this.dgvInProduction.IsTopDeep = false; this.dgvInProduction.Location = new System.Drawing.Point(0, 128); this.dgvInProduction.MergeColumnNames = null; this.dgvInProduction.MergeDetailColumnNames = null; this.dgvInProduction.MergeDetailOnlyColumn = null; this.dgvInProduction.MergeOnlyColumn = null; this.dgvInProduction.MultiSelect = false; this.dgvInProduction.Name = "dgvInProduction"; this.dgvInProduction.ReadOnly = true; this.dgvInProduction.RefreshAtHscroll = false; this.dgvInProduction.RowHeadersWidth = 50; this.dgvInProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvInProduction.RowsDefaultCellStyle = dataGridViewCellStyle3; this.dgvInProduction.RowTemplate.Height = 21; this.dgvInProduction.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvInProduction.Size = new System.Drawing.Size(1119, 261); this.dgvInProduction.SortOrderColumnName = null; this.dgvInProduction.TabIndex = 28; this.dgvInProduction.Tag = true; this.dgvInProduction.TotalSumColumns = null; this.dgvInProduction.ViewRowFilter = ""; // // BarCode // this.BarCode.DataPropertyName = "BarCode"; this.BarCode.HeaderText = "产品条码"; this.BarCode.Name = "BarCode"; this.BarCode.ReadOnly = true; // // 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; // // GoodsName // this.GoodsName.DataPropertyName = "GoodsName"; this.GoodsName.HeaderText = "产品名称"; this.GoodsName.Name = "GoodsName"; this.GoodsName.ReadOnly = true; // // CompleteProcedureID // this.CompleteProcedureID.DataPropertyName = "CompleteProcedureID"; this.CompleteProcedureID.HeaderText = "完成工序ID"; this.CompleteProcedureID.Name = "CompleteProcedureID"; this.CompleteProcedureID.ReadOnly = true; this.CompleteProcedureID.Visible = false; // // CompleteProcedureName // this.CompleteProcedureName.DataPropertyName = "CompleteProcedureName"; this.CompleteProcedureName.HeaderText = "完成工序名称"; this.CompleteProcedureName.Name = "CompleteProcedureName"; this.CompleteProcedureName.ReadOnly = true; // // UserID // this.UserID.DataPropertyName = "UserID"; this.UserID.HeaderText = "工号ID"; this.UserID.Name = "UserID"; this.UserID.ReadOnly = true; this.UserID.Visible = false; // // UserCode // this.UserCode.DataPropertyName = "UserCode"; this.UserCode.HeaderText = "生产工号"; this.UserCode.Name = "UserCode"; this.UserCode.ReadOnly = true; // // UserName // this.UserName.DataPropertyName = "UserName"; this.UserName.HeaderText = "工号名称"; this.UserName.Name = "UserName"; this.UserName.ReadOnly = true; // // ProductionLineID // this.ProductionLineID.DataPropertyName = "ProductionLineID"; this.ProductionLineID.HeaderText = "生产线ID"; this.ProductionLineID.Name = "ProductionLineID"; this.ProductionLineID.ReadOnly = true; this.ProductionLineID.Visible = false; // // ProductionLineCode // this.ProductionLineCode.DataPropertyName = "ProductionLineCode"; this.ProductionLineCode.HeaderText = "生产线编码"; this.ProductionLineCode.Name = "ProductionLineCode"; this.ProductionLineCode.ReadOnly = true; // // ProductionLineName // this.ProductionLineName.DataPropertyName = "ProductionLineName"; this.ProductionLineName.HeaderText = "生产线名称"; this.ProductionLineName.Name = "ProductionLineName"; this.ProductionLineName.ReadOnly = true; // // ProcedureModel // this.ProcedureModel.DataPropertyName = "ProcedureModel"; this.ProcedureModel.HeaderText = "工序模型"; this.ProcedureModel.Name = "ProcedureModel"; this.ProcedureModel.ReadOnly = true; // // ModelType // this.ModelType.DataPropertyName = "ModelType"; this.ModelType.HeaderText = "工序类别"; this.ModelType.Name = "ModelType"; this.ModelType.ReadOnly = true; this.ModelType.Visible = false; // // IsPublicBody // this.IsPublicBody.DataPropertyName = "IsPublicBody"; this.IsPublicBody.HeaderText = "是否公坯"; this.IsPublicBody.Name = "IsPublicBody"; this.IsPublicBody.ReadOnly = true; // // IsReworked // this.IsReworked.DataPropertyName = "IsReFire"; this.IsReworked.HeaderText = "是否重烧"; this.IsReworked.Name = "IsReworked"; this.IsReworked.ReadOnly = true; // // GoodsLevelName // this.GoodsLevelName.DataPropertyName = "GoodsLevelName"; this.GoodsLevelName.HeaderText = "产品分级"; this.GoodsLevelName.Name = "GoodsLevelName"; this.GoodsLevelName.ReadOnly = true; // // GoodsLevelTypeName // this.GoodsLevelTypeName.DataPropertyName = "GoodsLevelTypeName"; this.GoodsLevelTypeName.HeaderText = "产品分级类别"; this.GoodsLevelTypeName.Name = "GoodsLevelTypeName"; this.GoodsLevelTypeName.ReadOnly = true; // // GroutingDailyID // this.GroutingDailyID.DataPropertyName = "GroutingDailyID"; this.GroutingDailyID.HeaderText = "注浆日报ID"; this.GroutingDailyID.Name = "GroutingDailyID"; this.GroutingDailyID.ReadOnly = true; this.GroutingDailyID.Visible = false; // // GroutingDailyDetailID // this.GroutingDailyDetailID.DataPropertyName = "GroutingDailyDetailID"; this.GroutingDailyDetailID.HeaderText = "注浆日报明细ID"; this.GroutingDailyDetailID.Name = "GroutingDailyDetailID"; this.GroutingDailyDetailID.ReadOnly = true; this.GroutingDailyDetailID.Visible = false; // // GroutingDate // this.GroutingDate.DataPropertyName = "GroutingDate"; this.GroutingDate.HeaderText = "注浆日期"; this.GroutingDate.Name = "GroutingDate"; this.GroutingDate.ReadOnly = true; // // GroutingLineID // this.GroutingLineID.DataPropertyName = "GroutingLineID"; this.GroutingLineID.HeaderText = "成型生产线ID"; this.GroutingLineID.Name = "GroutingLineID"; this.GroutingLineID.ReadOnly = true; this.GroutingLineID.Visible = false; // // GroutingLineCode // this.GroutingLineCode.DataPropertyName = "GroutingLineCode"; this.GroutingLineCode.HeaderText = "成型生产线编码"; this.GroutingLineCode.Name = "GroutingLineCode"; this.GroutingLineCode.ReadOnly = true; // // GroutingLineName // this.GroutingLineName.DataPropertyName = "GroutingLineName"; this.GroutingLineName.HeaderText = "成型生产线名称"; this.GroutingLineName.Name = "GroutingLineName"; this.GroutingLineName.ReadOnly = true; // // GMouldTypeID // this.GMouldTypeID.DataPropertyName = "GMouldTypeID"; this.GMouldTypeID.HeaderText = "成型线类型ID"; this.GMouldTypeID.Name = "GMouldTypeID"; this.GMouldTypeID.ReadOnly = true; this.GMouldTypeID.Visible = false; // // GMouldTypeName // this.GMouldTypeName.DataPropertyName = "GMouldTypeName"; this.GMouldTypeName.HeaderText = "成型线类型名称"; this.GMouldTypeName.Name = "GMouldTypeName"; this.GMouldTypeName.ReadOnly = true; // // CanManyTimes // this.CanManyTimes.DataPropertyName = "CanManyTimes"; this.CanManyTimes.HeaderText = "能否多次注浆"; this.CanManyTimes.Name = "CanManyTimes"; this.CanManyTimes.ReadOnly = true; // // GroutingLineDetailID // this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID"; this.GroutingLineDetailID.HeaderText = "成型生产线明细ID"; this.GroutingLineDetailID.Name = "GroutingLineDetailID"; this.GroutingLineDetailID.ReadOnly = true; this.GroutingLineDetailID.Visible = false; // // GroutingMouldCode // this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode"; this.GroutingMouldCode.HeaderText = "注浆模具编号"; this.GroutingMouldCode.Name = "GroutingMouldCode"; this.GroutingMouldCode.ReadOnly = true; // // CreateTime // this.CreateTime.DataPropertyName = "CreateTime"; this.CreateTime.HeaderText = "创建时间"; this.CreateTime.Name = "CreateTime"; this.CreateTime.ReadOnly = true; // // CreateUserID // this.CreateUserID.DataPropertyName = "CreateUserID"; this.CreateUserID.HeaderText = "创建数据操作员ID"; this.CreateUserID.Name = "CreateUserID"; this.CreateUserID.ReadOnly = true; this.CreateUserID.Visible = false; // // CreateUserName // this.CreateUserName.DataPropertyName = "CreateUserName"; this.CreateUserName.HeaderText = "创建数据操作员"; this.CreateUserName.Name = "CreateUserName"; this.CreateUserName.ReadOnly = true; // // UpdateTime // this.UpdateTime.DataPropertyName = "UpdateTime"; this.UpdateTime.HeaderText = "更新时间"; this.UpdateTime.Name = "UpdateTime"; this.UpdateTime.ReadOnly = true; // // UpdateUserID // this.UpdateUserID.DataPropertyName = "UpdateUserID"; this.UpdateUserID.HeaderText = "更新数据操作员ID"; this.UpdateUserID.Name = "UpdateUserID"; this.UpdateUserID.ReadOnly = true; this.UpdateUserID.Visible = false; // // UpdateUserName // this.UpdateUserName.DataPropertyName = "UpdateUserName"; this.UpdateUserName.HeaderText = "更新数据操作员"; this.UpdateUserName.Name = "UpdateUserName"; this.UpdateUserName.ReadOnly = true; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.Name = "Remarks"; this.Remarks.ReadOnly = true; // // 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.lblUser); this.gbxCondition.Controls.Add(this.scbUser); this.gbxCondition.Controls.Add(this.lblGroutingLine); this.gbxCondition.Controls.Add(this.scbGroutingLine); this.gbxCondition.Controls.Add(this.lblGMouldType); this.gbxCondition.Controls.Add(this.scbGMouldType); this.gbxCondition.Controls.Add(this.scbGoods); this.gbxCondition.Controls.Add(this.lblGoods); this.gbxCondition.Controls.Add(this.txtBarCode); this.gbxCondition.Controls.Add(this.lblBarCode); this.gbxCondition.Controls.Add(this.dkProcedureSearchBox); this.gbxCondition.Controls.Add(this.dkproductionLineSearchBox); this.gbxCondition.Controls.Add(this.lblCreateTimeEnd); this.gbxCondition.Controls.Add(this.dtpCreateTimeEnd); this.gbxCondition.Controls.Add(this.dtpCreateTimeStart); this.gbxCondition.Controls.Add(this.btnClearCondition); this.gbxCondition.Controls.Add(this.btnSearch); this.gbxCondition.Controls.Add(this.lblCreateTimeStart); 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, 84); this.gbxCondition.TabIndex = 27; this.gbxCondition.TabStop = false; this.gbxCondition.Text = "查询条件 ▼"; // // lblGroutingLine // this.lblGroutingLine.AutoSize = true; this.lblGroutingLine.BackColor = System.Drawing.Color.Transparent; this.lblGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGroutingLine.ForeColor = System.Drawing.SystemColors.ControlText; this.lblGroutingLine.Location = new System.Drawing.Point(680, 24); this.lblGroutingLine.Name = "lblGroutingLine"; this.lblGroutingLine.Size = new System.Drawing.Size(41, 12); this.lblGroutingLine.TabIndex = 41; this.lblGroutingLine.Text = "成型线"; // // scbGroutingLine // this.scbGroutingLine.CheckedData = null; this.scbGroutingLine.DisplayMember = "GroutingLineCode"; this.scbGroutingLine.Location = new System.Drawing.Point(728, 20); this.scbGroutingLine.MultiSelect = true; this.scbGroutingLine.Name = "scbGroutingLine"; this.scbGroutingLine.Size = new System.Drawing.Size(144, 21); this.scbGroutingLine.TabIndex = 40; // // lblGMouldType // this.lblGMouldType.AutoSize = true; this.lblGMouldType.BackColor = System.Drawing.Color.Transparent; this.lblGMouldType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGMouldType.ForeColor = System.Drawing.SystemColors.ControlText; this.lblGMouldType.Location = new System.Drawing.Point(222, 24); this.lblGMouldType.Name = "lblGMouldType"; this.lblGMouldType.Size = new System.Drawing.Size(65, 12); this.lblGMouldType.TabIndex = 17; this.lblGMouldType.Text = "成型线类型"; // // scbGMouldType // this.scbGMouldType.CheckedData = null; this.scbGMouldType.Location = new System.Drawing.Point(293, 20); this.scbGMouldType.MultiSelect = true; this.scbGMouldType.Name = "scbGMouldType"; this.scbGMouldType.Size = new System.Drawing.Size(149, 21); this.scbGMouldType.TabIndex = 16; // // scbGoods // this.scbGoods.CheckedData = null; this.scbGoods.Location = new System.Drawing.Point(937, 20); this.scbGoods.MultiSelect = true; this.scbGoods.Name = "scbGoods"; this.scbGoods.Size = new System.Drawing.Size(134, 21); this.scbGoods.TabIndex = 15; // // 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(878, 24); this.lblGoods.Name = "lblGoods"; this.lblGoods.Size = new System.Drawing.Size(53, 12); this.lblGoods.TabIndex = 14; this.lblGoods.Text = "产品名称"; // // txtBarCode // this.txtBarCode.BackColor = System.Drawing.SystemColors.Window; this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtBarCode.ErrorMessage = ""; this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBarCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtBarCode.Location = new System.Drawing.Point(293, 47); this.txtBarCode.MaxLength = 11; this.txtBarCode.Name = "txtBarCode"; this.txtBarCode.Size = new System.Drawing.Size(149, 21); this.txtBarCode.TabIndex = 7; this.txtBarCode.TextValue = ""; // // lblBarCode // this.lblBarCode.AutoSize = true; this.lblBarCode.BackColor = System.Drawing.Color.Transparent; this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText; this.lblBarCode.Location = new System.Drawing.Point(234, 51); this.lblBarCode.Name = "lblBarCode"; this.lblBarCode.Size = new System.Drawing.Size(53, 12); this.lblBarCode.TabIndex = 6; this.lblBarCode.Text = "产品条码"; // // 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(473, 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(185, 21); this.dkProcedureSearchBox.TabIndex = 2; this.dkProcedureSearchBox.Title = "工序"; this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control; // // dkproductionLineSearchBox // this.dkproductionLineSearchBox.BackColor = System.Drawing.Color.Transparent; this.dkproductionLineSearchBox.DataSource = null; this.dkproductionLineSearchBox.Enabled = true; this.dkproductionLineSearchBox.IsEnablePurview = false; this.dkproductionLineSearchBox.IsMustInput = false; this.dkproductionLineSearchBox.Location = new System.Drawing.Point(19, 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.SelectMore = true; this.dkproductionLineSearchBox.Size = new System.Drawing.Size(193, 21); this.dkproductionLineSearchBox.TabIndex = 0; this.dkproductionLineSearchBox.Title = "生产线"; this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control; // // lblCreateTimeEnd // this.lblCreateTimeEnd.AutoSize = true; this.lblCreateTimeEnd.BackColor = System.Drawing.Color.Transparent; this.lblCreateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCreateTimeEnd.ForeColor = System.Drawing.SystemColors.ControlText; this.lblCreateTimeEnd.Location = new System.Drawing.Point(668, 51); this.lblCreateTimeEnd.Name = "lblCreateTimeEnd"; this.lblCreateTimeEnd.Size = new System.Drawing.Size(53, 12); this.lblCreateTimeEnd.TabIndex = 10; this.lblCreateTimeEnd.Text = "结束日期"; // // dtpCreateTimeEnd // this.dtpCreateTimeEnd.CustomFormat = "yyyy-MM-dd"; this.dtpCreateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpCreateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpCreateTimeEnd.Location = new System.Drawing.Point(728, 47); this.dtpCreateTimeEnd.Name = "dtpCreateTimeEnd"; this.dtpCreateTimeEnd.Size = new System.Drawing.Size(144, 21); this.dtpCreateTimeEnd.TabIndex = 11; // // dtpCreateTimeStart // this.dtpCreateTimeStart.CustomFormat = "yyyy-MM-dd"; this.dtpCreateTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpCreateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpCreateTimeStart.Location = new System.Drawing.Point(506, 47); this.dtpCreateTimeStart.Name = "dtpCreateTimeStart"; this.dtpCreateTimeStart.Size = new System.Drawing.Size(152, 21); this.dtpCreateTimeStart.TabIndex = 9; // // 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(1017, 46); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 13; 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(926, 46); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 12; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // lblCreateTimeStart // this.lblCreateTimeStart.AutoSize = true; this.lblCreateTimeStart.BackColor = System.Drawing.Color.Transparent; this.lblCreateTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCreateTimeStart.ForeColor = System.Drawing.SystemColors.ControlText; this.lblCreateTimeStart.Location = new System.Drawing.Point(452, 51); this.lblCreateTimeStart.Name = "lblCreateTimeStart"; this.lblCreateTimeStart.Size = new System.Drawing.Size(53, 12); this.lblCreateTimeStart.TabIndex = 8; this.lblCreateTimeStart.Text = "开始日期"; // // tsrOperate // this.tsrOperate.AutoSize = false; this.tsrOperate.BackColor = System.Drawing.Color.Transparent; this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.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.tsbtnMoreCondition, this.toolStripSeparator1, 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 = 26; this.tsrOperate.Text = "toolStrip1"; // // tsbtnMoreCondition // this.tsbtnMoreCondition.AutoSize = false; this.tsbtnMoreCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnMoreCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnMoreCondition.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnMoreCondition.Name = "tsbtnMoreCondition"; this.tsbtnMoreCondition.Size = new System.Drawing.Size(80, 25); this.tsbtnMoreCondition.Text = "更多条件(&M)"; this.tsbtnMoreCondition.Visible = false; this.tsbtnMoreCondition.Click += new System.EventHandler(this.tsbtnMoreCondition_Click); // // toolStripSeparator1 // this.toolStripSeparator1.AutoSize = false; this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.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); // // lblUser // this.lblUser.AutoSize = true; this.lblUser.BackColor = System.Drawing.Color.Transparent; this.lblUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblUser.ForeColor = System.Drawing.SystemColors.ControlText; this.lblUser.Location = new System.Drawing.Point(31, 53); this.lblUser.Name = "lblUser"; this.lblUser.Size = new System.Drawing.Size(29, 12); this.lblUser.TabIndex = 51; this.lblUser.Text = "工号"; // // scbUser // this.scbUser.CheckedData = null; this.scbUser.IsWorker = false; this.scbUser.Location = new System.Drawing.Point(66, 47); this.scbUser.MultiSelect = true; this.scbUser.Name = "scbUser"; this.scbUser.Size = new System.Drawing.Size(146, 21); this.scbUser.TabIndex = 50; // // F_PM_1401 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1131, 401); this.Controls.Add(this.dgvInProduction); this.Controls.Add(this.gbxCondition); this.Controls.Add(this.tsrOperate); this.Name = "F_PM_1401"; this.Text = "在产产品"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_1401_FormClosed); this.Load += new System.EventHandler(this.F_PM_1401_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvInProduction)).EndInit(); this.gbxCondition.ResumeLayout(false); this.gbxCondition.PerformLayout(); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); 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_Button btnClearCondition; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_DataGridView dgvInProduction; private System.Windows.Forms.ToolStripButton tsbtnMoreCondition; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private Basics.BaseControls.C_DateTimePicker dtpCreateTimeStart; private Basics.BaseControls.C_Label lblCreateTimeEnd; private Basics.BaseControls.C_DateTimePicker dtpCreateTimeEnd; private Basics.BaseControls.C_Label lblCreateTimeStart; private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox; private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox; private Basics.BaseControls.C_TXT_BarCode txtBarCode; private Basics.BaseControls.C_Label lblBarCode; private System.Windows.Forms.DataGridViewTextBoxColumn BarCode; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName; private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureID; private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureName; private System.Windows.Forms.DataGridViewTextBoxColumn UserID; private System.Windows.Forms.DataGridViewTextBoxColumn UserCode; private System.Windows.Forms.DataGridViewTextBoxColumn UserName; private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineID; private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode; private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName; private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModel; private System.Windows.Forms.DataGridViewTextBoxColumn ModelType; private System.Windows.Forms.DataGridViewTextBoxColumn IsPublicBody; private System.Windows.Forms.DataGridViewTextBoxColumn IsReworked; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelName; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelTypeName; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyID; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyDetailID; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName; private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeID; private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName; private System.Windows.Forms.DataGridViewTextBoxColumn CanManyTimes; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode; private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime; private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserID; private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName; private System.Windows.Forms.DataGridViewTextBoxColumn UpdateTime; private System.Windows.Forms.DataGridViewTextBoxColumn UpdateUserID; private System.Windows.Forms.DataGridViewTextBoxColumn UpdateUserName; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; private Basics.BaseControls.C_Label lblGoods; private Controls.SearchBox.ScbGoods scbGoods; private Basics.BaseControls.C_Label lblGMouldType; private Controls.SearchBox.ScbGMouldType scbGMouldType; private Basics.BaseControls.C_Label lblGroutingLine; private Controls.SearchBox.ScbGroutingLine scbGroutingLine; private Basics.BaseControls.C_Label lblUser; private Controls.SearchBox.ScbUser scbUser; } }