namespace GeBoShi.UI.DataQuery { partial class DataQueryFrm { /// /// 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() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.uiTitel1 = new GeBoShi.UIKits.MaiMuMenu.UITitel_LT(); this.panel1 = new System.Windows.Forms.Panel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panel2 = new System.Windows.Forms.Panel(); this.txtBatchId = new System.Windows.Forms.TextBox(); this.uiDatePicker1 = new System.Windows.Forms.DateTimePicker(); this.txtReelId = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtBarcode = new System.Windows.Forms.TextBox(); this.skinButton1 = new CCWin.SkinControl.SkinButton(); this.skinButton2 = new CCWin.SkinControl.SkinButton(); this.uiDatePicker2 = new System.Windows.Forms.DateTimePicker(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.lineChartDefect = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.lineChartFaceWidth = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.uiDataGridView1 = new System.Windows.Forms.DataGridView(); this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colCreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colOrderId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colBatchId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colReelId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colLen = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colDefectCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colGrade = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pageCtrl1 = new MaiMuAOI.SysUI.DefectPicShow.PageCtrl(); this.panel1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lineChartDefect)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lineChartFaceWidth)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit(); this.SuspendLayout(); // // uiTitel1 // this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241))))); this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top; this.uiTitel1.FatherForm = null; this.uiTitel1.Location = new System.Drawing.Point(0, 0); this.uiTitel1.Name = "uiTitel1"; this.uiTitel1.Size = new System.Drawing.Size(950, 46); this.uiTitel1.TabIndex = 36; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ControlLightLight; this.panel1.Controls.Add(this.tableLayoutPanel1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 46); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(950, 484); this.panel1.TabIndex = 37; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0); this.tableLayoutPanel1.Controls.Add(this.uiDataGridView1, 0, 1); this.tableLayoutPanel1.Controls.Add(this.pageCtrl1, 0, 2); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(950, 484); this.tableLayoutPanel1.TabIndex = 38; // // panel2 // this.panel2.Controls.Add(this.txtBatchId); this.panel2.Controls.Add(this.uiDatePicker1); this.panel2.Controls.Add(this.txtReelId); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.txtBarcode); this.panel2.Controls.Add(this.skinButton1); this.panel2.Controls.Add(this.skinButton2); this.panel2.Controls.Add(this.uiDatePicker2); this.panel2.Controls.Add(this.label6); this.panel2.Controls.Add(this.label5); this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.lineChartDefect); this.panel2.Controls.Add(this.lineChartFaceWidth); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(3, 3); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(944, 49); this.panel2.TabIndex = 0; // // txtBatchId // this.txtBatchId.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBatchId.Location = new System.Drawing.Point(197, 14); this.txtBatchId.Name = "txtBatchId"; this.txtBatchId.Size = new System.Drawing.Size(113, 23); this.txtBatchId.TabIndex = 102; // // uiDatePicker1 // this.uiDatePicker1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.uiDatePicker1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiDatePicker1.Location = new System.Drawing.Point(510, 12); this.uiDatePicker1.Name = "uiDatePicker1"; this.uiDatePicker1.Size = new System.Drawing.Size(130, 26); this.uiDatePicker1.TabIndex = 19; // // txtReelId // this.txtReelId.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtReelId.Location = new System.Drawing.Point(352, 14); this.txtReelId.Name = "txtReelId"; this.txtReelId.Size = new System.Drawing.Size(113, 23); this.txtReelId.TabIndex = 104; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.Black; this.label2.Location = new System.Drawing.Point(308, 15); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(51, 20); this.label2.TabIndex = 103; this.label2.Text = "卷号:"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.Black; this.label1.Location = new System.Drawing.Point(155, 15); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(51, 20); this.label1.TabIndex = 101; this.label1.Text = "批号:"; // // txtBarcode // this.txtBarcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBarcode.Location = new System.Drawing.Point(42, 14); this.txtBarcode.Name = "txtBarcode"; this.txtBarcode.Size = new System.Drawing.Size(113, 23); this.txtBarcode.TabIndex = 100; // // skinButton1 // this.skinButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.skinButton1.BackColor = System.Drawing.Color.White; this.skinButton1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64))))); this.skinButton1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64))))); this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal; this.skinButton1.DownBack = null; this.skinButton1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.skinButton1.ForeColor = System.Drawing.SystemColors.ControlText; this.skinButton1.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253))))); this.skinButton1.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64))))); this.skinButton1.Location = new System.Drawing.Point(876, 11); this.skinButton1.MouseBack = null; this.skinButton1.Name = "skinButton1"; this.skinButton1.NormlBack = null; this.skinButton1.RoundStyle = CCWin.SkinClass.RoundStyle.All; this.skinButton1.Size = new System.Drawing.Size(61, 27); this.skinButton1.TabIndex = 99; this.skinButton1.Text = "导出"; this.skinButton1.UseVisualStyleBackColor = false; this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click); // // skinButton2 // this.skinButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.skinButton2.BackColor = System.Drawing.Color.Transparent; this.skinButton2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253))))); this.skinButton2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253))))); this.skinButton2.ControlState = CCWin.SkinClass.ControlState.Normal; this.skinButton2.DownBack = null; this.skinButton2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.skinButton2.ForeColor = System.Drawing.SystemColors.ControlText; this.skinButton2.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253))))); this.skinButton2.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253))))); this.skinButton2.Location = new System.Drawing.Point(801, 11); this.skinButton2.MouseBack = null; this.skinButton2.Name = "skinButton2"; this.skinButton2.NormlBack = null; this.skinButton2.RoundStyle = CCWin.SkinClass.RoundStyle.All; this.skinButton2.Size = new System.Drawing.Size(61, 27); this.skinButton2.TabIndex = 98; this.skinButton2.Text = "查询"; this.skinButton2.UseVisualStyleBackColor = false; this.skinButton2.Click += new System.EventHandler(this.skinButton2_Click); // // uiDatePicker2 // this.uiDatePicker2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.uiDatePicker2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiDatePicker2.Location = new System.Drawing.Point(665, 12); this.uiDatePicker2.Name = "uiDatePicker2"; this.uiDatePicker2.Size = new System.Drawing.Size(130, 26); this.uiDatePicker2.TabIndex = 20; // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.ForeColor = System.Drawing.Color.Black; this.label6.Location = new System.Drawing.Point(641, 16); this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(23, 20); this.label6.TabIndex = 21; this.label6.Text = "至"; // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.ForeColor = System.Drawing.Color.Black; this.label5.Location = new System.Drawing.Point(466, 16); this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(51, 20); this.label5.TabIndex = 20; this.label5.Text = "日期:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.ForeColor = System.Drawing.Color.Black; this.label3.Location = new System.Drawing.Point(2, 15); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(51, 20); this.label3.TabIndex = 11; this.label3.Text = "条码:"; // // lineChartDefect // chartArea1.AxisX.LabelStyle.Format = "N0"; chartArea1.AxisX.MaximumAutoSize = 100F; chartArea1.AxisX.Minimum = 0D; chartArea1.AxisY.LabelStyle.Format = "N0"; chartArea1.Name = "ChartArea1"; this.lineChartDefect.ChartAreas.Add(chartArea1); legend1.Name = "Legend1"; this.lineChartDefect.Legends.Add(legend1); this.lineChartDefect.Location = new System.Drawing.Point(6, 3); this.lineChartDefect.Name = "lineChartDefect"; series1.ChartArea = "ChartArea1"; series1.Legend = "Legend1"; series1.Name = "Series1"; this.lineChartDefect.Series.Add(series1); this.lineChartDefect.Size = new System.Drawing.Size(230, 114); this.lineChartDefect.TabIndex = 105; this.lineChartDefect.Text = "chart3"; this.lineChartDefect.Visible = false; // // lineChartFaceWidth // chartArea2.AxisX.LabelStyle.Format = "N0"; chartArea2.AxisX.MaximumAutoSize = 100F; chartArea2.AxisX.Minimum = 0D; chartArea2.AxisY.LabelStyle.Format = "N0"; chartArea2.Name = "ChartArea1"; this.lineChartFaceWidth.ChartAreas.Add(chartArea2); legend2.Name = "Legend1"; this.lineChartFaceWidth.Legends.Add(legend2); this.lineChartFaceWidth.Location = new System.Drawing.Point(274, -14); this.lineChartFaceWidth.Name = "lineChartFaceWidth"; series2.ChartArea = "ChartArea1"; series2.Legend = "Legend1"; series2.Name = "Series1"; this.lineChartFaceWidth.Series.Add(series2); this.lineChartFaceWidth.Size = new System.Drawing.Size(230, 114); this.lineChartFaceWidth.TabIndex = 106; this.lineChartFaceWidth.Text = "chart3"; this.lineChartFaceWidth.Visible = false; // // uiDataGridView1 // this.uiDataGridView1.AllowUserToAddRows = false; this.uiDataGridView1.AllowUserToDeleteRows = false; this.uiDataGridView1.AllowUserToResizeRows = false; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.uiDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colId, this.colCreateTime, this.colbarcode, this.colName, this.colOrderId, this.colBatchId, this.colReelId, this.colLen, this.colDefectCount, this.colGrade}); this.uiDataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.uiDataGridView1.Location = new System.Drawing.Point(3, 58); this.uiDataGridView1.Name = "uiDataGridView1"; this.uiDataGridView1.ReadOnly = true; this.uiDataGridView1.RowTemplate.Height = 23; this.uiDataGridView1.Size = new System.Drawing.Size(944, 379); this.uiDataGridView1.TabIndex = 1; // // colId // this.colId.DataPropertyName = "id"; this.colId.HeaderText = "ID"; this.colId.Name = "colId"; this.colId.ReadOnly = true; this.colId.Visible = false; // // colCreateTime // this.colCreateTime.DataPropertyName = "CreateTime"; this.colCreateTime.HeaderText = "检测日期"; this.colCreateTime.Name = "colCreateTime"; this.colCreateTime.ReadOnly = true; this.colCreateTime.Width = 200; // // colbarcode // this.colbarcode.DataPropertyName = "barcode"; this.colbarcode.HeaderText = "条码"; this.colbarcode.MinimumWidth = 100; this.colbarcode.Name = "colbarcode"; this.colbarcode.ReadOnly = true; this.colbarcode.Width = 150; // // colName // this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.colName.DataPropertyName = "BarCodeName"; this.colName.HeaderText = "品名"; this.colName.MinimumWidth = 50; this.colName.Name = "colName"; this.colName.ReadOnly = true; // // colOrderId // this.colOrderId.DataPropertyName = "OrderId"; this.colOrderId.HeaderText = "单号"; this.colOrderId.Name = "colOrderId"; this.colOrderId.ReadOnly = true; this.colOrderId.Visible = false; // // colBatchId // this.colBatchId.DataPropertyName = "BatchId"; this.colBatchId.HeaderText = "批号"; this.colBatchId.Name = "colBatchId"; this.colBatchId.ReadOnly = true; this.colBatchId.Width = 150; // // colReelId // this.colReelId.DataPropertyName = "ReelId"; this.colReelId.HeaderText = "卷号"; this.colReelId.Name = "colReelId"; this.colReelId.ReadOnly = true; this.colReelId.Width = 150; // // colLen // this.colLen.DataPropertyName = "Len"; this.colLen.HeaderText = "长度(m)"; this.colLen.Name = "colLen"; this.colLen.ReadOnly = true; // // colDefectCount // this.colDefectCount.HeaderText = "总缺陷"; this.colDefectCount.Name = "colDefectCount"; this.colDefectCount.ReadOnly = true; this.colDefectCount.Visible = false; // // colGrade // this.colGrade.HeaderText = "等级"; this.colGrade.Name = "colGrade"; this.colGrade.ReadOnly = true; this.colGrade.Visible = false; // // pageCtrl1 // this.pageCtrl1.Dock = System.Windows.Forms.DockStyle.Fill; this.pageCtrl1.Location = new System.Drawing.Point(3, 443); this.pageCtrl1.Name = "pageCtrl1"; this.pageCtrl1.PageIndex = 1; this.pageCtrl1.PageSize = 30; this.pageCtrl1.RecordCount = 0; this.pageCtrl1.Size = new System.Drawing.Size(944, 38); this.pageCtrl1.TabIndex = 2; // // DataQueryFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(950, 530); this.Controls.Add(this.panel1); this.Controls.Add(this.uiTitel1); this.Name = "DataQueryFrm"; this.Text = "数据查询"; this.panel1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lineChartDefect)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lineChartFaceWidth)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit(); this.ResumeLayout(false); } #endregion private GeBoShi.UIKits.MaiMuMenu.UITitel_LT uiTitel1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.TextBox txtBatchId; private System.Windows.Forms.DateTimePicker uiDatePicker1; private System.Windows.Forms.TextBox txtReelId; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtBarcode; private CCWin.SkinControl.SkinButton skinButton1; private CCWin.SkinControl.SkinButton skinButton2; private System.Windows.Forms.DateTimePicker uiDatePicker2; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label3; private System.Windows.Forms.DataGridView uiDataGridView1; private MaiMuAOI.SysUI.DefectPicShow.PageCtrl pageCtrl1; private System.Windows.Forms.DataGridViewTextBoxColumn colId; private System.Windows.Forms.DataGridViewTextBoxColumn colCreateTime; private System.Windows.Forms.DataGridViewTextBoxColumn colbarcode; private System.Windows.Forms.DataGridViewTextBoxColumn colName; private System.Windows.Forms.DataGridViewTextBoxColumn colOrderId; private System.Windows.Forms.DataGridViewTextBoxColumn colBatchId; private System.Windows.Forms.DataGridViewTextBoxColumn colReelId; private System.Windows.Forms.DataGridViewTextBoxColumn colLen; private System.Windows.Forms.DataGridViewTextBoxColumn colDefectCount; private System.Windows.Forms.DataGridViewTextBoxColumn colGrade; private System.Windows.Forms.DataVisualization.Charting.Chart lineChartDefect; private System.Windows.Forms.DataVisualization.Charting.Chart lineChartFaceWidth; } }