namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_0901 { /// /// 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 dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0901)); this.dgvDefectFineData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.DefectFineCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.DefectFineID = 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.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dgvDefectFineData)).BeginInit(); this.SuspendLayout(); // // dgvDefectFineData // this.dgvDefectFineData.AllowUserToDeleteRows = false; this.dgvDefectFineData.AllowUserToModifyRows = true; this.dgvDefectFineData.AllowUserToOrderColumns = true; this.dgvDefectFineData.AllowUserToResizeRows = false; dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvDefectFineData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13; this.dgvDefectFineData.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.dgvDefectFineData.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvDefectFineData.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvDefectFineData.CellHeight = 23; this.dgvDefectFineData.ChildNodeColumnName = null; this.dgvDefectFineData.ChildNodeColumnText = null; this.dgvDefectFineData.ColumnDeep = 1; this.dgvDefectFineData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle14.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvDefectFineData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14; this.dgvDefectFineData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvDefectFineData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.DefectFineCode, this.DisplayNo, this.Remarks, this.ValueFlag, this.DefectFineID}); this.dgvDefectFineData.ColumnTreeView = null; this.dgvDefectFineData.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.dgvDefectFineData.DynamicColumnName = ""; this.dgvDefectFineData.EnableHeadersVisualStyles = false; this.dgvDefectFineData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvDefectFineData.HorizontalMergeColumn = null; this.dgvDefectFineData.IsAutoCountSum = true; this.dgvDefectFineData.IsAutoResizeColumns = false; this.dgvDefectFineData.IsClickF12 = false; this.dgvDefectFineData.IsOpenMergeCellFlag = false; this.dgvDefectFineData.IsSubTotalFlag = false; this.dgvDefectFineData.IsTopDeep = false; this.dgvDefectFineData.Location = new System.Drawing.Point(12, 12); this.dgvDefectFineData.MergeColumnNames = null; this.dgvDefectFineData.MergeDetailColumnNames = null; this.dgvDefectFineData.MergeDetailOnlyColumn = null; this.dgvDefectFineData.MergeOnlyColumn = null; this.dgvDefectFineData.MultiSelect = false; this.dgvDefectFineData.Name = "dgvDefectFineData"; this.dgvDefectFineData.RefreshAtHscroll = false; this.dgvDefectFineData.RowHeadersWidth = 50; this.dgvDefectFineData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle16.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvDefectFineData.RowsDefaultCellStyle = dataGridViewCellStyle16; this.dgvDefectFineData.RowTemplate.Height = 21; this.dgvDefectFineData.Size = new System.Drawing.Size(484, 500); this.dgvDefectFineData.SortOrderColumnName = null; this.dgvDefectFineData.TabIndex = 0; this.dgvDefectFineData.Tag = true; this.dgvDefectFineData.TotalSumColumns = null; this.dgvDefectFineData.ViewRowFilter = ""; this.dgvDefectFineData.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_CellValidated); this.dgvDefectFineData.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataJobs_CellValidating); this.dgvDefectFineData.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataJobs_DefaultValuesNeeded); this.dgvDefectFineData.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataJobs_EditingControlShowing); this.dgvDefectFineData.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_RowValidated); this.dgvDefectFineData.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataJobs_RowValidating); this.dgvDefectFineData.Sorted += new System.EventHandler(this.dgvDataJobs_Sorted); this.dgvDefectFineData.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataJobs_UserAddedRow); // // DefectFineCode // this.DefectFineCode.DataPropertyName = "DefectFineCode"; this.DefectFineCode.HeaderText = "缺陷扣罚编码"; this.DefectFineCode.MaxInputLength = 10; this.DefectFineCode.Name = "DefectFineCode"; // // DisplayNo // this.DisplayNo.DataPropertyName = "DisplayNo"; dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.DisplayNo.DefaultCellStyle = dataGridViewCellStyle15; this.DisplayNo.HeaderText = "显示顺序"; this.DisplayNo.MaxValue = new decimal(new int[] { 100, 0, 0, 0}); this.DisplayNo.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.DisplayNo.Name = "DisplayNo"; this.DisplayNo.Number = new System.Drawing.Point(0, 0); this.DisplayNo.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.DisplayNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.DisplayNo.Width = 120; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.MaxInputLength = 500; this.Remarks.Name = "Remarks"; this.Remarks.Width = 150; // // ValueFlag // this.ValueFlag.DataPropertyName = "ValueFlag"; this.ValueFlag.FalseValue = "0"; this.ValueFlag.HeaderText = "正常"; this.ValueFlag.Name = "ValueFlag"; this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.ValueFlag.TrueValue = "1"; this.ValueFlag.Width = 50; // // DefectFineID // this.DefectFineID.DataPropertyName = "DefectFineID"; this.DefectFineID.HeaderText = "DefectFineID"; this.DefectFineID.Name = "DefectFineID"; this.DefectFineID.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(411, 517); this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // 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(320, 517); this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 2; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // chkDisplayDisabledData // this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.chkDisplayDisabledData.AutoSize = true; this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground; this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 517); this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.chkDisplayDisabledData.Name = "chkDisplayDisabledData"; this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16); this.chkDisplayDisabledData.TabIndex = 1; this.chkDisplayDisabledData.Text = "显示停用记录"; this.chkDisplayDisabledData.UseVisualStyleBackColor = true; this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged); // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.ForeColor = System.Drawing.Color.Red; this.label1.Location = new System.Drawing.Point(106, 518); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(215, 24); this.label1.TabIndex = 4; this.label1.Text = "非成品扣罚的显示顺序需要设置为【0】\r\n*【整体质量分析表】中使用\r\n"; // // F_MST_0901 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(508, 571); this.Controls.Add(this.chkDisplayDisabledData); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.dgvDefectFineData); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_MST_0901"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusBackColor = System.Drawing.SystemColors.Window; this.StatusSizingGrip = false; this.Text = "缺陷扣罚"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0901_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0901_FormClosed); this.Load += new System.EventHandler(this.F_MST_0901_Load); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.dgvDefectFineData, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvDefectFineData)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvDefectFineData; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave; private Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox chkDisplayDisabledData; private System.Windows.Forms.DataGridViewTextBoxColumn DefectFineCode; private Basics.BaseControls.C_DGV_Column_Digital DisplayNo; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag; private System.Windows.Forms.DataGridViewTextBoxColumn DefectFineID; private System.Windows.Forms.Label label1; } }