| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927 |
-
- namespace Dongke.IBOSS.PRD.Client.PPModule
- {
- partial class F_PP_0201
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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 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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PP_0201));
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.dgvPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.PlanTypeId = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PlanId = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PlanName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PlanTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.YearNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MonthNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.StartDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.EndDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PlanVer = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dgvDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.GOODSID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PLANGOODSID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GOODSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GOODSSPECIFICATION = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GOODSMODEL = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PLANQUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PLANREMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.grpCollapsible = new Dongke.WinForm.Controls.GrpCollapsible();
- this.pMonthNo = new System.Windows.Forms.NumericUpDown();
- this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
- this.pYearNo = new System.Windows.Forms.NumericUpDown();
- this.btnEmpty = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.pType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.pName = new Dongke.WinForm.Controls.TxtTextBox();
- this.lblName = new Dongke.WinForm.Controls.LblLabel();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.showVer = new Dongke.WinForm.Controls.ChkCheckBox();
- this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
- this.lblYear = new Dongke.WinForm.Controls.LblLabel();
- this.lblRemark = new Dongke.WinForm.Controls.LblLabel();
- this.pRemarks = new Dongke.WinForm.Controls.TxtTextBox();
- 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.tsbtnAdd = new System.Windows.Forms.ToolStripDropDownButton();
- this.tsbtnPlanAdd = new System.Windows.Forms.ToolStripMenuItem();
- this.tsbtnPlanGoodsAdd = new System.Windows.Forms.ToolStripMenuItem();
- this.tsbtnEdit = new System.Windows.Forms.ToolStripDropDownButton();
- this.tsbtnPlanEdit = new System.Windows.Forms.ToolStripMenuItem();
- this.tsbtnPlanGoodsEdit = new System.Windows.Forms.ToolStripMenuItem();
- this.tsbtnDelete = new System.Windows.Forms.ToolStripDropDownButton();
- this.tsbtnPlanDelete = new System.Windows.Forms.ToolStripMenuItem();
- this.tsbtnPlanGoodsDelete = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnCopy = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnSame = new System.Windows.Forms.ToolStripButton();
- this.tsbtnVer = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvPlan)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
- this.grpCollapsible.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pMonthNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pYearNo)).BeginInit();
- this.tsrTool.SuspendLayout();
- this.SuspendLayout();
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 118);
- this.splitContainer1.Margin = new System.Windows.Forms.Padding(4);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.dgvPlan);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.dgvDetail);
- this.splitContainer1.Size = new System.Drawing.Size(1492, 518);
- this.splitContainer1.SplitterDistance = 182;
- this.splitContainer1.SplitterWidth = 5;
- this.splitContainer1.TabIndex = 13;
- //
- // 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.PlanTypeId,
- this.PlanId,
- this.PlanName,
- this.PlanTypeName,
- this.YearNo,
- this.MonthNo,
- this.StartDate,
- this.EndDate,
- this.PlanVer,
- this.Remarks});
- 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, 0);
- 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(1492, 182);
- this.dgvPlan.SortOrderColumnName = null;
- this.dgvPlan.TabIndex = 8;
- this.dgvPlan.Tag = "";
- this.dgvPlan.TotalSumColumns = null;
- this.dgvPlan.ViewRowFilter = "";
- this.dgvPlan.SelectionChanged += new System.EventHandler(this.DgvPlan_SelectionChanged);
- this.dgvPlan.DoubleClick += new System.EventHandler(this.DgvPlan_DoubleClick);
- //
- // PlanTypeId
- //
- this.PlanTypeId.DataPropertyName = "PlanTypeId";
- this.PlanTypeId.HeaderText = "计划类型编号";
- this.PlanTypeId.MinimumWidth = 6;
- this.PlanTypeId.Name = "PlanTypeId";
- this.PlanTypeId.ReadOnly = true;
- this.PlanTypeId.Visible = false;
- this.PlanTypeId.Width = 125;
- //
- // PlanId
- //
- this.PlanId.DataPropertyName = "PlanId";
- this.PlanId.HeaderText = "计划编号";
- this.PlanId.MinimumWidth = 6;
- this.PlanId.Name = "PlanId";
- this.PlanId.ReadOnly = true;
- this.PlanId.Visible = false;
- this.PlanId.Width = 125;
- //
- // PlanName
- //
- this.PlanName.DataPropertyName = "PlanName";
- this.PlanName.HeaderText = "计划名称";
- this.PlanName.MinimumWidth = 6;
- this.PlanName.Name = "PlanName";
- this.PlanName.ReadOnly = true;
- this.PlanName.Width = 125;
- //
- // PlanTypeName
- //
- this.PlanTypeName.DataPropertyName = "PlanTypeName";
- this.PlanTypeName.HeaderText = "计划类型";
- this.PlanTypeName.MinimumWidth = 6;
- this.PlanTypeName.Name = "PlanTypeName";
- this.PlanTypeName.ReadOnly = true;
- this.PlanTypeName.Width = 125;
- //
- // YearNo
- //
- this.YearNo.DataPropertyName = "YearNo";
- this.YearNo.HeaderText = "计划年度";
- this.YearNo.MinimumWidth = 6;
- this.YearNo.Name = "YearNo";
- this.YearNo.ReadOnly = true;
- this.YearNo.Width = 125;
- //
- // MonthNo
- //
- this.MonthNo.DataPropertyName = "MonthNo";
- this.MonthNo.HeaderText = "计划月份";
- this.MonthNo.MinimumWidth = 6;
- this.MonthNo.Name = "MonthNo";
- this.MonthNo.ReadOnly = true;
- this.MonthNo.Width = 125;
- //
- // StartDate
- //
- this.StartDate.DataPropertyName = "STARTDATE";
- this.StartDate.HeaderText = "开始日期";
- this.StartDate.MinimumWidth = 6;
- this.StartDate.Name = "StartDate";
- this.StartDate.ReadOnly = true;
- this.StartDate.Visible = false;
- this.StartDate.Width = 125;
- //
- // EndDate
- //
- this.EndDate.DataPropertyName = "ENDDATE";
- this.EndDate.HeaderText = "结束日期";
- this.EndDate.MinimumWidth = 6;
- this.EndDate.Name = "EndDate";
- this.EndDate.ReadOnly = true;
- this.EndDate.Visible = false;
- this.EndDate.Width = 125;
- //
- // PlanVer
- //
- this.PlanVer.DataPropertyName = "PlanVer";
- this.PlanVer.HeaderText = "版本";
- this.PlanVer.MinimumWidth = 6;
- this.PlanVer.Name = "PlanVer";
- this.PlanVer.ReadOnly = true;
- this.PlanVer.Width = 125;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.MinimumWidth = 6;
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- this.Remarks.Width = 125;
- //
- // dgvDetail
- //
- this.dgvDetail.AllowUserToAddRows = false;
- this.dgvDetail.AllowUserToDeleteRows = false;
- this.dgvDetail.AllowUserToModifyRows = true;
- this.dgvDetail.AllowUserToOrderColumns = true;
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
- 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;
- 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.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvDetail.ColumnHeadersHeight = 29;
- this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.GOODSID,
- this.PLANGOODSID,
- this.GOODSCODE,
- this.GOODSNAME,
- this.GOODSSPECIFICATION,
- this.GOODSMODEL,
- this.PLANQUANTITY,
- this.PLANREMARKS});
- this.dgvDetail.ColumnTreeView = new System.Windows.Forms.TreeView[0];
- 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.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.Margin = new System.Windows.Forms.Padding(4);
- 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;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvDetail.RowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvDetail.RowTemplate.Height = 21;
- this.dgvDetail.Size = new System.Drawing.Size(1492, 331);
- this.dgvDetail.SortOrderColumnName = null;
- this.dgvDetail.TabIndex = 9;
- this.dgvDetail.Tag = "";
- this.dgvDetail.TotalSumColumns = null;
- this.dgvDetail.ViewRowFilter = "";
- this.dgvDetail.SelectionChanged += new System.EventHandler(this.DgvDetail_SelectionChanged);
- this.dgvDetail.DoubleClick += new System.EventHandler(this.DgvDetail_DoubleClick);
- //
- // GOODSID
- //
- this.GOODSID.DataPropertyName = "GOODSID";
- this.GOODSID.HeaderText = "产品ID";
- this.GOODSID.MinimumWidth = 6;
- this.GOODSID.Name = "GOODSID";
- this.GOODSID.ReadOnly = true;
- this.GOODSID.Visible = false;
- this.GOODSID.Width = 125;
- //
- // PLANGOODSID
- //
- this.PLANGOODSID.DataPropertyName = "PLANGOODSID";
- this.PLANGOODSID.HeaderText = "计划产量ID";
- this.PLANGOODSID.MinimumWidth = 6;
- this.PLANGOODSID.Name = "PLANGOODSID";
- this.PLANGOODSID.ReadOnly = true;
- this.PLANGOODSID.Visible = false;
- this.PLANGOODSID.Width = 125;
- //
- // GOODSCODE
- //
- this.GOODSCODE.DataPropertyName = "GOODSCODE";
- this.GOODSCODE.HeaderText = "产品编码";
- this.GOODSCODE.MinimumWidth = 6;
- this.GOODSCODE.Name = "GOODSCODE";
- this.GOODSCODE.ReadOnly = true;
- this.GOODSCODE.Width = 125;
- //
- // GOODSNAME
- //
- this.GOODSNAME.DataPropertyName = "GOODSNAME";
- this.GOODSNAME.HeaderText = "产品名称";
- this.GOODSNAME.MinimumWidth = 6;
- this.GOODSNAME.Name = "GOODSNAME";
- this.GOODSNAME.ReadOnly = true;
- this.GOODSNAME.Width = 125;
- //
- // GOODSSPECIFICATION
- //
- this.GOODSSPECIFICATION.DataPropertyName = "GOODSSPECIFICATION";
- this.GOODSSPECIFICATION.HeaderText = "产品规格";
- this.GOODSSPECIFICATION.MinimumWidth = 6;
- this.GOODSSPECIFICATION.Name = "GOODSSPECIFICATION";
- this.GOODSSPECIFICATION.ReadOnly = true;
- this.GOODSSPECIFICATION.Width = 125;
- //
- // GOODSMODEL
- //
- this.GOODSMODEL.DataPropertyName = "GOODSMODEL";
- this.GOODSMODEL.HeaderText = "产品型号";
- this.GOODSMODEL.MinimumWidth = 6;
- this.GOODSMODEL.Name = "GOODSMODEL";
- this.GOODSMODEL.ReadOnly = true;
- this.GOODSMODEL.Width = 125;
- //
- // PLANQUANTITY
- //
- this.PLANQUANTITY.DataPropertyName = "PLANQUANTITY";
- this.PLANQUANTITY.HeaderText = "计划产量";
- this.PLANQUANTITY.MinimumWidth = 6;
- this.PLANQUANTITY.Name = "PLANQUANTITY";
- this.PLANQUANTITY.ReadOnly = true;
- this.PLANQUANTITY.Width = 125;
- //
- // PLANREMARKS
- //
- this.PLANREMARKS.DataPropertyName = "REMARKS";
- this.PLANREMARKS.HeaderText = "备注";
- this.PLANREMARKS.MinimumWidth = 6;
- this.PLANREMARKS.Name = "PLANREMARKS";
- this.PLANREMARKS.ReadOnly = true;
- this.PLANREMARKS.Width = 125;
- //
- // grpCollapsible
- //
- this.grpCollapsible.Controls.Add(this.pMonthNo);
- this.grpCollapsible.Controls.Add(this.lblLabel2);
- this.grpCollapsible.Controls.Add(this.pYearNo);
- this.grpCollapsible.Controls.Add(this.btnEmpty);
- this.grpCollapsible.Controls.Add(this.pType);
- this.grpCollapsible.Controls.Add(this.pName);
- this.grpCollapsible.Controls.Add(this.lblName);
- this.grpCollapsible.Controls.Add(this.btnSearch);
- this.grpCollapsible.Controls.Add(this.showVer);
- this.grpCollapsible.Controls.Add(this.lblLabel1);
- this.grpCollapsible.Controls.Add(this.lblYear);
- this.grpCollapsible.Controls.Add(this.lblRemark);
- this.grpCollapsible.Controls.Add(this.pRemarks);
- 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(1492, 74);
- this.grpCollapsible.TabIndex = 4;
- this.grpCollapsible.TabStop = false;
- this.grpCollapsible.Text = "查询条件";
- //
- // pMonthNo
- //
- this.pMonthNo.Location = new System.Drawing.Point(514, 28);
- this.pMonthNo.Maximum = new decimal(new int[] {
- 12,
- 0,
- 0,
- 0});
- this.pMonthNo.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.pMonthNo.Name = "pMonthNo";
- this.pMonthNo.Size = new System.Drawing.Size(80, 25);
- this.pMonthNo.TabIndex = 19;
- this.pMonthNo.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // lblLabel2
- //
- this.lblLabel2.Location = new System.Drawing.Point(440, 34);
- this.lblLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblLabel2.Name = "lblLabel2";
- this.lblLabel2.Size = new System.Drawing.Size(67, 15);
- this.lblLabel2.TabIndex = 18;
- this.lblLabel2.Text = "计划月份";
- //
- // pYearNo
- //
- this.pYearNo.Location = new System.Drawing.Point(349, 28);
- this.pYearNo.Maximum = new decimal(new int[] {
- 2029,
- 0,
- 0,
- 0});
- this.pYearNo.Minimum = new decimal(new int[] {
- 2015,
- 0,
- 0,
- 0});
- this.pYearNo.Name = "pYearNo";
- this.pYearNo.Size = new System.Drawing.Size(80, 25);
- this.pYearNo.TabIndex = 17;
- this.pYearNo.Value = new decimal(new int[] {
- 2019,
- 0,
- 0,
- 0});
- //
- // btnEmpty
- //
- this.btnEmpty.BackColor = System.Drawing.Color.Transparent;
- this.btnEmpty.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnEmpty.BackgroundImage")));
- this.btnEmpty.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnEmpty.ForeColor = System.Drawing.Color.White;
- this.btnEmpty.Location = new System.Drawing.Point(1330, 21);
- this.btnEmpty.Margin = new System.Windows.Forms.Padding(4);
- this.btnEmpty.Name = "btnEmpty";
- this.btnEmpty.Size = new System.Drawing.Size(113, 38);
- this.btnEmpty.TabIndex = 16;
- this.btnEmpty.Text = "清空(&E)";
- this.btnEmpty.UseVisualStyleBackColor = false;
- this.btnEmpty.Click += new System.EventHandler(this.BtnEmpty_Click);
- //
- // pType
- //
- this.pType.BackColor = System.Drawing.SystemColors.Window;
- this.pType.BackgroundColor = System.Drawing.SystemColors.Window;
- this.pType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pType.FormattingEnabled = true;
- this.pType.Location = new System.Drawing.Point(686, 30);
- this.pType.Name = "pType";
- this.pType.Size = new System.Drawing.Size(153, 23);
- this.pType.TabIndex = 15;
- //
- // pName
- //
- this.pName.Location = new System.Drawing.Point(101, 28);
- this.pName.Margin = new System.Windows.Forms.Padding(4);
- this.pName.Name = "pName";
- this.pName.Size = new System.Drawing.Size(159, 25);
- this.pName.TabIndex = 13;
- //
- // lblName
- //
- this.lblName.Location = new System.Drawing.Point(22, 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(1200, 21);
- 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);
- //
- // showVer
- //
- this.showVer.Location = new System.Drawing.Point(1095, 30);
- this.showVer.Name = "showVer";
- this.showVer.Size = new System.Drawing.Size(89, 19);
- this.showVer.TabIndex = 5;
- this.showVer.Text = "历史版本";
- this.showVer.UseVisualStyleBackColor = false;
- this.showVer.Click += new System.EventHandler(this.ShowVer_Click);
- //
- // lblLabel1
- //
- this.lblLabel1.Location = new System.Drawing.Point(612, 34);
- 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(275, 33);
- 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 = "计划年度";
- //
- // lblRemark
- //
- this.lblRemark.Location = new System.Drawing.Point(858, 33);
- this.lblRemark.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblRemark.Name = "lblRemark";
- this.lblRemark.Size = new System.Drawing.Size(37, 15);
- this.lblRemark.TabIndex = 0;
- this.lblRemark.Text = "备注";
- //
- // pRemarks
- //
- this.pRemarks.Location = new System.Drawing.Point(905, 28);
- this.pRemarks.Margin = new System.Windows.Forms.Padding(4);
- this.pRemarks.Name = "pRemarks";
- this.pRemarks.Size = new System.Drawing.Size(159, 25);
- this.pRemarks.TabIndex = 4;
- //
- // 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.tsbtnAdd,
- this.tsbtnEdit,
- this.tsbtnDelete,
- this.toolStripSeparator5,
- this.tsbtnCopy,
- this.toolStripSeparator2,
- this.tsbtnSame,
- this.tsbtnVer,
- this.toolStripSeparator3,
- this.tsbtnAdaptive,
- this.toolStripSeparator4,
- this.tsbtnClose});
- this.tsrTool.Location = new System.Drawing.Point(0, 0);
- this.tsrTool.Name = "tsrTool";
- this.tsrTool.Size = new System.Drawing.Size(1492, 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);
- //
- // tsbtnAdd
- //
- this.tsbtnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnAdd.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnPlanAdd,
- this.tsbtnPlanGoodsAdd});
- this.tsbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdd.Image")));
- this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdd.Name = "tsbtnAdd";
- this.tsbtnAdd.Size = new System.Drawing.Size(75, 41);
- this.tsbtnAdd.Text = "新建(&N)";
- //
- // tsbtnPlanAdd
- //
- this.tsbtnPlanAdd.Name = "tsbtnPlanAdd";
- this.tsbtnPlanAdd.Size = new System.Drawing.Size(172, 26);
- this.tsbtnPlanAdd.Text = "计划(&P)";
- this.tsbtnPlanAdd.Click += new System.EventHandler(this.TsbtnPlanAdd_Click);
- //
- // tsbtnPlanGoodsAdd
- //
- this.tsbtnPlanGoodsAdd.Enabled = false;
- this.tsbtnPlanGoodsAdd.Name = "tsbtnPlanGoodsAdd";
- this.tsbtnPlanGoodsAdd.Size = new System.Drawing.Size(172, 26);
- this.tsbtnPlanGoodsAdd.Text = "产品产量(&N)";
- this.tsbtnPlanGoodsAdd.Click += new System.EventHandler(this.TsbtnPlanGoodsAdd_Click);
- //
- // tsbtnEdit
- //
- this.tsbtnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnPlanEdit,
- this.tsbtnPlanGoodsEdit});
- this.tsbtnEdit.Enabled = false;
- this.tsbtnEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnEdit.Image")));
- this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnEdit.Name = "tsbtnEdit";
- this.tsbtnEdit.Size = new System.Drawing.Size(75, 41);
- this.tsbtnEdit.Text = "编辑(&E)";
- //
- // tsbtnPlanEdit
- //
- this.tsbtnPlanEdit.Enabled = false;
- this.tsbtnPlanEdit.Name = "tsbtnPlanEdit";
- this.tsbtnPlanEdit.Size = new System.Drawing.Size(172, 26);
- this.tsbtnPlanEdit.Text = "计划(&P)";
- this.tsbtnPlanEdit.Click += new System.EventHandler(this.TsbtnPlanEdit_Click);
- //
- // tsbtnPlanGoodsEdit
- //
- this.tsbtnPlanGoodsEdit.Enabled = false;
- this.tsbtnPlanGoodsEdit.Name = "tsbtnPlanGoodsEdit";
- this.tsbtnPlanGoodsEdit.Size = new System.Drawing.Size(172, 26);
- this.tsbtnPlanGoodsEdit.Text = "产品产量(&N)";
- this.tsbtnPlanGoodsEdit.Click += new System.EventHandler(this.TsbtnPlanGoodsEdit_Click);
- //
- // tsbtnDelete
- //
- this.tsbtnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnDelete.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnPlanDelete,
- this.tsbtnPlanGoodsDelete});
- this.tsbtnDelete.Enabled = false;
- this.tsbtnDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDelete.Image")));
- this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnDelete.Name = "tsbtnDelete";
- this.tsbtnDelete.Size = new System.Drawing.Size(75, 41);
- this.tsbtnDelete.Text = "删除(&D)";
- //
- // tsbtnPlanDelete
- //
- this.tsbtnPlanDelete.Enabled = false;
- this.tsbtnPlanDelete.Name = "tsbtnPlanDelete";
- this.tsbtnPlanDelete.Size = new System.Drawing.Size(172, 26);
- this.tsbtnPlanDelete.Text = "计划(&P)";
- this.tsbtnPlanDelete.Click += new System.EventHandler(this.TsbtnPlanDelete_Click);
- //
- // tsbtnPlanGoodsDelete
- //
- this.tsbtnPlanGoodsDelete.Enabled = false;
- this.tsbtnPlanGoodsDelete.Name = "tsbtnPlanGoodsDelete";
- this.tsbtnPlanGoodsDelete.Size = new System.Drawing.Size(172, 26);
- this.tsbtnPlanGoodsDelete.Text = "产品产量(&N)";
- this.tsbtnPlanGoodsDelete.Click += new System.EventHandler(this.TsbtnPlanGoodsDelete_Click);
- //
- // toolStripSeparator5
- //
- this.toolStripSeparator5.Name = "toolStripSeparator5";
- this.toolStripSeparator5.Size = new System.Drawing.Size(6, 44);
- //
- // tsbtnCopy
- //
- this.tsbtnCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnCopy.Enabled = false;
- this.tsbtnCopy.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCopy.Image")));
- this.tsbtnCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnCopy.Name = "tsbtnCopy";
- this.tsbtnCopy.Size = new System.Drawing.Size(71, 41);
- this.tsbtnCopy.Text = "保存副本";
- this.tsbtnCopy.Click += new System.EventHandler(this.TsbtnCopy_Click);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.AutoSize = false;
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnSame
- //
- this.tsbtnSame.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnSame.Enabled = false;
- this.tsbtnSame.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSame.Image")));
- this.tsbtnSame.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnSame.Name = "tsbtnSame";
- this.tsbtnSame.Size = new System.Drawing.Size(95, 41);
- this.tsbtnSame.Text = "同表比对(&S)";
- this.tsbtnSame.Click += new System.EventHandler(this.TsbtnSame_Click);
- //
- // tsbtnVer
- //
- this.tsbtnVer.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnVer.Enabled = false;
- this.tsbtnVer.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnVer.Image")));
- this.tsbtnVer.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnVer.Name = "tsbtnVer";
- this.tsbtnVer.Size = new System.Drawing.Size(95, 41);
- this.tsbtnVer.Text = "自由比对(&V)";
- this.tsbtnVer.Click += new System.EventHandler(this.TsbtnVer_Click);
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 44);
- //
- // 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);
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.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);
- //
- // F_PP_0201
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1492, 636);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.grpCollapsible);
- this.Controls.Add(this.tsrTool);
- this.Margin = new System.Windows.Forms.Padding(5);
- this.Name = "F_PP_0201";
- this.Text = "年计划";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PP_0201_FormClosed);
- this.Load += new System.EventHandler(this.F_PP_0201_Load);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvPlan)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit();
- this.grpCollapsible.ResumeLayout(false);
- this.grpCollapsible.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pMonthNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pYearNo)).EndInit();
- this.tsrTool.ResumeLayout(false);
- this.tsrTool.PerformLayout();
- 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.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private WinForm.Controls.GrpCollapsible grpCollapsible;
- private WinForm.Controls.LblLabel lblYear;
- private WinForm.Controls.LblLabel lblRemark;
- private WinForm.Controls.TxtTextBox pRemarks;
- private WinForm.Controls.LblLabel lblLabel1;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private Basics.BaseControls.C_DataGridView dgvPlan;
- private Basics.BaseControls.C_DataGridView dgvDetail;
- private WinForm.Controls.ChkCheckBox showVer;
- private Basics.BaseControls.C_Button btnSearch;
- private System.Windows.Forms.ToolStripButton tsbtnVer;
- private System.Windows.Forms.ToolStripButton tsbtnSame;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- private WinForm.Controls.TxtTextBox pName;
- private WinForm.Controls.LblLabel lblName;
- private Basics.BaseControls.C_ComboBox pType;
- private System.Windows.Forms.ToolStripDropDownButton tsbtnAdd;
- private System.Windows.Forms.ToolStripMenuItem tsbtnPlanAdd;
- private System.Windows.Forms.ToolStripMenuItem tsbtnPlanGoodsAdd;
- private System.Windows.Forms.ToolStripDropDownButton tsbtnEdit;
- private System.Windows.Forms.ToolStripMenuItem tsbtnPlanEdit;
- private System.Windows.Forms.ToolStripMenuItem tsbtnPlanGoodsEdit;
- private System.Windows.Forms.ToolStripDropDownButton tsbtnDelete;
- private System.Windows.Forms.ToolStripMenuItem tsbtnPlanDelete;
- private System.Windows.Forms.ToolStripMenuItem tsbtnPlanGoodsDelete;
- private System.Windows.Forms.DataGridViewTextBoxColumn GOODSID;
- private System.Windows.Forms.DataGridViewTextBoxColumn PLANGOODSID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
- private System.Windows.Forms.DataGridViewTextBoxColumn GOODSNAME;
- private System.Windows.Forms.DataGridViewTextBoxColumn GOODSSPECIFICATION;
- private System.Windows.Forms.DataGridViewTextBoxColumn GOODSMODEL;
- private System.Windows.Forms.DataGridViewTextBoxColumn PLANQUANTITY;
- private System.Windows.Forms.DataGridViewTextBoxColumn PLANREMARKS;
- private Basics.BaseControls.C_Button btnEmpty;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
- private System.Windows.Forms.ToolStripButton tsbtnCopy;
- public System.Windows.Forms.NumericUpDown pYearNo;
- public System.Windows.Forms.NumericUpDown pMonthNo;
- private WinForm.Controls.LblLabel lblLabel2;
- private System.Windows.Forms.DataGridViewTextBoxColumn PlanTypeId;
- private System.Windows.Forms.DataGridViewTextBoxColumn PlanId;
- private System.Windows.Forms.DataGridViewTextBoxColumn PlanName;
- private System.Windows.Forms.DataGridViewTextBoxColumn PlanTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn YearNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn MonthNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn StartDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn EndDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn PlanVer;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- }
- }
|