geboshi_V1/LeatherProject/LeatherApp/Page/FReport.Designer.cs
2024-04-28 14:05:46 +08:00

568 lines
36 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace LeatherApp.Page
{
partial class FReport
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
this.uiPagination1 = new Sunny.UI.UIPagination();
this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
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.uiPanel1 = new Sunny.UI.UIPanel();
this.btnExport = new Sunny.UI.UISymbolButton();
this.btnChar = new Sunny.UI.UISymbolButton();
this.btnQuery = new Sunny.UI.UISymbolButton();
this.uiLabel1 = new Sunny.UI.UILabel();
this.uiDatePicker2 = new Sunny.UI.UIDatePicker();
this.uiDatePicker1 = new Sunny.UI.UIDatePicker();
this.uiLabel5 = new Sunny.UI.UILabel();
this.txtReelId = new Sunny.UI.UITextBox();
this.uiLabel4 = new Sunny.UI.UILabel();
this.txtBarcode = new Sunny.UI.UITextBox();
this.txtBatchId = new Sunny.UI.UITextBox();
this.uiLabel2 = new Sunny.UI.UILabel();
this.uiLabel3 = new Sunny.UI.UILabel();
this.lineChartDefect = new Sunny.UI.UILineChart();
this.lineChartFaceWidth = new Sunny.UI.UILineChart();
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
this.uiPanel1.SuspendLayout();
this.SuspendLayout();
//
// uiPagination1
//
this.uiPagination1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.uiPagination1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiPagination1.Location = new System.Drawing.Point(3, 565);
this.uiPagination1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiPagination1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiPagination1.Name = "uiPagination1";
this.uiPagination1.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
this.uiPagination1.ShowText = false;
this.uiPagination1.Size = new System.Drawing.Size(1492, 35);
this.uiPagination1.TabIndex = 20;
this.uiPagination1.Text = "uiPagination1";
this.uiPagination1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// uiDataGridView1
//
dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle22;
this.uiDataGridView1.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.uiDataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle23.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle23.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle23;
this.uiDataGridView1.ColumnHeadersHeight = 32;
this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
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});
dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle26.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle26.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle26.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle26.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
dataGridViewCellStyle26.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle26.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle26;
this.uiDataGridView1.EnableHeadersVisualStyles = false;
this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiDataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
this.uiDataGridView1.Location = new System.Drawing.Point(3, 83);
this.uiDataGridView1.MultiSelect = false;
this.uiDataGridView1.Name = "uiDataGridView1";
dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
dataGridViewCellStyle27.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle27.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle27.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle27.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle27;
this.uiDataGridView1.RowHeadersVisible = false;
this.uiDataGridView1.RowHeadersWidth = 62;
dataGridViewCellStyle28.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle28.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle28.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
dataGridViewCellStyle28.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle28;
this.uiDataGridView1.RowTemplate.Height = 30;
this.uiDataGridView1.SelectedIndex = -1;
this.uiDataGridView1.Size = new System.Drawing.Size(1492, 481);
this.uiDataGridView1.TabIndex = 2;
//
// colId
//
this.colId.DataPropertyName = "Id";
this.colId.HeaderText = "Id";
this.colId.MinimumWidth = 8;
this.colId.Name = "colId";
this.colId.Visible = false;
this.colId.Width = 150;
//
// colCreateTime
//
this.colCreateTime.DataPropertyName = "CreateTime";
dataGridViewCellStyle24.Format = "f";
dataGridViewCellStyle24.NullValue = null;
this.colCreateTime.DefaultCellStyle = dataGridViewCellStyle24;
this.colCreateTime.HeaderText = "检验日期";
this.colCreateTime.MinimumWidth = 8;
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.Width = 150;
//
// colName
//
this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.colName.DataPropertyName = "BarCodeName";
this.colName.HeaderText = "品名";
this.colName.MinimumWidth = 8;
this.colName.Name = "colName";
this.colName.ReadOnly = true;
//
// colOrderId
//
this.colOrderId.DataPropertyName = "OrderId";
this.colOrderId.HeaderText = "单号";
this.colOrderId.MinimumWidth = 8;
this.colOrderId.Name = "colOrderId";
this.colOrderId.ReadOnly = true;
this.colOrderId.Visible = false;
this.colOrderId.Width = 200;
//
// colBatchId
//
this.colBatchId.DataPropertyName = "BatchId";
this.colBatchId.HeaderText = "批号";
this.colBatchId.MinimumWidth = 8;
this.colBatchId.Name = "colBatchId";
this.colBatchId.ReadOnly = true;
this.colBatchId.Width = 200;
//
// colReelId
//
this.colReelId.DataPropertyName = "ReelId";
this.colReelId.HeaderText = "卷号";
this.colReelId.MinimumWidth = 8;
this.colReelId.Name = "colReelId";
this.colReelId.ReadOnly = true;
this.colReelId.Width = 150;
//
// colLen
//
this.colLen.DataPropertyName = "Len";
this.colLen.HeaderText = "长度(米)";
this.colLen.MinimumWidth = 8;
this.colLen.Name = "colLen";
this.colLen.ReadOnly = true;
this.colLen.Width = 150;
//
// colDefectCount
//
this.colDefectCount.HeaderText = "总缺陷";
this.colDefectCount.MinimumWidth = 8;
this.colDefectCount.Name = "colDefectCount";
this.colDefectCount.ReadOnly = true;
this.colDefectCount.Visible = false;
this.colDefectCount.Width = 150;
//
// colGrade
//
dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colGrade.DefaultCellStyle = dataGridViewCellStyle25;
this.colGrade.HeaderText = "等级";
this.colGrade.MinimumWidth = 8;
this.colGrade.Name = "colGrade";
this.colGrade.ReadOnly = true;
this.colGrade.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.colGrade.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.colGrade.Width = 150;
//
// uiPanel1
//
this.uiPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.uiPanel1.Controls.Add(this.btnExport);
this.uiPanel1.Controls.Add(this.btnChar);
this.uiPanel1.Controls.Add(this.btnQuery);
this.uiPanel1.Controls.Add(this.uiLabel1);
this.uiPanel1.Controls.Add(this.uiDatePicker2);
this.uiPanel1.Controls.Add(this.uiDatePicker1);
this.uiPanel1.Controls.Add(this.uiLabel5);
this.uiPanel1.Controls.Add(this.txtReelId);
this.uiPanel1.Controls.Add(this.uiLabel4);
this.uiPanel1.Controls.Add(this.txtBarcode);
this.uiPanel1.Controls.Add(this.txtBatchId);
this.uiPanel1.Controls.Add(this.uiLabel2);
this.uiPanel1.Controls.Add(this.uiLabel3);
this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiPanel1.Location = new System.Drawing.Point(3, 6);
this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiPanel1.Name = "uiPanel1";
this.uiPanel1.Size = new System.Drawing.Size(1492, 69);
this.uiPanel1.TabIndex = 4;
this.uiPanel1.Text = null;
this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnExport
//
this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnExport.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnExport.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(136)))));
this.btnExport.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(136)))));
this.btnExport.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(171)))), ((int)(((byte)(160)))));
this.btnExport.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
this.btnExport.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
this.btnExport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnExport.LightColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
this.btnExport.Location = new System.Drawing.Point(1234, 8);
this.btnExport.MinimumSize = new System.Drawing.Size(1, 1);
this.btnExport.Name = "btnExport";
this.btnExport.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(136)))));
this.btnExport.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(171)))), ((int)(((byte)(160)))));
this.btnExport.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
this.btnExport.RectSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
this.btnExport.Size = new System.Drawing.Size(100, 55);
this.btnExport.Style = Sunny.UI.UIStyle.Custom;
this.btnExport.StyleCustomMode = true;
this.btnExport.Symbol = 61509;
this.btnExport.SymbolSize = 26;
this.btnExport.TabIndex = 10;
this.btnExport.Text = "导出";
this.btnExport.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
//
// btnChar
//
this.btnChar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnChar.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnChar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnChar.Location = new System.Drawing.Point(1340, 8);
this.btnChar.MinimumSize = new System.Drawing.Size(1, 1);
this.btnChar.Name = "btnChar";
this.btnChar.Size = new System.Drawing.Size(144, 55);
this.btnChar.Symbol = 61568;
this.btnChar.SymbolSize = 26;
this.btnChar.TabIndex = 9;
this.btnChar.Text = "统计图表";
this.btnChar.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnChar.Visible = false;
this.btnChar.Click += new System.EventHandler(this.btnChar_Click);
//
// btnQuery
//
this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnQuery.Location = new System.Drawing.Point(1117, 8);
this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(100, 55);
this.btnQuery.Symbol = 61442;
this.btnQuery.SymbolSize = 26;
this.btnQuery.TabIndex = 9;
this.btnQuery.Text = "查询";
this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// uiLabel1
//
this.uiLabel1.AutoSize = true;
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel1.Location = new System.Drawing.Point(945, 18);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(17, 21);
this.uiLabel1.TabIndex = 8;
this.uiLabel1.Text = "-";
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiDatePicker2
//
this.uiDatePicker2.FillColor = System.Drawing.Color.White;
this.uiDatePicker2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiDatePicker2.Location = new System.Drawing.Point(971, 21);
this.uiDatePicker2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiDatePicker2.MaxLength = 10;
this.uiDatePicker2.MinimumSize = new System.Drawing.Size(63, 0);
this.uiDatePicker2.Name = "uiDatePicker2";
this.uiDatePicker2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.uiDatePicker2.Size = new System.Drawing.Size(139, 29);
this.uiDatePicker2.SymbolDropDown = 61555;
this.uiDatePicker2.SymbolNormal = 61555;
this.uiDatePicker2.TabIndex = 6;
this.uiDatePicker2.Text = "2023-09-17";
this.uiDatePicker2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiDatePicker2.Value = new System.DateTime(2023, 9, 17, 18, 54, 16, 519);
this.uiDatePicker2.Watermark = "";
//
// uiDatePicker1
//
this.uiDatePicker1.FillColor = System.Drawing.Color.White;
this.uiDatePicker1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiDatePicker1.Location = new System.Drawing.Point(804, 21);
this.uiDatePicker1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiDatePicker1.MaxLength = 10;
this.uiDatePicker1.MinimumSize = new System.Drawing.Size(63, 0);
this.uiDatePicker1.Name = "uiDatePicker1";
this.uiDatePicker1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.uiDatePicker1.Size = new System.Drawing.Size(139, 29);
this.uiDatePicker1.SymbolDropDown = 61555;
this.uiDatePicker1.SymbolNormal = 61555;
this.uiDatePicker1.TabIndex = 5;
this.uiDatePicker1.Text = "2023-09-17";
this.uiDatePicker1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiDatePicker1.Value = new System.DateTime(2023, 9, 17, 18, 54, 16, 519);
this.uiDatePicker1.Watermark = "";
//
// uiLabel5
//
this.uiLabel5.AutoSize = true;
this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel5.Location = new System.Drawing.Point(736, 23);
this.uiLabel5.Name = "uiLabel5";
this.uiLabel5.Size = new System.Drawing.Size(42, 21);
this.uiLabel5.TabIndex = 2;
this.uiLabel5.Text = "日期";
this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtReelId
//
this.txtReelId.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
this.txtReelId.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtReelId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtReelId.Location = new System.Drawing.Point(562, 21);
this.txtReelId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txtReelId.MinimumSize = new System.Drawing.Size(1, 16);
this.txtReelId.Name = "txtReelId";
this.txtReelId.Padding = new System.Windows.Forms.Padding(5);
this.txtReelId.ShowText = false;
this.txtReelId.Size = new System.Drawing.Size(156, 29);
this.txtReelId.TabIndex = 3;
this.txtReelId.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.txtReelId.Watermark = "";
//
// uiLabel4
//
this.uiLabel4.AutoSize = true;
this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel4.Location = new System.Drawing.Point(496, 23);
this.uiLabel4.Name = "uiLabel4";
this.uiLabel4.Size = new System.Drawing.Size(42, 21);
this.uiLabel4.TabIndex = 3;
this.uiLabel4.Text = "卷号";
this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtBarcode
//
this.txtBarcode.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
this.txtBarcode.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtBarcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBarcode.Location = new System.Drawing.Point(74, 21);
this.txtBarcode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txtBarcode.MinimumSize = new System.Drawing.Size(1, 16);
this.txtBarcode.Name = "txtBarcode";
this.txtBarcode.Padding = new System.Windows.Forms.Padding(5);
this.txtBarcode.ShowText = false;
this.txtBarcode.Size = new System.Drawing.Size(156, 29);
this.txtBarcode.TabIndex = 1;
this.txtBarcode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.txtBarcode.Watermark = "";
//
// txtBatchId
//
this.txtBatchId.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
this.txtBatchId.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtBatchId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBatchId.Location = new System.Drawing.Point(320, 21);
this.txtBatchId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txtBatchId.MinimumSize = new System.Drawing.Size(1, 16);
this.txtBatchId.Name = "txtBatchId";
this.txtBatchId.Padding = new System.Windows.Forms.Padding(5);
this.txtBatchId.ShowText = false;
this.txtBatchId.Size = new System.Drawing.Size(156, 29);
this.txtBatchId.TabIndex = 2;
this.txtBatchId.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.txtBatchId.Watermark = "";
//
// uiLabel2
//
this.uiLabel2.AutoSize = true;
this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel2.Location = new System.Drawing.Point(9, 23);
this.uiLabel2.Name = "uiLabel2";
this.uiLabel2.Size = new System.Drawing.Size(42, 21);
this.uiLabel2.TabIndex = 4;
this.uiLabel2.Text = "条码";
this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel3
//
this.uiLabel3.AutoSize = true;
this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel3.Location = new System.Drawing.Point(255, 23);
this.uiLabel3.Name = "uiLabel3";
this.uiLabel3.Size = new System.Drawing.Size(42, 21);
this.uiLabel3.TabIndex = 4;
this.uiLabel3.Text = "批号";
this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lineChartDefect
//
this.lineChartDefect.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.lineChartDefect.ChartStyleType = Sunny.UI.UIChartStyleType.Default;
this.lineChartDefect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lineChartDefect.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lineChartDefect.Location = new System.Drawing.Point(12, 14);
this.lineChartDefect.MinimumSize = new System.Drawing.Size(1, 1);
this.lineChartDefect.MouseDownType = Sunny.UI.UILineChartMouseDownType.Zoom;
this.lineChartDefect.Name = "lineChartDefect";
this.lineChartDefect.Radius = 0;
this.lineChartDefect.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
this.lineChartDefect.Size = new System.Drawing.Size(375, 533);
this.lineChartDefect.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lineChartDefect.TabIndex = 5;
this.lineChartDefect.Visible = false;
//
// lineChartFaceWidth
//
this.lineChartFaceWidth.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.lineChartFaceWidth.ChartStyleType = Sunny.UI.UIChartStyleType.Default;
this.lineChartFaceWidth.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lineChartFaceWidth.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lineChartFaceWidth.Location = new System.Drawing.Point(410, 216);
this.lineChartFaceWidth.MinimumSize = new System.Drawing.Size(1, 1);
this.lineChartFaceWidth.MouseDownType = Sunny.UI.UILineChartMouseDownType.Zoom;
this.lineChartFaceWidth.Name = "lineChartFaceWidth";
this.lineChartFaceWidth.Radius = 0;
this.lineChartFaceWidth.Size = new System.Drawing.Size(971, 281);
this.lineChartFaceWidth.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lineChartFaceWidth.TabIndex = 6;
this.lineChartFaceWidth.TouchPressClick = true;
//
// FReport
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1499, 602);
this.Controls.Add(this.uiPanel1);
this.Controls.Add(this.uiPagination1);
this.Controls.Add(this.uiDataGridView1);
this.Controls.Add(this.lineChartFaceWidth);
this.Controls.Add(this.lineChartDefect);
this.Name = "FReport";
this.PageIndex = 2;
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
this.uiPanel1.ResumeLayout(false);
this.uiPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIPagination uiPagination1;
private Sunny.UI.UIDataGridView uiDataGridView1;
private Sunny.UI.UIPanel uiPanel1;
private Sunny.UI.UILabel uiLabel5;
private Sunny.UI.UITextBox txtReelId;
private Sunny.UI.UILabel uiLabel4;
private Sunny.UI.UITextBox txtBatchId;
private Sunny.UI.UILabel uiLabel3;
private Sunny.UI.UISymbolButton btnExport;
private Sunny.UI.UISymbolButton btnQuery;
private Sunny.UI.UILabel uiLabel1;
private Sunny.UI.UIDatePicker uiDatePicker2;
private Sunny.UI.UIDatePicker uiDatePicker1;
private Sunny.UI.UILineChart lineChartDefect;
private Sunny.UI.UILineChart lineChartFaceWidth;
private Sunny.UI.UISymbolButton btnChar;
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 Sunny.UI.UITextBox txtBarcode;
private Sunny.UI.UILabel uiLabel2;
}
}