namespace Dongke.IBOSS.PRD.Client.PCModule { partial class F_PC_1004 { /// /// 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 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.dgvMould = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.MouldID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MouldBarcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SupplierName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProductionDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Weight = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Cost = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StandardGroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingDateBegin = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingDateEnd = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.LastGroutingBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mouldstatusname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RepairFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ScrapDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ScrapUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ScrapReason = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ScrapResponsibility = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groutinglinecode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groutingmouldcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip(); this.tsbtnSave = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox(); this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel(); this.dkGoodsCode = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGoodsCodeSearchBox(); this.ftcScrapReason = new Dongke.WinForm.Controls.FtcFilterComboBox(); this.txtScrapResponsibility = new Dongke.WinForm.Controls.TxtTextBox(); this.lblScrapResponsibility = new Dongke.WinForm.Controls.LblLabel(); this.lblScrapReason = new Dongke.WinForm.Controls.LblLabel(); this.lblMouldPlan = new Dongke.WinForm.Controls.LblLabel(); this.ftcMouldPlan = new Dongke.WinForm.Controls.FtcFilterComboBox(); ((System.ComponentModel.ISupportInitialize)(this.dgvMould)).BeginInit(); this.tsrToolStrip1.SuspendLayout(); this.SuspendLayout(); // // dgvMould // this.dgvMould.AllowUserToAddRows = false; this.dgvMould.AllowUserToDeleteRows = false; this.dgvMould.AllowUserToModifyRows = true; this.dgvMould.AllowUserToOrderColumns = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvMould.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvMould.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.dgvMould.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvMould.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvMould.CellHeight = 23; this.dgvMould.ChildNodeColumnName = null; this.dgvMould.ChildNodeColumnText = null; this.dgvMould.ColumnDeep = 1; this.dgvMould.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.dgvMould.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvMould.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvMould.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Sel, this.MouldID, this.MouldCode, this.MouldBarcode, this.MouldTypeName, this.SupplierName, this.ProductionDate, this.GoodsID, this.GoodsCode, this.UserID, this.UserCode, this.Weight, this.Cost, this.StandardGroutingNum, this.GroutingNum, this.GroutingDateBegin, this.GroutingDateEnd, this.LastGroutingBatchNo, this.MouldStatus, this.mouldstatusname, this.RepairFlag, this.ScrapDate, this.ScrapUserCode, this.ScrapReason, this.ScrapResponsibility, this.groutinglinecode, this.groutingmouldcode, this.Remarks, this.CreateTime, this.CreateUserCode}); this.dgvMould.ColumnTreeView = null; this.dgvMould.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.dgvMould.DynamicColumnName = ""; this.dgvMould.EnableHeadersVisualStyles = false; this.dgvMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvMould.FormatQuantityColumns = null; this.dgvMould.HasNode = false; this.dgvMould.HorizontalMergeColumn = null; this.dgvMould.IsAutoCountSum = true; this.dgvMould.IsAutoResizeColumns = false; this.dgvMould.IsClickF12 = false; this.dgvMould.IsOpenMergeCellFlag = false; this.dgvMould.IsSubTotalFlag = false; this.dgvMould.IsTopDeep = false; this.dgvMould.Location = new System.Drawing.Point(12, 65); this.dgvMould.MergeColumnNames = null; this.dgvMould.MergeDetailColumnNames = null; this.dgvMould.MergeDetailOnlyColumn = null; this.dgvMould.MergeOnlyColumn = null; this.dgvMould.MultiSelect = false; this.dgvMould.Name = "dgvMould"; this.dgvMould.ReadOnly = true; this.dgvMould.RefreshAtHscroll = false; this.dgvMould.RowHeadersWidth = 50; this.dgvMould.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvMould.RowsDefaultCellStyle = dataGridViewCellStyle13; this.dgvMould.RowTemplate.Height = 21; this.dgvMould.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvMould.Size = new System.Drawing.Size(972, 267); this.dgvMould.SortOrderColumnName = null; this.dgvMould.TabIndex = 10; this.dgvMould.Tag = ""; this.dgvMould.TotalSumColumns = null; this.dgvMould.ViewRowFilter = ""; this.dgvMould.VirtualNodes = false; this.dgvMould.Sorted += new System.EventHandler(this.dgvMould_Sorted); // // Sel // this.Sel.DataPropertyName = "Sel"; this.Sel.FalseValue = "0"; this.Sel.HeaderText = "选择"; this.Sel.Name = "Sel"; this.Sel.ReadOnly = true; this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.Sel.TrueValue = "1"; this.Sel.Visible = false; this.Sel.Width = 60; // // MouldID // this.MouldID.DataPropertyName = "MouldID"; this.MouldID.HeaderText = "MouldID"; this.MouldID.Name = "MouldID"; this.MouldID.ReadOnly = true; this.MouldID.Visible = false; // // MouldCode // this.MouldCode.DataPropertyName = "MouldCode"; this.MouldCode.HeaderText = "MouldCode"; this.MouldCode.Name = "MouldCode"; this.MouldCode.ReadOnly = true; this.MouldCode.Visible = false; // // MouldBarcode // this.MouldBarcode.DataPropertyName = "MouldBarcode"; this.MouldBarcode.HeaderText = "模具条码"; this.MouldBarcode.Name = "MouldBarcode"; this.MouldBarcode.ReadOnly = true; // // MouldTypeName // this.MouldTypeName.DataPropertyName = "MouldTypeName"; this.MouldTypeName.HeaderText = "模具类型"; this.MouldTypeName.Name = "MouldTypeName"; this.MouldTypeName.ReadOnly = true; // // SupplierName // this.SupplierName.DataPropertyName = "SupplierName"; this.SupplierName.HeaderText = "材料供应商"; this.SupplierName.Name = "SupplierName"; this.SupplierName.ReadOnly = true; // // ProductionDate // this.ProductionDate.DataPropertyName = "ProductionDate"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.Format = "yyyy-MM-dd"; this.ProductionDate.DefaultCellStyle = dataGridViewCellStyle3; this.ProductionDate.HeaderText = "生产日期"; this.ProductionDate.Name = "ProductionDate"; this.ProductionDate.ReadOnly = true; // // GoodsID // this.GoodsID.DataPropertyName = "GoodsID"; this.GoodsID.HeaderText = "GoodsID"; 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; // // UserID // this.UserID.DataPropertyName = "UserID"; this.UserID.HeaderText = "UserID"; 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; // // Weight // this.Weight.DataPropertyName = "Weight"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle4.Format = "N2"; this.Weight.DefaultCellStyle = dataGridViewCellStyle4; this.Weight.HeaderText = "重量(KG)"; this.Weight.Name = "Weight"; this.Weight.ReadOnly = true; // // Cost // this.Cost.DataPropertyName = "Cost"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle5.Format = "N2"; this.Cost.DefaultCellStyle = dataGridViewCellStyle5; this.Cost.HeaderText = "成本(元)"; this.Cost.Name = "Cost"; this.Cost.ReadOnly = true; // // StandardGroutingNum // this.StandardGroutingNum.DataPropertyName = "StandardGroutingNum"; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle6.Format = "N0"; this.StandardGroutingNum.DefaultCellStyle = dataGridViewCellStyle6; this.StandardGroutingNum.HeaderText = "标准次数"; this.StandardGroutingNum.Name = "StandardGroutingNum"; this.StandardGroutingNum.ReadOnly = true; // // GroutingNum // this.GroutingNum.DataPropertyName = "GroutingNum"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle7.Format = "N0"; this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle7; this.GroutingNum.HeaderText = "注浆次数"; this.GroutingNum.Name = "GroutingNum"; this.GroutingNum.ReadOnly = true; // // GroutingDateBegin // this.GroutingDateBegin.DataPropertyName = "GroutingDateBegin"; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle8.Format = "yyyy-MM-dd"; this.GroutingDateBegin.DefaultCellStyle = dataGridViewCellStyle8; this.GroutingDateBegin.HeaderText = "注浆日期(起始)"; this.GroutingDateBegin.Name = "GroutingDateBegin"; this.GroutingDateBegin.ReadOnly = true; // // GroutingDateEnd // this.GroutingDateEnd.DataPropertyName = "GroutingDateEnd"; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle9.Format = "yyyy-MM-dd"; this.GroutingDateEnd.DefaultCellStyle = dataGridViewCellStyle9; this.GroutingDateEnd.HeaderText = "注浆日期(当前)"; this.GroutingDateEnd.Name = "GroutingDateEnd"; this.GroutingDateEnd.ReadOnly = true; // // LastGroutingBatchNo // this.LastGroutingBatchNo.DataPropertyName = "LastGroutingBatchNo"; dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.LastGroutingBatchNo.DefaultCellStyle = dataGridViewCellStyle10; this.LastGroutingBatchNo.HeaderText = "注浆批次(当前)"; this.LastGroutingBatchNo.Name = "LastGroutingBatchNo"; this.LastGroutingBatchNo.ReadOnly = true; // // MouldStatus // this.MouldStatus.DataPropertyName = "MouldStatus"; this.MouldStatus.HeaderText = "MouldStatus"; this.MouldStatus.Name = "MouldStatus"; this.MouldStatus.ReadOnly = true; this.MouldStatus.Visible = false; // // mouldstatusname // this.mouldstatusname.DataPropertyName = "mouldstatusname"; this.mouldstatusname.HeaderText = "模具状态"; this.mouldstatusname.Name = "mouldstatusname"; this.mouldstatusname.ReadOnly = true; // // RepairFlag // this.RepairFlag.DataPropertyName = "RepairFlag"; this.RepairFlag.FalseValue = "0"; this.RepairFlag.HeaderText = "维修标识"; this.RepairFlag.Name = "RepairFlag"; this.RepairFlag.ReadOnly = true; this.RepairFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.RepairFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.RepairFlag.TrueValue = "1"; // // ScrapDate // this.ScrapDate.DataPropertyName = "ScrapDate"; dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle11.Format = "yyyy-MM-dd"; this.ScrapDate.DefaultCellStyle = dataGridViewCellStyle11; this.ScrapDate.HeaderText = "报废日期"; this.ScrapDate.Name = "ScrapDate"; this.ScrapDate.ReadOnly = true; // // ScrapUserCode // this.ScrapUserCode.DataPropertyName = "ScrapUserCode"; this.ScrapUserCode.HeaderText = "报废工号"; this.ScrapUserCode.Name = "ScrapUserCode"; this.ScrapUserCode.ReadOnly = true; // // ScrapReason // this.ScrapReason.DataPropertyName = "ScrapReason"; this.ScrapReason.HeaderText = "报废原因"; this.ScrapReason.Name = "ScrapReason"; this.ScrapReason.ReadOnly = true; // // ScrapResponsibility // this.ScrapResponsibility.DataPropertyName = "ScrapResponsibility"; this.ScrapResponsibility.HeaderText = "报废责任"; this.ScrapResponsibility.Name = "ScrapResponsibility"; this.ScrapResponsibility.ReadOnly = true; // // groutinglinecode // this.groutinglinecode.DataPropertyName = "groutinglinecode"; this.groutinglinecode.HeaderText = "成型线号"; this.groutinglinecode.Name = "groutinglinecode"; this.groutinglinecode.ReadOnly = true; // // groutingmouldcode // this.groutingmouldcode.DataPropertyName = "groutingmouldcode"; this.groutingmouldcode.HeaderText = "模具编号"; this.groutingmouldcode.Name = "groutingmouldcode"; this.groutingmouldcode.ReadOnly = true; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.Name = "Remarks"; this.Remarks.ReadOnly = true; // // CreateTime // this.CreateTime.DataPropertyName = "CreateTime"; dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle12.Format = "yyyy-MM-dd"; this.CreateTime.DefaultCellStyle = dataGridViewCellStyle12; this.CreateTime.HeaderText = "创建日期"; this.CreateTime.Name = "CreateTime"; this.CreateTime.ReadOnly = true; // // CreateUserCode // this.CreateUserCode.DataPropertyName = "CreateUserCode"; this.CreateUserCode.HeaderText = "创建工号"; this.CreateUserCode.Name = "CreateUserCode"; this.CreateUserCode.ReadOnly = true; // // tsrToolStrip1 // this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnSave, this.toolStripSeparator5, this.tsbtnAdaptive, this.tsbtnClose}); this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0); this.tsrToolStrip1.Name = "tsrToolStrip1"; this.tsrToolStrip1.Size = new System.Drawing.Size(996, 35); this.tsrToolStrip1.TabIndex = 0; // // 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); // // toolStripSeparator5 // this.toolStripSeparator5.AutoSize = false; this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.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); // // txtRemarks // this.txtRemarks.Location = new System.Drawing.Point(72, 38); this.txtRemarks.MaxLength = 100; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.Size = new System.Drawing.Size(259, 21); this.txtRemarks.TabIndex = 2; // // lblLabel1 // this.lblLabel1.Location = new System.Drawing.Point(13, 42); this.lblLabel1.Name = "lblLabel1"; this.lblLabel1.Size = new System.Drawing.Size(53, 12); this.lblLabel1.TabIndex = 1; this.lblLabel1.Text = "操作说明"; // // dkGoodsCode // this.dkGoodsCode.DataSource = null; this.dkGoodsCode.Enabled = true; this.dkGoodsCode.GoodsCode = ""; this.dkGoodsCode.GoodsID = null; this.dkGoodsCode.GoodsIDS = null; this.dkGoodsCode.GoodsName = null; this.dkGoodsCode.GoodsSpecification = null; this.dkGoodsCode.IsMustInput = true; this.dkGoodsCode.Location = new System.Drawing.Point(337, 38); this.dkGoodsCode.Name = "dkGoodsCode"; this.dkGoodsCode.PurviewType = ((byte)(0)); this.dkGoodsCode.Size = new System.Drawing.Size(179, 21); this.dkGoodsCode.TabIndex = 3; this.dkGoodsCode.Title = "产品型号"; this.dkGoodsCode.TxtGoodsBackColor = System.Drawing.SystemColors.Control; this.dkGoodsCode.Visible = false; // // ftcScrapReason // this.ftcScrapReason.FormattingEnabled = true; this.ftcScrapReason.Location = new System.Drawing.Point(396, 38); this.ftcScrapReason.Name = "ftcScrapReason"; this.ftcScrapReason.Size = new System.Drawing.Size(120, 20); this.ftcScrapReason.TabIndex = 4; this.ftcScrapReason.Visible = false; // // txtScrapResponsibility // this.txtScrapResponsibility.Location = new System.Drawing.Point(581, 38); this.txtScrapResponsibility.MaxLength = 100; this.txtScrapResponsibility.Name = "txtScrapResponsibility"; this.txtScrapResponsibility.Size = new System.Drawing.Size(120, 21); this.txtScrapResponsibility.TabIndex = 6; this.txtScrapResponsibility.Visible = false; // // lblScrapResponsibility // this.lblScrapResponsibility.Location = new System.Drawing.Point(522, 42); this.lblScrapResponsibility.Name = "lblScrapResponsibility"; this.lblScrapResponsibility.Size = new System.Drawing.Size(53, 12); this.lblScrapResponsibility.TabIndex = 5; this.lblScrapResponsibility.Text = "报废责任"; this.lblScrapResponsibility.Visible = false; // // lblScrapReason // this.lblScrapReason.Location = new System.Drawing.Point(337, 42); this.lblScrapReason.MustInput = true; this.lblScrapReason.Name = "lblScrapReason"; this.lblScrapReason.Size = new System.Drawing.Size(53, 12); this.lblScrapReason.TabIndex = 3; this.lblScrapReason.Text = "报废原因"; this.lblScrapReason.Visible = false; // // lblMouldPlan // this.lblMouldPlan.Location = new System.Drawing.Point(335, 42); this.lblMouldPlan.MustInput = true; this.lblMouldPlan.Name = "lblMouldPlan"; this.lblMouldPlan.Size = new System.Drawing.Size(53, 12); this.lblMouldPlan.TabIndex = 11; this.lblMouldPlan.Text = "生产计划"; this.lblMouldPlan.Visible = false; // // ftcMouldPlan // this.ftcMouldPlan.FormattingEnabled = true; this.ftcMouldPlan.Location = new System.Drawing.Point(394, 38); this.ftcMouldPlan.MustInput = true; this.ftcMouldPlan.Name = "ftcMouldPlan"; this.ftcMouldPlan.Size = new System.Drawing.Size(120, 20); this.ftcMouldPlan.TabIndex = 12; this.ftcMouldPlan.Visible = false; // // F_PC_1004 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(996, 357); this.Controls.Add(this.ftcMouldPlan); this.Controls.Add(this.lblMouldPlan); this.Controls.Add(this.txtScrapResponsibility); this.Controls.Add(this.ftcScrapReason); this.Controls.Add(this.lblScrapReason); this.Controls.Add(this.lblScrapResponsibility); this.Controls.Add(this.lblLabel1); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.dgvMould); this.Controls.Add(this.tsrToolStrip1); this.Controls.Add(this.dkGoodsCode); this.Name = "F_PC_1004"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "模具操作"; this.Load += new System.EventHandler(this.F_PC_1001_Load); this.Controls.SetChildIndex(this.dkGoodsCode, 0); this.Controls.SetChildIndex(this.tsrToolStrip1, 0); this.Controls.SetChildIndex(this.dgvMould, 0); this.Controls.SetChildIndex(this.txtRemarks, 0); this.Controls.SetChildIndex(this.lblLabel1, 0); this.Controls.SetChildIndex(this.lblScrapResponsibility, 0); this.Controls.SetChildIndex(this.lblScrapReason, 0); this.Controls.SetChildIndex(this.ftcScrapReason, 0); this.Controls.SetChildIndex(this.txtScrapResponsibility, 0); this.Controls.SetChildIndex(this.lblMouldPlan, 0); this.Controls.SetChildIndex(this.ftcMouldPlan, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvMould)).EndInit(); this.tsrToolStrip1.ResumeLayout(false); this.tsrToolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1; private System.Windows.Forms.ToolStripButton tsbtnSave; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private System.Windows.Forms.ToolStripButton tsbtnClose; private Basics.BaseControls.C_DataGridView dgvMould; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private WinForm.Controls.TxtTextBox txtRemarks; private WinForm.Controls.LblLabel lblLabel1; private Controls.SearchTextBox.dkGoodsCodeSearchBox dkGoodsCode; private WinForm.Controls.FtcFilterComboBox ftcScrapReason; private WinForm.Controls.TxtTextBox txtScrapResponsibility; private WinForm.Controls.LblLabel lblScrapResponsibility; private WinForm.Controls.LblLabel lblScrapReason; private System.Windows.Forms.DataGridViewCheckBoxColumn Sel; private System.Windows.Forms.DataGridViewTextBoxColumn MouldID; private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode; private System.Windows.Forms.DataGridViewTextBoxColumn MouldBarcode; private System.Windows.Forms.DataGridViewTextBoxColumn MouldTypeName; private System.Windows.Forms.DataGridViewTextBoxColumn SupplierName; private System.Windows.Forms.DataGridViewTextBoxColumn ProductionDate; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode; private System.Windows.Forms.DataGridViewTextBoxColumn UserID; private System.Windows.Forms.DataGridViewTextBoxColumn UserCode; private System.Windows.Forms.DataGridViewTextBoxColumn Weight; private System.Windows.Forms.DataGridViewTextBoxColumn Cost; private System.Windows.Forms.DataGridViewTextBoxColumn StandardGroutingNum; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDateBegin; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDateEnd; private System.Windows.Forms.DataGridViewTextBoxColumn LastGroutingBatchNo; private System.Windows.Forms.DataGridViewTextBoxColumn MouldStatus; private System.Windows.Forms.DataGridViewTextBoxColumn mouldstatusname; private System.Windows.Forms.DataGridViewCheckBoxColumn RepairFlag; private System.Windows.Forms.DataGridViewTextBoxColumn ScrapDate; private System.Windows.Forms.DataGridViewTextBoxColumn ScrapUserCode; private System.Windows.Forms.DataGridViewTextBoxColumn ScrapReason; private System.Windows.Forms.DataGridViewTextBoxColumn ScrapResponsibility; private System.Windows.Forms.DataGridViewTextBoxColumn groutinglinecode; private System.Windows.Forms.DataGridViewTextBoxColumn groutingmouldcode; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime; private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserCode; private WinForm.Controls.LblLabel lblMouldPlan; private WinForm.Controls.FtcFilterComboBox ftcMouldPlan; } }