namespace Dongke.IBOSS.PRD.Client.PPModule { partial class F_PP_0121 { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PP_0121)); 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.grpCollapsible = new Dongke.WinForm.Controls.GrpCollapsible(); this.txtName = new Dongke.WinForm.Controls.TxtTextBox(); this.lblName = new Dongke.WinForm.Controls.LblLabel(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.dtpYear = new Dongke.WinForm.Controls.DtpYear(); this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel(); this.lblYear = new Dongke.WinForm.Controls.LblLabel(); this.tsrTool = new Dongke.WinForm.Controls.TsrToolStrip(); this.tsbtnQuery = new System.Windows.Forms.ToolStripButton(); this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.dgvPlan = 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.增产 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.备注2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cbType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.grpCollapsible.SuspendLayout(); this.tsrTool.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvPlan)).BeginInit(); this.SuspendLayout(); // // grpCollapsible // this.grpCollapsible.Controls.Add(this.cbType); this.grpCollapsible.Controls.Add(this.txtName); this.grpCollapsible.Controls.Add(this.lblName); this.grpCollapsible.Controls.Add(this.btnSearch); this.grpCollapsible.Controls.Add(this.dtpYear); this.grpCollapsible.Controls.Add(this.lblLabel1); this.grpCollapsible.Controls.Add(this.lblYear); this.grpCollapsible.Dock = System.Windows.Forms.DockStyle.Top; this.grpCollapsible.Location = new System.Drawing.Point(0, 44); this.grpCollapsible.Margin = new System.Windows.Forms.Padding(4); this.grpCollapsible.Name = "grpCollapsible"; this.grpCollapsible.Padding = new System.Windows.Forms.Padding(4); this.grpCollapsible.Size = new System.Drawing.Size(970, 74); this.grpCollapsible.TabIndex = 4; this.grpCollapsible.TabStop = false; this.grpCollapsible.Text = "查询条件"; // // txtName // this.txtName.Location = new System.Drawing.Point(104, 28); this.txtName.Margin = new System.Windows.Forms.Padding(4); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(159, 25); this.txtName.TabIndex = 13; // // lblName // this.lblName.Location = new System.Drawing.Point(25, 33); this.lblName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(67, 15); this.lblName.TabIndex = 14; this.lblName.Text = "计划名称"; // // btnSearch // this.btnSearch.BackColor = System.Drawing.Color.Transparent; this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage"))); this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(804, 18); this.btnSearch.Margin = new System.Windows.Forms.Padding(4); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(113, 38); this.btnSearch.TabIndex = 6; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = false; this.btnSearch.Click += new System.EventHandler(this.BtnSearch_Click); // // dtpYear // this.dtpYear.Location = new System.Drawing.Point(355, 26); this.dtpYear.Margin = new System.Windows.Forms.Padding(4); this.dtpYear.Name = "dtpYear"; this.dtpYear.Size = new System.Drawing.Size(159, 25); this.dtpYear.TabIndex = 1; // // lblLabel1 // this.lblLabel1.Location = new System.Drawing.Point(531, 30); this.lblLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblLabel1.Name = "lblLabel1"; this.lblLabel1.Size = new System.Drawing.Size(67, 15); this.lblLabel1.TabIndex = 0; this.lblLabel1.Text = "计划类型"; // // lblYear // this.lblYear.Location = new System.Drawing.Point(277, 31); this.lblYear.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblYear.Name = "lblYear"; this.lblYear.Size = new System.Drawing.Size(67, 15); this.lblYear.TabIndex = 0; this.lblYear.Text = "计划年度"; // // tsrTool // this.tsrTool.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsrTool.ImageScalingSize = new System.Drawing.Size(20, 20); this.tsrTool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnQuery, this.tsbtnClearCondition, this.toolStripSeparator1, this.tsbtnAdaptive, this.toolStripSeparator3, this.tsbtnClose}); this.tsrTool.Location = new System.Drawing.Point(0, 0); this.tsrTool.Name = "tsrTool"; this.tsrTool.Size = new System.Drawing.Size(970, 44); this.tsrTool.TabIndex = 3; this.tsrTool.Text = "tsrToolStrip1"; // // tsbtnQuery // this.tsbtnQuery.AutoSize = false; this.tsbtnQuery.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnQuery.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnQuery.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnQuery.Name = "tsbtnQuery"; this.tsbtnQuery.Size = new System.Drawing.Size(60, 25); this.tsbtnQuery.Text = "查询(&Q)"; this.tsbtnQuery.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); // // 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); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 44); // // 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); // // dgvPlan // this.dgvPlan.AllowUserToAddRows = false; this.dgvPlan.AllowUserToDeleteRows = false; this.dgvPlan.AllowUserToModifyRows = true; this.dgvPlan.AllowUserToOrderColumns = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvPlan.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvPlan.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvPlan.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvPlan.CellHeight = 23; this.dgvPlan.ChildNodeColumnName = null; this.dgvPlan.ChildNodeColumnText = null; this.dgvPlan.ColumnDeep = 1; this.dgvPlan.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.dgvPlan.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvPlan.ColumnHeadersHeight = 29; this.dgvPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.物料编码, this.物料名称, this.计划产量, this.实际产量, this.完成比例, this.增产, this.备注2}); this.dgvPlan.ColumnTreeView = new System.Windows.Forms.TreeView[0]; this.dgvPlan.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.dgvPlan.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvPlan.DynamicColumnName = ""; this.dgvPlan.EnableHeadersVisualStyles = false; this.dgvPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvPlan.FormatQuantityColumns = null; this.dgvPlan.HorizontalMergeColumn = null; this.dgvPlan.IsAutoCountSum = true; this.dgvPlan.IsAutoResizeColumns = false; this.dgvPlan.IsClickF12 = false; this.dgvPlan.IsOpenMergeCellFlag = false; this.dgvPlan.IsSubTotalFlag = false; this.dgvPlan.IsTopDeep = false; this.dgvPlan.Location = new System.Drawing.Point(0, 118); this.dgvPlan.Margin = new System.Windows.Forms.Padding(4); this.dgvPlan.MergeColumnNames = null; this.dgvPlan.MergeDetailColumnNames = null; this.dgvPlan.MergeDetailOnlyColumn = null; this.dgvPlan.MergeOnlyColumn = null; this.dgvPlan.MultiSelect = false; this.dgvPlan.Name = "dgvPlan"; this.dgvPlan.ReadOnly = true; this.dgvPlan.RefreshAtHscroll = false; this.dgvPlan.RowHeadersWidth = 50; this.dgvPlan.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvPlan.RowsDefaultCellStyle = dataGridViewCellStyle3; this.dgvPlan.RowTemplate.Height = 21; this.dgvPlan.Size = new System.Drawing.Size(970, 518); this.dgvPlan.SortOrderColumnName = null; this.dgvPlan.TabIndex = 10; this.dgvPlan.Tag = ""; this.dgvPlan.TotalSumColumns = null; this.dgvPlan.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; // // 增产 // this.增产.HeaderText = "增加产量"; this.增产.MinimumWidth = 6; this.增产.Name = "增产"; this.增产.ReadOnly = true; this.增产.Width = 125; // // 备注2 // this.备注2.HeaderText = "备注"; this.备注2.MinimumWidth = 6; this.备注2.Name = "备注2"; this.备注2.ReadOnly = true; this.备注2.Width = 125; // // cbType // this.cbType.BackColor = System.Drawing.SystemColors.Window; this.cbType.BackgroundColor = System.Drawing.SystemColors.Window; this.cbType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbType.FormattingEnabled = true; this.cbType.Location = new System.Drawing.Point(605, 26); this.cbType.Name = "cbType"; this.cbType.Size = new System.Drawing.Size(172, 23); this.cbType.TabIndex = 15; // // F_PP_0121 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(970, 636); this.Controls.Add(this.dgvPlan); this.Controls.Add(this.grpCollapsible); this.Controls.Add(this.tsrTool); this.Margin = new System.Windows.Forms.Padding(5); this.Name = "F_PP_0121"; this.Text = "计划分析"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PP_0121_FormClosed); this.Load += new System.EventHandler(this.F_PP_0121_Load); this.grpCollapsible.ResumeLayout(false); this.grpCollapsible.PerformLayout(); this.tsrTool.ResumeLayout(false); this.tsrTool.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvPlan)).EndInit(); this.ResumeLayout(false); } #endregion private WinForm.Controls.TsrToolStrip tsrTool; private System.Windows.Forms.ToolStripButton tsbtnQuery; private System.Windows.Forms.ToolStripButton tsbtnClearCondition; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private System.Windows.Forms.ToolStripButton tsbtnClose; private WinForm.Controls.GrpCollapsible grpCollapsible; private WinForm.Controls.DtpYear dtpYear; private WinForm.Controls.LblLabel lblYear; private WinForm.Controls.LblLabel lblLabel1; private Basics.BaseControls.C_Button btnSearch; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private Basics.BaseControls.C_DataGridView dgvPlan; 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 增产; private System.Windows.Forms.DataGridViewTextBoxColumn 备注2; private WinForm.Controls.TxtTextBox txtName; private WinForm.Controls.LblLabel lblName; private Basics.BaseControls.C_ComboBox cbType; } }