| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365 |
- namespace Dongke.IBOSS.PRD.Client.ReportModule
- {
- partial class F_RPT_080116
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_080116));
- 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.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.cbInpectName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.lblInspectName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpCreateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.lblCreateTimeTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpCreateTimeBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.lblCreateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.dgvBarcodeIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.INSPECTITEM = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.COUNTS = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ISQUALIFIED = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BUHEGELV = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ZHANBI = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrOperate.SuspendLayout();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvBarcodeIdnrk)).BeginInit();
- this.SuspendLayout();
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
- this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnAdaptive,
- this.tsbtnClose});
- this.tsrOperate.Location = new System.Drawing.Point(0, 0);
- this.tsrOperate.Name = "tsrOperate";
- this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
- this.tsrOperate.ShowItemToolTips = false;
- this.tsrOperate.Size = new System.Drawing.Size(920, 35);
- this.tsrOperate.TabIndex = 0;
- this.tsrOperate.Text = "toolStrip1";
- //
- // 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);
- //
- // gbxCondition
- //
- this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
- this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
- this.gbxCondition.Controls.Add(this.cbInpectName);
- this.gbxCondition.Controls.Add(this.lblInspectName);
- this.gbxCondition.Controls.Add(this.dtpCreateTimeEnd);
- this.gbxCondition.Controls.Add(this.lblCreateTimeTo);
- this.gbxCondition.Controls.Add(this.dtpCreateTimeBegin);
- this.gbxCondition.Controls.Add(this.lblCreateTime);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gbxCondition.IsMustInput = false;
- this.gbxCondition.Location = new System.Drawing.Point(0, 38);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Size = new System.Drawing.Size(908, 51);
- this.gbxCondition.TabIndex = 1;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // cbInpectName
- //
- this.cbInpectName.BackColor = System.Drawing.SystemColors.Window;
- this.cbInpectName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.cbInpectName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbInpectName.FormattingEnabled = true;
- this.cbInpectName.Location = new System.Drawing.Point(89, 17);
- this.cbInpectName.Name = "cbInpectName";
- this.cbInpectName.Size = new System.Drawing.Size(128, 20);
- this.cbInpectName.TabIndex = 37;
- //
- // lblInspectName
- //
- this.lblInspectName.AutoSize = true;
- this.lblInspectName.BackColor = System.Drawing.Color.Transparent;
- this.lblInspectName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblInspectName.Location = new System.Drawing.Point(6, 21);
- this.lblInspectName.Name = "lblInspectName";
- this.lblInspectName.Size = new System.Drawing.Size(77, 12);
- this.lblInspectName.TabIndex = 36;
- this.lblInspectName.Text = "检验标准名称";
- //
- // dtpCreateTimeEnd
- //
- this.dtpCreateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss";
- this.dtpCreateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpCreateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpCreateTimeEnd.Location = new System.Drawing.Point(468, 15);
- this.dtpCreateTimeEnd.Name = "dtpCreateTimeEnd";
- this.dtpCreateTimeEnd.Size = new System.Drawing.Size(151, 21);
- this.dtpCreateTimeEnd.TabIndex = 35;
- //
- // lblCreateTimeTo
- //
- this.lblCreateTimeTo.AutoSize = true;
- this.lblCreateTimeTo.BackColor = System.Drawing.Color.Transparent;
- this.lblCreateTimeTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblCreateTimeTo.Location = new System.Drawing.Point(445, 20);
- this.lblCreateTimeTo.Name = "lblCreateTimeTo";
- this.lblCreateTimeTo.Size = new System.Drawing.Size(17, 12);
- this.lblCreateTimeTo.TabIndex = 34;
- this.lblCreateTimeTo.Text = "至";
- //
- // dtpCreateTimeBegin
- //
- this.dtpCreateTimeBegin.CustomFormat = "yyyy-MM-dd HH:mm:ss";
- this.dtpCreateTimeBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpCreateTimeBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpCreateTimeBegin.Location = new System.Drawing.Point(286, 15);
- this.dtpCreateTimeBegin.Name = "dtpCreateTimeBegin";
- this.dtpCreateTimeBegin.Size = new System.Drawing.Size(152, 21);
- this.dtpCreateTimeBegin.TabIndex = 33;
- //
- // lblCreateTime
- //
- this.lblCreateTime.AutoSize = true;
- this.lblCreateTime.BackColor = System.Drawing.Color.Transparent;
- this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblCreateTime.Location = new System.Drawing.Point(227, 19);
- this.lblCreateTime.Name = "lblCreateTime";
- this.lblCreateTime.Size = new System.Drawing.Size(53, 12);
- this.lblCreateTime.TabIndex = 32;
- this.lblCreateTime.Text = "检验时间";
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
- this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
- this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClearCondition.ForeColor = System.Drawing.Color.White;
- this.btnClearCondition.Location = new System.Drawing.Point(817, 11);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 29;
- this.btnClearCondition.Text = "清空条件(&C)";
- this.btnClearCondition.UseVisualStyleBackColor = true;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // btnSearch
- //
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- 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(726, 11);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 28;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // dgvBarcodeIdnrk
- //
- this.dgvBarcodeIdnrk.AllowUserToAddRows = false;
- this.dgvBarcodeIdnrk.AllowUserToDeleteRows = false;
- this.dgvBarcodeIdnrk.AllowUserToModifyRows = true;
- this.dgvBarcodeIdnrk.AllowUserToOrderColumns = true;
- this.dgvBarcodeIdnrk.AllowUserToSortRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvBarcodeIdnrk.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvBarcodeIdnrk.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.dgvBarcodeIdnrk.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvBarcodeIdnrk.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvBarcodeIdnrk.CellHeight = 23;
- this.dgvBarcodeIdnrk.ChildNodeColumnName = null;
- this.dgvBarcodeIdnrk.ChildNodeColumnText = null;
- this.dgvBarcodeIdnrk.ColumnDeep = 1;
- this.dgvBarcodeIdnrk.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.dgvBarcodeIdnrk.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvBarcodeIdnrk.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvBarcodeIdnrk.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.INSPECTITEM,
- this.COUNTS,
- this.ISQUALIFIED,
- this.BUHEGELV,
- this.ZHANBI});
- this.dgvBarcodeIdnrk.ColumnTreeView = null;
- this.dgvBarcodeIdnrk.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.dgvBarcodeIdnrk.DynamicColumnName = "";
- this.dgvBarcodeIdnrk.EnableHeadersVisualStyles = false;
- this.dgvBarcodeIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvBarcodeIdnrk.FormatQuantityColumns = null;
- this.dgvBarcodeIdnrk.HasNode = false;
- this.dgvBarcodeIdnrk.HorizontalMergeColumn = null;
- this.dgvBarcodeIdnrk.IsAutoCountSum = true;
- this.dgvBarcodeIdnrk.IsAutoResizeColumns = false;
- this.dgvBarcodeIdnrk.IsClickF12 = false;
- this.dgvBarcodeIdnrk.IsOpenMergeCellFlag = false;
- this.dgvBarcodeIdnrk.IsSubTotalFlag = false;
- this.dgvBarcodeIdnrk.IsTopDeep = false;
- this.dgvBarcodeIdnrk.Location = new System.Drawing.Point(0, 92);
- this.dgvBarcodeIdnrk.Margin = new System.Windows.Forms.Padding(0);
- this.dgvBarcodeIdnrk.MergeColumnNames = null;
- this.dgvBarcodeIdnrk.MergeDetailColumnNames = null;
- this.dgvBarcodeIdnrk.MergeDetailOnlyColumn = null;
- this.dgvBarcodeIdnrk.MergeOnlyColumn = null;
- this.dgvBarcodeIdnrk.MultiSelect = false;
- this.dgvBarcodeIdnrk.Name = "dgvBarcodeIdnrk";
- this.dgvBarcodeIdnrk.ReadOnly = true;
- this.dgvBarcodeIdnrk.RefreshAtHscroll = false;
- this.dgvBarcodeIdnrk.RowHeadersWidth = 50;
- this.dgvBarcodeIdnrk.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvBarcodeIdnrk.RowsDefaultCellStyle = dataGridViewCellStyle3;
- this.dgvBarcodeIdnrk.RowTemplate.Height = 21;
- this.dgvBarcodeIdnrk.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvBarcodeIdnrk.Size = new System.Drawing.Size(908, 447);
- this.dgvBarcodeIdnrk.SortOrderColumnName = null;
- this.dgvBarcodeIdnrk.TabIndex = 31;
- this.dgvBarcodeIdnrk.Tag = true;
- this.dgvBarcodeIdnrk.TotalSumColumns = null;
- this.dgvBarcodeIdnrk.ViewRowFilter = "";
- this.dgvBarcodeIdnrk.VirtualNodes = false;
- this.dgvBarcodeIdnrk.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBarcodeIdnrk_CellDoubleClick);
- //
- // INSPECTITEM
- //
- this.INSPECTITEM.DataPropertyName = "INSPECTITEM";
- this.INSPECTITEM.HeaderText = "检验项目";
- this.INSPECTITEM.Name = "INSPECTITEM";
- this.INSPECTITEM.ReadOnly = true;
- //
- // COUNTS
- //
- this.COUNTS.DataPropertyName = "COUNTS";
- this.COUNTS.HeaderText = "检验数量";
- this.COUNTS.Name = "COUNTS";
- this.COUNTS.ReadOnly = true;
- //
- // ISQUALIFIED
- //
- this.ISQUALIFIED.DataPropertyName = "ISQUALIFIED";
- this.ISQUALIFIED.HeaderText = "不合格数量";
- this.ISQUALIFIED.Name = "ISQUALIFIED";
- this.ISQUALIFIED.ReadOnly = true;
- //
- // BUHEGELV
- //
- this.BUHEGELV.DataPropertyName = "BUHEGELV";
- this.BUHEGELV.HeaderText = "不合格率";
- this.BUHEGELV.Name = "BUHEGELV";
- this.BUHEGELV.ReadOnly = true;
- //
- // ZHANBI
- //
- this.ZHANBI.DataPropertyName = "ZHANBI";
- this.ZHANBI.HeaderText = "不合格占比";
- this.ZHANBI.Name = "ZHANBI";
- this.ZHANBI.ReadOnly = true;
- //
- // F_RPT_080116
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(920, 539);
- this.Controls.Add(this.dgvBarcodeIdnrk);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tsrOperate);
- this.Name = "F_RPT_080116";
- this.Text = "QC检验分析汇总表";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_080116_FormClosed);
- this.Load += new System.EventHandler(this.F_RPT_080116_Load);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvBarcodeIdnrk)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_DataGridView dgvBarcodeIdnrk;
- private Basics.BaseControls.C_DateTimePicker dtpCreateTimeEnd;
- private Basics.BaseControls.C_Label lblCreateTimeTo;
- private Basics.BaseControls.C_DateTimePicker dtpCreateTimeBegin;
- private Basics.BaseControls.C_Label lblCreateTime;
- private Basics.BaseControls.C_ComboBox cbInpectName;
- private Basics.BaseControls.C_Label lblInspectName;
- private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTITEM;
- private System.Windows.Forms.DataGridViewTextBoxColumn COUNTS;
- private System.Windows.Forms.DataGridViewTextBoxColumn ISQUALIFIED;
- private System.Windows.Forms.DataGridViewTextBoxColumn BUHEGELV;
- private System.Windows.Forms.DataGridViewTextBoxColumn ZHANBI;
- }
- }
|