namespace Dongke.IBOSS.PRD.Client.PCModule { partial class F_PC_1201 { /// /// 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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip(); this.tsbtnSearch = new System.Windows.Forms.ToolStripButton(); this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnCarryover = new System.Windows.Forms.ToolStripButton(); this.tsbtnUndoCarryover = new System.Windows.Forms.ToolStripButton(); this.tsbtnAutoCarryover = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible(); this.dtpMonthEnd = new Dongke.WinForm.Controls.DtpMonth(); this.dtpMonthBegin = new Dongke.WinForm.Controls.DtpMonth(); this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox(); this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel(); this.lblLabel8 = new Dongke.WinForm.Controls.LblLabel(); this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel(); this.dgvCarryOver = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.YYYYMM = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BeginDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.EndDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.dgvDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.D_YYYYMM = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.goodstypeName2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MouldNum = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tsrToolStrip1.SuspendLayout(); this.grpCollapsible1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvCarryOver)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit(); this.SuspendLayout(); // // tsrToolStrip1 // this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnSearch, this.tsbtnClearCondition, this.toolStripSeparator4, this.tsbtnCarryover, this.tsbtnUndoCarryover, this.tsbtnAutoCarryover, this.toolStripSeparator1, this.tsbtnAdaptive, this.tsbtnClose}); this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0); this.tsrToolStrip1.Name = "tsrToolStrip1"; this.tsrToolStrip1.Size = new System.Drawing.Size(793, 35); this.tsrToolStrip1.TabIndex = 0; // // tsbtnSearch // this.tsbtnSearch.AutoSize = false; this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnSearch.Name = "tsbtnSearch"; this.tsbtnSearch.Size = new System.Drawing.Size(60, 25); this.tsbtnSearch.Text = "查询(&Q)"; this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click); // // tsbtnClearCondition // this.tsbtnClearCondition.AutoSize = false; this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClearCondition.Name = "tsbtnClearCondition"; this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25); this.tsbtnClearCondition.Text = "清空条件(&C)"; this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click); // // toolStripSeparator4 // this.toolStripSeparator4.AutoSize = false; this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25); // // tsbtnCarryover // this.tsbtnCarryover.AutoSize = false; this.tsbtnCarryover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnCarryover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnCarryover.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnCarryover.Name = "tsbtnCarryover"; this.tsbtnCarryover.Size = new System.Drawing.Size(60, 25); this.tsbtnCarryover.Text = "结转(&D)"; this.tsbtnCarryover.Click += new System.EventHandler(this.tsbtnCarryover_Click); // // tsbtnUndoCarryover // this.tsbtnUndoCarryover.AutoSize = false; this.tsbtnUndoCarryover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnUndoCarryover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnUndoCarryover.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnUndoCarryover.Name = "tsbtnUndoCarryover"; this.tsbtnUndoCarryover.Size = new System.Drawing.Size(60, 25); this.tsbtnUndoCarryover.Text = "反结(&U)"; this.tsbtnUndoCarryover.Click += new System.EventHandler(this.tsbtnUndoCarryover_Click); // // tsbtnAutoCarryover // this.tsbtnAutoCarryover.AutoSize = false; this.tsbtnAutoCarryover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnAutoCarryover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnAutoCarryover.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnAutoCarryover.Name = "tsbtnAutoCarryover"; this.tsbtnAutoCarryover.Size = new System.Drawing.Size(100, 25); this.tsbtnAutoCarryover.Text = "自动结转设置(&S)"; this.tsbtnAutoCarryover.Click += new System.EventHandler(this.tsbtnAutoCarryover_Click); // // toolStripSeparator1 // this.toolStripSeparator1.AutoSize = false; this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // tsbtnAdaptive // this.tsbtnAdaptive.AutoSize = false; this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnAdaptive.Name = "tsbtnAdaptive"; this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25); this.tsbtnAdaptive.Text = "自适应列宽(&A)"; this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click); // // tsbtnClose // this.tsbtnClose.AutoSize = false; this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClose.Name = "tsbtnClose"; this.tsbtnClose.Size = new System.Drawing.Size(60, 25); this.tsbtnClose.Text = "关闭(&X)"; this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click); // // grpCollapsible1 // this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grpCollapsible1.Controls.Add(this.dtpMonthEnd); this.grpCollapsible1.Controls.Add(this.dtpMonthBegin); this.grpCollapsible1.Controls.Add(this.txtRemarks); this.grpCollapsible1.Controls.Add(this.lblLabel1); this.grpCollapsible1.Controls.Add(this.lblLabel8); this.grpCollapsible1.Controls.Add(this.lblLabel6); this.grpCollapsible1.Location = new System.Drawing.Point(0, 38); this.grpCollapsible1.Name = "grpCollapsible1"; this.grpCollapsible1.Size = new System.Drawing.Size(781, 51); this.grpCollapsible1.TabIndex = 1; this.grpCollapsible1.TabStop = false; this.grpCollapsible1.Text = "查询条件"; // // dtpMonthEnd // this.dtpMonthEnd.AllowNull = false; this.dtpMonthEnd.Location = new System.Drawing.Point(214, 20); this.dtpMonthEnd.Name = "dtpMonthEnd"; this.dtpMonthEnd.Size = new System.Drawing.Size(120, 21); this.dtpMonthEnd.TabIndex = 3; this.dtpMonthEnd.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0); // // dtpMonthBegin // this.dtpMonthBegin.AllowNull = false; this.dtpMonthBegin.Location = new System.Drawing.Point(71, 20); this.dtpMonthBegin.Name = "dtpMonthBegin"; this.dtpMonthBegin.Size = new System.Drawing.Size(120, 21); this.dtpMonthBegin.TabIndex = 1; this.dtpMonthBegin.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0); // // txtRemarks // this.txtRemarks.Location = new System.Drawing.Point(384, 20); this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.Size = new System.Drawing.Size(241, 21); this.txtRemarks.TabIndex = 5; // // lblLabel1 // this.lblLabel1.Location = new System.Drawing.Point(12, 24); this.lblLabel1.Name = "lblLabel1"; this.lblLabel1.Size = new System.Drawing.Size(53, 12); this.lblLabel1.TabIndex = 0; this.lblLabel1.Text = "结转月份"; // // lblLabel8 // this.lblLabel8.Location = new System.Drawing.Point(349, 24); this.lblLabel8.Name = "lblLabel8"; this.lblLabel8.Size = new System.Drawing.Size(29, 12); this.lblLabel8.TabIndex = 4; this.lblLabel8.Text = "备注"; // // lblLabel6 // this.lblLabel6.Location = new System.Drawing.Point(197, 24); this.lblLabel6.Name = "lblLabel6"; this.lblLabel6.Size = new System.Drawing.Size(11, 12); this.lblLabel6.TabIndex = 2; this.lblLabel6.Text = "-"; // // dgvCarryOver // this.dgvCarryOver.AllowUserToAddRows = false; this.dgvCarryOver.AllowUserToDeleteRows = false; this.dgvCarryOver.AllowUserToModifyRows = true; this.dgvCarryOver.AllowUserToOrderColumns = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvCarryOver.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvCarryOver.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvCarryOver.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvCarryOver.CellHeight = 23; this.dgvCarryOver.ChildNodeColumnName = null; this.dgvCarryOver.ChildNodeColumnText = null; this.dgvCarryOver.ColumnDeep = 1; this.dgvCarryOver.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.dgvCarryOver.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvCarryOver.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvCarryOver.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.YYYYMM, this.BeginDate, this.EndDate, this.Remarks}); this.dgvCarryOver.ColumnTreeView = null; this.dgvCarryOver.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.dgvCarryOver.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvCarryOver.DynamicColumnName = ""; this.dgvCarryOver.EnableHeadersVisualStyles = false; this.dgvCarryOver.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvCarryOver.FormatQuantityColumns = null; this.dgvCarryOver.HasNode = false; this.dgvCarryOver.HorizontalMergeColumn = null; this.dgvCarryOver.IsAutoCountSum = true; this.dgvCarryOver.IsAutoResizeColumns = false; this.dgvCarryOver.IsClickF12 = false; this.dgvCarryOver.IsOpenMergeCellFlag = false; this.dgvCarryOver.IsSubTotalFlag = false; this.dgvCarryOver.IsTopDeep = false; this.dgvCarryOver.Location = new System.Drawing.Point(0, 0); this.dgvCarryOver.MergeColumnNames = null; this.dgvCarryOver.MergeDetailColumnNames = null; this.dgvCarryOver.MergeDetailOnlyColumn = null; this.dgvCarryOver.MergeOnlyColumn = null; this.dgvCarryOver.MultiSelect = false; this.dgvCarryOver.Name = "dgvCarryOver"; this.dgvCarryOver.ReadOnly = true; this.dgvCarryOver.RefreshAtHscroll = false; this.dgvCarryOver.RowHeadersWidth = 50; this.dgvCarryOver.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvCarryOver.RowsDefaultCellStyle = dataGridViewCellStyle6; this.dgvCarryOver.RowTemplate.Height = 21; this.dgvCarryOver.Size = new System.Drawing.Size(490, 262); this.dgvCarryOver.SortOrderColumnName = null; this.dgvCarryOver.TabIndex = 0; this.dgvCarryOver.Tag = true; this.dgvCarryOver.TotalSumColumns = null; this.dgvCarryOver.ViewRowFilter = ""; this.dgvCarryOver.VirtualNodes = false; this.dgvCarryOver.SelectionChanged += new System.EventHandler(this.dgvCarryOver_SelectionChanged); // // YYYYMM // this.YYYYMM.DataPropertyName = "YYYYMM"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.YYYYMM.DefaultCellStyle = dataGridViewCellStyle3; this.YYYYMM.HeaderText = "年月"; this.YYYYMM.Name = "YYYYMM"; this.YYYYMM.ReadOnly = true; this.YYYYMM.Width = 60; // // BeginDate // this.BeginDate.DataPropertyName = "BeginDate"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.Format = "yyyy-MM-dd"; this.BeginDate.DefaultCellStyle = dataGridViewCellStyle4; this.BeginDate.HeaderText = "起始日期"; this.BeginDate.Name = "BeginDate"; this.BeginDate.ReadOnly = true; // // EndDate // this.EndDate.DataPropertyName = "EndDate"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle5.Format = "yyyy-MM-dd"; this.EndDate.DefaultCellStyle = dataGridViewCellStyle5; this.EndDate.HeaderText = "结束日期"; this.EndDate.Name = "EndDate"; this.EndDate.ReadOnly = true; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.Name = "Remarks"; this.Remarks.ReadOnly = true; // // splitContainer1 // this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(0, 95); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.dgvCarryOver); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.dgvDetail); this.splitContainer1.Size = new System.Drawing.Size(781, 262); this.splitContainer1.SplitterDistance = 490; this.splitContainer1.TabIndex = 3; // // dgvDetail // this.dgvDetail.AllowUserToAddRows = false; this.dgvDetail.AllowUserToDeleteRows = false; this.dgvDetail.AllowUserToModifyRows = true; this.dgvDetail.AllowUserToOrderColumns = true; dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7; this.dgvDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvDetail.CellHeight = 23; this.dgvDetail.ChildNodeColumnName = null; this.dgvDetail.ChildNodeColumnText = null; this.dgvDetail.ColumnDeep = 1; this.dgvDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8; this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.D_YYYYMM, this.GoodsID, this.goodstypeName2, this.GoodsCode, this.MouldNum}); this.dgvDetail.ColumnTreeView = null; this.dgvDetail.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.dgvDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvDetail.DynamicColumnName = ""; this.dgvDetail.EnableHeadersVisualStyles = false; this.dgvDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvDetail.FormatQuantityColumns = null; this.dgvDetail.HasNode = false; this.dgvDetail.HorizontalMergeColumn = null; this.dgvDetail.IsAutoCountSum = true; this.dgvDetail.IsAutoResizeColumns = false; this.dgvDetail.IsClickF12 = false; this.dgvDetail.IsOpenMergeCellFlag = false; this.dgvDetail.IsSubTotalFlag = false; this.dgvDetail.IsTopDeep = false; this.dgvDetail.Location = new System.Drawing.Point(0, 0); this.dgvDetail.MergeColumnNames = null; this.dgvDetail.MergeDetailColumnNames = null; this.dgvDetail.MergeDetailOnlyColumn = null; this.dgvDetail.MergeOnlyColumn = null; this.dgvDetail.MultiSelect = false; this.dgvDetail.Name = "dgvDetail"; this.dgvDetail.ReadOnly = true; this.dgvDetail.RefreshAtHscroll = false; this.dgvDetail.RowHeadersWidth = 50; this.dgvDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvDetail.RowsDefaultCellStyle = dataGridViewCellStyle10; this.dgvDetail.RowTemplate.Height = 21; this.dgvDetail.Size = new System.Drawing.Size(287, 262); this.dgvDetail.SortOrderColumnName = null; this.dgvDetail.TabIndex = 0; this.dgvDetail.Tag = true; this.dgvDetail.TotalSumColumns = null; this.dgvDetail.ViewRowFilter = ""; this.dgvDetail.VirtualNodes = false; // // D_YYYYMM // this.D_YYYYMM.DataPropertyName = "YYYYMM"; this.D_YYYYMM.HeaderText = "YYYYMM"; this.D_YYYYMM.Name = "D_YYYYMM"; this.D_YYYYMM.ReadOnly = true; this.D_YYYYMM.Visible = false; // // GoodsID // this.GoodsID.DataPropertyName = "GoodsID"; this.GoodsID.HeaderText = "GoodsID"; this.GoodsID.Name = "GoodsID"; this.GoodsID.ReadOnly = true; this.GoodsID.Visible = false; // // goodstypeName2 // this.goodstypeName2.DataPropertyName = "goodstypeName2"; this.goodstypeName2.HeaderText = "二级类别"; this.goodstypeName2.Name = "goodstypeName2"; this.goodstypeName2.ReadOnly = true; // // GoodsCode // this.GoodsCode.DataPropertyName = "GoodsCode"; this.GoodsCode.HeaderText = "产品编码"; this.GoodsCode.Name = "GoodsCode"; this.GoodsCode.ReadOnly = true; // // MouldNum // this.MouldNum.DataPropertyName = "MouldNum"; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle9.Format = "N0"; this.MouldNum.DefaultCellStyle = dataGridViewCellStyle9; this.MouldNum.HeaderText = "模具数量"; this.MouldNum.Name = "MouldNum"; this.MouldNum.ReadOnly = true; // // F_PC_1201 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(793, 357); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.grpCollapsible1); this.Controls.Add(this.tsrToolStrip1); this.Name = "F_PC_1201"; this.Text = "模具库存结转"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_1001_FormClosed); this.Load += new System.EventHandler(this.F_PC_1001_Load); this.tsrToolStrip1.ResumeLayout(false); this.tsrToolStrip1.PerformLayout(); this.grpCollapsible1.ResumeLayout(false); this.grpCollapsible1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvCarryOver)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit(); this.ResumeLayout(false); } #endregion private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1; private System.Windows.Forms.ToolStripButton tsbtnSearch; private System.Windows.Forms.ToolStripButton tsbtnClearCondition; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripButton tsbtnCarryover; private System.Windows.Forms.ToolStripButton tsbtnUndoCarryover; private System.Windows.Forms.ToolStripButton tsbtnAutoCarryover; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private System.Windows.Forms.ToolStripButton tsbtnClose; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private WinForm.Controls.GrpCollapsible grpCollapsible1; private Basics.BaseControls.C_DataGridView dgvCarryOver; private WinForm.Controls.LblLabel lblLabel6; private WinForm.Controls.TxtTextBox txtRemarks; private WinForm.Controls.LblLabel lblLabel8; private WinForm.Controls.LblLabel lblLabel1; private System.Windows.Forms.SplitContainer splitContainer1; private WinForm.Controls.DtpMonth dtpMonthBegin; private WinForm.Controls.DtpMonth dtpMonthEnd; private Basics.BaseControls.C_DataGridView dgvDetail; private System.Windows.Forms.DataGridViewTextBoxColumn YYYYMM; private System.Windows.Forms.DataGridViewTextBoxColumn BeginDate; private System.Windows.Forms.DataGridViewTextBoxColumn EndDate; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; private System.Windows.Forms.DataGridViewTextBoxColumn D_YYYYMM; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID; private System.Windows.Forms.DataGridViewTextBoxColumn goodstypeName2; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode; private System.Windows.Forms.DataGridViewTextBoxColumn MouldNum; } }