namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_0903 { /// /// 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 dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0903)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle44 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle45 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle43 = new System.Windows.Forms.DataGridViewCellStyle(); this.dgvDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.DefectCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox(); this.defectName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.defectid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dgvDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.defectfineID2 = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.defectid1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.dgvDefectDeduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.DefectDeductionID = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.defectid2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvDefectFine)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvDefectDeduction)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.SuspendLayout(); // // dgvDefect // this.dgvDefect.AllowUserToAddRows = false; this.dgvDefect.AllowUserToDeleteRows = false; this.dgvDefect.AllowUserToModifyRows = true; dataGridViewCellStyle31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle31; this.dgvDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvDefect.CellHeight = 23; this.dgvDefect.ChildNodeColumnName = null; this.dgvDefect.ChildNodeColumnText = null; this.dgvDefect.ColumnDeep = 1; this.dgvDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle32.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle32.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle32.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle32; this.dgvDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.DefectCode, this.defectName, this.defectid}); this.dgvDefect.ColumnTreeView = null; this.dgvDefect.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))); dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle34.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle34.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle34.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle34.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle34.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle34.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvDefect.DefaultCellStyle = dataGridViewCellStyle34; this.dgvDefect.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvDefect.DynamicColumnName = ""; this.dgvDefect.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; this.dgvDefect.EnableHeadersVisualStyles = false; this.dgvDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvDefect.HorizontalMergeColumn = null; this.dgvDefect.IsAutoCountSum = true; this.dgvDefect.IsAutoResizeColumns = false; this.dgvDefect.IsClickF12 = false; this.dgvDefect.IsOpenMergeCellFlag = false; this.dgvDefect.IsSubTotalFlag = false; this.dgvDefect.IsTopDeep = false; this.dgvDefect.Location = new System.Drawing.Point(0, 0); this.dgvDefect.MergeColumnNames = null; this.dgvDefect.MergeDetailColumnNames = null; this.dgvDefect.MergeDetailOnlyColumn = null; this.dgvDefect.MergeOnlyColumn = null; this.dgvDefect.MultiSelect = false; this.dgvDefect.Name = "dgvDefect"; this.dgvDefect.ReadOnly = true; this.dgvDefect.RefreshAtHscroll = false; this.dgvDefect.RowHeadersWidth = 50; this.dgvDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle35.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvDefect.RowsDefaultCellStyle = dataGridViewCellStyle35; this.dgvDefect.RowTemplate.Height = 21; this.dgvDefect.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvDefect.Size = new System.Drawing.Size(290, 407); this.dgvDefect.SortOrderColumnName = null; this.dgvDefect.TabIndex = 0; this.dgvDefect.Tag = true; this.dgvDefect.TotalSumColumns = null; this.dgvDefect.ViewRowFilter = ""; this.dgvDefect.VirtualMode = true; this.dgvDefect.SelectionChanged += new System.EventHandler(this.dgvDefect_SelectionChanged); this.dgvDefect.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvGoods_UserDeletingRow); // // DefectCode // this.DefectCode.DataPropertyName = "DefectCode"; dataGridViewCellStyle33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230))))); this.DefectCode.DefaultCellStyle = dataGridViewCellStyle33; this.DefectCode.HeaderText = "缺陷编码"; this.DefectCode.Name = "DefectCode"; this.DefectCode.ReadOnly = true; this.DefectCode.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.DefectCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // defectName // this.defectName.DataPropertyName = "defectName"; this.defectName.HeaderText = "缺陷名称"; this.defectName.Name = "defectName"; this.defectName.ReadOnly = true; // // defectid // this.defectid.DataPropertyName = "defectid"; this.defectid.HeaderText = "行索引标识"; this.defectid.Name = "defectid"; this.defectid.ReadOnly = true; this.defectid.Visible = false; // // dgvDefectFine // this.dgvDefectFine.AllowUserToModifyRows = true; dataGridViewCellStyle36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvDefectFine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle36; this.dgvDefectFine.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvDefectFine.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvDefectFine.CellHeight = 23; this.dgvDefectFine.ChildNodeColumnName = null; this.dgvDefectFine.ChildNodeColumnText = null; this.dgvDefectFine.ColumnDeep = 1; this.dgvDefectFine.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle37.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle37.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle37.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle37.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle37.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle37.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvDefectFine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle37; this.dgvDefectFine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvDefectFine.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.defectfineID2, this.defectid1}); this.dgvDefectFine.ColumnTreeView = null; this.dgvDefectFine.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))); dataGridViewCellStyle39.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle39.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle39.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle39.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle39.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle39.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle39.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvDefectFine.DefaultCellStyle = dataGridViewCellStyle39; this.dgvDefectFine.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvDefectFine.DynamicColumnName = ""; this.dgvDefectFine.EnableHeadersVisualStyles = false; this.dgvDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvDefectFine.HorizontalMergeColumn = null; this.dgvDefectFine.IsAutoCountSum = true; this.dgvDefectFine.IsAutoResizeColumns = false; this.dgvDefectFine.IsClickF12 = false; this.dgvDefectFine.IsOpenMergeCellFlag = false; this.dgvDefectFine.IsSubTotalFlag = false; this.dgvDefectFine.IsTopDeep = false; this.dgvDefectFine.Location = new System.Drawing.Point(0, 0); this.dgvDefectFine.MergeColumnNames = null; this.dgvDefectFine.MergeDetailColumnNames = null; this.dgvDefectFine.MergeDetailOnlyColumn = null; this.dgvDefectFine.MergeOnlyColumn = null; this.dgvDefectFine.MultiSelect = false; this.dgvDefectFine.Name = "dgvDefectFine"; this.dgvDefectFine.RefreshAtHscroll = false; this.dgvDefectFine.RowHeadersWidth = 50; this.dgvDefectFine.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle40.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvDefectFine.RowsDefaultCellStyle = dataGridViewCellStyle40; this.dgvDefectFine.RowTemplate.Height = 21; this.dgvDefectFine.Size = new System.Drawing.Size(181, 219); this.dgvDefectFine.SortOrderColumnName = null; this.dgvDefectFine.TabIndex = 0; this.dgvDefectFine.Tag = true; this.dgvDefectFine.TotalSumColumns = null; this.dgvDefectFine.ViewRowFilter = ""; this.dgvDefectFine.VirtualMode = true; this.dgvDefectFine.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDefectFine_CellValidated); this.dgvDefectFine.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvGoods_UserDeletingRow); // // defectfineID2 // this.defectfineID2.DataPropertyName = "defectfineID"; dataGridViewCellStyle38.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230))))); this.defectfineID2.DefaultCellStyle = dataGridViewCellStyle38; this.defectfineID2.HeaderText = "缺陷扣罚"; this.defectfineID2.Name = "defectfineID2"; this.defectfineID2.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.defectfineID2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // defectid1 // this.defectid1.DataPropertyName = "defectid"; this.defectid1.HeaderText = "行标识"; this.defectid1.Name = "defectid1"; this.defectid1.Visible = false; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(401, 425); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(86, 30); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = false; // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(309, 425); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(86, 30); this.btnSave.TabIndex = 2; this.btnSave.Text = "保存(&S)"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click_1); // // splitContainer1 // this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(12, 12); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.dgvDefect); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.splitContainer2); this.splitContainer1.Size = new System.Drawing.Size(475, 407); this.splitContainer1.SplitterDistance = 290; this.splitContainer1.TabIndex = 0; // // dgvDefectDeduction // this.dgvDefectDeduction.AllowUserToModifyRows = true; dataGridViewCellStyle41.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvDefectDeduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle41; this.dgvDefectDeduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvDefectDeduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvDefectDeduction.CellHeight = 23; this.dgvDefectDeduction.ChildNodeColumnName = null; this.dgvDefectDeduction.ChildNodeColumnText = null; this.dgvDefectDeduction.ColumnDeep = 1; this.dgvDefectDeduction.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle42.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle42.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle42.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle42.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle42.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle42.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle42.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvDefectDeduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle42; this.dgvDefectDeduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvDefectDeduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.DefectDeductionID, this.defectid2}); this.dgvDefectDeduction.ColumnTreeView = null; this.dgvDefectDeduction.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))); dataGridViewCellStyle44.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle44.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle44.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle44.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle44.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle44.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle44.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvDefectDeduction.DefaultCellStyle = dataGridViewCellStyle44; this.dgvDefectDeduction.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvDefectDeduction.DynamicColumnName = ""; this.dgvDefectDeduction.EnableHeadersVisualStyles = false; this.dgvDefectDeduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvDefectDeduction.HorizontalMergeColumn = null; this.dgvDefectDeduction.IsAutoCountSum = true; this.dgvDefectDeduction.IsAutoResizeColumns = false; this.dgvDefectDeduction.IsClickF12 = false; this.dgvDefectDeduction.IsOpenMergeCellFlag = false; this.dgvDefectDeduction.IsSubTotalFlag = false; this.dgvDefectDeduction.IsTopDeep = false; this.dgvDefectDeduction.Location = new System.Drawing.Point(0, 0); this.dgvDefectDeduction.MergeColumnNames = null; this.dgvDefectDeduction.MergeDetailColumnNames = null; this.dgvDefectDeduction.MergeDetailOnlyColumn = null; this.dgvDefectDeduction.MergeOnlyColumn = null; this.dgvDefectDeduction.MultiSelect = false; this.dgvDefectDeduction.Name = "dgvDefectDeduction"; this.dgvDefectDeduction.RefreshAtHscroll = false; this.dgvDefectDeduction.RowHeadersWidth = 50; this.dgvDefectDeduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle45.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvDefectDeduction.RowsDefaultCellStyle = dataGridViewCellStyle45; this.dgvDefectDeduction.RowTemplate.Height = 21; this.dgvDefectDeduction.Size = new System.Drawing.Size(181, 184); this.dgvDefectDeduction.SortOrderColumnName = null; this.dgvDefectDeduction.TabIndex = 0; this.dgvDefectDeduction.Tag = true; this.dgvDefectDeduction.TotalSumColumns = null; this.dgvDefectDeduction.ViewRowFilter = ""; this.dgvDefectDeduction.VirtualMode = true; this.dgvDefectDeduction.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDefectDeduction_CellValidated); this.dgvDefectDeduction.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvGoods_UserDeletingRow); // // DefectDeductionID // this.DefectDeductionID.DataPropertyName = "DefectDeductionID"; dataGridViewCellStyle43.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(230))))); this.DefectDeductionID.DefaultCellStyle = dataGridViewCellStyle43; this.DefectDeductionID.HeaderText = "缺陷扣除数"; this.DefectDeductionID.Name = "DefectDeductionID"; this.DefectDeductionID.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.DefectDeductionID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // defectid2 // this.defectid2.DataPropertyName = "defectid"; this.defectid2.HeaderText = "行标识"; this.defectid2.Name = "defectid2"; this.defectid2.Visible = false; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.dgvDefectFine); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.dgvDefectDeduction); this.splitContainer2.Size = new System.Drawing.Size(181, 407); this.splitContainer2.SplitterDistance = 219; this.splitContainer2.TabIndex = 0; // // F_MST_0903 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(499, 481); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.splitContainer1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_MST_0903"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "缺陷关系设置"; this.Load += new System.EventHandler(this.F_MST_0903_Load); this.Shown += new System.EventHandler(this.F_PAM_0402_Shown); this.Controls.SetChildIndex(this.splitContainer1, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvDefectFine)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvDefectDeduction)).EndInit(); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_DataGridView dgvDefect; private Basics.BaseControls.C_DataGridView dgvDefectFine; private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_Button btnSave; private System.Windows.Forms.SplitContainer splitContainer1; private Basics.BaseControls.C_DataGridView dgvDefectDeduction; private Basics.BaseControls.C_DGV_Column_ListBoxComboBox DefectCode; private System.Windows.Forms.DataGridViewTextBoxColumn defectName; private System.Windows.Forms.DataGridViewTextBoxColumn defectid; private System.Windows.Forms.DataGridViewComboBoxColumn DefectDeductionID; private System.Windows.Forms.DataGridViewTextBoxColumn defectid2; private System.Windows.Forms.DataGridViewComboBoxColumn defectfineID2; private System.Windows.Forms.DataGridViewTextBoxColumn defectid1; private System.Windows.Forms.SplitContainer splitContainer2; } }