namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_0407 { /// /// 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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0407)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.dgvDataDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.DefectCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DefectName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DefectTypeID = new System.Windows.Forms.DataGridViewComboBoxColumn(); 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.DefectID = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvDataDefect)).BeginInit(); this.SuspendLayout(); // // dgvDataDefect // this.dgvDataDefect.AllowUserToDeleteRows = false; this.dgvDataDefect.AllowUserToModifyRows = true; this.dgvDataDefect.AllowUserToOrderColumns = true; this.dgvDataDefect.AllowUserToResizeRows = false; this.dgvDataDefect.AllowUserToSortRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvDataDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvDataDefect.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.dgvDataDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvDataDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvDataDefect.CellHeight = 23; this.dgvDataDefect.ChildNodeColumnName = null; this.dgvDataDefect.ChildNodeColumnText = null; this.dgvDataDefect.ColumnDeep = 1; this.dgvDataDefect.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.dgvDataDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvDataDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvDataDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.DefectCode, this.DefectName, this.DefectTypeID, this.displayno, this.Remarks, this.ValueFlag, this.DefectID}); this.dgvDataDefect.ColumnTreeView = null; this.dgvDataDefect.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.dgvDataDefect.DynamicColumnName = ""; this.dgvDataDefect.EnableHeadersVisualStyles = false; this.dgvDataDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvDataDefect.IsAutoCountSum = true; this.dgvDataDefect.IsAutoResizeColumns = false; this.dgvDataDefect.IsClickF12 = false; this.dgvDataDefect.IsSubTotalFlag = false; this.dgvDataDefect.Location = new System.Drawing.Point(12, 12); this.dgvDataDefect.MultiSelect = false; this.dgvDataDefect.Name = "dgvDataDefect"; this.dgvDataDefect.RefreshAtHscroll = false; this.dgvDataDefect.RowHeadersWidth = 50; this.dgvDataDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvDataDefect.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvDataDefect.RowTemplate.Height = 21; this.dgvDataDefect.Size = new System.Drawing.Size(562, 498); this.dgvDataDefect.SortOrderColumnName = null; this.dgvDataDefect.TabIndex = 0; this.dgvDataDefect.Tag = true; this.dgvDataDefect.TotalSumColumns = null; this.dgvDataDefect.ViewRowFilter = ""; this.dgvDataDefect.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_CellValidated); this.dgvDataDefect.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataDefect_CellValidating); this.dgvDataDefect.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefect_DefaultValuesNeeded); this.dgvDataDefect.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataDefect_EditingControlShowing); this.dgvDataDefect.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_RowValidated); this.dgvDataDefect.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataDefect_RowValidating); this.dgvDataDefect.Sorted += new System.EventHandler(this.dgvDataDefect_Sorted); this.dgvDataDefect.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefect_UserAddedRow); // // chkDisplayDisabledData // this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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, 516); 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); // // 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(398, 516); 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); // // 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(489, 516); 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); // // DefectCode // this.DefectCode.DataPropertyName = "DefectCode"; this.DefectCode.HeaderText = "缺陷编码"; this.DefectCode.MaxInputLength = 6; this.DefectCode.Name = "DefectCode"; this.DefectCode.Width = 80; // // DefectName // this.DefectName.DataPropertyName = "DefectName"; this.DefectName.HeaderText = "缺陷名称"; this.DefectName.MaxInputLength = 20; this.DefectName.Name = "DefectName"; this.DefectName.Width = 120; // // DefectTypeID // this.DefectTypeID.DataPropertyName = "DefectTypeID"; this.DefectTypeID.HeaderText = "缺陷类别"; this.DefectTypeID.Name = "DefectTypeID"; this.DefectTypeID.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.DefectTypeID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // displayno // this.displayno.DataPropertyName = "displayno"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.displayno.DefaultCellStyle = dataGridViewCellStyle3; this.displayno.HeaderText = "显示顺序"; this.displayno.MaxValue = new decimal(new int[] { 999, 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(3, 0); this.displayno.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.displayno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // 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.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.ValueFlag.TrueValue = "1"; this.ValueFlag.Width = 50; // // DefectID // this.DefectID.DataPropertyName = "DefectID"; this.DefectID.HeaderText = "产品缺陷ID"; this.DefectID.Name = "DefectID"; this.DefectID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.DefectID.Visible = false; // // F_MST_0407 // 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(586, 571); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.chkDisplayDisabledData); this.Controls.Add(this.dgvDataDefect); 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_0407"; 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_0407_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0407_FormClosed); this.Load += new System.EventHandler(this.F_MST_0407_Load); this.Controls.SetChildIndex(this.dgvDataDefect, 0); this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvDataDefect)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_DataGridView dgvDataDefect; private Basics.BaseControls.C_CheckBox chkDisplayDisabledData; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Button btnCancel; private System.Windows.Forms.DataGridViewTextBoxColumn DefectCode; private System.Windows.Forms.DataGridViewTextBoxColumn DefectName; private System.Windows.Forms.DataGridViewComboBoxColumn DefectTypeID; 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 DefectID; } }