| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415 |
-
- namespace Dongke.IBOSS.PRD.Client.ReportModule
- {
- partial class F_RPT_030114
- {
- /// <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();
- this.dgvSum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.scraptypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.scrapdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.procedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.psum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
- this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
- this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
- this.ckcSumType = new Dongke.WinForm.Controls.CkcCheckedComboBox();
- this.dkCProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
- this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
- this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
- this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
- this.dtpMonth2 = new Dongke.WinForm.Controls.DtpMonth();
- this.dtpMonth1 = new Dongke.WinForm.Controls.DtpMonth();
- 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.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).BeginInit();
- this.grpCollapsible1.SuspendLayout();
- this.tsrToolStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // dgvSum
- //
- this.dgvSum.AllowUserToAddRows = false;
- this.dgvSum.AllowUserToDeleteRows = false;
- this.dgvSum.AllowUserToModifyRows = true;
- this.dgvSum.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvSum.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvSum.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.dgvSum.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvSum.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvSum.CellHeight = 23;
- this.dgvSum.ChildNodeColumnName = null;
- this.dgvSum.ChildNodeColumnText = null;
- this.dgvSum.ColumnDeep = 1;
- this.dgvSum.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.dgvSum.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvSum.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.scraptypename,
- this.scrapdate,
- this.procedurename,
- this.goodscode,
- this.psum});
- this.dgvSum.ColumnTreeView = new System.Windows.Forms.TreeView[0];
- this.dgvSum.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.dgvSum.DynamicColumnName = "";
- this.dgvSum.EnableHeadersVisualStyles = false;
- this.dgvSum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvSum.FormatQuantityColumns = null;
- this.dgvSum.HorizontalMergeColumn = null;
- this.dgvSum.IsAutoCountSum = true;
- this.dgvSum.IsAutoResizeColumns = false;
- this.dgvSum.IsClickF12 = false;
- this.dgvSum.IsOpenMergeCellFlag = false;
- this.dgvSum.IsSubTotalFlag = false;
- this.dgvSum.IsTopDeep = false;
- this.dgvSum.Location = new System.Drawing.Point(0, 96);
- this.dgvSum.MergeColumnNames = null;
- this.dgvSum.MergeDetailColumnNames = null;
- this.dgvSum.MergeDetailOnlyColumn = null;
- this.dgvSum.MergeOnlyColumn = null;
- this.dgvSum.MultiSelect = false;
- this.dgvSum.Name = "dgvSum";
- this.dgvSum.ReadOnly = true;
- this.dgvSum.RefreshAtHscroll = false;
- this.dgvSum.RowHeadersWidth = 50;
- this.dgvSum.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvSum.RowsDefaultCellStyle = dataGridViewCellStyle3;
- this.dgvSum.RowTemplate.Height = 21;
- this.dgvSum.Size = new System.Drawing.Size(1061, 261);
- this.dgvSum.SortOrderColumnName = null;
- this.dgvSum.TabIndex = 0;
- this.dgvSum.Tag = "";
- this.dgvSum.TotalSumColumns = null;
- this.dgvSum.ViewRowFilter = "";
- //
- // scraptypename
- //
- this.scraptypename.DataPropertyName = "scraptypename";
- this.scraptypename.HeaderText = "汇总分类";
- this.scraptypename.Name = "scraptypename";
- this.scraptypename.ReadOnly = true;
- //
- // scrapdate
- //
- this.scrapdate.DataPropertyName = "scrapdate";
- this.scrapdate.HeaderText = "月份";
- this.scrapdate.Name = "scrapdate";
- this.scrapdate.ReadOnly = true;
- //
- // procedurename
- //
- this.procedurename.DataPropertyName = "procedurename";
- this.procedurename.HeaderText = "完成工序";
- this.procedurename.Name = "procedurename";
- this.procedurename.ReadOnly = true;
- //
- // goodscode
- //
- this.goodscode.DataPropertyName = "goodscode";
- this.goodscode.HeaderText = "产品编码";
- this.goodscode.Name = "goodscode";
- this.goodscode.ReadOnly = true;
- //
- // psum
- //
- this.psum.DataPropertyName = "psum";
- this.psum.HeaderText = "产品数量";
- this.psum.Name = "psum";
- this.psum.ReadOnly = true;
- //
- // 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.scbGoods);
- this.grpCollapsible1.Controls.Add(this.lblGoods);
- this.grpCollapsible1.Controls.Add(this.lblGoodsType);
- this.grpCollapsible1.Controls.Add(this.scbGoodsType);
- this.grpCollapsible1.Controls.Add(this.ckcSumType);
- this.grpCollapsible1.Controls.Add(this.dkCProcedureSearchBox);
- this.grpCollapsible1.Controls.Add(this.lblLabel2);
- this.grpCollapsible1.Controls.Add(this.lblLabel3);
- this.grpCollapsible1.Controls.Add(this.lblLabel1);
- this.grpCollapsible1.Controls.Add(this.dtpMonth2);
- this.grpCollapsible1.Controls.Add(this.dtpMonth1);
- this.grpCollapsible1.Location = new System.Drawing.Point(0, 38);
- this.grpCollapsible1.Name = "grpCollapsible1";
- this.grpCollapsible1.Size = new System.Drawing.Size(1061, 52);
- this.grpCollapsible1.TabIndex = 1;
- this.grpCollapsible1.TabStop = false;
- this.grpCollapsible1.Text = "查询条件";
- //
- // scbGoods
- //
- this.scbGoods.CheckedData = null;
- this.scbGoods.DisplayMember = "GoodsCode";
- this.scbGoods.Location = new System.Drawing.Point(916, 20);
- this.scbGoods.MultiSelect = true;
- this.scbGoods.Name = "scbGoods";
- this.scbGoods.Size = new System.Drawing.Size(120, 21);
- this.scbGoods.TabIndex = 43;
- //
- // lblGoods
- //
- this.lblGoods.AutoSize = true;
- this.lblGoods.BackColor = System.Drawing.Color.Transparent;
- this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoods.Location = new System.Drawing.Point(857, 24);
- this.lblGoods.Name = "lblGoods";
- this.lblGoods.Size = new System.Drawing.Size(53, 12);
- this.lblGoods.TabIndex = 42;
- this.lblGoods.Text = "产品编码";
- //
- // lblGoodsType
- //
- this.lblGoodsType.AutoSize = true;
- this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
- this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsType.Location = new System.Drawing.Point(674, 24);
- this.lblGoodsType.Name = "lblGoodsType";
- this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsType.TabIndex = 23;
- this.lblGoodsType.Text = "产品类别";
- //
- // scbGoodsType
- //
- this.scbGoodsType.CheckedData = null;
- this.scbGoodsType.IsOnlyDisplayEnd = false;
- this.scbGoodsType.Location = new System.Drawing.Point(731, 20);
- this.scbGoodsType.Name = "scbGoodsType";
- this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
- this.scbGoodsType.TabIndex = 22;
- //
- // ckcSumType
- //
- this.ckcSumType.FormattingEnabled = true;
- this.ckcSumType.Location = new System.Drawing.Point(359, 20);
- this.ckcSumType.Name = "ckcSumType";
- this.ckcSumType.Size = new System.Drawing.Size(120, 20);
- this.ckcSumType.TabIndex = 5;
- //
- // dkCProcedureSearchBox
- //
- this.dkCProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
- this.dkCProcedureSearchBox.DataSource = null;
- this.dkCProcedureSearchBox.Enabled = true;
- this.dkCProcedureSearchBox.IsEnablePurview = false;
- this.dkCProcedureSearchBox.IsMustInput = false;
- this.dkCProcedureSearchBox.Location = new System.Drawing.Point(485, 20);
- this.dkCProcedureSearchBox.ModelType = null;
- this.dkCProcedureSearchBox.Name = "dkCProcedureSearchBox";
- this.dkCProcedureSearchBox.ProcedureCode = "";
- this.dkCProcedureSearchBox.ProcedureID = null;
- this.dkCProcedureSearchBox.ProcedureIDS = null;
- this.dkCProcedureSearchBox.ProcedureName = null;
- this.dkCProcedureSearchBox.Purview = null;
- this.dkCProcedureSearchBox.PurviewType = ((byte)(0));
- this.dkCProcedureSearchBox.SelectMore = true;
- this.dkCProcedureSearchBox.Size = new System.Drawing.Size(180, 21);
- this.dkCProcedureSearchBox.TabIndex = 6;
- this.dkCProcedureSearchBox.Title = "完成工序";
- this.dkCProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // lblLabel2
- //
- this.lblLabel2.Location = new System.Drawing.Point(177, 24);
- this.lblLabel2.Name = "lblLabel2";
- this.lblLabel2.Size = new System.Drawing.Size(11, 12);
- this.lblLabel2.TabIndex = 2;
- this.lblLabel2.Text = "-";
- //
- // lblLabel3
- //
- this.lblLabel3.Location = new System.Drawing.Point(300, 24);
- this.lblLabel3.Name = "lblLabel3";
- this.lblLabel3.Size = new System.Drawing.Size(53, 12);
- this.lblLabel3.TabIndex = 4;
- this.lblLabel3.Text = "汇总分类";
- //
- // 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 = "汇总月份";
- //
- // dtpMonth2
- //
- this.dtpMonth2.AllowNull = false;
- this.dtpMonth2.Location = new System.Drawing.Point(194, 20);
- this.dtpMonth2.Name = "dtpMonth2";
- this.dtpMonth2.Size = new System.Drawing.Size(100, 21);
- this.dtpMonth2.TabIndex = 3;
- this.dtpMonth2.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0);
- //
- // dtpMonth1
- //
- this.dtpMonth1.AllowNull = false;
- this.dtpMonth1.Location = new System.Drawing.Point(71, 20);
- this.dtpMonth1.Name = "dtpMonth1";
- this.dtpMonth1.Size = new System.Drawing.Size(100, 21);
- this.dtpMonth1.TabIndex = 1;
- this.dtpMonth1.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0);
- //
- // 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.tsbtnAdaptive,
- this.tsbtnClose});
- this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
- this.tsrToolStrip1.Name = "tsrToolStrip1";
- this.tsrToolStrip1.Size = new System.Drawing.Size(1073, 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);
- //
- // 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);
- //
- // F_RPT_030114
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1073, 357);
- this.Controls.Add(this.dgvSum);
- this.Controls.Add(this.grpCollapsible1);
- this.Controls.Add(this.tsrToolStrip1);
- this.Name = "F_RPT_030114";
- this.Text = "废弃产品汇总表";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_1001_FormClosed);
- this.Load += new System.EventHandler(this.F_PC_1001_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).EndInit();
- this.grpCollapsible1.ResumeLayout(false);
- this.grpCollapsible1.PerformLayout();
- this.tsrToolStrip1.ResumeLayout(false);
- this.tsrToolStrip1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1;
- private System.Windows.Forms.ToolStripButton tsbtnSearch;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private WinForm.Controls.GrpCollapsible grpCollapsible1;
- private Basics.BaseControls.C_DataGridView dgvSum;
- private WinForm.Controls.LblLabel lblLabel1;
- private WinForm.Controls.DtpMonth dtpMonth2;
- private WinForm.Controls.DtpMonth dtpMonth1;
- private WinForm.Controls.LblLabel lblLabel2;
- private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
- private Controls.SearchTextBox.dkProcedureSearchBox dkCProcedureSearchBox;
- private WinForm.Controls.CkcCheckedComboBox ckcSumType;
- private WinForm.Controls.LblLabel lblLabel3;
- private Basics.BaseControls.C_Label lblGoodsType;
- private Controls.SearchBox.ScbGoodsType scbGoodsType;
- private Controls.SearchBox.ScbGoods scbGoods;
- private Basics.BaseControls.C_Label lblGoods;
- private System.Windows.Forms.DataGridViewTextBoxColumn scraptypename;
- private System.Windows.Forms.DataGridViewTextBoxColumn scrapdate;
- private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
- private System.Windows.Forms.DataGridViewTextBoxColumn goodscode;
- private System.Windows.Forms.DataGridViewTextBoxColumn psum;
- }
- }
|