namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_1203 { /// /// 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 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1203)); this.dgvDataDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.WAREHOUSECODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.WAREHOUSENAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.WAREHOUSETYPE = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.WAREHOUSEID = 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; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvDataDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4; 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; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvDataDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5; this.dgvDataDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvDataDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.WAREHOUSECODE, this.WAREHOUSENAME, this.WAREHOUSETYPE, this.ValueFlag, this.WAREHOUSEID}); 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.FormatQuantityColumns = null; this.dgvDataDefect.HasNode = false; this.dgvDataDefect.HorizontalMergeColumn = null; this.dgvDataDefect.IsAutoCountSum = true; this.dgvDataDefect.IsAutoResizeColumns = false; this.dgvDataDefect.IsClickF12 = false; this.dgvDataDefect.IsOpenMergeCellFlag = false; this.dgvDataDefect.IsSubTotalFlag = false; this.dgvDataDefect.IsTopDeep = false; this.dgvDataDefect.Location = new System.Drawing.Point(12, 12); this.dgvDataDefect.MergeColumnNames = null; this.dgvDataDefect.MergeDetailColumnNames = null; this.dgvDataDefect.MergeDetailOnlyColumn = null; this.dgvDataDefect.MergeOnlyColumn = null; this.dgvDataDefect.MultiSelect = false; this.dgvDataDefect.Name = "dgvDataDefect"; this.dgvDataDefect.RefreshAtHscroll = false; this.dgvDataDefect.RowHeadersWidth = 50; this.dgvDataDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvDataDefect.RowsDefaultCellStyle = dataGridViewCellStyle6; this.dgvDataDefect.RowTemplate.Height = 21; this.dgvDataDefect.Size = new System.Drawing.Size(566, 498); this.dgvDataDefect.SortOrderColumnName = null; this.dgvDataDefect.TabIndex = 0; this.dgvDataDefect.Tag = true; this.dgvDataDefect.TotalSumColumns = null; this.dgvDataDefect.ViewRowFilter = ""; this.dgvDataDefect.VirtualNodes = false; 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); // // 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(402, 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(493, 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); // // WAREHOUSECODE // this.WAREHOUSECODE.DataPropertyName = "WAREHOUSECODE"; this.WAREHOUSECODE.HeaderText = "仓库代码"; this.WAREHOUSECODE.MaxInputLength = 6; this.WAREHOUSECODE.Name = "WAREHOUSECODE"; this.WAREHOUSECODE.Width = 180; // // WAREHOUSENAME // this.WAREHOUSENAME.DataPropertyName = "WAREHOUSENAME"; this.WAREHOUSENAME.HeaderText = "仓库名称"; this.WAREHOUSENAME.MaxInputLength = 20; this.WAREHOUSENAME.Name = "WAREHOUSENAME"; this.WAREHOUSENAME.Width = 190; // // WAREHOUSETYPE // this.WAREHOUSETYPE.DataPropertyName = "WAREHOUSETYPE"; this.WAREHOUSETYPE.HeaderText = "仓库类型"; this.WAREHOUSETYPE.Items.AddRange(new object[] { "出库", "入库"}); this.WAREHOUSETYPE.Name = "WAREHOUSETYPE"; this.WAREHOUSETYPE.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.WAREHOUSETYPE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // 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; // // WAREHOUSEID // this.WAREHOUSEID.DataPropertyName = "WAREHOUSEID"; this.WAREHOUSEID.HeaderText = "数据ID"; this.WAREHOUSEID.Name = "WAREHOUSEID"; this.WAREHOUSEID.Visible = false; // // F_MST_1203 // 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(590, 571); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); 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_1203"; 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_1203_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1203_FormClosed); this.Load += new System.EventHandler(this.F_MST_1203_Load); this.Controls.SetChildIndex(this.dgvDataDefect, 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_Button btnSave; private Basics.BaseControls.C_Button btnCancel; private System.Windows.Forms.DataGridViewTextBoxColumn WAREHOUSECODE; private System.Windows.Forms.DataGridViewTextBoxColumn WAREHOUSENAME; private System.Windows.Forms.DataGridViewComboBoxColumn WAREHOUSETYPE; private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag; private System.Windows.Forms.DataGridViewTextBoxColumn WAREHOUSEID; } }