namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_0414 { /// /// 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_0414)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.dgvPrinter = 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.SupplierName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SupplierCode = 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.SupplierID = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvPrinter)).BeginInit(); this.SuspendLayout(); // // dgvPrinter // this.dgvPrinter.AllowUserToDeleteRows = false; this.dgvPrinter.AllowUserToModifyRows = true; this.dgvPrinter.AllowUserToOrderColumns = true; this.dgvPrinter.AllowUserToResizeRows = false; this.dgvPrinter.AllowUserToSortRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvPrinter.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvPrinter.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.dgvPrinter.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvPrinter.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvPrinter.CellHeight = 23; this.dgvPrinter.ChildNodeColumnName = null; this.dgvPrinter.ChildNodeColumnText = null; this.dgvPrinter.ColumnDeep = 1; this.dgvPrinter.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.dgvPrinter.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvPrinter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvPrinter.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.SupplierName, this.SupplierCode, this.displayno, this.Remarks, this.ValueFlag, this.SupplierID}); this.dgvPrinter.ColumnTreeView = null; this.dgvPrinter.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.dgvPrinter.DynamicColumnName = ""; this.dgvPrinter.EnableHeadersVisualStyles = false; this.dgvPrinter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvPrinter.FormatQuantityColumns = null; this.dgvPrinter.HasNode = false; this.dgvPrinter.HorizontalMergeColumn = null; this.dgvPrinter.IsAutoCountSum = false; this.dgvPrinter.IsAutoResizeColumns = false; this.dgvPrinter.IsClickF12 = false; this.dgvPrinter.IsOpenMergeCellFlag = false; this.dgvPrinter.IsProcessRightFlag = false; this.dgvPrinter.IsSubTotalFlag = false; this.dgvPrinter.IsTopDeep = false; this.dgvPrinter.Location = new System.Drawing.Point(13, 12); this.dgvPrinter.MergeColumnNames = null; this.dgvPrinter.MergeDetailColumnNames = null; this.dgvPrinter.MergeDetailOnlyColumn = null; this.dgvPrinter.MergeOnlyColumn = null; this.dgvPrinter.MultiSelect = false; this.dgvPrinter.Name = "dgvPrinter"; this.dgvPrinter.RefreshAtHscroll = false; this.dgvPrinter.RowHeadersWidth = 50; this.dgvPrinter.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvPrinter.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvPrinter.RowTemplate.Height = 21; this.dgvPrinter.Size = new System.Drawing.Size(508, 318); this.dgvPrinter.SortOrderColumnName = null; this.dgvPrinter.TabIndex = 0; this.dgvPrinter.Tag = true; this.dgvPrinter.TotalSumColumns = null; this.dgvPrinter.ViewRowFilter = ""; this.dgvPrinter.VirtualNodes = false; this.dgvPrinter.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_CellValidated); this.dgvPrinter.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataDefect_CellValidating); this.dgvPrinter.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefect_DefaultValuesNeeded); this.dgvPrinter.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataDefect_EditingControlShowing); this.dgvPrinter.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_RowValidated); this.dgvPrinter.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataDefect_RowValidating); this.dgvPrinter.Sorted += new System.EventHandler(this.dgvDataDefect_Sorted); this.dgvPrinter.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.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, 336); 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(344, 336); 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(435, 336); 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); // // SupplierName // this.SupplierName.DataPropertyName = "SupplierName"; this.SupplierName.HeaderText = "供应商名"; this.SupplierName.MaxInputLength = 100; this.SupplierName.Name = "SupplierName"; this.SupplierName.Width = 120; // // SupplierCode // this.SupplierCode.DataPropertyName = "SupplierCode"; this.SupplierCode.HeaderText = "SAP物料编码"; this.SupplierCode.Name = "SupplierCode"; // // 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[] { 99, 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(2, 0); 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; // // SupplierID // this.SupplierID.DataPropertyName = "SupplierID"; this.SupplierID.HeaderText = "SupplierID"; this.SupplierID.Name = "SupplierID"; this.SupplierID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.SupplierID.Visible = false; // // F_MST_0414 // 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(532, 391); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.chkDisplayDisabledData); this.Controls.Add(this.dgvPrinter); 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_0414"; 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_0411_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0411_FormClosed); this.Load += new System.EventHandler(this.F_MST_0411_Load); this.Controls.SetChildIndex(this.dgvPrinter, 0); this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvPrinter)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_DataGridView dgvPrinter; private Basics.BaseControls.C_CheckBox chkDisplayDisabledData; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Button btnCancel; private System.Windows.Forms.DataGridViewTextBoxColumn SupplierName; private System.Windows.Forms.DataGridViewTextBoxColumn SupplierCode; 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 SupplierID; } }