namespace Dongke.IBOSS.PRD.Client.PPModule { partial class F_PP_0111 { /// /// 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() { Dongke.IBOSS.PRD.Basics.BaseControls.CheckBoxProperties checkBoxProperties1 = new Dongke.IBOSS.PRD.Basics.BaseControls.CheckBoxProperties(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.cbVer = new Dongke.IBOSS.PRD.Basics.BaseControls.DKCheckBoxComboBox(); this.dgvVer = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.年度 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.计划类型 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.计划名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.物料编码 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.物料名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.计划产量v001 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.计划产量v002 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.计划产量v003 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvVer)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.cbVer); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1182, 71); this.panel1.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(28, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(127, 15); this.label1.TabIndex = 1; this.label1.Text = "计划比对版本选择"; // // cbVer // this.cbVer.BackColor = System.Drawing.SystemColors.Window; this.cbVer.BackgroundColor = System.Drawing.SystemColors.Window; checkBoxProperties1.ForeColor = System.Drawing.SystemColors.ControlText; this.cbVer.CheckBoxProperties = checkBoxProperties1; this.cbVer.DisplayMember = "NameConcatenated"; this.cbVer.DisplayMemberSingleItem = "Name"; this.cbVer.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbVer.FormattingEnabled = true; this.cbVer.Items.AddRange(new object[] { "成品计划 2019-01 至 2019-12 v001", "成品计划 2019-01 至 2019-12 v002", "成品计划 2019-01 至 2019-12 v003"}); this.cbVer.Location = new System.Drawing.Point(172, 26); this.cbVer.Name = "cbVer"; this.cbVer.Size = new System.Drawing.Size(966, 23); this.cbVer.TabIndex = 0; this.cbVer.Text = "成品计划 2019-01 至 2019-12 v001, 成品计划 2019-01 至 2019-12 v002, 成品计划 2019-01 至 2019-12 " + "v003"; this.cbVer.ValueMember = "Selected"; // // dgvVer // this.dgvVer.AllowUserToAddRows = false; this.dgvVer.AllowUserToDeleteRows = false; this.dgvVer.AllowUserToModifyRows = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvVer.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvVer.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvVer.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvVer.CellHeight = 23; this.dgvVer.ChildNodeColumnName = null; this.dgvVer.ChildNodeColumnText = null; this.dgvVer.ColumnDeep = 1; this.dgvVer.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.dgvVer.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvVer.ColumnHeadersHeight = 29; this.dgvVer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvVer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.年度, this.计划类型, this.计划名称, this.物料编码, this.物料名称, this.计划产量v001, this.计划产量v002, this.计划产量v003}); this.dgvVer.ColumnTreeView = new System.Windows.Forms.TreeView[0]; this.dgvVer.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.dgvVer.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvVer.DynamicColumnName = ""; this.dgvVer.EnableHeadersVisualStyles = false; this.dgvVer.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvVer.FormatQuantityColumns = null; this.dgvVer.HorizontalMergeColumn = null; this.dgvVer.IsAutoCountSum = true; this.dgvVer.IsAutoResizeColumns = false; this.dgvVer.IsClickF12 = false; this.dgvVer.IsOpenMergeCellFlag = false; this.dgvVer.IsSubTotalFlag = false; this.dgvVer.IsTopDeep = false; this.dgvVer.Location = new System.Drawing.Point(0, 71); this.dgvVer.Margin = new System.Windows.Forms.Padding(4); this.dgvVer.MergeColumnNames = null; this.dgvVer.MergeDetailColumnNames = null; this.dgvVer.MergeDetailOnlyColumn = null; this.dgvVer.MergeOnlyColumn = null; this.dgvVer.MultiSelect = false; this.dgvVer.Name = "dgvVer"; this.dgvVer.ReadOnly = true; this.dgvVer.RefreshAtHscroll = false; this.dgvVer.RowHeadersWidth = 50; this.dgvVer.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvVer.RowsDefaultCellStyle = dataGridViewCellStyle3; this.dgvVer.RowTemplate.Height = 21; this.dgvVer.Size = new System.Drawing.Size(1182, 565); this.dgvVer.SortOrderColumnName = null; this.dgvVer.TabIndex = 7; this.dgvVer.Tag = ""; this.dgvVer.TotalSumColumns = null; this.dgvVer.ViewRowFilter = ""; // // 年度 // this.年度.HeaderText = "年度"; this.年度.MinimumWidth = 6; this.年度.Name = "年度"; this.年度.ReadOnly = true; this.年度.Width = 125; // // 计划类型 // this.计划类型.HeaderText = "计划类型"; this.计划类型.MinimumWidth = 6; this.计划类型.Name = "计划类型"; this.计划类型.ReadOnly = true; this.计划类型.Width = 125; // // 计划名称 // this.计划名称.HeaderText = "计划名称"; this.计划名称.MinimumWidth = 6; this.计划名称.Name = "计划名称"; this.计划名称.ReadOnly = true; this.计划名称.Width = 125; // // 物料编码 // this.物料编码.HeaderText = "物料编码"; this.物料编码.MinimumWidth = 6; this.物料编码.Name = "物料编码"; this.物料编码.ReadOnly = true; this.物料编码.Width = 125; // // 物料名称 // this.物料名称.HeaderText = "物料名称"; this.物料名称.MinimumWidth = 6; this.物料名称.Name = "物料名称"; this.物料名称.ReadOnly = true; this.物料名称.Width = 125; // // 计划产量v001 // this.计划产量v001.HeaderText = "计划产量v001"; this.计划产量v001.MinimumWidth = 6; this.计划产量v001.Name = "计划产量v001"; this.计划产量v001.ReadOnly = true; this.计划产量v001.Width = 125; // // 计划产量v002 // this.计划产量v002.HeaderText = "计划产量v002"; this.计划产量v002.MinimumWidth = 6; this.计划产量v002.Name = "计划产量v002"; this.计划产量v002.ReadOnly = true; this.计划产量v002.Width = 125; // // 计划产量v003 // this.计划产量v003.HeaderText = "计划产量v003"; this.计划产量v003.MinimumWidth = 6; this.计划产量v003.Name = "计划产量v003"; this.计划产量v003.ReadOnly = true; this.计划产量v003.Width = 125; // // F_PP_0111 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1182, 636); this.Controls.Add(this.dgvVer); this.Controls.Add(this.panel1); this.Margin = new System.Windows.Forms.Padding(5); this.Name = "F_PP_0111"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "年计划同表比对"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PP_0111_FormClosed); this.Load += new System.EventHandler(this.F_PP_0111_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvVer)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private Basics.BaseControls.DKCheckBoxComboBox cbVer; private Basics.BaseControls.C_DataGridView dgvVer; private System.Windows.Forms.DataGridViewTextBoxColumn 年度; private System.Windows.Forms.DataGridViewTextBoxColumn 计划类型; private System.Windows.Forms.DataGridViewTextBoxColumn 计划名称; private System.Windows.Forms.DataGridViewTextBoxColumn 物料编码; private System.Windows.Forms.DataGridViewTextBoxColumn 物料名称; private System.Windows.Forms.DataGridViewTextBoxColumn 计划产量v001; private System.Windows.Forms.DataGridViewTextBoxColumn 计划产量v002; private System.Windows.Forms.DataGridViewTextBoxColumn 计划产量v003; private System.Windows.Forms.Label label1; } }